/*
	Default Overwrite:
*/

html{overflow-y: scroll;}
body
{
	margin: 0px;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-color: #f1f1f1;
}

body, table, html, p, a
{
	font-family: "palatino linotype", Times;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, form {margin: 0px;}

p					{padding: 6px 0px 6px 0px;}
ul, ol, blockquote	{padding: 2px 0px 6px 0px;}
ul, ol				{margin-left: 40px;}
blockquote			{margin-left: 20px;}
h1, h2, h3, h4, h5	{padding: 0px 0px 14px 0px; font-weight: normal; color: #996600;}
form				{padding: 0px;}

object, embed{margin: 0px;}

h1{font-size: 25px;}
h2{font-size: 20px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}

a{outline: none; text-decoration: none; color: #771F1E;}
a:hover{text-decoration: underline;}
img{border: none; font-size: 11px;}
img[align="middle"]{vertical-align: middle;}


/*
	Form Specific:
*/

input[readonly]{background-color: #dddddd; color: black; cursor: default;}

.inputbox, .inputbox_medium, .inputbox_small, .inputbox_search, .inputbox_long, .inputarea{padding: 2px; border: solid 1px #969d99; background-color: #ffffff;}
.inputbox_long		{width: 500px;}
.inputbox			{width: 220px;}
.inputbox_medium	{width: 161px;}
.inputbox_small		{width: 50px;}
.inputarea			{width: 350px; height: 150px;}
.inputareaFCK		{font-size: 14px;}
.button{padding: 0px 2px 0px 2px; border: solid 1px #94542c; background-color: #f8f0eb; color: #000000; cursor: pointer;}
.search_button{width: 64px; border: 1px solid white;}

.textDisplay{padding: 3px; font-weight: bold;}
.textRemarks{font-size: 11px; font-style: italic;}
.error, .updateMessage{font-size: 14px;}
.error{color: red;}
.updateMessage{padding: 4px 4px 8px 4px; color: blue;}


/*
	Other Default Classes:
*/

.globalsep{clear: both; height: 1px; font-size: 1px; line-height: 1px; margin: 5px 0px 5px 0px; background-color: #928b7b;}
.spacer{clear: both;}
.spacer-sml{clear: both; height: 12px;}
.spacer-med{clear: both; height: 40px;}
.spacer-lrg{clear: both; height: 100px;}

.imageHolder{padding: 3px; background-color: #FFFFFF;border: solid 1px #4D3333;}

.updateMessage	{color: green;}
.updateError	{color: red;}



/*
	Ajax
*/

.ajLoading{display: none; position: fixed; width: 250px; height: 80px; top: 50%; left: 50%; margin-left: -125px; margin-top: -34px;}
.transparentBackground{z-index: 100; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: black; opacity:0.8;filter:alpha(opacity=80);}
.transparentBackground img{position: absolute; top: 10px; left: 10px;}
.ajLoading .foreground , .ajLoading .close{position: absolute; z-index: 200; width: 169px; margin-left: 11px; font-family: arial, verdana, tahoma; color: white;}
.ajLoading .close{top: 7px; left: 219px; height: 20px; font-size: 12px;}
.ajLoading .foreground{top: 30px; left: 70px; height: 60px; font-size: 24px;}
#aj_HeaderInfo{display: none;}

/*
	Toggle (float top-left)
*/

.toggleEditButton{position: fixed; left: 10px; top: 10px; padding: 10px; border: solid 1px #cccccc; background-color: #efefef;}
.toggleEditButton a{color: #000000;}
.toggleBody{display: none; position: fixed; z-index: 300; width: 630px; height: 410px; top: 50px;}


/*
	Content: Global
*/

.mainBody{width: 950px; margin-left: auto; margin-right: auto;}
.mainHeader{height: 255px; background-image: url("images/header.jpg");}
.mainHeader a{color: white; font-family: Arial;}
.mainContent{clear: both; background-color: #ffffff;}
.content-left{padding: 15px; float: left; width: 710px;}
.content-right{float: left; width: 210px;}
.footer{height: 46px; padding-top: 19px; text-align: center; background-image: url("images/footer-bg.png"); background-repeat: repeat-x;}
.footer a{font-family: Arial; font-size: 11px; color: white;}


/*
	Menu - Horizontal Version
*/

.menuClear{height: 207px;}
.menuContainer{position: relative; padding-top: 7px; padding-left: 20px;}

/* single Main-Menu div */
.menu, .menuSel{position: relative; float: left; margin-left: 20px; margin-right: 20px;}
.menu:hover, .menuSel{}
.menu a, .menuSel a{font-family: Arial; font-size: 12px; line-height: 14px; color: #ffffff;}
.menu a:hover, .menuSel a{color: #cfcfcf;}

/*
	Menu Sub - Horizontal Version
*/

/* Hovering the active menu, display submenu container */
.menu:hover .menuContainerS, .menuSel:hover .menuContainerS, .menuContainerS:hover{display: block;}

/* Sub Menu - div container */
.submenu{width: 166px; min-height: 252px; padding: 28px 18px 0px 18px; margin-top: 8px; background-image: url("images/submenu-bg.png"); background-repeat: no-repeat;}
.submenu h3{color: #771f1f; font-size: 15px; font-weight: bold;}
.menuContainerS{display: none; position: absolute; width: 199px;}
.ms-main{z-index: 1200; margin: 13px 0px 0px -13px; background-color: #EFEFEF;}
.sub, .subSel{margin-bottom: 10px; border-bottom: solid 1px #990000; padding-bottom: 8px;}
.sub a, .subSel a{font-family: Arial; color: #000000; font-size: 12px; text-decoration: none; line-height: 28px; line-height: 20px;}
.sub a:hover{text-decoration: underline;}
.subSel a{font-weight: bold;}



/*
	Content: Index
*/

.header h1{padding: 0px 0px 18px 0px;}



/*
	News Overview
*/

.news-ov-date{font-size: 11px; font-style: italic;}

/*
	Agenda Overview
*/

.agenda-item{margin-bottom: 20px;}
.ai-title{display: block; font-size: 18px; line-height: 20px; padding-bottom: 6px;}
.ai-date{font-size: 12px;}
.ai-more{float: right; padding: 3px;}
.ai-more a{color: #ffffff;}

/*
	Search
*/

.search-results a{font-size: 16px;}
.search-results p{margin: 6px 0px 16px 0px;}



.box-title{width: 190px; padding: 5px; background-color: #771F1E;}
.box-title h3{padding: 0px; font-size: 13px; line-height: 18px; color: #ffffff;}
.box-content{width: 194px; border: solid 1px #771F1E; border-top: none; padding: 2px; margin-bottom: 15px;}
.box-content a{font-size: 12px; line-height: 18px;}
