/* ---------------------------- Some tricks -----------------------------------*/
*{
	margin: 0px;
	padding: 0px;	
}

/* -------------------------------- Main -------------------------------------*/
body{
	background-color: white;
	color: black;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html{
	height: 100.001%; 
	overflow: -moz-scrollbars-vertical;
}
/* ------------------------------ HTML -----------------------------------*/
img {
	border: 0px;	
}

/* ------------------------------ Elements -----------------------------------*/
#page_all{
	width: 1024px;
	overflow: hidden;
	/* background: url(../gfx/all_bg.png); */
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}	
#page_center{
	width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: white;
}
#page_header{
	background: url(../gfx/design_2009/header_bg.png);
	float:left;
	height:47px;
	width:99.99%;
	padding-top: 0px;
	padding-left: 0px;
}
#header_top{
	color: #85cae9;
	font-size: 16px;
	font-weight:bold;
	float:left;
}
#header_top span{
	position: relative;
	top:-17px;
}
#header_top a{
	color: white;
	text-decoration: none;
}
#header_top a:hover{
	color: white;
	text-decoration: underline;
}
#header_middle{
	float:left;
	height: 137px;
	width:1000px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background-color:white;
}
#header_middle_logo{
	float:left;
	width:458px;
	height:137px;
	background: url(../gfx/design_2009/header_logo.png);
	cursor: pointer;
	background-repeat:no-repeat;
}
#header_middle_login{
	float:right;
	width:420px;
	text-align:center;
	font-size:52px;
	color: #0194e2;
	padding-top:10px;
}
#header_menu{
	float:left;
}
#page_content{
	float: left;
	width:719px;
	padding:20px;
}
#page_footer{
	padding-left:15px;
	height:49px;
	background: url(../gfx/design_2009/footermenu_bg.png);
	text-align: left;
	font-size: 16px;
	width: 985px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
#page_footer a{
	color: #0E5D88;
	text-decoration: none;
	padding-right:20px;
}
#page_footer a:hover{
	color: white;
	text-decoration: underline;
}
#page_footer_left{
	padding-top:15px;
	float: left;
	text-align:left;
	padding-left: 20px;
}
#page_footer_right{
	float: right;
	text-align:right;
	padding-right: 45px;
	padding-top: 8px;
}
#page_bottom{
	height:14px;
	margin-left: auto;
	margin-right: auto;	;
}

#page_spacer{
	float: left;
	width: 100%;
	height: 17px;
	background: url(../gfx/all_spacer_bg.png);
	background-repeat: repeat-y;
}

#page_left{
	width:766px;
	float:left;

}

#page_right{
	width:234px;
	float:left;
	text-align:center;
	color:white;
	font-size:16px;
}

#page_leftcontent{
	margin:10px;
	float:left;
		width:746px;
}

#page_leftright{
	width:1000px;
	margin-left:12px;
	float:left;
	background: url(../gfx/design_2009/center_bg.png);
	background-repeat: repeat-y;
}

#page_footer_text{
	float:left;
	width:99%;
	color:gray;
	font-size:12px;
	padding-top:10px;
}

#page_footer_text h2{
	color:gray;
	font-size:12px;
}

#page_footer_text a{
	color:gray;
	font-size:12px;
	text-decoration: none;
	padding:0px;
	margin:0px;
}

#page_footer_text a:hover{
	color:gray;
	font-size:12px;
	text-decoration: underline;
}
#page_footer_text a:active {
	color:gray;
	font-size:12px;
}
#page_footer_text a:visited{
	color:gray;
	font-size:12px;
	
}

#header_news_ticker_all{
	float: left;
	width: 100%;
	background: url(../gfx/header_ticker_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
	font-size:10px;
	padding-top:1px;
}
#header_news_ticker_all a{
	color: gray;
	text-decoration: none;
}
#header_news_ticker_all a:hover{
	text-decoration: underline;
}
#header_news_ticker_header{
	float: left;
	width: 16%;
}

#header_news_ticker{
	float: left;
	width: 84%;

}
/* ------------------------------ Admin -----------------------------------*/

.inav{
	width: 70%;
	margin: 30px;
}

.inav th{
	text-align:left;
}

.inav td{
	border: 1px solid gray;
}
