html {
	scrollbar-face-color: #eeeeee; 
	scrollbar-highlight-color: #eeeeee; 
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color:  #999999; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #999999; 
}
body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	background-image:  url("images/bg.gif");
	background-position: center top;
}
h1,h2,h3,h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #000000;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
table.menubar {
	background-image:url(images/bg_menubar.gif)
	height: 30px;
	vertical-align:middle;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image:  url("images/bg_menubar.gif");
}

.headerbar{
	height: 40px;
	vertical-align:middle;
	padding:10px 5px 10px 10px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

#dropmenudiv{
	position:absolute;
	z-index:100;
}#content {
	background-color: #FFFFFF;
	background-position: center;
}
#contentleft {
	padding: 5px 5px 10px;
	background-color: #F4F4EF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;

}
#contentright {
	padding: 10px 5px 5px 5px;
	background-color: #FFFFFF;
	border-top: 1px sold #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;

	background-image:  url("images/bg_rightcontent.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#contentleft_join {
	padding: 5px 5px 10px;
	background-color: #F4F4EF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	width: 185px;
}
#contentright_join {
	padding: 5px 5px 10px;
	background-color: #F4F4EF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 185px;
}
td.modeltabs {
	background-color:#E3E1DA;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
td.modeltabs-purple {
	background-color:#adadbd;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6a6a8a;
	border-bottom-color: #6a6a8a;
	border-left-color: #FFFFFF;
}
td.modeltabs-darkgray {
	background-color:#a8a89a;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #787878;
	border-bottom-color: #787878;
	border-left-color: #FFFFFF;
}
td.modeltabs-darkgray-contacts {
	background-color:#a8a89a;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #787878;
	border-bottom-color: #787878;
	border-left-color: #FFFFFF;
}
div.contentholder{
	height:350px;
	overflow:auto;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url("images/lulu_center_logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
table.modelbanner {
	height: 200px;
}

div.modelname{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 24px;
	position: relative;
	top: 5px;
	text-align: right;
	width: 200px;
	color: #FFFFFF;

}
table.breadcrumbs {
	font-size: 10px;
	color: #666666;
	padding: 2px;
}
.ratingstable {
	padding-left: 10px;
	text-align: left;
	width: 257px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	background-color: #F4F4EF;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

td.setlist_model {
	height: 167px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image:  url(images/modelgoeshere2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
}

table.thumbnail{
	padding: 3px;
	border: 1px solid #EEEEEE;
	vertical-align: top;
	height: 171px;

}
.interview_Q {
	font-size: 12px;
	font-weight: bold;
}

div.thumbnail{
	height:30px;
	background-color:#FFFFFF;
	display:none;
}
.settabs-inactive {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.settabs-active {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.shadow80x120 {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 120px;
	width: 80px;
}
table.set {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
table.setover {
	padding: 5px;
	background-color: #f1f1e5;
	cursor: default;
	border: 1px solid #d9d7cf;
	background-image: url(images/setover_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table.modelbanner_small {

	height: 100px;
}
.threedee {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #EEEEEE;
}
.threedeePIC {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #EEEEEE;
}
div.contentholder_nosize {
	height:175px;
	overflow:auto;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url("images/lulu_center_logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
hr {
	padding-top: 3px;
	padding-bottom: 3px;
	color:#CCCCCC;
}
.inputs {
	font-size: 10px;
}
.modelname {
	font-size: 14px;
	font-weight: bold;
}

div.button {
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	height:30px;
	border: 0px #FFFFFF solid;
	vertical-align: middle;
	text-align: center;	
}
div.button a  {
	height:30px; 
	display:block; 
	padding:0px; 
	vertical-align:middle;
}
div.button a:link {

}
div.button a:hover {
	background-color:#666666;}
.logo {
	position: relative;
	top: 20px;
	left: 20px;
}
#rightsidecontent {
	position:relative;
	right: 10px;
	top:20px;
	border:0px solid #GGGGGG;
	width:250px;
	height:268px;
	background-color:#FFFFFF;
	padding:10px;
	filter: Alpha(Opacity=50);	/*float:right; 

	*/
}
.bottomborder{
border-bottom: 1px dotted #CCCCCC;
}
.updates {
	border: 5px solid #FFFFFF;
}
.threedeepix {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #eeeeee;
}
td.nextupdatetabs {
	background-color:#635a49;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	background-image: url(images/update_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
div.month {
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px dotted #EEEEEE;
}

div.month a:link {

}

div.left {
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px dotted #EEEEEE;
	text-align: left;
}

div.randtip {
font-size:11px; 
border-top:1px solid #CCCCCC; 
border-bottom:1px solid #CCCCCC
}

.righttable {
margin-bottom:5px; 
border-bottom: 1px solid #CCCCCC;
}

.indent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #999999;
}
.dateselector_small {
	font-size: 9px;
}
td.modeltabs2 {

	background-color:#635a49;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.interview_A {

	font-size: 12px;
	font-weight: normal;
}
.marginbott3 {
	margin-bottom: 3px;
}
.bottomborderSolid {

border-bottom: 1px solid #CCCCCC;
}
td.callouttd {
	padding-top: 3px;
	padding-bottom: 3px;
}
td.join_reasonbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.button_section {
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	height:30px;
	border: 0px #FFFFFF solid;
	vertical-align: middle;
	text-align: center;
	background: #666666;
}
div.tourtab_active {
	background-color:#FFFFFF;
	position:relative;
	height:33px;
	width: 117px;
	float:right;
	right:10px;
	top:8px;
	margin-right:2px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #eeeeee;
	padding: 0px;
}

div.tourtab_inactive {
	background-color:#eeeeee;
	position:relative;
	height:27px;
	width: 117px;
	float:right;
	right:10px;
	top:14px;
	margin-right:2px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #eeeeee;
	padding: 0px;
}
.tourthumb {
	background-color: #CCCCCC;
	width: 30px;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}