* { margin: 0px; padding: 0px; }
h1, h1.normal, h2, h3, h4, h5, h6, blockquote, p, ul, ol { margin: 0 0 10px 0px; }
ul, ol { margin-left: 10px; padding-left: 20px; }
hr { margin: 7px 0px; }

body {
	background: #ffffff;
	line-height: 1.5; /* to fix rendering bugs */
	font: .7em  Verdana, Arial, Helvetica, sans-serif;
}

h1,  h1.normal { color: #ACACAC; font-size: 17pt; font-weight: normal;}
h2 { color: #ACACAC; font-size: 15pt; font-weight: normal;}
h3 { color: #ACACAC; font-size: 13pt; font-weight: normal;}
h4 { color: #ACACAC; font-size: 11pt; font-weight: normal;}

select { min-width:1.5em; }

img { border: 0px; }

table { font-size: 100%; border-collapse: collapse; border-spacing: 0px; border: none; }
	th { background: #CED5E0; font-weight: bold; }
	th a:link, th a:visited { text-decoration: none }

input, select, textarea { font: 100% Verdana, Arial, Helvetica; margin: 1px 0px; }

hr { height: 1px; color: #DDE0E5; border: none; background: #dde0e5; }

a:link { color: #1F1F1F; text-decoration: underline; }
a:visited { color: #1F1F1F; text-decoration: underline; }
a:active, a:hover { color: #fd9c20; text-decoration: underline; }

a.js {
    text-decoration: none;
    border-bottom: 1px dotted #808080;
}

table.layout {
    height: 100%; 
    width: 100%;
    border: none;
    background-color: #F0F0F0;
}
table.layout td {
    vertical-align: top;
}

tr.trtop {
    background-color: #fff;
    background:url(/../img/bgh.png) repeat-x;
    height: 110px;
}

td.tdtopleft {
    width: 170px;
    padding: 22px 15px 0 15px;    
}

td.tdmenu {
    background-color: #fff;
}

td.tdcontent {
    background-color: #fff;
    padding: 25px;
}

td.tdright {
    width: 280px;
    padding: 15px;
    background:url(/../img/bgr.png) repeat-y;
}

div.footer {
    text-align: center;
    padding: 15px 20px 5px 20px;
    background-color: #E0E0E0;
    background:url(/../img/bgf.png) repeat-x;
}

.code, code { color: #E08501; font-size: 100%; font-family: Courier New, Courier; }

.strike { text-decoration: line-through; color: #c00; }

div.otherProfs {
    display: none;
}

div.otherCountries {
    display: none;
}

    .lineHeader {
        background-color: #E0E0E0;
        font-weight: bold;
        padding: 7px; 
        font-size: 12pt;
        margin-top: 12px;
    }
    
    .prevPhotoDiv {
        width: 100px;
        height: 70px;
        border: 1px solid #A8A8A8;
        float: left;
        margin: 2px;
        background-color: #FFFFFF;
        text-align: center;        
    }
    
    .pageAdminBlock {
        width: 250px;
        float: right;
        border: 1px dotted red;
        padding:5px;
    }
    
    
#menu {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #E0E0E0;
    font-size: 13px;
    height: 40px;
}
#menu li {
    float: left;
    margin: 0;                
}
#menu li a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #969696;
}
#menu li a:hover, #menu li.active a {
    background-color: #f5f5f5;
    border-bottom: 2px solid #C0C0C0;
    color: #000;
    
}
#menu_wrapper ul {margin-left: 12px;}
#menu_wrapper {padding: 0 16px 0 0; background-color: #E0E0E0; border-bottom: 1px solid #ACACAC;border-top: 1px solid #ACACAC;}   

#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    }
    
.b {
    font-weight: bold;
}

a.activeMenu {
    padding: 3px; 
    background-color: #00D235;
    color: #fff;
    line-height: 1.5;
}
