/*
#
#	Copyright (c) 2008 CMX-Networks LLC. All Rights Reserved.
#
#	Company:	http://cmx-networks.net
#	Demo:		http://cmx-networks.net/handshakes
#
#	Should any questions arise, please contact http://helpdesk.cmx-networks.net
#
*/



/******************************************/
/* Tabs for homepage sections invits etc*/
/******************************************/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 9px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #168eb9;
	list-style: none;
	border-left: solid 1px #96ABD4;
	border-bottom: solid 1px #96ABD4;
	border-top: solid 1px #96ABD4;
	border-right: solid 1px #96ABD4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
}

.TabbedPanelsTabHover {
	background-color: #E1E9FA;
	color: #2d597d;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	color: #2d597d;
}

.TabbedPanelsTab a {
	color: #FFFFFF;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: 	#FFFFFF;
}

.TabbedPanelsContent {
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(tab_bg.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsContent2 {

}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #FFFFFF;
	position: relative;
	border-top: solid 1px #96ABD4;
	border-right: solid 1px #96ABD4;
	border-left: solid 1px #96ABD4;
	border-bottom: solid 1px #96ABD4;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #CCCCCC;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


/******************************************/
/* Tabs for login box on homepage	*/
/******************************************/

.tpLogin {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.tptgLogin {
	margin: 0px;
	padding: 0px;
}

.tptLogin {
	background-image: url(but_tr_bg.png);
	background-repeat: repeat-x;
	position: relative;
	width: 100px;
	text-align: center;
	top: 0px;
	float: left;
	height: 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.8em sans-serif;
	list-style: none;
	-moz-user-select: 	none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
	padding-top: 10px;
}

.tpthLogin {
	background-color: 	#E1E9FA;
	color: #2d597d;
}

.tptsLogin {
	background-color: 	#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #2d597d;
}

.tptLogin a {
	color: #FFFFFF;
	text-decoration: none;
}

.tpcgLogin {
	clear: both;
	background-color: 	#FFFFFF;
}

.tpcLogin {
	background-image: url(g_login.png);
	background-repeat: none;
	height: 126px;
}

.tpcvLogin {
}

.VTabbedPanels .tptgLogin {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #FFFFFF;
	position: relative;
}

.VTabbedPanels .tptLogin {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .tptsLogin {
	background-color: #CCCCCC;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .tpcgLogin {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


/******************************************/
/* Footer rounded corners		*/
/******************************************/

.footer_round{
	display: block;
}

.footer_round *{
	display:	block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #FFFFFF;
}

.footer_round1{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #7ab4d1;
	border-right: 1px solid #7ab4d1;
	background: #c4deeb;
}

.footer_round2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #2d8ab7;
	border-right: 1px solid #2d8ab7;
	background: #d2e6ef;
}

.footer_round3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #d2e6ef;
	border-right: 1px solid #d2e6ef;
}

.footer_round4{
	border-left: 1px solid #7ab4d1;
	border-right: 1px solid #7ab4d1;
}

.footer_round5{
	border-left: 1px solid #c4deeb;
	border-right: 1px solid #c4deeb;
}

.footer_roundfg{
	background: #FFFFFF;
}


/******************************************/
/* Rounded top corners		*/
/******************************************/

.round_main{
	display: block;
}

.round_main *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #f7fbfd;
}

.round_main1{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #fbfdfe;
	border-right: 1px solid #fbfdfe;
	background: #f9fcfd;
}

.round_main2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #fefefe;
	background: #f8fbfd;
}

.round_main3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #f8fbfd;
	border-right: 1px solid #f8fbfd;
}

.round_main4{
	border-left: 1px solid #fbfdfe;
	border-right: 1px solid #fbfdfe;
}

.round_main5{
	border-left: 1px solid #f9fcfd;
	border-right: 1px solid #f9fcfd;
}

.round_mainfg{
	background: #f7fbfd;
}


/******************************************/
/* Rounded corners for tips, qsearch	*/
/******************************************/

.side_round{
	display: block;
}

.side_round *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #2890c5;
}

.side_round1{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #a2cfe6;
	border-right: 1px solid #a2cfe6;
	background: #5dabd3;
}

.side_round2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #e9f3f9;
	border-right: 1px solid #e9f3f9;
	background: #50a5d0;
}

.side_round3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #50a5d0;
	border-right: 1px solid #50a5d0;
}

.side_round4{
	border-left: 1px solid #a2cfe6;
	border-right: 1px solid #a2cfe6;
}

.side_round5{
	border-left: 1px solid #5dabd3;
	border-right: 1px solid #5dabd3;
}

.side_roundfg{
	background: #2890c5;
}

.footspiff{
	display: block;
}

.footspiff *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #247198;
}

.footspiff1{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background: #355472;
}

.footspiff2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background: #305b7b;
}

.footspiff3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #305b7b;
	border-right:1px solid #305b7b;
}

.footspiff4{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.footspiff5{
	border-left: 1px solid #355472;
	border-right: 1px solid #355472;
}

.footspifffg{
	background: #247198;
}

.mhs_box{
	display: block;
}

.mhs_box *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #eaeaea;
}

.mhs_box1{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	background: #efefef;
}

.mhs_box2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fcfcfc;
	border-right:1px solid #fcfcfc;
	background:#ededed;
}

.mhs_box3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.mhs_box4{
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.mhs_box5{
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.mhs_boxfg{
	background: #eaeaea;
}

.mhs_box_mid{
	display: block;
}

.mhs_box_mid *{
	display: block;
	height: 1px;
	overflow:	hidden;
	font-size:	 .01em;
	background: #43b1e1;
}

.mhs_box_mid1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #aeddf2;
	border-right:1px solid #aeddf2;
	background:#72c4e8;
}

.mhs_box_mid2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #ecf7fc;
	border-right: 1px solid #ecf7fc;
	background: #66bfe6;
}

.mhs_box_mid3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #66bfe6;
	border-right: 1px solid #66bfe6;
}

.mhs_box_mid4{
	border-left: 1px solid #aeddf2;
	border-right: 1px solid #aeddf2;
}

.mhs_box_mid5{
	border-left: 1px solid #72c4e8;
	border-right: 1px solid #72c4e8;
}

.mhs_box_midfg{
	background: #43b1e1;
}

.hpmain{
	background-image: url(hpmain.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.m_pic{
	background-color: #FFFFFF;
	border: 1px solid #d0d0d0;
	padding: 5px;
	width: 122px;
}

.tab1{

	background-color: #fff8d1;
	border-top: 2px dashed #fde9ae;
	padding: 5px;
	padding-bottom: 10px;
}

.tab2{

	background-image: url(wel_people.png);
	background-repeat: no-repeat;
	background-position: bottom middle;
	height: 180px;
	padding-top: 5px;
	padding-left: 5px;
}

.tab3{
	background-image: url(music_side.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
	padding-left: 200px;
	padding-top: 20px;
}

.tab3s2{

	background-color: 	#fff8d1;
	border-top: 1px dashed #fde9ae;
	padding: 5px;
	padding-left: 20px;
	padding-top: 15px;
}

.section_1{
	background-image: url(tab_bg.gif);
	background-repeat: repeat-x;
}

.table-outline{
	border: 1px solid #1d98c0;
}

.text_forgot{
	color: #ffdd77;
	font-weight: bold;
	font-size: 8pt;
}

.text_forgot a{
	color: #ffd043;
	text-decoration: none;
}

.text_forgot a:hover{
	color: #ffd043;
	text-decoration: none;
}

.text_name{
	padding-top: 15px;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.text_url{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 7pt;
	color: #000000;
}

.text_url a{
	color: #1a86b4;
	text-decoration: none;
}

.text_url a:hover{
	color: #daf1fa;
	text-decoration: none;
}

.text_hp1{
	font-size: 8pt;
	color: #1d98c0;
	font-weight: bold;
}

.text_hp1 a{
	font-size: 8pt;
	color: #19849d;
	font-weight: bold;
	text-decoration: none;
}

.text_hp1 a:hover{
	font-size: 8pt;
	color: #b9d6ed;
	font-weight: bold;
	text-decoration: none;
}

.text_hp2{
	font-size: 10pt;
	color: #00b01b;
}

.text_hp3{
	font-size: 10pt;
	color: #1d98c0;
	font-weight: bold;
}

.text_hp4{
	font-size: 8pt;
	color: #2b71af;
}

.text_hp4 a{
	text-decoration: none;
	color: #2b71af;
}

.text_hp4 a:hover{
	text-decoration: none;
	color: #b9d6ed;
}

.text_photo1{
	font-size: 7pt;
	color: #0d3b55;
}

.text_photo1 a{
	color: #166996;
	text-decoration: none;
}

.text_forum{
	color: #FFFFFF;
	text-decoration: none;
}

.text_forum a{
	color: #daeffa;
	text-decoration: none;
}

.text_forum a:hover{
	color: #addbf3;
	text-decoration: none;
}

.text_mys1{
	font-size: 8pt;
}

.text_mys1 a{
	font-size: 8pt;
	text-decoration: none;
}

.text_mys1 a:hover{
	font-size: 8pt;
	text-decoration: underline;
}

.text_mys1_title{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.text_mys1_title a{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #1a86b4;
}

.text_mys1_title a:hover{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #98d4ee;
}

.text_mys2{
	font-size: 7pt;
	color: #000000;
}

.text_mys2 a{
	font-size: 7pt;
	color: #186e94;
	text-decoration: none;
}

.text_mys2 a:hover{
	font-size: 7pt;
	color: #98d4ee;
	text-decoration: none;
}

.text_mys2_title{
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}

.text_mys2_title a{
	font-size: 7pt;
	font-weight: bold;
	color: #186e94;
	text-decoration: none;
}

.text_mys2_title a:hover{
	font-size: 7pt;
	font-weight: bold;
	color: #98d4ee;
	text-decoration: none;
}

.text_mys3{
	font-size: 8pt;
	color: #186e94;
}

.text_mys3 a{
	font-size: 8pt;
	color: #186e94;
	text-decoration: none;
}

.text_mys3 a:hover{
	font-size: 8pt;
	color: #98d4ee;
	text-decoration: none;
}

.text_bulletins1{
	font-size: 8pt;
	color: #2184af;
}

.text_bulletins1 a{
	font-size: 8pt;
	color: #2184af;
	text-decoration: none;
}

.text_bulletins1 a:hover{
	font-size: 8pt;
	color: #98d4ee;
	text-decoration: none;
}

.text_module_title{
	font-size: 10pt;
	font-weight: bold;
}

.text_module_title a{
	color: #186e94;
	text-decoration: none;
}

.text_module_title a:hover{
	font-size: 10pt;
	color: #98d4ee;
	text-decoration: none;
}

.text_billing{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.text_billing a{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text_billing a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #186e94;
	text-decoration: none;
}

.mhs_header{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
}

.mhs_header a{
	color: #daf1fa;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

.mhs_header a:hover{
	color: #2184af;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

.mhs_header2{
	color: #186e94;
	font-size: 10pt;
	font-weight: bold;
}

.mhs_body{
	border: 1px solid #43b1e1;
}

.loginbox{
	background-image: url(login_bg.png); 
	background-repeat: repeat-x;
}

.spacer1{
	background-color: 	#FFFFFF;
}

.padding1{
	padding-bottom: 10px;
}

.padding2{
	padding: 15px;
}

.padding3{
	padding-top: 15px;
}

.evntext1{
	font-size: 10px;
	color: #126189;
	padding-bottom: 10px;
}

.evntext2{
	font-size: 10px;
	color: #000000;
	padding-bottom: 15px;
}

.evntext3{
	text-align: right;
	font-size: 10px;
	color: #eb4d00;
	border-bottom: 1px dotted #89b3c8;
	padding-bottom: 10px;
}

.evntext3 a{
	text-align: right;
	font-size: 10px;
	color: #eb4d00;
	text-decoration: none;
}

.bctext3{
	text-align: right;
	font-size: 10px;
	color: #eb4d00;
	padding-bottom: 10px;
}

.bctext3 a{
	text-align: right;
	font-size: 10px;
	color: #eb4d00;
	text-decoration: none;
}

.logintext{
	text-align: left;
	color: #668125;
	padding-left: 10px;
	font-weight: bold;
}

.sidetext{
	text-align: left;
	color: #668125;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}

.shpheader{
	background: #e2ecf1;
	color: #126189;
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 10px;
}
.shpheader a{
	color: #126189;
	text-decoration: none;
}
.shpheader a:hover{
	color: #98d4ee;
	text-decoration: none;
}

.hpheader{
	border-top: 2px solid #b9d1dc;
	background: #e2ecf1;
	color: #126189;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}

.hpheader2{
	border-top: 2px solid #a4c4d2;
	background: #c4d9e2;
	color: #126189;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

.lhp{
	color: #126189;
	font-size: 14px;
	font-weight: bold;
}

.headertext{
	font-size: 14px;
	font-weight: bold;
	color: #126189;
	padding-left: 20px;
}

.headertext2{
	font-size: 14px;
	font-weight: bold;
	color: #126189;
	padding-left: 5px;
}

.side-header{
	background-image: url(side_header.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.side-body{
	color: #FFFFFF;
}

.padding{
	padding: 5px;
}

.cardmember-online-name2{
	font-size: 8pt;
	padding: 2px;
	height: 32px;
	width: 80px;
	text-align: center;
}

.cardmember-online-name2 a{
	font-size: 8pt;
	padding: 2px;
	text-align: center;
}

.cardmember-offline-name2{
	font-size: 8pt;
	padding: 2px;
	height: 32px;
	width: 80px;
	text-align: center;
}

.cardmember-offline-name2 a{
	font-size: 8pt;
	padding: 2px;
	text-align: center;
}

/* BEGIN LISTS */

.list-bulletin-header{	
	background-color: 	#FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
}

.list-bulletin-item{	
	background-color: 	#F7F7F7;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}

.list-bulletin-item-1{	
	background-color: #F7F7F7;
	padding: 3px;
	height: 20px;
}

.list-bulletin-item-2{
	background-color: #FCFCFC;
	padding: 3px;
	height: 20px;
}

.list-onow-header{	
	background-color: 	#FFFFFF;
	padding: 3px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
}

.list-onow-item{	
	background-color: 	#DDDDDD;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}

.list-onow-item-1{	
	background-color: 	#DDDDDD;
	padding: 3px;
	height: 20px;
}

.list-onow-item-2{
	background-color: 	#F7FBFFC;
	padding: 3px;
	height: 20px;
}
/* END LISTS */

/* general */

body{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: 	#1d98c0;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0; 
	padding: 0;
}

body{
	text-decoration: none;
}

div{
	padding: 0;
	margin: 0;
}

a{
	color: #000000;
}

a:hover{
	color: #6888CA;
	text-decoration: none;
}

.header{
	font-size: 7pt;
	color: #19849d;
	text-align: right;
}

.header a{
	font-size: 7pt;
	color: #19849d;
	text-decoration: none;
}

.header a:hover{
	font-size: 7pt;
	color: #19849d;
	text-decoration: underline;
}

.header-mb{
	float: right;
}

.footer{
	background-color: #6888CA;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.footer a{
	color: #FFFFFF;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.body{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.handler{
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

.page{
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	width: 850px;

}

.top{
	padding: 0px;
}

.logo{
	float: left;
	padding-left: 1px;
}

ul.list-blue-menu{
	list-style-type: none;
	list-style-position: outside;
 	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

li.list-blue-menu-item{
	padding-left: 15px;
	background: url('bullet.gif') 5px no-repeat ;
	color: #000000;
}

li.list-blue-menu-item a{
	color: #000000;
}

li.list-blue-menu-item a:hover{
	color: #6888CA;
}

ul.list-orange-menu{
	list-style-type: none;
	list-style-position: outside;
 	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

li.list-orange-menu-item{
	padding-left: 15px;
	background: url('bullet.gif') 5px no-repeat ;
	color: #000000;
}

li.list-orange-menu-item a{
	color: #000000;
}

li.list-orange-menu-item a:hover{
	color: #A8824F;
}

ul.sidemenu{
	list-style-type: none;
	list-style-position: outside;
 	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

ul.sidemenu a{
	color: #FFFFFF;
	text-decoration: none;
}

ul.sidemenu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

li.sidemenu-1{

	padding: 5px;
	padding-left: 25px;
	background: url('bullet.gif') 10px no-repeat ;
}

li.sidemenu-2{
	padding: 5px;
	padding-left: 25px;
	background: url('bullet.gif') 10px no-repeat ;
}

.menubar{
	background-image: url(mm_bg.png); 
	background-repeat: repeat-x;
	padding: 10px;
	text-align: center;
  	margin-bottom: 0px;
	color: #FFFFFF;
}

.submenu{
  	margin-top: 0px;
	background-image: url(sm_bg.png); 
	background-repeat: repeat-x;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #5692b0;
}

.submenu a{
	text-decoration: none;
	color: #FFFFFF;
}

.submenu a:hover{
	color: #FFFFFF;
}
#error{
	background-color: 	#1d98c0;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
}

#error a{
	color: #9fd4f1;
	text-decoration: none;
}

#error a:hover{
	color: #98d4ee;
}

.error{
	color: #FFFFFF;
	font-weight: bolder;
}

.columnWide{
	float:				left;
	width:				590px;
}
.columnSmall{
	float:				left;
	width:				245px;
}

.columnName{
	font-size: 8pt;
	color: #24637e;
	font-weight: bold;
}

.columnData{
	font-size: 8pt;
	color: #217a95;
}

.columnData a{
	font-size: 8pt;
	color: #217a95;
	text-decoration: none;
}

.columnData a:hover{
	font-size: 8pt;
	color: #98d4ee;
	text-decoration: none;
}

.padded{
	padding: 5px;
}

.dividerV{
	float: left;
	width: 5px;
}

.dividerH{
	float: none;
	height: 5px;
}

.dotted{
	height: 2px;
	border-top: 1px dotted #999999;
}

.dotted-bottom{
	padding: 3px;
	border-bottom: 1px dotted #999999;
}

.pages{
	text-align: center;
}

.centered{
	text-align: center;
}

.bold{
	font-weight: bold;
}

/* text styles */

.topmenu{
	text-align: right;
	padding: 5px;
	color: #FFFFFF;
}

.topmenu a{
	color: #FFFFFF;
	text-decoration: none;
}

.topmenu a:hover{
	text-decoration: underline;
	color: #b9d6ed;
}

.menubar a{
	color: #FFFFFF;
	text-decoration: none;
}

.menubar a:hover{
	color: #98d4ee;
}

.menubarON{
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
}

.blue{
	color: #68ABCA;
	font-weight:bold;
	font-size:	8pt;
}

h1{
	font-family: "Trebuchet MS","Lucida Grande";
	font-weight: bold;
	font-size:	 12pt;
	padding: 0px;
	margin: 0;
}

..highlight{

}

/* blocks */
.brown-header{
	background-color: #F9F1E1;
	border: 1px solid #D3BE96;
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #99896D;
}

.brown-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D3BE96;
	border-right: 1px solid #D3BE96;
	border-left: 1px solid #D3BE96;
}

.green-header{
	background-color: #E6F9E1;
	border: 1px solid #96D396;
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #5D995D;
}

.green-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #96D396;
	border-right: 1px solid #96D396;
	border-left: 1px solid #96D396;
}

.blue-header{
	background-color: #E1E9FA;
	border: 1px solid #96ABD4;
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #6D7B99;
}

.blue-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #96ABD4;
	border-right: 1px solid #96ABD4;
	border-left: 1px solid #96ABD4;
}

.orange-header{
	background-color: #FAEFE1;
	border: 1px solid #D4BA96;
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #99876D;
}

.orange-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D4BA96;
	border-right: 1px solid #D4BA96;
	border-left: 1px solid #D4BA96;
}


.tip{
	font-size: 10px;
	padding: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

.tip-body{
	vertical-align: middle;
}

.cardlabel{
	float:left;
	width:80px;
	color: #666666;
}
.cardbody{
}

.card-headline{
	border:1px dashed #689BCA;
	background-color: #F5FAFF;
	float:left;
}

.card-headline-body{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	float:left;
	margin:5px;
}

.card-member{
	border-top:2px solid #689BCA;
	border-bottom:1px solid #689BCA;
}

.card-online{
	color: #FF9000;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}

.card-featured{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #C96767;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}

.card-new{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #24A72D;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}

.card-updated{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #3588AE;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}

.card-member-top,.card-member-top a{
	background-color: #D6E4F0;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #FFFFFF;
	color: #32608A;
	text-decoration:none;
}

.card-member-top a:hover{
	color: #689BCA;
}

.card-member-body{
	background-color: #EBF3FA;
	padding:5px;
	text-align:left;
}

.card-member-header,.card-member-header a{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	color: #507EA9;
	text-decoration:none;
}

.card-member-header a:hover{
	color: #689BCA;
}

.card-member-options,.card-member-options a{
	background-color: #D6E4F0;
	padding:3px;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	color: #32608A;
	text-decoration:none;
	font-size:7pt;
}

.card-member-options a:hover{
	color: #689BCA;
}

ul.card-member-list{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	list-style-position: outside;
}

li.card-member-item{
	display:inline;
	background: url('arrow.gif') 5px no-repeat ;
	padding-left:10px;
}

.card-blog{
	border-top:2px solid #67C968;
	border-bottom:1px solid #67C968;
}

.card-blog-top,.card-blog-top a{
	background-color: #D5F0D6;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #FFFFFF;
	color: #328A33;
	text-decoration:none;
}

.card-blog-top a:hover{
	color: #67C968;
}

.card-blog-body{
	background-color: #EBFAEB;
	padding:5px;
	text-align:left;
}

.card-blog-header,.card-blog-header a{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	color: #4FA851;
	text-decoration:none;
}

.card-blog-header a:hover{
	color: #67C968;
}

.card-blog-options,.card-blog-options a{
	background-color: #D5F0D6;
	padding:3px;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	color: #328A33;
	text-decoration:none;
	font-size:7pt;
}

.card-blog-options a:hover{
	color: #67C968;
}

ul.card-blog-list{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	list-style-position: outside;
}

li.card-blog-item{
	display:inline;
	background: url('arrow.gif') 5px no-repeat ;
	padding-left:10px;
}

.recent_member{
	width: 80px;
	height: 121px;
}

.recent_member-online-photo{
	padding: 3px;
}

.recent_member-online-name{
	padding: 2px;
	height:16px;
	text-align:center;
}

.recent_member-online-name a{
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	color: #145f88;
	text-decoration: none;
}

.recent_member-online-name a:hover{
	text-decoration: none;
}

.recent_member-online-indicator{
	color: #787878;
	font-size: 7pt;
}

.recent_member-offline-photo{
	padding: 3px;
}

.recent_member-offline-name{
	padding: 2px;
	height:16px;
	text-align:center;
}

.recent_member-offline-name a{
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	color: #145f88;
	text-decoration: none;
}

.recent_member-offline-name a:hover{
	text-decoration: none;
}

.recent_member-offline-indicator{
	color: #787878;
	font-size: 7pt;

}


.member{
	width: 80px;
	height: 121px;
}

.member-online-photo{
	padding: 8px;
}

.member-online-name{
	padding: 2px;
	height:16px;
	text-align:center;
}

.member-online-name a{
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	color: #145f88;
	text-decoration: none;
}

.member-online-name a:hover{
	text-decoration: none;
}

.member-online-indicator{

}

.member-offline-photo{
	padding: 8px;
}

.member-offline-name{
	padding: 2px;
	height:16px;
	text-align:center;
}

.member-offline-name a{
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	color: #145f88;
	text-decoration: none;
}
.member-offline-name a:hover{
	text-decoration: none;
}
.member-offline-indicator{
}

.ecard{

}

.ecard-thumbnail{
	background-color: #F2F2F2;
	border: 1px dashed #999999;
	padding: 15px;
}

.ecard-name{
	background-color: #E5E5E5;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding:15px;
}

.photo{
	width:80px;
	height:118px;
}

.photo_edit{
	width:80px;
	height:132px;
}

.photo_big{
	width:344px;
}

.photo-photo{
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 8px;
}

.photo-caption{
	background-color: #E5E5E5;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	height:42px;
}

.photo-text{
	background-color: #E5E5E5;
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}

.photo-text a{
	background-color: #E5E5E5;
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}

.photo-text-big{
	font: 8pt Tahoma, sans-serif;
	color: #808080;
}

.news{
}

.news-title{

	float:left;
	padding:3px;
	width:70%;
	font-size: 8pt;
	font-weight: bold;

}

.news-date{
	padding:3px;
	text-align:right;
	font-size: 8pt;
	font-weight: bold;
}

.news-body{
	background-color: #FFFFFF;
	padding:5px;
	color: #000000;
	font-size: 8pt;
	border-bottom: 1px dashed #128ec4;
}

/* forms */
.form{
	text-align:center;
	margin:0;
	padding:0;
	width:530px;
}

.formlabel{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	float:left;
	text-align:right;
	width:40%;
	margin: 0 0 5px 0;
	padding:6px 0px 0 0;
	display:block;
	clear:both;
}

.formelement{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #146998;
	float:left;
	margin:3px;
	text-align:left;
}

.formelement2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #d2e9f2;
	float:left;
	margin:3px;
	text-align:left;
}

.formbutton{
	padding-top:10px;
	text-align:center;
	display:block;
	clear:both;
}

.formset{
	margin-bottom:2px;
}

.textfield{
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding:3px;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.dropdown{
	background-color: #FFFFFF;
	border:1px solid #999999;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.textarea{
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding:3px;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.button{
	background-color: #1670a0;
	border:1px solid #FFFFFF;
	padding:3px;
	color: #FFFFFF;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* lists */
.list-blue-header{
	background-color: #FFFFFF;
}

.list-blue-item{
	text-align:left;
	background-color: #f4f9fa;
	padding:3px;
}

.list-blue-item-1{
	text-align:left;
	background-color: #f4f9fa;
	padding:3px;
	height:20px;
}

.list-blue-item-2{
	text-align:left;
	background-color: #e9f3f5;
	padding:3px;
	height:20px;
}

.list-blue-title,.list-blue-title a{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	color: #507EA9;
	text-decoration:none;
	padding-right:5px;
}

.list-blue-category{
	padding:3px;
}

.list-blue-category a{
	color: #507EA9;
}

.list-blue-category a:hover{
	color: #000000;
}

.list-blue-subcategory{
	padding:3px;
	padding-left:20px;
}

.list-blue-subcategory a{
	color: #507EA9;
	text-decoration:none;
}

.list-blue-subcategory a:hover{
	color: #000000;
}

.list-blue2{
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #1d6d95;
	padding-top: 10px;
}

.list-blue2 a{
	color: #1d6d95;
	text-decoration: none;
}

.list-blue2 a:hover{
	color: #1d6d95;
}

.list-blue2-header{
	background-color: #D6E4F0;
	padding:3px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:20px;
}

.list-blue2-item{
	text-align:left;
	background-color: #EBF3FA;
	padding:3px;
}

.list-blue2-item-1{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #EBF3FA;
	padding:3px;
	height:20px;
}

.list-blue2-item-2{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #F7FBFF;
	padding:3px;
	height:20px;
}

.list-blue2-title,.list-blue-title a{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	color: #507EA9;
	text-decoration:none;
	padding-right:5px;
}

.list-blue2-category{
	padding:3px;
}

.list-blue2-category a{
	color: #507EA9;
}

.list-blue2-category a:hover{
	color: #000000;
}

.list-blue2-subcategory{
	padding:3px;
	padding-left:20px;
}

.list-blue2-subcategory a{
	color: #507EA9;
	text-decoration:none;
}

.list-blue2-subcategory a:hover{
	color: #000000;
}

.list-orange{
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	border-top:2px solid #C99F67;
}

.list-orange a{
	color: #000000;
}

.list-orange a:hover{
	color: #A8824F;
}

.list-orange-header{
	background-color: #F0E4D5;
	padding:3px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:20px;
}

.list-orange-item{
	text-align:left;
	background-color: #FAF3EB;
	padding:3px;
}

.list-orange-item-1{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #FAF3EB;
	padding:3px;
	height:20px;
}

.list-orange-item-2{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #FFFCF7;
	padding:3px;
	height:20px;
}

.list-orange-title,.list-orange-title a{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 12pt;
	font-weight:bold;
	color: #A8824F;
	text-decoration:none;
	padding-right:5px;
}

/* rating */
.rating{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
	color: #000000;
	font-weight: bolder;
	text-align:center;
}

.rating_0{
	color: #8093BA;
}

.rating_1{
	color: #8093BA;
}

.rating_2{
	color: #868FB3;
}

.rating_3{
	color: #8E8BAA;
}

.rating_4{
	color: #9885A0;
}

.rating_5{
	color: #A27F95;
}

.rating_6{
	color: #AD7989;
}

.rating_7{
	color: #B7737E;
}

.rating_8{
	color: #C06D75;
}

.rating_9{
	color: #C7696C;
}

.rating_10{
	color: #CE6565;
}

/* forum */
.forum-totals{
	background-color: #1983bd;
	border:1px solid #56b5e8;
	color: #FFFFFF;
	padding:5px;
}
.forum-button{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #666666;
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding:5px;
	cursor:pointer;
	float:left;
	margin:2px;
}
.forum_quote{
	border:1px dashed #689BCA;
	background-color: #FFFFFF;
	padding:5px;
}

/* calendar */

.calendar-body{
	border: 1px solid #2087c0;
	background-color: #2087c0;
}

.calendar-button{
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	background-color: #d3e1ed;
	border:1px solid #8ab0d2;
	color: #3a6082;
	cursor:pointer;
	width:20px;
	text-align:center;
	padding-top: 2px;
}

.calendar-date{
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.calendar-week{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
}

.calendar-day{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
	cursor: pointer;
}

.calendar-extended{
	color: #2d9fdd;
}

.calendar-sunday{
	color: #000000;
}

.calendar-today{
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}

.calendar-holiday{
	color: #ceff01;
}

.calendar-nof-holiday{
	color: #ceff01;
}

.calendar-events{
	font-weight: bold;
}

.calendar-notes{
	font-style: italic;
}

.calendar-selected{
	color: #ffe953;
}

/* im */
.im{
	border:1px solid #999999;
}

.im-header{
	font-size:7pt;
	color: #666666;
	background-color: #F2F2F2;
	border-bottom: 1px solid #999999;
	padding:3px;
}

.im-body{
	background-color: #FFFFFF;
	text-align:center;
}

/* banners */
.banner-header{
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}

.banner-footer{
	border-top: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}

.banner-side{
	padding:5px;
	text-align:center;
}

/* notification */
.noti{
	border:1px solid #6888CA;
	background-color: #FFFFFF;
	color: #666666;
}

.noti-header{
	background-color: #6888CA;
	padding:3px;
	color: #FFFFFF;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.noti-header a{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.noti-body{
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.noti-body a{
	color: #666666;
}

.noti-body a:hover{
	text-decoration:none;
}

/* color selector */
.color-color{
	margin:1px;
	width:9px;
	height:9px;
	float:left;
	cursor:pointer;
	border:1px solid #000000;
}

/* albums */
.photo{
	width: 80px;
	height: 118px;
}

.photo_edit{
	width: 80px;
	height: 132px;
}

.photo_main{
	background-color: #FA8072;
	border: 1px solid #999999;
	padding: 8px;
}

.album{
	width: 80px;
	height: 118px;
}

.album_main{
	background-color: #FFE4E1;
	border: 1px solid Black;
	padding: 8px;
}

.album_big{
	width: 344px;
}

.album_edit{
	width: 80px;
	height: 142px;
}

.album-photo{
	background-color: #DDDDDD;
	border: 1px solid Black;
	padding: 8px;
}

.album-caption{
	background-color: #999999;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 2px;
	height: 42px;
}

.album_edit{
	width: 80px;
	height: 142px;
}

.album-text{
	background-color: #999999;
	font: 7pt Tahoma, sans-serif;
	color: #F9F9F9;
}

.album-text a{
	background-color: ##CCCCCC;
	font: 7pt Tahoma, sans-serif;
	color: #F9F9F9;
}

.album-text-big{
	font: 8pt Tahoma, sans-serif;
	color: #F9F9F9;
}

/* vchat */
#vchat_window{
	position: absolute;
	visibility: hidden;
	width: 370px;
	top: 0;
	left: 0;
	z-index: 1;
}

.vchat_handler{
	border: 4px solid #00209F;
	background-color: #FFFFFF;
	height: 100%;
	padding: 5px;
}

.vchat_icon{
	margin: auto;
	text-align: center;
	float: left;
}

.vchat_message{
	color: #000;
	text-align: left;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

.vchat_message_header{
	font-weight: bold;text-align:center
}

.vchat_message_content{
	padding-top: 20px;
}

.vchat_buttons{
	text-align: center;
	padding-top: 20px;
}

/* social bookmarking */
#sbdropdown {
	border: 1px solid #CCC;
	background-color: #FFF;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	padding: 3px;
}

#sbbar {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 3px;
}

.sbitem{
	border: 1px solid #FFF;
	background-color: #F7F7F7;
	color: #666666;
	padding: 3px;
	cursor: pointer;
	text-align: left;
}
.sbitemhighlight{
	background-color: #EBF3FA;
	border: 1px solid #689BCA;
	padding: 3px;
	cursor: pointer;
	text-align: left;
}

/* tags */
.tagCloud {
	padding: 3px;
	text-align:center;
}

.tagCloud a{
	color: #FFFFFF;
	text-decoration:none;
}

.tagCloud a:hover {
	color: #b9d6ed;
	text-decoration:underline;
}
/* videos */
.vidSubmenu {
	bakckground-color: #FFF;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.vidSubmenu a {
	color: #6888CA;
}
.vidSubmenu a:hover {
	text-decoration: none;
}

.column-videosPage-right {
	float: left;
	width: 605px;
}
.column-videosPage-left {
	float: left;
	width: 160px;
}

.column-video-right {
	float: left;
	width: 283px;
}
.column-video-left {
	width: 480px;
	float: left;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.centerHandler {
	text-align: center;
	overflow: hidden;
}
.centerContent {
	margin-left: auto;
	margin-right: auto;
}

.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.leftText {
	text-align: left;
}

.listClear {
	clear: both;
}

/* video card */
.vCard {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.vCard .base {
	text-align: center;
	font: 8pt Arial, sans-serif;
	color: #000;
}
.vCard .base_left {
	text-align: left;
	padding: 0 3px 0 3px;
	width: 122px;
	height: 84px;
}
.vCard .highlight a {
	color: #000;
}
.vCard .duration {
	float: left;
	font-weight: bold;
}
.vCard .rating {
	text-align: right;
}
.vCard .title {
	width: 122px;
	height: 34px;
}

.screenshot {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	display: block;
	background-color: white;
}
.screenshot img {
	height: 90px;
	width: 120px;
}
.screenshotSmall {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	background-color: white;
	display: block;
}
.screenshotSmall img{
	height: 70px;
	width: 90px;
}

#basicViewOptions {
	display: inline;
}
#detailedViewOptions {
	display: inline;
}

/* lists */
.listItem {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem .listScrCol {
	width: 128px;
	float: left;
}
.listItem .listInfoCol {
	margin-left: 135px;
	zoom: 1;
	color: #000;
}

.listItem3Col {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem3Col .listScrCol {
	width: 128px;
	float: left;
}
.listItem3Col .listInfoCol {
	margin-left: 135px;
	margin-right: 50px;
	zoom: 1;
	color: #000;
}
.listItem3Col .listPosCol {
	width: 35px;
	float: right;
}


.listItemSmall {
	width: 100%;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.listItemSmall .listScrCol {
	width: 98px;
	float: left;
}
.listItemSmall .listInfoCol {
	margin-left: 105px;
	zoom: 1;
	color: #000;
}

.listItemDefault {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemDefault .listScrCol {
	width: 98px;
	float: left;
}
.listItemDefault .listInfoCol {
	margin-left: 108px;
	margin-right: 80px;
	zoom: 1;
	color: #000;
}
.listItemDefault .listActionsCol {
	width: 70px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemDefault .listActionsCol a {
	text-decoration: none;
}
.listItemDefault .listDataCol {
	width: 50px;
	float: right;
}


.listItemGroup {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroup .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroup .listInfoCol {
	margin-left: 108px;
	margin-right: 120px;
	zoom: 1;
	color: #000;
}
.listItemGroup .listActionsCol {
	width: 110px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemGroup .listActionsCol a {
	text-decoration: none;
}

.listItemGroupAddVideos {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroupAddVideos .listChBoxCol {
	width: 26px;
	text-align: center;
	float: left;
	padding-top: 27px;	
}
.listItemGroupAddVideos .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroupAddVideos .listInfoCol {
	margin-left: 134px;
	zoom: 1;
	color: #000;
}


.listInfoCol .title {
	font: 14px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #146898;
}
.listInfoCol .title a {
	color: #146898;
	text-decoration: none;
}
.listInfoCol .description {
	margin: 10px 0 10px 0;
}
.listInfoCol .info {
	font: Arial, sans-serif;
	color: #000;
	line-height: 14px;
}
.listInfoCol .label {
	color: #666;
}

.listClear {
	clear: both;
}
.clearRight {
	clear: right;
}

/* pages */
.pages {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;	
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: center;
}
.pages a {
	color: #146898;
	margin: 0 4px 0 4px;
}
.pages .p {
	margin: 0 4px 0 4px;
	font-weight: bold;
}

.cell {
	border:1px solid #CCC;
	padding: 5px;
}

.greyCell {
	border:1px solid #CCC;
	padding: 5px;
	background-color: #F7F7F7;
}

.vidHeader {
	font: 18px Arial, sans-serif;
	color: #146898;
	padding: 0;
	margin: 5px 0 5px 0;
}
.cell .sbbar {
	border: none;
}
.marginTop5 {
	margin-top: 5px;
}
.vidSecheader {
	font-family: "Trebuchet MS","Lucida Grande";
	font-size: 10pt;
	font-weight:bold;
	text-align:left;
	color: #6D7B99;
}

/* info */
.vinfo {
	font: bold 9pt Arial, sans-serif;
	color: #000;
}
.stats {
	margin: 10px;
}
.stats .vinfo {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	line-height: 20px;
}
.vinfo .label {
	color: #666;
	font-weight: normal;
}
.vinfo .description {
	font-weight: normal;
}

.videoOptions, .videoOptions a {
	font: 14px Arial, sans-serif;
	color: #146898;
	text-decoration: none;
	text-align: center;
}

/* rate scale */
.rate {
	height: 21px;
	display: block;
	line-height: 21px;
}
.rate .label {
	font: 10pt Arial, sans-serif;
	height: 21px;
	width: 35px;
	line-height: 21px;
	display: inline;
}
.rate .stars {
	display: inline;
	cursor: pointer;
}
.rate .stars img {
	vertical-align: top;
}
.votes {
	margin-top: 5px;
	margin-left: 35px;
	width: 110px;
	font: 8pt Arial, sans-serif;
	text-align: center;
}

/* comments */
.comment {
	margin: 5px;
	padding: 5px;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.comment .description {
	margin-left: 80px;
	zoom: 1;
}
.comment .highlight {
	font-size: 9pt;
	color: #666;
}
.comment .text {
	margin-top: 10px;
}
#commentForm {
	display: none;
}
.commentRateWord {
	line-height: 12px;
}
.commentRating {
	width: 15px;
	line-height: 12px;
	text-align: right;
}
.commentRatingImg {
	text-align: right;
	line-height: 12px;
	width: 35px;
}
.commentRatingImg img {
	vertical-align: bottom;
}
.commentRating .plus {
	color: #4DB21B;
}
.commentRating .minus {
	color: #B21B1B;
}
.commentOptions {
	line-height: 12px;
	width: 100px;
}

.subcomments {
	margin: 10px 20px 10px 20px;
	border: 3px solid #E5E5E5;
	padding: 3px;
}

.dotBorderTop {
	border-top: 1px dotted #666;
}

/* complete box */
.completeBox {
	background-color: #FFF;
	border: 1px dashed #5289A8;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* error box */
.errorBox {
	background-color: #FFC2C2;
	border: 1px solid #AF2D2D;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.errorBox a {
	color: #711B1B;
}

#videoOptionsHandler {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* tipBox */
.tipBox {
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	padding: 5px;
}

.video {
	margin: 0 0 5px 0;
}

/* video responses box */
.videoResponses .left {
	float: left;
	width: 34px;
	padding-top: 18px;
}
.videoResponses .centerHandler {
	text-align: center;
}
.videoResponses .center {
	margin-left: auto;
	margin-right: auto;
	width: 392px;
}
.videoResponses .right {
	float: right;
	width: 34px;
	padding-top: 18px;
}
#videoResponsesHandler {
	height: 130px;
}

.dashBorder {
	border: 1px dashed #CCC;
}

.avatarLarge {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarLarge .avatar {
	overflow: hidden;
	width: 84px;
	height: 84px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarLarge .avatar div {
	width: 400px;
	margin-left: -158px;
}
.avatarLarge .avatar img{
	height: 84px;
}

.avatarSmall {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarSmall .avatar {
	overflow: hidden;
	width: 54px;
	height: 54px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarSmall .avatar div {
	width: 400px;
	margin-left: -173px;
}
.avatarSmall .avatar img{
	height: 54px;
}

/* subscription */
.subscription {
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.subscription .base {
	text-align: center;
	clear: both;
}

#subscribeHandler {
	margin: 5px;
}

.mailboxList .screenshotSmall {
	border: 1px solid #999;
	background-color: white;
	display: block;
	padding: 0;
	float: left;
	margin: 0px;
	margin-right: 3px;
	zoom: 1;
}
.mailboxList .screenshotSmall img{
	height: 23px;
	width: 30px;
}

/* BEGIN Mailbox Table */

.mb-text{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	text-align : center;
}
.mb-text-nmsg-indication{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #409507;
}
.mb-text-nmsg-indication a{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #409507;
	text-decoration:none;
}
.mb-text-nmsg-indication a:hover{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #409507;
	text-decoration:underline;
}
.mb-text-ninvit-indication{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #FF7F17;
}
.mb-text-ninvit-indication a{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #FF7F17;
	text-decoration:none;
}
.mb-text-ninvit-indication a:hover{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #FF7F17;
	text-decoration:underline;
}
.mb-text-ncomment-indication{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #5A85C0;
}
.mb-text-ncomment-indication a{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #5A85C0;
	text-decoration:none;
}
.mb-text-ncomment-indication a:hover{
	font-family: "Arial";
	font-size: 10pt;
	font-weight:bold;
	color: #5A85C0;
	text-decoration:underline;
}
.mb-table-left{
	padding:5px;
	background-color: #F1F5FD;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.mb-table-right{
	padding:5px;
	background-color: #F1F5FD;
	border-top: 2px solid #FFFFFF;
}
.mb-padded{
	padding:5px;

}

/* END Mailbox Table */

	/* APPLICATIONS BAR */

	#container {
		min-height: 100%;
		font: normal 1em/1.5em helvetica, arial, sans-serif;
	}

	* html #container, * html #navigation {
		width: 780px;
		width: expression((document.body.clientWidth>2000) ? "1600px" : ((document.body.clientWidth>800) ? "auto" : "780px"));
	}

	* html #container {
		height: 100%;
	}

	* html #container {
		text-align: center;
		text-align: left;
	}

	* html #navigation { 
		position: absolute;
		width: 100%;  
		bottom: 0;
		left: 0;
		overflow: visible;
		top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
	}

	.nav_icon{
		padding: 2px;
		width: 22px;
	}

	.nav_icon a{
		padding: 2px;
		width: 22px;
	}

	.nav_icon a:hover{
		padding: 2px;
		width: 22px;
	}

	.nav_icon a:hover{
		padding: 2px;
		background-color: #FFFFFF;
		border: 1px solid #b5b5b5;
		width: 20px;
	}

	.nav_icon_right{
		padding: 2px;
		width: 90px;
	}

	.nav_icon_right a{
		padding: 3px;
		color: #000000;
		width: 90px;
		text-decoration: none;
	}

	.nav_icon_right a:hover{
		padding: 2px;
		background-color: #FFFFFF;
		border: 1px solid #b5b5b5;
		color: #000000;
		width: 90px;
		text-decoration: none;
	}

	.nav_icon_right2{
		padding: 2px;
		width: 115px;
	}

	.nav_icon_right2 a{
		padding: 2px;
		color: #000000;
		width: 115px;
		text-decoration: none;
	}

	.nav_icon_right2 a:hover{
		padding: 2px;
		background-color: #FFFFFF;
		border: 1px solid #b5b5b5;
		color: #000000;
		width: 115px;
		text-decoration: none;
	}

	.nav_bottom{
		background-color: #ededed;
		border: 1px solid #b5b5b5;
		width: 90%;
		height: 35px;
		margin-left:auto; 
		margin-right:auto;
		font-size: 8pt;
		color: #000000;
	}

	#navigation {
		width: 100%;
		position: fixed; 
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}

	#navmenu {
		position: relative;
		width: 50em;
		min-height: 1.5em;
		margin: 0 auto;
		padding-top: .2em;
		z-index: 10;
	}

	* html #navmenu {
		height: 1.5em;
	}

	#navmenu li {
		display: inline;
		padding: 0 3px;
		background-color: #34769a;
	}
	 
	#navmenu a, #navmenu a:visited {
		font: bold .9em/1.1em baskerville, times, "times new roman", serif;
		text-decoration: underline;  
		text-align: center;  
		color: #fff;  
		white-space: nowrap;
	}
	
	#navmenu a:focus, #navmenu a:hover, #navmenu a:active {
		color: #a9076a;
	}

	/* APPLICATION BAR TIP FEATURE */

	div#qTip {
		padding: 3px;
		border: 1px solid #666;
		border-right-width: 2px;
		border-bottom-width: 2px;
		display: none;
		background-color: #444444;
		color: #FFF;
		font: bold 9px Verdana, Arial, sans-serif;
		text-align: left;
		position: absolute;
		z-index: 1000;
	}
