@charset "utf-8";


/*-------------text-------------------*/

a:link,a:active,a:visited{
	color: #1A9DF4;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

p.small{
	font-size: 0.8em;
	
}



/*----------------layout------------------*/

#global_wrap {
	width: 960px;
	padding: 0;
	margin: 0 auto;
position: relative;
}

#content_wrap{
	padding: 0px;
	width: 960px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    position:relative;
}



/*----------------headerpart----------------*/

#header {
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 960px;
	background-image: url(img/headerbg.png);
	background-repeat: no-repeat;
	   margin:0px;
    margin-top:-15px;
    position:relative;
}




ul#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin: 0;
	list-style-type: none;
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
		margin: 0;
		padding:0;
	float: left;
	cursor: pointer;
}




#header h1 {
	height:66px;
	margin: 0px;
	padding: 0px;

}

#header_column1{
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 960px;
}

#header_column1_l{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 81px;
	width: 715px;
}

#header_column1_r{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 225px;
	height: 81px;
	background-image: url(img/typearea.png);
	background-repeat: no-repeat;
}

#logoutarea{
	margin: 0px;
	padding: 8px 8px 8px 8px;
	overflow:hidden;
	width:208px;
	}
	
#logouttext{
	float: left;
	}	
	

#sitedesc{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 15px;
	height: 15px;
	
}

#header_column2{
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 960px;
}

#header_column2_l{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 715px;
}

#header_column2_r{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 225px;
	height: 33px;
}

#searcharea {
	background-image: url(img/searcharea.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 225px;
	position:relative;
}

#searcharea form{
	position:absolute;
top : 0;
left : 0;
margin:0px;
padding:0px;
}

#typesize{
	height: 29px;
	width: 176px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}


.textbox{
	border: 0px;
	width: 150px;
	height: 28px;
	background: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float:left\9;
	margin-top: 8px\9;
}







@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
.textbox{
	border: 0px;
	width: 150px;
	height: 28px;
	background: transparent;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float:left;
}
}




#image-btn {
    border: 0px;
    width: 30px;
    height: 30px;
    background: url(img/trcntbt.gif) left top no-repeat;
	cursor:pointer;
}

#image-btn2 {
    border: 0px;
    width: 30px;
    height: 30px;
    background: url(img/trcntbt.gif) left top no-repeat;
	cursor:pointer;
}

/*----------------footerpart--------------*/

#footer{
	background-image: url(img/footerbg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 82px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear:both;
	
}


#footer a:link,#footer a:active,#footer a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;	
}



a img{
	
	border: none;
}




#footer_row1{
	font-size: 1.2em;
	line-height: 36px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 960px;
	text-align: center;
}

#footer_row2{
	font-size: 1.2em;
	line-height: 36px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 960px;
	text-align: center;
}
.name{
	font-size: 1.1em;
	font-weight: bold;
	color: #06C;
}

img.logout {
	width: 52px;
	height: 21px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:hover img{
filter: alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}

.inalogo{
	background-image: url(img/title.png);
	background-repeat: no-repeat;	
}