html, div, h1, h2, h3, p, blockquote, pre, a, acronym, cite,
code, em, strong, var, dl, dt, dd, ol, ul, li, form, label, hr {
		border: 0;
		outline: 0;
		vertical-align: baseline;
}

body {
		margin: 0;
		padding: 0;
		background-color: #fff;
		background-position: top left;
		font-family: "Lucida Grande", arial, verdana, tahoma, sans-serif;
		font-size: 11px;
		color: #333;
		height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body, html {
		margin: 0;
		padding: 0;
		height: 100% !important;
}


h1 {
		font-size: 30px;
		line-height: 28px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px 0 0;
}

h2 {
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
		letter-spacing: .2px;
		color: #348cc4;
		margin: 0;
		padding: 5px 0 0;
}

h3 {
		font-size: 14px;
		line-height: 13px;
		font-weight: bold;
		color: #2a73a2;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px 0 0;
}

h4, #profile-status .user {
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		color: #2a73a2;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px 0 0;
}

h5 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px 0 0;
}

a {
		color: #3e8fc2;
		text-decoration: none;
}

a:hover {
		color: #5daee1;
		text-decoration: underline;
}

a:focus {
		-moz-outline: 0 dotted !important;
}

a.green {
		color: #f54d00;
		text-decoration: none;
		font-weight: bold;
}

a img {
		border: 0 none;
		margin: 0;
		padding: 0;
}

p {
		margin: 0;
		padding: 9px;
		font-weight: normal;
		line-height: 1.5em;
}

.h-splitbar-light {
		height: 1px;
		margin-top: 7px;
		margin-bottom: 5px;
		margin-left: 2px;
		width: 100%;
		background-color: #eee;
		font-size: 0;
}

img {border: 0;}

hr {
		border: 0;
		border-bottom: 1px solid #ccc;
}

.hr {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	background-color: #eee;
	font-size: 0;
	width: 100%;
}

small {
		font-size: 10px;
		font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
		color: #777;
}

table {
		border-collapse: collapse;
		empty-cells: show;
		font-size: 11px;
		line-height: 1.5em;
		padding: 5px;
}

input[type="text"], input[type="password"] {
		font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		padding: 3px;
		border: 1px solid #ddd;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #2ba3d5;
}

select {
		font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		padding: 3px;
}

textarea {
		font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		padding: 3px;
		overflow: hidden;
		border: 1px solid #ddd;
}

input[type="checkbox"],input[type="radio"] {
		margin: 3px;
}

input[type="file"]{
 padding: 4px;
}

input.big {
		padding: 6px 5px 6px 5px;
		width: 200px;
}

label {
	font-size: 11px;
	cursor: pointer;
}

.clear { clear: both !important; }
.no-float { float: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }
.top { vertical-align: top !important; }
.bottom { vertical-align: bottom !important; }

.baseline { vertical-align: baseline !important; }

.fullscreen {
		width: 100%;
		height: 100%;
}

.block { display: block; white-space: normal; }

.fix { position: fixed; }
.rel { position: relative !important; }
.abs { position: absolute !important; }

.tl { top: 0; left: 0; }
.bl { bottom: 0; left: 0; }
.br { bottom: 0; right: 0; }
.tr { top: 0; right: 0; }

.auto {
	width: auto !important;
	height: auto !important;
}

.wauto { width: auto !important; }
.hauto { height: auto !important; }

.min { width: 1px; }
.hmin { height: 1px; }

.auto-position {margin: auto !important;}

.spacing { line-height: 1.4em; }
.nowrap { white-space: nowrap; }

.strong { font-weight: 700; }

.black { color: #111;}

.np { padding: 0 !important; }

.p1 { padding: 1px !important; }
.p2 { padding: 2px !important; }
.p3 { padding: 3px !important; }
.p4 { padding: 4px !important; }
.p5 { padding: 5px !important; }
.p6 { padding: 6px !important; }
.p7 { padding: 7px !important; }
.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }

.ptn { padding-top: 0 !important;}
.prn { padding-right: 0 !important;}
.pbn { padding-bottom: 0 !important;}
.pln { padding-left: 0 !important;}

.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }

.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }
.pl22 { padding-left: 22px !important; }

.pl30 { padding-left: 30px !important; }

.nm { margin: 0 !important; }

.m1 { margin: 1px; }
.m2 { margin: 2px; }
.m3 { margin: 3px; }
.m4 { margin: 4px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt3 { margin-top: 3px; }
.mt4 { margin-top: 4px; }
.mt6 { margin-top: 6px; }
.mt7 { margin-top: 7px; }
.mt8 { margin-top: 8px; }
.mt9 { margin-top: 9px; }

.mtn { margin-top: 0 !important;}
.mrn { margin-right: 0 !important;}
.mbn { margin-bottom: 0 !important;}
.mln { margin-left: 0 !important;}

.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }

.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }

.mt15 { margin-top: 15px; }
.mr15 { margin-right: 15px; }
.mb15 { margin-bottom: 15px; }
.ml15 { margin-left: 15px; }

.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.ml40 { margin-left: 40px; }

.mt25 { margin-top: 25px; }
.mr25 { margin-right: 25px; }
.mb25 { margin-bottom: 25px; }
.ml25 { margin-left: 25px; }

.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }

.h15 { height: 15px !important; }
.h20 { height: 20px !important; }
.h25 { height: 25px !important; }
.h30 { height: 30px !important; }

.w15 { width: 15px !important; }
.w20 { width: 20px !important; }
.w25 { width: 25px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w105 { width: 105px !important; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w135 { width: 135px !important; }
.w137 { width: 137px !important; }
.w140 { width: 140px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 205px !important; }
.w220 { width: 205px !important; }
.w250 { width: 250px !important; }
.w270 { width: 270px !important; }
.w275 { width: 275px !important; }
.w280 { width: 280px !important; }
.w290 { width: 290px !important; }
.w300 { width: 300px !important; }
.w320 { width: 320px !important; }
.w325 { width: 325px !important; }
.w340 { width: 340px !important; }
.w345 { width: 345px !important; }
.w350 { width: 350px !important; }
.w360 { width: 360px !important; }
.w370 { width: 370px !important; }
.w375 { width: 375px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }
.w425 { width: 425px !important; }
.w450 { width: 450px !important; }
.w475 { width: 475px !important; }
.w500 { width: 500px !important; }

.bb { border-bottom: 1px solid #eee;}

.tblack { color: #000 !important; }
.twhite { color: #c3ef29 !important;}
.twhiteb { color: #c3ef29 !important; font-weight:bold;}
.tblue { color: #364992 !important; }
.tred { color: #e41717 !important; }
.tgrey { color: #eee !important; }
.tsilver { color: #fff !important; }
.tdarkgrey { color: #7d7d7d !important; }
.tsky { color: #ddecf8 !important }
.tmedblue { color: #7a92c9 !important; }
.tshadow {text-shadow: 0px 1px 0px #fff; }
.tdshadow {text-shadow: 0px 1px 0px #111; }

.bg-charcoal { background-color: #3d3d3d !important; }
.bg-dark { background-color: #2a2a2a !important; }
.bg-white { background-color: #fff !important; }
.bg-silver { background-color: #f3f3f3 !important; }
.bg-light { background-color: #f8f8f8 !important; }
.bg-sky { background-color: #ddecf8 !important; }


.error-box {
	border: 2px solid #660000;
}

.clearfix:after {
		content:".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}

.clearfix {
		display: inline-block;
}

html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.list {
		list-style: none;
		list-style-type: none;
		margin: 0;
		margin-left: 10px;
}

.list li {
		margin-top: 2px;
		margin-bottom: 2px;
}

/**
 * display classes
 */

.even {background-color: #fff !important;}
.odd {background-color: #f7f7f7 !important;}

.even-border {border-bottom: 1px solid #f1f1f1;}
.odd-border {border-bottom: 1px solid #f1f1f1;}

.error {
		float: left;
		color: #880000;
		text-align: center;
}

.load {
		position: absolute;
		width: 192px;
		margin-left: 4px;
		padding: 16px 8px 8px 8px!important;
		left: 4px;
		top: 4px;
		height: 25px;
		background: #fff url(images/load.gif) no-repeat center center;
		z-index: 9999;
		display: none;
}

.beveled-frame {
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		border-right: 1px solid #bbb;
		border-top: 1px solid #bbb;
}

.picture-frame {
		border: 1px solid #e5e5e5;
		padding: 3px;
		background-color: #fff;
		overflow: hidden;
}


.fb-current-status, .twitter-current-status, .hi5-current-status, .myspace-current-status {
		color: #7a92c9;
		font-size: 11px;
		font-family: "Lucida Grande", arial, verdana, tahoma, sans-serif;
}


/**
 * login box
 */

#login-footer {
		border-top: 2px solid #999;
}

#login-footer a {
		margin-left: 3px;
		margin-right: 3px;
		text-decoration: underline;
}

.registration-box {
		width: 500px;
		margin: 150px auto 0 auto !important;
		position: relative;
}

.login-box .x-round-panel-content {
		background: #fff url(images/login/login_splash.png) no-repeat top right;
}

.login-fields-box {
		background-color: #def4fd;
		border-right: 1px solid #bddcf4;
}

.login-fields {
		float: left;
		clear: both;
		line-height: 2.em;
		margin: 0 !important;
		padding: 0 !important;
}

.break-excess {
		word-wrap: break-word !important;
}

.new-user-box {
		width: 180px;
		height: 100px;
		border-top: 1px solid #bddcf4;
		background-color: #d5ebf3;
}

/**
 * layout & containers
 */

#tab-home, #tab-profile {
		position: relative;
		left: 0;
		z-index: 10;
		width: 100% !important;
		height: 600px;
		overflow-x: hidden;
		overflow-y: auto !important;
		margin: 0 !important;
		padding: 5px 0 0 0 !important
}

.container {
		width: 100%;
		clear: both;
}

.x-page {
		position: relative !important;
		margin: 0 auto 0 auto !important;
		width: 950px;
		clear: both;
}


#header {
		position: fixed;
		top: 0;
		left: 0;
		height: 30px;
		background: #fff url(images/header/tile.png) repeat-x top left;
		width: 100%;
		z-index: 110;
}


#footer {
		position: relative;
		height: 300px;
		width: 100%;
		background: #eeeacd url(images/footer/tile.png) repeat-x top left;
		border-top: 1px solid #888;
		line-height: 1.6em;
}

#add-services {
		width: 143px;
		margin-left: 2px;
		margin-bottom: 5px;
}

.page-header {
		height: 42px;
		padding: 15px 0 0 15px;
		font-size: 18px;
		color: #004e99;
		background-color: #f9f9f9;
		border-bottom: 1px solid #f2f2f2;
}
/**
 * header classes
 */

.logo, .logo img {
		width: 122px;
		height: 34px;
}

.logo img {
		margin-left: 2px;
		margin-top: 3px;
		background: url(images/header/voice_logo.png) no-repeat center center;
}

#header .user {
		color: #337304;
		text-shadow: 0px 1px 0px #fff;
		text-decoration: none;
}

#header .links  {
		float: right;
		margin-right: 5px
}


#header .links .gap {
		width: 50px;
		cursor: default;
}

#header .links div, .highlight-tab {
		float: left;
		position: relative;
		bottom: 0;
		padding: 8px;
		cursor: pointer;
		height: 28px;
}

#header .links div a, .highlight-tab a {
		padding-bottom: 3px;
		color: #222;
		text-shadow: 0px 1px 0px #fff;
		text-decoration: none;
}

#header .links div a:hover, .highlight-tab a:hover {
		color: #518dbf;
}

.highlight-tab {
		background: #fff;
		border: 1px solid #eee;
		border-bottom: 0 !important;
		padding: 7px 7px 8px 7px;
		z-index: 130;
}

.highlight-tab a, .highlight-tab a:hover {
		color: #555 !important;
		text-decoration: none !important;
}


.timestamp {
	color: #777;
	size: 10px;
}
/**
 * add tab layer
 */

div.add {
		background: url(images/icons/icon_plus.png) no-repeat 7% 50%;
		padding-left: 12px;
}

#tab-layer{
		position: absolute;
		z-index: 101;
		top: 100px;
		left: 60px;
		padding: 10px;
		background-color: #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
}

/**
 * portlet classes
 */

#portlet-wrapper {
}

#columns td {
		padding: 0 5px;
		vertical-align: top;
		width: 300px;
}

.portlet {
		background: none;
		margin: 0 0 10px;
		width: 300px;
}

.portlet_topper {
		background-image: url(images/portlets/header_spirits.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 32px;
		cursor: move;
}

.portlet_topper .current {
		background-position: 0 -32px;
}

.portlet_topper .title {
		float: left;
		font-size: 11px;
		font-weight: bold;
		color: #518dbf;
		text-shadow: 0px 1px 0px #fff;
		margin: 7px;
/*		cursor: pointer; */
}

.portlet_topper .icon, .icon {
		padding-left: 22px;
}

.portlet_topper .controls {
		float: right;
		margin: 7px;
		cursor: pointer;
}

.portlet_topper .controls div {
		width: 16px;
		height: 16px;
		float: left;
}

.portlet_topper .controls .remove {
		background-image: url(images/icons/icon_trash.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 16px;
		width: 16px;
}

.portlet_topper .controls .close, .portlet_topper .controls .collapse, .portlet_topper .controls .expand {
		background-image: url(images/portlets/control_spirits.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 16px;
		width: 16px;
}

.portlet_topper .controls .close:hover {
		background-position: 0 -16px;
}

.portlet_topper .controls .collapse {
		background-position: 0 -32px;
}

.portlet_topper .controls .collapse:hover {
		background-position: 0 -48px;
}

.portlet_topper .controls .expand {
		background-position: 0 -64px;
}

.portlet_topper .controls .expand:hover {
		background-position: 0 -80px;
}

.portlet_content {
		border-top: 1px solid #ccc;
		padding: 10px;
		width: 280px;
		background-color: #f3f3f3;
		min-height: 150px;
		position: relative;
		display: inline-block;
		overflow: hidden;
}

.portlet_content .ui-resizable-handle, .portlet_content .ui-resizable-handle:hover {
		background-image: url(/moflick/digiapllication/images/portlets/handle_spirits.png);
		background-repeat: no-repeat;
		background-position: center 0 !important;
		height: 12px !important;
		bottom: 5px;
}

.portlet_content .ui-resizable-handle:hover, .portlet_content .ui-resizable-handle:active  {
		background-position: center -12px !important;
}

.tab_placeholder {
		border: 1px dashed #fff;
		background-color: #72c8ff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		filter:alpha(opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
		margin-bottom: 5px;
}

.sort_placeholder {
		border: 3px dashed #fff;
		background-color: #72c8ff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		filter:alpha(opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
}

.x-feeds {
		float: left;
		width: 275px;
}


.x-feeds ul {
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
}

.x-feeds ul li {
		position: relative;
		float: left;
		margin-bottom: 5px;
		clear: left;
		width: 100%;
}


.x-feeds li.odd {
		background-color: #eee;
}

.comment-box {
		background-color: #fff;
		margin-left: 10px;
		margin-top: 2px;
		font-color: #000;
		font-family: "Lucida Grande", arial, verdana, tahoma, sans-serif;
		font-size: 11px;
		width: 210px;
		border: 1px solid #e5e5e5;
}

.comment-box .friends-name {
		color: #4075a2;
		font-weight: bold;
}

.status-box  {
		background: #fff url(images/inputs/whatareyoudoing.png) no-repeat center center;
		height: 30px;
		width: 200px !important;
		margin-left: 4px;
		padding: 16px 8px 8px 8px!important;
}

.updatebox {
		background: #fff url(images/inputs/whatareyoudoing.png) no-repeat center center;
		width: 210px;
		min-height: 48px;
		margin-left: 4px;
		line-height: 1.3;
}


/**
 * social services scrolling classes
 */

#services-container {
		position: relative;
		height: 182px;
		padding: 0 !important;
		margin: auto 0 auto !important;
		overflow: hidden !important;
		padding-top: 25px;
		background: url(images/social/backdrop.png) no-repeat top center;
		display: none;
}

#services-wrapper {
		position: relative;
		margin: 8px auto 0 auto !important;
		width: 900px;
		overflow: hidden;
}

#services-container div.scrollable {
		position:relative;
		overflow: hidden;
		width: 820px;
		height: 200px;
		float: left;
}

#services-container div.scrollable div.items {
		width: 2000px;
		position: absolute;
		margin: 0 auto 0 auto 0 !important;
}

#services-container  .service-box {
		position: relative;
		float: left;
		width: 118px;
		height: 200px;
		cursor: pointer;
		outline: none;
		text-align: center;
		color: #252b2e;
		text-shadow: 0px 1px 0px #f0f2f3;
		font-size: 10px;
		background: none;
}

#services-container  items div.service-box.highlight-box, .highlight-box {
		background: url(images/social/icons/active.png) no-repeat -1px center;
}

#services-container .title {
		margin-top: 1px;
		font-weight: bold;
}


#services-container  .service-box p {
		text-align: left;
		line-height: 1.4em;
}

#services-container .service-box img {margin-top: 6px !important; margin-bottom: 10px !important;}


#services-container a.prev, #services-container a.next, #services-container a.prevPage, #services-container a.nextPage {
		display: block;
		width: 18px;
		height: 18px;
		background-image: url(images/social/arrows/left.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		float:left;
		margin: 30px 10px;
		cursor:pointer;
		font-size: 1px;
}

#services-container a.prev:hover, #services-container a.next:hover, #services-container a.prevPage:hover, #services-container a.nextPage:hover {
		background-position: 0px -18px;
}

#services-container a.disabled {
		background-position: 0px 0px;
}

#services-container a.next, #services-container a.nextPage {
		background-image:url(images/social/arrows/right.png);
		clear: right;
}

a.disabled {
	visibility:hidden !important;
}


/**
 * connect account
 */

#service-connect {
		position: relative;
		margin-top: 5px;
		display: none;
}


/**
 * buttons classes
 */

.add-service img {
		background-image: url(images/buttons/button_add_service.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 25px;
		width: 129px;
}
/**
 * icon classes
 */

.icon-broadcast { background: transparent url(images/icons/icon_broadcast.png) no-repeat 0 0; }
.icon-news { background: transparent url(images/icons/icon_news.png) no-repeat 0 0; }
.icon-facebook { background: transparent url(images/icons/icon_facebook.png) no-repeat 1px 0px; }
.icon-twitter { background: transparent url(images/icons/icon_twitter.png) no-repeat 1px 0px; }
.icon-friendster { background: transparent url(images/icons/icon_friendster.png) no-repeat 1px 0px; }
.icon-gmail { background: transparent url(images/icons/icon_gmail.png) no-repeat 1px 0px; }
.icon-myspace { background: transparent url(images/icons/icon_myspace.png) no-repeat 1px 0px; }
.icon-hi5 { background: transparent url(images/icons/icon_hi5.png) no-repeat 1px 0px; }
.icon-flickr { background: transparent url(images/icons/icon_flickr.png) no-repeat 1px 0px; }
.icon-youtube { background: transparent url(images/icons/icon_youtube.png) no-repeat 1px 0px; }
.icon-voice { background: transparent url(images/icons/icon_voice.png) no-repeat 1px 0px; }
.icon-yahoo { background: transparent url(images/icons/icon_yahoo.png) no-repeat 1px 0px; }
.icon-msn { background: transparent url(images/icons/icon_msn.png) no-repeat 1px 0px; }
.icon-friendster { background: transparent url(images/icons/icon_friendster.png) no-repeat 1px 0px; }
.icon-voice-messenger { background: transparent url(images/icons/icon_voice_circle.png) no-repeat 1px 0px; }

.icon-facebook-like {background: transparent url(images/icons/icon_facebook_like.png) no-repeat 1px 0px;}
.icon-facebook-comments {background: transparent url(images/icons/icon_facebook_comments.png) no-repeat 1px 0px;}

.icon-inbox { background: transparent url(images/icons/icon_inbox.png) no-repeat 0 0; }
.icon-reply { background: transparent url(images/icons/icon_reply.png) no-repeat 0 0; }
.icon-forward { background: transparent url(images/icons/icon_forward.png) no-repeat 0 0; }
.icon-download { background: transparent url(images/icons/icon_download.png) no-repeat 0 0; }
.icon-refresh { background: transparent url(images/icons/icon_refreshing.png) no-repeat 0 0; }
.icon-mail { background: transparent url(images/icons/icon_messages.png) no-repeat 4px 4px; }
.icon-mail-attach { background: transparent url(images/icons/icon_messages_attached.png) no-repeat 4px 4px; }
.icon-preview { background: transparent url(images/icons/icon_preview.png) no-repeat 0 1px; }
.icon-attachment { background: transparent url(images/icons/icon_attachment.png) no-repeat 0 0; }
.icon-document { background: transparent url(images/icons/icon_document.png) no-repeat 1px 0px; }
.icon-profile { background: transparent url(images/icons/icon_profile.png) no-repeat 0 0; }
.icon-chatrooms { background: transparent url(images/icons/icon_chatrooms.png) no-repeat 0 0; }

.icon-mobile { background: transparent url(images/icons/icon_mobile.png) no-repeat 0 0; }
.icon-settings { background: transparent url(images/icons/icon_settings.png) no-repeat 0 0; }
.icon-upload { background: transparent url(images/icons/icon_uparrow.png) no-repeat 0 0; }
.icon-help { background: transparent url(images/icons/icon_help.png) no-repeat 0 0; }
.icon-info { background: transparent url(images/icons/icon_information.png) no-repeat 0 0; }
.icon-logout { background: transparent url(images/icons/icon_logout.png) no-repeat 0 0; }
.icon-chat { background: transparent url(images/icons/icon_chat.png) no-repeat 0 0; }

.icon-private { background: transparent url(images/icons/icon_lock.png) no-repeat 0 0; }
.icon-valid { background: transparent url(images/icons/icon_check.png) no-repeat 0 0; }
.icon-error { background: transparent url(images/icons/icon_error.png) no-repeat 0 0; }

.icon-status { background: transparent url(images/icons/icon_status.png) no-repeat 5px 10px; }
.icon-photo { background: transparent url(images/icons/icon_photos.png) no-repeat 5px 10px; }
.icon-video { background: transparent url(images/icons/icon_videos.png) no-repeat 5px 10px; }
.icon-recommend { background: transparent url(images/icons/icon_recommend.png) no-repeat 5px 10px; }
.icon-talkrooms { background: transparent url(images/icons/icon_talkrooms.png) no-repeat 5px 10px; }
.icon-shared { background: transparent url(images/icons/icon_shared.png) no-repeat 5px 10px; }
.icon-fans { background: transparent url(images/icons/icon_fans.png) no-repeat 5px 10px; }
.icon-classifieds { background: transparent url(images/icons/icon_classifieds.png) no-repeat 5px 10px; }
.icon-subscribed { background: transparent url(images/icons/icon_subscribed.png) no-repeat 5px 10px; }
.icon-comment { background: transparent url(images/icons/icon_commented.png) no-repeat 5px 10px; }
.icon-event { background: transparent url(images/icons/icon_event.png) no-repeat 5px 10px; }
.icon-created { background: transparent url(images/icons/icon_created.png) no-repeat 5px 10px; }
.icon-whiteboard { background: transparent url(images/icons/icon_whiteboard.png) no-repeat 5px 10px; }
.icon-friends { background: transparent url(images/icons/icon_friends.png) no-repeat 5px 10px; }
.icon-blogs { background: transparent url(images/icons/icon_blogs.png) no-repeat 5px 10px; }
.icon-network { background: transparent url(images/icons/icon_networks.png) no-repeat 5px 10px; }
.icon-live { background: transparent url(images/icons/icon_live.png) no-repeat 5px 10px; }
.icon-trash {background: transparent url(images/icons/icon_trash.png) no-repeat 0px 0px;}
.icon-trashbin {background: transparent url(images/icons/icon_trashcan.png) no-repeat 0px 0px;}
.icon-contact { background: transparent url(images/icons/icon_contactus.png) no-repeat 0 0; }
.icon-bug { background: transparent url(images/icons/icon_bug.png) no-repeat 0 0; }
.icon-note { background: transparent url(images/icons/icon_note.png) no-repeat 0 0; }
.icon-feedback { background: transparent url(images/icons/icon_feedback.png) no-repeat 0 0; }
.icon-app { background: transparent url(images/icons/icon_application.png) no-repeat 0 0; }
.icon-compose {background: transparent url(images/icons/icon_compose.png) no-repeat 1px 0 ;}
.icon-messages {background: transparent url(images/icons/icon_messages.png) no-repeat 1px 0 ;}
.icon-notifications {background: transparent url(images/icons/icon_notifications.png) no-repeat 1px 0 ;}
.icon-friend-requests {background: transparent url(images/icons/icon_friend_requests.png) no-repeat 1px 0 ;}
.icon-gifts {background: transparent url(images/icons/icon_gifts.png) no-repeat 1px 0 ;}
.icon-fan-clubs {background: transparent url(images/icons/icon_fans.png) no-repeat 1px 0 ;}
.icon-preferences {background: transparent url(images/icons/icon_preferences.png) no-repeat 1px 0 ;}
.icon-search {background: transparent url(images/icons/icon_search.png) no-repeat 1px 0 ;}


.icon-chat-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_chat_balloon.png) no-repeat 0 4px;
}

.icon-chat-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_chat_balloon.png) no-repeat left bottom;
}
.icon-chat-btn-pending {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_chat_balloon_pending.png) no-repeat left bottom;
}

.position-reset {
		background-position: 0 1px;
}

.icon-yahoo-chat {
		background: transparent url(images/icons/icon_yahoo_messenger.png) no-repeat 3px 3px;
		padding-left: 22px !important;
}

.icon-msn-chat {
		background: transparent url(images/icons/icon_msn_messenger.png) no-repeat 3px 3px;
		padding-left: 22px !important;
}

.icon-voice-chat {
		background: transparent url(images/icons/icon_voice_chat.png) no-repeat 3px 5px;
		padding-left: 22px !important;
}

/**
 * window title bar icons
 */

.helpwindow-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_help.png) no-repeat 0 4px;
}

.helpwindow-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_help.png) no-repeat left bottom;
}

.terms-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_information.png) no-repeat 0 4px;
}

.terms-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_information.png) no-repeat left bottom;
}
.gmail-instructions-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_gmail.png) no-repeat 0 4px;
}

.gmail-instructions-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_gmail.png) no-repeat left bottom;
}

.mobile-commands-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_mobile.png) no-repeat 0 4px;
}

.mobile-commands-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_mobile.png) no-repeat left bottom;
}

.voiceMessenger-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_voice_circle.png) no-repeat 0 4px;
}

.voiceMessenger-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_voice_circle.png) no-repeat left bottom;
}

.friends-request-win {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_friends.png) no-repeat 0 4px;
}

.friends-request-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_friends.png) no-repeat left bottom;
}

.user-request-win {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_settings.png) no-repeat 0 4px;
}

.user-request-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_friends.png) no-repeat left bottom;
}

.bug-report-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_bug.png) no-repeat 0 4px;
}

.bug-report-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_bug.png) no-repeat left bottom;
}

.hi5-instructions-win, .hi5-widgetout-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_hi5.png) no-repeat 0 4px;
}

.hi5-instructions-btn, .hi5-widgetout-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_hi5.png) no-repeat left bottom;
}

.contact-us-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_feedback.png) no-repeat 0 4px;
}

.contact-us-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_feedback.png) no-repeat left bottom;
}

.voice-chatrooms-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_chatrooms.png) no-repeat 0 4px;
}

.voice-chatrooms-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_chatrooms.png) no-repeat left bottom;
}

.upload-photos-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_photos.png) no-repeat 0 4px;
}

.upload-photos-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_photos.png) no-repeat left bottom;
}

.upload-videos-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_videos.png) no-repeat 0 4px;
}

.upload-videos-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_videos.png) no-repeat left bottom;
}

.profile-edit-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_profile.png) no-repeat 0 4px;
}

.profile-edit-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_profile.png) no-repeat left bottom;
}


.password-change-win {
		width: 20px;
		height: 19px;
		background: transparent url(images/icons/icon_password.png) no-repeat 0 6px;
}

.password-change-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_password.png) no-repeat left bottom;
}

.pop-config-win {
		width: 17px;
		height: 19px;
		background: transparent url(images/icons/icon_messages.png) no-repeat -1px 4px;
}

.pop-config-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_messages.png) no-repeat left bottom;
}

.user-settings-win {
		width: 17px;
		height: 19px;
		background: transparent url(images/icons/icon_settings.png) no-repeat -1px 4px;
}

.user-settings-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_settings.png) no-repeat left center;
}

.facebook-widgetout-win, .facebook-connect-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_facebook.png) no-repeat 0 4px;
}

.facebook-widgetout-btn, .facebook-connect-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_facebook.png) no-repeat left bottom;
}

.hi5-widgetout-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_hi5.png) no-repeat 0 4px;
}

.hi5-widgetout-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_hi5.png) no-repeat left bottom;
}

.myspace-widgetout-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_myspace.png) no-repeat 0 4px;
}

.myspace-widgetout-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_myspace.png) no-repeat left bottom;
}

.friendster-widgetout-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_friendster.png) no-repeat 0 4px;
}
.friendster-widgetout-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_friendster.png) no-repeat left bottom;
}
.twitter-widgetout-win, .twitter-following-win, .twitter-followers-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_twitter.png) no-repeat 0 4px;
}

.twitter-widgetout-btn, .twitter-following-btn, .twitter-followers-btn{
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_twitter.png) no-repeat left bottom;
}

.gmail-widgetout-win {
		width: 20px;
		height: 24px;
		background: transparent url(images/icons/icon_gmail.png) no-repeat 0 6px;
}

.gmail-widgetout-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_gmail.png) no-repeat left bottom;
}

.my-readmails-win {
		width: 16px;
		height: 24px;
		background: transparent url(images/icons/icon_mail_open.png) no-repeat left center;
}

.my-readmails-btn {
		width: 18px;
		height: 16px;
		background: transparent url(images/icons/icon_mail_open.png) no-repeat left bottom;
}

/**
 * Welcome Balloon
 */

#welcome {
		position: absolute;
		width: 275px;
		height: 170px;
		background: url(images/default/welcome_balloon.png) no-repeat center center;
		left: -65px;
		top: 20px;
		z-index: 1000;
}

/**
	* profile classes
	*/

#profile-header {
		position: absolute;
		left: 15px;
		height: 30px;
		width: 98%;
}

#profile-status {
		position: absolute;
		left: 165px;
		top: 13px;
		width: 700px;
}

#profile-status .user {
		color: #9eb6ec;
}

#profile-status .status {
		font-size: 13px;
		line-height: 13px;
		color: #f3f3f3;
		letter-spacing: 0;
}

#profile-status .timestamp {
		font-size: 9px;
		line-height: 9px;
		color: #dbdfe8;
		letter-spacing: 0;
}

#profile-pic-column {
		position: absolute;
		left: 10px;
		top: 40px;
		width: 150px;
}

#profile-details-column {
		position: absolute;
		left: 160px;
		top: 40px;
		width: 810px;
}

#broadcast-panel {
		width: 300px;
		position: absolute;
		right: 100px;
		top: 10px;
		height: 30px;
}

/**
 * update tab classes ( profile )
 */

.tab-container {
		background-color: #ddecf8;
		padding-top: 20px;
}

.navigation-tabs,.navigation-tabs-odd {
		border-bottom: 1px solid #ccc;
		padding: 0 10px 0 8px;
}

.navigation-tabs #navigation-tabs a.first, .navigation-tabs-odd #navigation-tabs-odd a.first {
		border-left: 1px solid #ccc;
		margin-left: 0;
}

.navigation-tabs #navigation-tabs a, .navigation-tabs-odd #navigation-tabs-odd a {
		background: #f0f0f0 none repeat scroll 0 0;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		color: #3b5998;
		display: block;
		float: left;
		margin-top: 1px;
		padding: 4px 8px;
		position: relative;
		cursor: pointer;
}

.navigation-tabs #navigation-tabs a.active, .navigation-tabs-odd #navigation-tabs-odd a.active {
		background: #fff none repeat scroll 0 0;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #ccc;
		color: #333;
		margin-bottom: -1px;
		margin-left: -1px;
		margin-top: 0;
		padding-bottom: 4px;
		padding-top: 5px;
}

.navigation-tabs-odd #navigation-tabs-odd a,  {
		background: #fff none repeat scroll 0 0 !important;
}

.navigation-tabs-odd #navigation-tabs-odd a.active {
		background: #f7f7f7 none repeat scroll 0 0 !important;
		border-bottom: 1px solid #f7f7f7;
}

.navigation-tabs #navigation-tabs a.last, .navigation-tabs-odd #navigation-tabs-odd a.last {
		border-right: 1px solid #ccc;
}

.navigation-tabs img#friends_loading, .navigation-tabs-odd img#friends_loading {
		display: none;
		float: right;
		margin: 7px 16px 0 0;
}

.navigation-tabs #navigation-tabs a:hover, .navigation-tabs-odd #navigation-tabs-odd a:hover {
		background: #fff;
		color: #444;
		text-decoration: none;
}

.navigation-tabs #navigation-tabs a:focus, .navigation-tabs-odd #navigation-tabs-odd a:focus {
		outline: 0px;
}

#x-tab-content {
		background-color: #fff;
		height: 100% !important;
		width: 100%;
}

#x-tab-content-odd {
		height: 100%;
		background-color: #f7f7f7;
}

#user-settings-win .x-windows-content {
		overflow: hidden !important;
}

/**
 * x-tab-content inner classes
 */

.x-feeds-wrapper {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
}

.username {
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;
}

.x-quotes {
		font-size: 14px;
		font-weight: bold;
		color: #bbb;
		font-family: arial;
}

.x-feed-actions { font-size: 10px; }

.x-friend-wrapper { float: left; }

.x-friend-overlay {
		position: absolute;
		margin: 4px;
		margin-right: 0px;
		z-index: 20;
		width: 50px;
		height: 50px;
		text-align: center;
}

.x-friend-pic {
		position: absolute;
		margin: 4px;
		margin-right: 0px;
		z-index: 2;
		width: 50px;
		height: 50px;
		text-align: center;
}

.x-friend-info {
		float:right;
		width: 80px;
		height: 52px;
		text-align: left;
		margin: 6px;
		font-size:10px;
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-weight:normal;
		padding-top:7px;
		text-decoration:none;
}


/**
 * file upload
 */

.upload-wrapper {
		width: 100%;
		height: 100%;
}

.innercontent {
		padding: 12px 10px 5px 40px;
		font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #7d7d7d;
}


.refresh-facebook, .refresh-myspace, .refresh-hi5, .refresh-twitter, .refresh-friendster {
		cursor: pointer;
}

#attachments {
		height: 28px;
		border-top: 1px solid #e5e5e5;
		background: url(/moflick/digiapllication/images/mail/attachments_tile.png) repeat-x top left;
}

#attachments div.hide, #attachments div.show {
		background-image: url(/moflick/digiapllication/css/theme/pro/chat/toggle_spirits.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 16px;
		padding-left: 18px;
		cursor: pointer;
		color: #fff;
}

#attachments div.hide {
		background-position: 0 0px;
}

#attachments div.show {
		background-position: 0 -16px;
}


/**
 * pagination
 */

.pagination {
		float: right;
		margin-top: 10px 0 10px 0;
		padding: 5px;
}

.pagination a, .pagination span {
		float: left;
		display: block;
		height: 16px;
		margin: 2px;
		padding: 1px 6px 2px 6px;
		color: #15B;
		font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
		font-size: 11px;
}

.pagination a {
		text-decoration: none;
		border: 1px solid #ccc;
}

.pagination a:hover {
		background-color: #96eafc;
		border: 1px solid #43b5da;
		text-decoration: none;
		color: #43b5da;
}

.pagination .current {
		background-color: #3286a2;
		color: #fff;
		border: solid 1px #2b7c97;
}

.pagination .current.prev, .pagination .current.next{
		color: #666;
		border-color: #ccc;
		background:#fff;
}

