@charset "utf-8";
/* CSS Document */

html{
	overflow-y: scroll;	
}

BODY{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	color: white;
	/* background: #2966a5 url('http://images.directmember.com/v2/img/shared/bg_ds_blue.png') repeat-y scroll center top;	 */
	background: #2966A5 url(http://images.directmember.com/v2/img/frontend/bg_ds_bio.jpg) repeat-x scroll center top;
	text-align: center;
}
BODY.white{ background: white url('http://images.directmember.com/v2/img/shared/bg_ds_white.png') repeat-y scroll center top; }
BODY.green{ background: #7BAC27 url('http://images.directmember.com/v2/img/shared/bg_ds_green.png') repeat-y scroll center top;}

BODY.white A{
	color: red;	
}

BODY#frmMain{
	margin:0; padding: 0;overflow: auto;	
}

#page, #content, #wrapper, #wrapperright{
	text-align: left;
	width: 100%;
	height: 100%;
}
#wrapper {
	margin: auto;
/*
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
*/
	width: 945px;
}
#page{
	position: relative;
}
#wrapperright {

}
#content{
	height: auto;
	padding: 0;
	width: auto;
	overflow: auto;
	z-index: 50;
	font-size: 10pt;
}
#content DIV.padder{
	margin: 0 15px;
}

#content TABLE{
	font-size: 10pt;	
}

A, A:link{
	text-decoration: underline;
	cursor: pointer;
}

#flVideoArea{
	background-image: url('http://images.directmember.com/v2/img/frontend/front_bg_right.png');
	background-repeat: no-repeat;
	height: 366px;
	padding: 0 1px 0 2px;
	color: #333333;
}
#flVideoArea #topmenu{
	height: 30px;
	padding-left: 0.3em;
	line-height: 30px;
}

/* TABS */
ul.tabs
{
	font: bold 12px arial, sans-serif;
	list-style-type: none;
	padding-bottom: 32px;
	border-bottom: 1px solid white;
	margin: 0;
	padding-left: 50px;
}

ul.tabs li
{
	float: left;
	height: 29px;
	background-color: #2966A5;
	margin: 2px 4px 0 4px;
	border: 1px solid white;
	padding: 0px 10px 0px 10px;
}

ul.tabs li.active
{
	border-bottom: 1px solid #618DBC;
	background-color: #618DBC;
}

ul.tabs li a { line-height: 29px; color: gold; text-decoration: none; padding: 0.5em 0; }
ul.tabs li a:hover{
	color: white;
	text-decoration: underline;
}
ul.tabs li.active a { color: white; }

ul.tabs li a sup{
	font-size: 9px;
}

ul.tabs li IMG{
	margin: 0px 5px 3px 0px;
	vertical-align:middle;
}
/* END OF GEENRIC TABS */


#topline2 {
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all.png');
	background-position: left -350px;
	height: 80px;
	padding: 0px 15px 0px 15px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	border: 0;
}



body.green #topline2 {
		background-image: url('http://images.directmember.com/v2/img/frontend/bg_all_green.png');
}

body.white #topline2 {
		background-image: url('http://images.directmember.com/v2/img/frontend/bg_all_white.png');
}

#topline2 A {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#topline2 A:hover {
	text-decoration: underline;
}
#menuTbl {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	border-spacing: 0;
	width: 100%;
}

#menuTbl TD {
	vertical-align: top;
}

#menuTbl .topMenuArea SPAN.changeLink{
	font-size: 9px;
}
#menuTbl .topMenuArea SPAN.changeLink A{
	color: #BCD5ED
}

#topline2 #menuTbl TD.topMenuArea {
	padding: 3px;
	text-align: right;
	font-size: 8pt;
	width: 278px;
}

UL.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
UL.menu LI {
	display: inline;
	list-style-position: inside;
}
UL.menu LI A {
	display: block;
	float: left;
	outline: none;
}
/* END: Common Menu CSS */
#topline2 UL.menu A {
	line-height: 80px;
	padding: 0 7px;
	font-size: 11pt;
	text-align: center;
	overflow: auto;
	letter-spacing: 0.05em;
}
#topline2 UL.menu LI {
	display: block;
	float: left;
}
#topline2 ul.menu a.active {
	background-repeat:no-repeat;
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all.png');
	background-position: center -265px;
}
body.green #topline2 ul.menu a.active{
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all_green.png');
}
body.white #topline2 ul.menu a.active{
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all_white.png');
}
body.white #topline2 A{
	color: gray;
}

#topline2 #menuTbl TD.topMenuArea {
	padding: 0px;
	text-align: right;
	font-size: 8pt;
	width: 255px;
	
}
#topline2 #langSelector {
	position: absolute;
	left:0px;
	top: 18px;
	border: 1px solid #406EA1;
	border-top: 0px;
	width: 102px;
	background-color: white;
	display: none;
	z-index: 1500;
	padding-left: 2px;
}
#topline2 #langSelectorArea {
	position: relative;
	width: 121px;
	text-align: left;
	cursor: pointer;
	float: right;
	margin-left: 10px;
}
#topline2 #langSelector A {
	display: block;
	text-align: left;
	padding: 2px 0 2px 20px;

	color: #406EA1;
	font-size: 100%;
}
#topline2 #langSelector A:hover {

	color: black;
}
#topline2 #selectorObject{
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
}

body.green #topline2 #selectorObject{
	background-image: url('http://images.directmember.com/v2/img/frontend/bg_all_green.png');	
}

#langSelector A {
	background-image: url(img/bg_all.png);
	background-repeat: no-repeat;
}
A.fr {
	background-position: 0px 1px;
}
A.de {
	background-position: 0px -15px;
}
A.zh {
	background-position: 0px -32px;
}
A.es {
	background-position: 0px -47px;
}
A.jp {
	background-position: 0px -62px;
}
A.it {
	background-position: 0px -79px;
}
A.ru {
	background-position: 0px -94px;
}
A.cz {
	background-position: 0px -110px;
}
A.uk {
	background-position: 0px -126px;
}
A.us {
	background-position: 0px -142px;
}
A.ar {
	background-position: 0px -158px;
}



#upsellArea{
	background-image: url('http://images.directmember.com/v2/img/frontend/front_bg_right.png');
	width: 424px;
	height: 366px;
	color: #333333;
}
#upsellArea H2{
	font-size: 12pt;
	margin: 0;
	font-weight: normal;
}
#upsellArea blockquote{
	margin: 0;
	font-size: 8pt;
	color: gray;
	font-style: italic;
}
#upsellArea .slide{
	margin: 1px;
	cursor: pointer;
	height: 270px;
}
#upsellArea .slide IMG{
	border: 1px solid gray;
	display: none;
}
#upsellArea .btnarea{
	padding: 12px 0 0 220px
}

#footer{
	text-align: center;
	border-top: 1px dotted #1D4875;
	padding-top: 0.5em;
	margin: 20px 3% 0 3%;
}
#footer A, #footer A:link{
	color: white;
}
#footer .copyr{
	font-size: 80%;
	margin: 1em;
}



/* LOGIN BOX */
#loginFBox{
	position: absolute;
	right: 12px;
	top: 60px;
	width: 282px;
	font-size: 9pt;
	display: none;

/*	background-image: url('img/bg_all.png');
	background-repeat: no-repeat;
	background-position: 0 -457px ; */
	border: 1px solid black;
	z-index: 100;
	background-color: #2966A5;
}
#loginFBox DIV.wrap{
	padding: 20px 10px 0 10px;
	position: relative;
	border: 1px solid #6AA2DA;
}
#loginFBox SPAN{
	position: absolute;
	right: 3px;
	top: 3px;
}

#loginFBox TABLE{
	width: 100%;
	font-size: 9pt;
}
#loginFBox TABLE TD.dsc{
	text-align: right;
	font-weight: bold;
	width: 40%;
}

#loginFBox INPUT.txt{
	width: 100%;	
	border: 1px solid black;
}
#loginFBox INPUT.btn{
	float: right;
	cursor: pointer;
}
#loginFBox INPUT.error{
	background-color: #FFB0B0;
	border-color: red;
}
#loginFBox INPUT.checkbox{
	margin: 6px 0 0 0;	
}
#loginFBox DIV.links{
	border-top: 1px solid #1B446E;
	margin-top: 4px;
	padding: 4px;
}
#loginFBox DIV.links A{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}





/* HEADSHOTS AREA */
TABLE.tabList TD{
	color: gold;
	font-weight: bold;
}

DIV.modelBoxSelect{
	border: 0;
	font-size: 9pt;
	color: black;
	overflow: auto;
	width: 100%;
	clear: both;
}

DIV.modelBoxSelect DIV.wrap{
	margin: 10px;
	background-color: white;
	padding: 8px;
	border: 1px solid #2966A5;
	overflow: auto;
}
DIV.modelBoxSelect TABLE#online_onlinemodels{
	width: 100%;
	border-collapse: collapse;
}

DIV.modelBoxSelect TABLE#online_onlinemodels TBODY TD{
	width: 20%;
}

#onlineUpdatesDL TD{
	vertical-align: top;
	padding: 4px;
	width: 50%;

}

A.mHeadshot, A.mHeadshot:link{
	background-color:#F7F7F7;
	border:2px solid silver;
	color:#FF5D07;
	display:block;
	float:left;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:144px;
	margin: 12px;
	padding: 2px;
	position: relative;
}
A.mHeadshot.large, A.mHeadshot.large:link{
	width: 202px;
	font-size: 125%;
}

A.mHeadshot:hover{
	border: 2px solid #2966A5;
}


A.mHeadshot IMG{
	border: 1px solid gray;
	width: 142px;
	height: 80px;
}
A.mHeadshot.large IMG{
	width: 192px;
	height: 144px;
	
}

A.mHeadshot B, A.mHeadshot EM{
	font-style: normal;
	padding: 2px 0;
	display: block;
}
A.mHeadshot B{
	color: black;
}


A.mHeadshot A.play{
	position: absolute;
	top: 33px;
	left: 54px;
	visibility: hidden;
}
A.mHeadshot:hover A.play{
	visibility: visible;	
}

A.mHeadshot A.play IMG{
	width: 33px;
	height: 32px;
}
A.mHeadshot IMG.hdico{
	width: 18px;
	height: 12px;
	position: absolute;
	right: 6px;
	bottom: 20px;
	border: 0px;
	visibility: hidden;
}
A.mHeadshot:hover IMG.hdico{
	visibility: visible;	
}


A.mHeadshot A.monly{
	position: absolute;
	top: 18px;
	left: 2px;
	visibility: hidden;
}
A.mHeadshot:hover A.monly{
	visibility: visible;	
}

A.mHeadshot A.showonly{
	position: absolute;
	top: 18px;
	left: 2px;
	visibility: visible;
}

A.mHeadshot.onShow IMG{
	
}

#onlineUpdates{
	border: 0;
	overflow: auto;
}

#onlineUpdatesDL{
	color: black;
	font-size: 8pt;
}
#onlineUpdatesDL .mns{
	color: gray;
	font-size: 7pt;
	text-align: right;
	margin-top: 0.3em;
}




DIV.upgradeNotice{
	background-color:#FCE49E;
	border:2px solid white;
	color:black;
	display:none;
	margin:1em 40px;
	padding:0.4em;
}
DIV.upgradeNotice A{
	color: #009900;
}

#breadcrumbs{
	color: white;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 40px;
}
#breadcrumbs A{
	color: gold;	
	text-decoration: underline;
}
#breadcrumbs A:hover{
	text-decoration: underline;	
}

#breadcrumbs B{
	color: #0C1E30;
	font-weight: normal;
}

#breadcrumbs #toptext{
	color: white;	
}

#flVideoArea{
	background-image: url('http://images.directmember.com/v2/img/frontend/front_bg_right.png');
	background-repeat: no-repeat;
	height: 366px;
	padding: 0 1px 0 2px;
	color: #333333;
}
#flVideoArea #topmenu{
	height: 30px;
	padding-left: 0.3em;
	line-height: 30px;
}

#flVideoArea #frontds{
	width: 480px;
	height: 300px;
}

#flVideoArea #bottommenu{
	line-height: 20px;
	font-size: 8pt;
	text-align: left;
	padding: 0 10px;
}




#promoPadder
{
    background-image: url('http://images.directmember.com/v2/img/frontend/upsell_right_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 240px;
}
    
    
#promoPadder IMG
{
    border: 8px solid black;
    margin: 4px;
    margin-left: 12px;
    cursor: pointer;
}
#promoPadder h4
{
    font-size: 12pt;
    color: gold;
    padding: 0; margin: 0;
    margin-left: 14px;
}
.promoText1{
 padding: 0.25em;
 border: 1px solid #264d78;
 background-color: #fce297;
 font-size: 18px;
 margin: 0 5% 10px 5%;
 color: #264d78;
 line-height: 150%;
 text-align: center;
  font-weight: bold;
 
}

#iPadPadder
{
    display:none;
}
#videoPadder
{  
    display: block;
}

#videoPadder #rightBoxArea{
	background-color: black;
	padding: 4px; 
	min-height: 300px; 
	/* background-image: url(/v2/img/frontend/upsell_new5.jpg);  */
	background-image: url(/v2/img/frontend/bg_green3.jpg);
	background-position: top right;
	border: 1px solid black; 
	border-width: 1px 0 0 1px; 
	vertical-align: top;
	text-align: center;
}
#videoPadder #rightBoxArea A{
	color: white;	
}

#videoPadder #rightBoxArea #currentModelImg IMG{
	border: 2px solid black;
	background-color: white;
	padding: 2px;
	margin: 4px 0;
	width: 142px;
	height: 80px;
}
#videoPadder #rightBoxArea #currentModelImg SPAN{
	font-weight: bold;	
}
SPAN.stbuttontext{
	color: white;	
	text-decoration: none;
}

