html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:1024px;
	text-align: center;
}


#container
{
	height:100%;
	/*position:absolute;
	left:50%;
	margin-left:-512px;*/
	margin: 0 auto;
	text-align: left;
	min-width: 1024px; 
	max-width: 1024px; 
	width:expression(document.body.clientWidth < 1024? "1024px" : document.body.clientWidth > 1024? "1024px" : "auto"); 

}

/*Font*/
body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
	a:link {color: #0079C0;}
	a:visited{color:#0079C0;}
	a:active {color: #0079C0;}
	a:hover{color:#333;}


small
{
	font-size:10px;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#header
{
	position:relative; /*containing block*/
	height: 337px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fff;
}

#header_top

{       
        position:absolute;
        top: 0;
        right: 0;
        height: 25px;
        width: 713px;
        text-align: left;
        color: #333333;
        padding: 5px 0 0 0;
        letter-spacing:-1pt;
        word-spacing:-1pt;
        text-align:right;
        font-family:trebuchet MS, sans-serif;
        font-size: 14px;
     
}

#header_top a
{       
        color: #666666;
            
}

#header_left
{
        position: absolute;
        top: 25px;
        left: 0;
        height: 312px;
        text-align: center;
        background: #fff;
        margin-right: 713px;
        width:100%;
}

#header_logo
{
       position:absolute;
       display:block;
       left: 40px;
       top: 92px;
       width: 217px;
}

#header_right
{
        position:absolute;
        width: 713px; 
        height: 312px; 
        right:0px;
        top: 25px;
        background: #cccccc url(images/zd_gray_new.jpg) no-repeat;
        align:left;
}


#header_auth
{
        position:absolute;
        width: 221px;
        height: 130px; 
        left:39px;
        bottom: 0;
        align:left;
        color: #fff;
        background: #0079C0 url(images/auth.jpg) repeat-y;
}

#header_auth a
{
        color: #fff;
}

#menu
{
        margin: 20px 0 0 10px;
}

/*Navigation*/
#navigation a
{
        font-size:95%;
        text-decoration:none;
        color:#535353;
}

/*Content table*/
#content
{
        width:100%;
        height:auto;
        border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
        vertical-align:top;
        height:auto;
}

/*Main column*/
#content .main-column
{
        vertical-align:top;
        width: 500px;
        background: #D5D5D6;
        border:0;
        padding-bottom: 20px;
}

/*Right column*/
#content .right-column
{
        width:200px;
        text-align: right;
        vertical-align:top;
        border:0;
}

/*Footer*/
#footer
{
	background: #fff;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:15px 0 0 40px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

#news
{
	padding: 10px;
}

#banner
{
	padding: 5px 0 10px 10px;
}

.submit
{
        border:none;
        color: #fff;
        background: none;
        letter-spacing:-1pt;
        word-spacing:-1pt;
        text-align:left;
        font-family:trebuchet MS, sans-serif;
        font-size: 16px;
        padding:0;
        cursor: pointer;

}

.submit_new
{
        border:none;
        color: #0079C0;
        background: #cccccc;
        letter-spacing:-1pt;
        word-spacing:-1pt;
        text-align:center;
        font-family:trebuchet MS, sans-serif;
        font-size: 16px;
        cursor: pointer;
        width: 200px;
}



.gray a:link, .gray a:visited, .gray a:active
{
	color: #333;
        text-decoration: none;
}

.gray a:hover
{
	color: #333;
        text-decoration: underline;
}

select
{
        width: 100px;
        height: 14px;
}