body, html{
	padding: 0px;
	margin: 0px;
	font-family: "Calibri",Arial;
	font-size: 0.6em;
    background-color: #FFF;
    height: 100%;
    width: 100%;
}
table.maintable{
    width: 100%;
    padding: 0px;
	margin: 0px;
        height: 100%;
}
table.header{
    width: 100%;
    height: 98px;
}
#logo{
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 98px;
}
#caption{
    background-image: url(../images/bg_header.gif);
    background-repeat: repeat-x;
    height: 98px;
    padding-left: 10px;
    padding-top: 25px;
}
#caption h1{
    color: #FFF;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-size:26pt;
}
#banner{
    background-image:url(../images/banner.jpg);
    background-repeat: no-repeat;
    width: 325px;
    height: 98px;
}
.spacer{
    width: 5px;
}
#headerbar{
    width: 100%;
    height: 32px;
}
#headerbar1, #headerbar2{
    /*background-image: url(../images/bg_bar.gif);
    background-repeat: repeat-x;*/
    height: 51px;
    color: #000;
    text-align: left;
    font-size: 1.3em;
}
#headerbar1 a, #headerbar2 a{
    letter-spacing: 1px;
    color: #000;
    margin-left: 10px;
}
#headerbar2{
    padding-right: 20px;
}
#headerbar1{
    width: 200px;

    background-image: url(../images/bg_bar.gif);
    background-repeat: repeat-x;
}
#navi{
    padding: 20px;
    width: 160px;
}
#footerbar{
    height: 25px;
    text-align:right;
    padding-right: 20px;
}
#contenttable{
    height: 100%;
    width: 100%;
}
.sitecontent{
    padding: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/zr.jpg);
}
#navi, #footerbar, #langs{
    background-color: #C6C2B4;
    
}
#langs{
    width: 200px;
    padding-left: 20px;
    padding-bottom:20px;
    margin: 0px auto;
}
#navi{
    padding: 20px;
    padding-right: 0px;
    height: 100%;
}


#naviimg{
    background-image: url(../images/naviimg.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 144px;
}
#navitable{
    width: 200px;
    height: 100%;
}
#center{
    width: 100%;
    height: 100%;
}

a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img{
    border-width: 0px;
}
#navi a{
    font-size: 1.0em;
    color: #000;
}
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}

.simple_overlay {

    display:none;

    z-index:10000;

    /* styling */
    background-color:#C6C2B4;

    width:1000px;
    min-height:200px;
    border:1px solid #666;

    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
    background-image:url(../images/cancel.png );
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:30px;
    width:30px;
}

.details {
    position:absolute;
    top:15px;
    right:15px;
    font-size:11px;
    color:#fff;
    width:150px;
    font-size:14px;
}

.details h3 {
    color:#aba;
    font-size:15px;
    margin:0 0 -10px 0;
}
h1{
    font-size: 1.2em
}
h2{
    font-size: 1.1em
}
h3{
    font-size: 1.0em
}
