/* GENERAL */
body{
	font-family:sans-serif,Verdana,Arial;
	font-size:14px;
/*	background-color:white;*/
	background-color:#eeeeee;
	background-image:url(img/bg_4x4.png);
	margin:0px;
}
table{
	font-family:sans-serif,Verdana,Arial;
	font-size:14px;
	margin:0px;
}

h1{font-size:1.2em;}
h2{font-size:1.1em;}
h3{font-size:1.05em;}
h4{font-size:0.9em;}
h5{font-size:0.8em;}

a{cursor:pointer;}

img{border:none;}

form{
	margin:0px;
	padding:0px;
}

.placeholder,.none,.hidden{display:none;}

/* PAGE */
div.page{
	min-width:280px;
	max-width:990px;
	margin:auto;
	background-color:#ededed;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	/*background-image:url(img/page_right_bg.png);
	background-position:right;
	background-repeat:repeat-y;*/
}

/* LOGO */
div.logo{
	padding:24px 0px 0px 24px;
	background-color:white;
}

img.logo{
	float:left;
}

.action_btns{
	float:right;
	padding-top:15px;
}

img.action_btn{
	height:36px;
	width:36px;
	opacity:0.5;
	vertical-align:bottom;
}

/* MENU */
.nav{
	clear:both;
	border-top:solid 1pt silver;
	background-color:#ff9933;
	padding:1px;
}

ul.menu_top{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:1.1em;
	font-weight:bold;
	color:white;
}

ul.menu_top > li{
	float:left;
	margin-left:2em;
}

a.menu_top{
	text-decoration:none;
	color:inherit;
}

a.menu_top_active{
	color:inherit;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:0.01em;
}

div.txt_search{
	float:right;
	text-align:right;
}

input.txt_search{
	float:left;
	font-size:0.8em;
	margin:0px;
	/*border:solid 1px silver;*/
}

/* CONTENT TITLE */
div.title{
	margin-bottom:1em;
	margin-left:1em;
}

div.title_img{
	background-image:url(img/menu_bg.png);
	background-repeat:repeat;
	margin-top:0.3em;
	margin-right:0.5em;
	float:left;
	width:0.6em;
	height:0.6em;
}

h3.current_title{
	display:inline;
	margin:0px;
}
/* CONTENT */
div.content{
	padding-top:1em;
	padding-bottom:1em;
	min-width:280px;
	max-width:700px;
	float:left;
}

div.newsflash{
	width:280px;
	border-left:solid 1px silver;
	background-color:silver;
	float:right;
}

/* INNER CONTENT */
div.iframe_content{
	margin:1em 0.5em 1em 0.5em;
}

div.search_result_desc{
	text-indent:2em;
}

div.article_content{
	padding:8px;
	margin:8px;
}

div.article_content_white{
	padding:8px;
	margin:8px;
	background-color:white;
}

div.article_content_orange{
	padding:8px;
	margin:8px;
	background-color:#ff9933;
}

/* FOOT */
.foot{
	color:black;
	text-align:center;
	background-color:#ff9933;
	opacity:0.5;
	clear:both;
	border-top:solid 1px silver;
	border-bottom:solid 1px gray;
}

.separator{
	clear:both;
	color:white;
	background-color:#ff9933;
	opacity:0.5;
	border-bottom:solid 1px silver;
}

.foot_left{
	font-size:0.8em;
	padding:2px;
}

.separator_right{
	width:280px;
	background-color:silver;
	float:right;
	opacity:0.5;
	border-left:solid 1px gray;
}

a.foot_link{
	color:inherit;
}

/* SEARCH FORM ELEMS */
#advanced_search{
	padding:1em;
	width:280px;
}

.asleft{
	clear:both;
	float:left;
	margin-bottom:0.5em;
}

.asright{
	margin-left:0.5em;
	text-align:right;
	margin-bottom:0.5em;
}

div.search_result{
	margin-top:1em;
}

#advanced_search_result{
	padding:1em;
}

span.searched_word{
	font-weight:bold;
	color:#ff9933;
}

input,select,textarea{
	font-size:inherit;
	border:solid 1px #ff9933;
}

input.submit{
	border:solid 1px gray;
	background-color:#ff9933;
	font-weight:bold;
	cursor:pointer;
}

label{
	font-weight:bold;
}

pre{
	background-color:white;
}

