body, tr, td, form, img {
	padding:0;
	margin:0;
} 
body, html {
    height: 100%;         
}
body {
	background:#fff;
}      
body, td, div {
    font-family: Century Gothic, Trebuchet MS, Verdana;
    color:#000;  
    font-size:15px;
    line-height: 19px;
    text-align:left;
}
p {
    margin: 0 0 15px 0;
    text-align: justify;
}
table {            
    border-collapse: collapse;
}
tr,td {
	vertical-align:top;
}
img {
	border:0;
}
h1, h2, h3 {
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 10;
}                       
h1, h2.ash1 {
    color: #0466be; /* a66100 */
    font-size: 22px;
    line-height: 28px;
    margin:0 0 9px 0;    
    padding: 0 5px 0px 5px;
    border-bottom: 2px solid #ff9500;    
    font-weight: 900;
    background: url('/static/i/h_bg.gif') 0 bottom repeat-x;
}
h2 {
    color: #265d8f;
    font-size: 18px;
    line-height: 22px;
    margin:0 0 7px 0;        
    padding: 0 3px;
    border-bottom: 2px solid #a66100;    
    font-weight: 900;  
    background: url('/static/i/h_bg.gif') 0 bottom repeat-x;
}  
h1 div, h1 span {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
h1 div.right_btn, h1 div.right_holder {
    position: absolute;
    top: 3px;
    right: 5px; 
}
h1 div.right_btn, h1 .bbtn { 
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    padding: 0 10px 3px 10px;
    background: #F6E3C9;            
    opacity: 0.8;
    color: white;
}
h1 div.right_btn:hover {
    background: #68B2EF;
}
/*h1 div.right_btn a {
    color: white;
    border-color: white;
}*/
h1 div.right_btn a {
    color: #01427c;
}
h1 div.right_btn a:hover, h1 div.right_btn:hover a {
    color: #efefef;
    border-color: #efefef;
}
h1 .left_btn {
    position: relative;
    top: -1px;
    left: 0;                     
}
h2 div {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
h2 div.right_btn, h2 div.right_holder {
    position: absolute;
    top: 1px;
    right: 3px;   
}
h2 div.right_btn, .bbtn {   
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px; 
    padding: 0 7px 2px 7px;
    background: #F6E3C9; /* #4D92CF */            
    opacity: 0.8;
    color: white;
}
h2 div.right_btn:hover, .bbtn:hover {
    background: #68B2EF;
}
/*h2 div.right_btn a, .bbtn a {
    color: white;
    border-color: white !important;
}*/
h2 div.right_btn a:hover, .bbtn a:hover, h2 div.right_btn:hover a, .bbtn:hover a {
    color: #efefef;
    border-color: #efefef !important;
}
h3 {
    color: #0466be;
    font-size: 15px;
    line-height: 16px;
    padding: 0 0 3px 0;
    margin:0 0 5px 0;    
    border-bottom: 1px solid #ff9500;    
    font-weight: normal;
}
hr {
    color: #ff9500;
}
a {
    color: #01427c;
    text-decoration: underline;
    outline: 0 none;
}                          
a:hover {
    color: #0466be;
}
a.dot {
    text-decoration: none;
    border-style: dashed;
    border-color: #01427c;
    border-width: 0 0 1px 0;
}
a.dot:hover {
    border-color: #0466be;
}
a.cur {
    color: #600;
}
/*h1 a {
    color: #4D79CF;
}*/
a.cur:hover {
    color: #a00;
}     
.h100 {
    height : 100%;
}   
.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}

/* blocks */  
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.nobr {
    white-space: nowrap;
}
.ov_hide {
    overflow: hidden;
}
.hide {
    display: none;
}
.hand {
    cursor: pointer;
}
div.error, span.error {
    color: darkred;
}  
div.pages {
    padding: 20px 0 10px 0;
}   
.fleft {
    float: left;
}   
.fright {
    float: right;
}       
div.clear {
    clear:both;
}
div.padtop, td.padtop, tr.padtop td {
    padding-top: 15px !important;
}
div.padbot, td.padbot, tr.padbot td {
    padding-bottom: 15px !important;
} 
div.padtop_s, td.padtop_s, tr.padtop_s td {
    padding-top: 10px !important;
}
div.padbot_s, td.padbot_s, tr.padbot_s td {
    padding-bottom: 10px !important;
}
div.padtop_ss, td.padtop_ss, tr.padtop_ss td {
    padding-top: 5px !important;
}
div.padbot_ss, td.padbot_ss, tr.padbot_ss td {
    padding-bottom: 5px !important;
}    
div.padleft, td.padleft, tr.padleft td {
    padding-left: 15px !important;
}
div.padright, td.padright, tr.padright td {
    padding-right: 15px !important;
} 
div.padleft_s, td.padleft_s, tr.padleft_s td {
    padding-left: 10px !important;
}
div.padright_s, td.padright_s, tr.padright_s td {
    padding-right: 10px !important;
}
div.padleft_ss, td.padleft_ss, tr.padleft_ss td {
    padding-left: 5px !important;
}
div.padright_ss, td.padright_ss, tr.padright_ss td {
    padding-right: 5px !important;
}            
     
/* content */
table#main {
    width: 1200px;
    height: 100%;
}     
table#main div#maind { 
    position: relative;  
    margin: 0 auto;
    min-height: 100%;       
}
table#main div#head {               
    height: 92px;                              
}
table#main div#head table#headmenu {                
    height: 92px;    
    background: url('/static/i/head_all.png') 0 -76px repeat-x; 
}
table#main div#head div.i {
    padding-top: 13px;
    font-size: 35px;  
    line-height: 25px;
    color: #0465be;
    text-align: center;
}
table#main div#head td.cloud a {
    font-size: 19px; 
    line-height: 23px;
    text-decoration: none;
}
table#main div#head a.marg {
    margin-right: 20px;
}
table#main div#head td.side {
    width: 48px;
}
table#main div#head td.side div {
    width: 48px;
    height: 76px;
}
table#main div#head td.side div.r {
    background: url('/static/i/head_all.png') 48px 0 repeat-x;
    float: right;
}
table#main div#head td.side div.l {
    background: url('/static/i/head_all.png') 0 0 repeat-x;
}
table#main div#head td.cloud {
    width:479px;
    color:#01427c;
    padding: 2px 0 0 0;
    white-space: nowrap;
}
table#main div#head td.logo {
    width:146px;
}
table#main div#head td.logo a.logo {
    display:block;
    position: relative;
    height: 92px;
    z-index: 600;
}
table#main div#head td.logo div.logo {
    position: relative;
    width: 146px;
    height: 92px;
}         
table#main div#head td.logo div#loginMyBlock {
    display: none;
    position: absolute;         
    background: #fff url('/static/i/lmb_bg.gif') 0 top repeat-x;
    border: 2px solid #7295b4;             
    border-top: 0;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    width: 430px;
    height: 130px;
    top: 76px;
    left: -155px;
    padding: 25px 10px 20px 10px;
    text-align: center;
    z-index: 500;
    opacity: 0.93;
}     
table#main div#content {
    padding: 0px 40px 110px 40px;  
    width: 1120px;
    overflow: hidden;        
    position: relative;
}
table#main div#copy {
    position: absolute;   
    bottom: 0;
    left: 0;
    width: 1120px;
    border-top: 2px solid #ff9500;    
    background: #fff url('/static/i/lmb_bg.gif') 0 top repeat-x;
    margin: 10px 40px 5px 40px;  
    padding: 5px 0;
}

/* glamourous) */    
table#main div#copy p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
}
td.comment_av {
    padding-right: 5px;
    width: 100px;
}
td.comment_av div, div.avatar {
    position: relative;
}
td.comment_av div img, div.avatar img {
    cursor: pointer;
}
div.userInfoBlock {
    position: absolute !important;
    top: 0;
    left: 100px;
    height: 88px;
    padding: 5px !important;
    background: #fff url('/static/i/lmb_bg.gif') 0 top repeat-x;
    z-index: 300;
    border: 1px solid #0466be;
    border-left: 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    display: none;
    opacity: 0.93;
}
div.userInfoBlock div {
    line-height: 21px;
}
div#user_fullinfo {
    width:320px; 
    position: absolute; 
    top: 31px; 
    left: 0; 
    background: white; 
    z-index: 400;
    display: none;
}
div#user_fullinfo_load {
    
}
div#user_fullinfo_load div.li, div#user_fullinfo div.li {
    overflow: hidden;
    padding: 0 5px;
}
div#user_fullinfo_load div.li {
    white-space: nowrap;
    overflow: hidden;
}     
div#user_location {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 600;
    background: white;
    border: 1px solid #0466be;
}
div#user_location div#user_location_map {
    width: 600px;
    height: 400px;
}

/* forms */   
table.fields tr.odd {
    background: #eee;
}
table.fields tr.bold td {
    font-weight: 900;
}
table.fields td {
    padding: 2px 6px 2px 6px;
}
table.fields td.b, table.fields tr.b td {
    border-right:1px solid #ddd;
}
table.fields td.nb {
    border-right:0px !important;
}
table.fields td.l {
    text-align: left;
    padding-left: 6px;
}
table.fields td.r {
    text-align: right;
    padding-left: 6px;
}
table.fields td.c {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}            
table.fields nobr.s {
    display: block;
    width: 250px;
    overflow: hidden;
}
table.input td, tr.input td {
    padding: 2px 6px 2px 0px;
}
span.small, div.small {
    font-size: 11px;
    line-height: 14px;
}
input.bwid {
    width: 350px;
}
input.nwid {
    width: 200px;
}
input.swid {
    width: 50px;
}

/* decor */  
.photos {
    margin: 0 -5px -10px -5px;
    text-align: center;    
    font-size: 0;    
    line-height: 0;
}
.photos ins {
    display: -moz-inline-box;
    display: inline-block;                     
    text-decoration: none; 
    text-align: center;   
    vertical-align: top;    
    margin: 0 5px 10px 5px;  
}
.photos ins .photo {
    text-align: center;       
    float: left;    
}
.photo {
    border: 1px solid #0466be;
    background: #eaeaea;
    padding: 5px;          
    display: block;                                  
    text-decoration: none; 
    position: relative; 
    overflow: hidden;
}
.photo.marright {
    margin-right: 10px;     
}
.photo:hover {
    background: #fff;
}
.photo img {      
    display: block;
}
.singlephoto { 
    margin: 0;
}
.photo .label {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    margin-right: 50%;
    padding: 1px 5px 2px 5px;
    border: 1px solid #0466be;
    border-left: 0;             
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background: #fff;          
    text-decoration: none;
    text-align: left;   
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
}
