/****************************
	ELEMENTS
****************************/

body {
	background: #eeeeee;
	margin: 0;
	padding: 1px;
	color: #333333;
	font: normal 11px/130% Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
}

a:link, a:visited, a:hover {
	color:#0091F3;
	text-decoration:underline;
}

input {
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
}

textarea {
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
}

select {
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/****************************
	IDs
****************************/

#wrapper {
	width:848px;
	margin: auto;
}

#logo {
	width:200px;
	height:115px;
	background: white url(img_logo.gif) no-repeat;
}

#slogan {
	width:28px;
	background: #0091f3 url(bg_verticalSlogan.gif) repeat-y;
	border-right:1px solid white;
}

#header {
	width:620px;
	height:115px;
	background: white url(img_header.jpg) no-repeat;
}

#language {
	background-color:#999999;
	border-bottom:1px solid white;
	border-top:1px solid white;
	vertical-align:middle;
}

#language .caption {
	margin: 3px 4px 0px 10px;
	color: white;
	font-weight:bold;
	float:left;
}

#language select {
	color: #333333;
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	float:left;
}

#language a {
	display:block;
	background: url(/styles/btn_search_go.gif) no-repeat 2px center;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
	height:20px;
	width:40px;
	float:left;

}

#ticker {
	height:30px;
	background-color:#0091F3;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid white;
}	

#ticker a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#ticker a:hover {
	text-decoration:underline;
}

#footer ul {
	list-style-type:none;
	margin:5px 0 0 15px;
	padding:0;
}

#footer ul li {
	display:block;
	float:left;
	padding-right:10px;
}

#nav {
	width:200px;
	/*background-color:#c1e7ff;*/
	background-color:#dff3ff;

}

#nav ul {
	list-style-type: none;
	margin: 20px 10px;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
}

#nav ul li a {
	line-height:13px;
	text-decoration: none;
	color: Black;
}

#nav #nav_root_default {
	display: block;
	font-weight:bold;	
	padding-left: 15px;
	padding-top:6px;
	padding-bottom:5px;	
	border-top: #999999 1px dashed;	
}

#nav #nav_root_selecteda {
	display: block;
	font-weight:bold;
	background: url(/styles/nav_arrow.gif) no-repeat 3px 10px;	
	padding-left: 15px;
	padding-top:6px;
	padding-bottom:5px;	
}

#nav #nav_root_selectedb {
	display: block;
	font-weight:bold;
	background: url(/styles/nav_arrow.gif) no-repeat 3px 10px;	
	padding-left: 15px;
	padding-top:6px;
	padding-bottom:5px;	
	border-top: #999999 1px dashed;	
}

#nav #nav_root_first {
	display: block;
	font-weight:bold;	
	padding-left: 15px;
	padding-top:6px;
	padding-bottom:5px;	
}

#nav #nav_sub_default {
	/*background: url(/styles/common/nav_minus.gif) no-repeat 18px 4px;
*/
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:2px;		
}

#nav #nav_sub_selecteda {
	background: url(/styles/nav_arrow.gif) no-repeat 3px 6px;
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:2px;		
}

#nav #nav_sub_selectedb {
	background: url(/styles/nav_arrow.gif) no-repeat 3px 6px;
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:5px;		
}

#nav #nav_sub_last {
	/*background: url(/styles/common/nav_minus.gif) no-repeat 18px 4px;
	*/
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:5px;		
}
/*
#nav #nav_lastitem {
	border-width: 0;
}
*/
#nav ul li a:hover {
	/*background: url(/styles/common/nav_arrow.gif) no-repeat 0 8px;*/
	text-decoration: underline;
}

#content {
	width:620px;
	background-color:white;
}

#content .col_1 {
	background-color:white;
	padding:15px;
}	

#content .col_1 ul {
	margin: 0px 0 5px 7px;
	padding:0px 0 5px 7px;
}

#content .col_2 {
	background-color:#e6e6e6;
}

#content .col_2 .text {
	padding: 10px 10px 0 10px;
}

#page_userinfo {
	padding:10px;
	border-bottom: #999999 1px dashed;	
}

#page_userinfo input{
	margin-top:5px;
}

#page_functions ul {
	list-style-type: none;
	width:156px;
	padding: 0;
	margin: 0;
}


#page_functions ul li a {
	display: block;
	width:120px;
	border-bottom: #999999 1px dashed;
	text-decoration: none;
	padding: 7px 0 7px 36px;
	color: #666;
	font-size: 9px;
	line-height: 15px;
	vertical-align: middle;
}

#page_functions ul li a:hover {
	color: Black;
}

#page_email {
	background: url(/styles/icon_mail.gif) no-repeat 10px center;
}
#page_print {
	background: url(/styles/icon_print.gif) no-repeat 10px center;
}

#content p {
	margin:0 0 10px 0;
}

#content hr {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-bottom: #CCCCCC 1px dashed;
}

.combo {
	margin: 10px 0 0 0;
}

.combo .img_text {
	padding: 20px;
}

.combo_index{
	margin: 5px 0 0 0;

}


#linklist ul {
	margin: 8px 0 20px 0;
	padding: 0;
}
#linklist ul li {
	margin: 0 0 3px 30px;
	padding: 0;
}

#gallery .buttons
{
	padding:10px;
}

#gallery .form_button_nowidth{
	color:#2683C6;
	font-weight:bold;
	text-decoration: none;
	border: 0px none #FFFFFF;
	background-color:#FFFFFF;	
}

#gallery .form_button_nowidth:hover {
	text-decoration: underline;
}



#gallery .images
{
	vertical-align:middle;
	text-align:center;
}



.doclist {
	margin: 10px 0 8px 0;
	padding: 0;
}

.doclist .headline {
	background-color: #0091f3;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding: 4px 0 4px 7px;
}

.doclist .size {
	font-size: 10px;
	padding:4px;
}

.doclist .filename{
	padding:4px 0 4px 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}
.doclist .date{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.doclist .thumb {
	padding:4px 4px 4px 0;
}

.doclist .item {
	background-color:#eeeeee;
}


.doclist hr {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-bottom: #CCCCCC 1px dashed;
}

.content_pic {
	margin:7px 0 0 0;
	padding:0;
}

.txt {
	color: #333333;
	font: normal 11px/130% Arial, Helvetica, sans-serif;
}


.headline_1 {
	font: bold 16px Arial, Helvetica, sans-serif;	
}

.headline_2 {
	color: #333333k;
	font: bold 13px Arial, Helvetica, sans-serif;	

}

#popup {
	background-color:white;
}

.form_validationsummary ul {
	margin:5px 0 0 7px !important;
}
.form_validationsummary ul li {
	border:0 none !important;
	font-weight:normal;
}

.msg_alert {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #E41122;
	margin-top:10px;
	margin-bottom:10px;
	background:url(/styles/ico_warning.gif) no-repeat 5px 5px;
	overflow:visible;
	color:#E41122 !important;
	font-size:11px;
	font-weight:bold;
	line-height:110%;
}

.msg_confirm {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #C5C5C5;
    margin-top:10px !important;
	margin-bottom:10px !important;
	background:url(/styles/ico_confirm.gif) no-repeat 5px 5px;
	font-size:11px;
	font-weight:bold;
}