
#lbOverlay { background-color: #000000; position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(core/third-party/lytebox/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(core/third-party/lytebox/images/blank.gif) repeat; display: block; left: 0; float: left; }
#lbPrev:hover, #lbPrev:visited:hover { background: url(core/third-party/lytebox/images/prev_grey.png) left 15% no-repeat; }

	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(core/third-party/lytebox/images/prev_grey.png) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(core/third-party/lytebox/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(core/third-party/lytebox/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(core/third-party/lytebox/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(core/third-party/lytebox/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(core/third-party/lytebox/images/blank.gif) repeat; display: block; right: 0; float: right; }
#lbNext:hover, #lbNext:visited:hover { background: url(core/third-party/lytebox/images/next_grey.png) right 15% no-repeat; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(core/third-party/lytebox/images/next_grey.png) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(core/third-party/lytebox/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(core/third-party/lytebox/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(core/third-party/lytebox/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(core/third-party/lytebox/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 17px/*64px*/; height: 28px; float: right; margin-bottom: 1px; background: url(core/third-party/lytebox/images/close_grey.png) no-repeat;}
	#lbClose.grey { background: url(core/third-party/lytebox/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(core/third-party/lytebox/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(core/third-party/lytebox/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(core/third-party/lytebox/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(core/third-party/lytebox/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(core/third-party/lytebox/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(core/third-party/lytebox/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(core/third-party/lytebox/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(core/third-party/lytebox/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(core/third-party/lytebox/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(core/third-party/lytebox/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(core/third-party/lytebox/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(core/third-party/lytebox/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(core/third-party/lytebox/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(core/third-party/lytebox/images/pause_gold.png) no-repeat; }


@CHARSET "UTF-8";
.ojs-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: 12px normal Arial, sans-serif;
	display: none;
}
.ojs-wrapper{
	background-color: #666;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9500;
}
.ojs-holder{
	background-color: #fff;
	border: solid 10px #fff;
	position: absolute;
	z-index: 9600;
	box-shadow: 0 0 3px #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ojs-header{
	background-color: #ddd;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 100%;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
.ojs-content{
	bottom: 32px;
	overflow: auto;
	position: absolute;
	top: 32px;
	width: 100%;
}
.ojs-footer{
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
}
.ojs-close{
	background: url(core/libs/overlayJS/overlay-close.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 16px;
}
@CHARSET "UTF-8";

/**********Lib************/
.ml-w50{
	width: 50px;
}
.ml-w60{
	width: 60px;
}
.ml-w70{
	width: 70px;
}
.ml-w80{
	width: 80px;
}
.ml-w90{
	width: 90px;
}
.ml-w100{
	width: 100px;
}
.ml-w150{
	width: 150px;
}
.ml-w200{
	width: 200px;
}
.ml-w250{
	width: 250px;
}
.ml-w300{
	width: 300px;
}
.ml-w500{
	width: 500px;
}
.ml-l120{
	margin-left: 120px;
}
.ml-l230{
	margin-left: 230px;
}
.ml-h80{
	height: 80px;
}
.ml-h120{
	height: 120px;
}
/**********form***********/
.ml-form{}
.ml-form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.ml-form p label.title{
	display: block;
	float: left;
	padding: 8px 0 0;
	width: 230px;
}
.ml-form p label.content{
	display: block;
	padding: 8px 0 0;
}
.ml-form p label.message{
	display: block;
	float: left;
	padding: 8px 0 8px 0;
}
.ml-form p label.info{
	color: #2e2f30;
}
.ml-form p label.success{
	color: #167bc1;
}
.ml-form p label.error{
	color: #fa0909;
}
.ml-form p span.star{
	color: #fa0909;
}

.ml-error-container{
	margin: 0 0 10px 240px;
	padding: 0;
}
.ml-error-container li{
	line-height: 22px;
	color: #fa0909; 
}
/**********Fields************/
.ml-text,
.ml-select,
.ml-textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 9px 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e2f30;
}
/**********Buttons**************/


.ml-button {
    
    -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    box-shadow:inset 0px 1px 0px 0px #bee2f9;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
    
    background-color:#63b8ee;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    
    border:1px solid #3866a3;
    
    display:inline-block;
    color:#14396a;
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #7cacde;
    cursor: pointer;
}
.ml-button:hover {
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
    
    background-color:#468ccf;
}
.ml-button:active {
    position:relative;
    top:1px;
}

/**********Registration************/
.ml-container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e2f30;
	margin: 10px;
	padding: 10px;
	max-width: 975px;
	
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.ml-container .heading{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #E5E5E5;
}
.ml-captcha-container{
	display: block;
	float: left;
	overflow: hidden;
}
.ml-captcha-container img{
	display: block;
	float: left;
}
.ml-captcha-container input{
	display: block;
	float: left;
	margin-right: 2px;
}
.ml-birthday{
	margin-right: 3px;
}
/*******Files************/
.ml-file-list{
	overflow: hidden;
}
.ml-file-list a{
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
	color: #167bc1;
}
.ml-forgot-password, .ml-back-link, .ml-create-account{
	text-decoration: none;
	color: #167bc1;
}

/*******Notes************/
.ml-note-list{
	overflow: hidden;
}
.ml-note-list .ml-note-item{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 8px;
	line-height: 20px;
	border-bottom: 1px solid #E5E5E5;
}
.ml-note-list .ml-note-item:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
.ml-note-list .ml-note-item .ml-note-title{
	color: #167bc1;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}
#model-button-add-image a.a-add-image,
#model-image-container a,
a.ml-view-term{
	color: #48A6EA;
}
#model-button-add-image a.a-add-image{
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.ml-container .ml-header-menu {
	text-align: right;
	margin-bottom: 10px;
}
.ml-container a{
	color: #48A6EA;
	text-decoration: none;
}
.ml-container span.value{
	display: block;
    padding-top: 7px;
    padding-left: 230px;
}
.ml-container span.ml-profile-image-item{
    display: block;
    float: left;
    width: 110px;
}
.ml-container .ml-col-left{
	float: left;
}
.ml-container .ml-col-right{
	float: right;
}
.ml-container .ml-clear-both{
	clear: both;
}
.ml-container .ml-form-preview-update-profile span.value{
	color: #595a5c;
    font-size: 13px;
    font-style: italic;
}
.ml-container .ml-form-preview-update-profile span.value-update{
	display: block;
    padding-left: 230px;
}
.ml-container span.ml-info{
	display: block;
    font-size: 12px;
    font-style: italic;
    padding-left: 230px;
}
span.ml-user-special-skill{
	display: block;
}

.ml-container .ml-model-images{
	margin-top: 5px;
	max-width: 800px;
}
.ml-container .ml-model-images ul{
	margin: 0;
	padding: 0;
}
.ml-container .ml-model-images ul li{
	border: 1px solid #e5e5e5;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
}
.ml-container .ml-model-images ul li img{
	/*width: 300px;
	height: auto;*/
}
.ml-container .ml-model-info{
	/*width: 600px;*/
	margin: 10px auto;
}
.ml-container .ml-model-info h3.ml-model-name{
	color: #2e2f30;
    margin: 5px 0;
}
.ticket-message{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0 10px;
    padding: 10px;
    position: relative;  
}
.ticket-message legend{
	background-color: #003366;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 2px 5px;
    width: 250px;
}
.reply-box{
	border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 5px;
}
.reply-box p.title-left{
	float: left;
    padding: 0;
}
.reply-box p.title-right{
	float: right;
    padding: 0;
}
.reply-box p.title-right a{
	text-decoration: none;
}
.reply-box .title{
	background-color: #F6F4F5;
    border-bottom: 1px solid #E8E6E7;
    color: #A39FA0;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 6px;
    margin-bottom: 10px;
}
.reply-box .title abbr{
	color: #444243;
}
.reply-box p.content{
    margin-top: 5px;
    padding: 0 5px;
}
.reply-box ul.files{
	margin: 5px 0 0;
    padding: 0 5px;
}
.reply-box div.content{
	width: 715px;
	word-wrap: break-word;
}
.reply-box div.content a{
	text-decoration: none;
}
