@CHARSET "UTF-8";

/* REGISTER */
#divRegister{ width:536px; height:522px; display:none; z-index:3000; background-color:white}
#divRegisterLogo{height:47px; width:515px; background-color:LightSkyBlue; background: transparent url(/images/logo.png) no-repeat; float:left;}
#divRegisterCross{height:16px; width:16px;background: transparent url(/images/cross.png); float:left; margin-top:5px}
#divRegisterTextUpper{height:100px; width:536px}
#divRegisterConteiner{height:375px; width:536px}
#divRegisterConteinerLeft{height:320px; width:250px; float:left; margin-left:12px}
#divRegisterConteinerCenter{height:320px; width:12px; float:left}
#divRegisterConteinerRight{height:320px; width:250px; float:left}
#divRegisterConteinerBottom{float:right; margin-right:15px}

/* LOGIN */
#divLogin{width:570px; height:260px;display:none;background-color:white}
#divLoginHeaderLogo{width:400px; height:40px; float:left; background: transparent url(/images/logo.png) no-repeat left top;}

#divLoginHeaderCross{width:169px; height:40px; float:left; }
#divLoginHeaderCrossImg{ background: transparent url(/images/cross.png) no-repeat left top; width:20px; height:20px; float:right; cursor:pointer; margin-top:5px}

#divLoginLeft{width:285px; height:180px; float:left}
#divLoginRight{width:284px; height:180px; float:left; background-color:#3399FF}

#divLoginRightUpper{ margin-left:15px; margin-top:20px}
#divLoginRightBottom{ margin-left:15px; margin-top:15px; size:30px}

.loginTextUpper{text-align:left; color:white; font-weight:bold; font-size:19px; padding-right:5px}
.loginTextBottom{text-align:left; color:white; padding-right:5px}
.ClassLayers{display:none}

#divLoginSimple{width:380px; height:200px;display:none;background-color:white}
#tdLogo{background: transparent url(/images/logo.png) no-repeat left top;}
#divLoginHeaderCrossImgSimple{ background: transparent url(/images/cross.png) no-repeat left top; width:20px; height:20px; float:right; cursor:pointer; margin-top:5px}
/* progress bar facke */
#divProgressBar{ width:400px; height:200px; background-color:Lavender; position:absolute;display:none}
#divImageClock{width:100px; height:100px; background: transparent url(/images/clock.gif) no-repeat; float:none}

/* EDIT */
#divEdit{display:none; width:570px; height:230px; background-color:white }
#divEditHeaderLogo{width:400px; height:40px; float:left; background: transparent url(/images/logo.png) no-repeat left top;}
#divEditHeaderCross{width:169px; height:40px; float:left}
#divEditHeaderCrossImg{ background: transparent url(/images/cross.png) no-repeat left top; width:20px; height:20px; float:right; cursor:pointer; margin-top:5px}
#divEditConteinerCenter{height:140px; width:310px; float:left; margin-right:10px}
#divEditConteiner{height:275px; width:520px; float:left}
#divEditConteinerBottom{float:right; margin-right:20px}
#divEditPhotoName{width:500px; margin-left:10px; margin-top:5px}
#divImagePic{float:left; width:240px; margin-left:10px}


/* From register of W to use in alert messages - Ivan S. 03/2008 */
.alert{margin-left:10px!important}
.alert .top{background: transparent url(/images/alert_top.png) no-repeat left top; height:32px;}
.error .top{background: transparent url(/images/alert_error_top.png) no-repeat left top; height:32px}
.top span{float:right; background: transparent url(/images/alert_top_right.png) no-repeat right top; height:32px; width:100%}
.body{background: #ffffff url(/images/alert_body_right.png) repeat-y scroll top right; float:left; width:100%}
.body span{float:left; background: transparent url(/images/alert_body_left.png) repeat-y left top; padding-left:30px; margin-right:15px; display:block}
.footer {background: transparent url(/images/alert_footer_left.png) no-repeat left bottom; height:9px;  width:100%; clear:both}
.footer span{float:right; background: transparent url(/images/alert_footer_right.png) no-repeat right bottom; height:9px; width:100%}
.classAcotDivRegister{width:200px}
#divRegisterColLeft{float:left; width:200px}
#divRegisterColRight{float:left;width:260px}
.ulLogin{text-align:right;}
.liLogin{margin-top:5px}