/* general.css */

body
{
	font-family: arial, verdana, helvetica, sans-serif;
}

#page_main
{
	margin: 10px auto;
	padding: 0px;
	width: 980px;
	background-color: white;
}

#page_header
{
	height: 52px;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}

#page_header_logo
{
	height: 50px;
	width: 186px;
	float: left;
	text-align: center;
}
#page_header_banner
{
	height: 48px;
	float: right;
	width: 788px;
	padding: 2px;
	text-align: right;
}

#page_content
{
	float: left;
	clear: both;
	background: url("/images/menu_back.gif") left repeat-y;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: silver;
}

#page_content_menu
{
	width: 186px;
	float: left;
	clear: both;
	padding-top: 25px;
}

.menu_headline
{
	font-size: 12px;
	font-weight: bold;
	background-color: #A6281A;
	color: white;
	margin-left: 20px;
	margin-right: 20px;
}

#page_content_menu ul
{
	list-style-type: none;
	font-size: 12px;
	margin: 5px 30px 30px 30px;
	padding: 0px;
}

#page_content_menu li
{
	padding-bottom: 5px;
}

#page_content_menu li a
{
	color: white;
	background-color: #A6281A;
}

#page_content_menu li a:hover
{
	color: white;
	background-color: #A6281A;
	text-decoration: none;
}

#page_content_breadcrumbs
{
	float: right;
	width:785px;
	border-style: solid;
	border-color: silver;
	border-width: 0px 0px 1px 0px;
	padding: 2px 2px 2px 5px;
	margin-bottom: 0.5em;
}
#page_content_text
{
	float: right;
	width:792px;
	margin-bottom: 20px;
}

/* Text items */
.item_headline
{
	color: #A6281A;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}

.item_headline_wfloat
{
	padding-left: 10px;
	color: #A6281A;
	font-size: 22px;
	font-weight: bold;
	margin-right: 150px;
	border: solid silver;
	border-width: 0px 1px 0px 0px;
}

.item_text
{
	padding: 5px 10px 10px 15px;
}


.item_text_wfloat
{
	padding: 5px 10px 10px 15px;
	margin-right: 150px;
	border: solid silver;
	border-width: 0px 1px 0px 0px;
	
}

.item_text_float
{
	float: right;
	width: 140px;
	padding: 0px 5px 0px 5px;
	border: solid silver;
	border-width: 0px 0px 0px 1px;
	font-size: 12px;
	text-align: center;
}

.hline
{
	border: solid silver;
	border-width: 1px 0px 0px 0px;
	margin: 10px;
}

.nofloat
{
	clear: both;
}

/* edit page */
.edit
{
	font-size: 12px;
	padding-left: 10px;
	
}

/* footer */
#page_footer
{
	width: 978px;
	float: right;
	background: url("/images/menu_back.gif") left repeat-y;
	border-color: silver;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 20px;
}

#page_footer_userinfo
{
	font-size: 12px;
	width: 186px;
	float: left;
	clear: both;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#page_footer_userinfo #text
{
	color: white;
	background-color: #A6281A;
}

#page_footer_copyright
{
	background-color: silver;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-left: 186px;
}

#page_footer_wmee
{
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	margin-left: 186px;
	color: #A6281A;
	font-weight: bold;
}

/* links */
a:link
{
	color: #A6281A;
	font-weight: normal;
	text-decoration: underline;
}
a:active
{
	color: #A6281A;
	font-weight: normal;
	text-decoration: underline;
}
a:hover
{
	color: #A6281A;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	color: #A6281A;
	font-weight: normal;
	text-decoration: underline;
}

/* javascript links */
.js_link
{
	color: #A6281A;
	text-decoration: underline;
	cursor: pointer;
}

/* headlines */
h1
{
	text-align: center;
	color: #A6281A;
	margin-top: 0.5em;
}

/* navigation */
.navigation
{
	text-align: center;
	padding-bottom: 1em;
	
}

/* banner */
#page_content_banner
{
	font-size: 12px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	border-color: silver;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

/* errorbox */
#errorbox
{
	margin: 20px 10px 10px 10px;
	padding: 2px;
	border-color: #A6281A;
	border-style: solid;
	border-width: 1px;
}

#errorbox ul
{
	margin: 0px;
}

/* tables */
table th
{
	background-color: #D3DCE3;
}

.table_data1
{
	background-color: #E5E5E5;
}

.table_data2
{
	background-color: #D5D5D5;
}

ul
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li
{
	padding-bottom: 5px;
}

/* Link Types */
a.liext    { padding-left: 12px; background: url(/images/li_external.gif) no-repeat left; }
a.limailto { padding-left: 18px; background: url(/images/li_mail.png)     no-repeat left; }
a.lidoc    { padding-left: 15px; background: url(/images/li_word.png)     no-repeat left; }
a.lipdf    { padding-left: 15px; background: url(/images/li_pdf.png)      no-repeat left; }
a.lizip    { padding-left: 15px; background: url(/images/li_zip.png)      no-repeat left; }
