@import url("content.css");
@import url("calendar.css");
@import url("lightbox.css");

body.RightMenu{
	background-image:url('../images/background-repeat-rightmenu.gif');
}
body.FullPage{
	background-image:url('../images/background-repeat.gif');
}
body, html{
	width:100%;
	height:100%;
}
body{
	background-color:#ffffff;
	background-repeat:repeat-y;
	background-position:top left;
	margin:0;
	padding:0;
}


#AdminHeader{
	background-image:url('../images/background_header.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	height:40px;
	padding:10px;
	position:relative;
}
#AdminHeader #MainMenu{
	bottom:5px; 
	right:5px;
	top:auto;
	left:auto;
}
#AdminHeader h1{
	margin:0;
	padding:0;
	color:white;
}

#MainHolder{
	width:100%;
	height:100%;
	background-image:url('../images/background_repeat_top.gif');
	background-repeat:repeat-x;
	background-position:top left;
}
#MainHolder2{
	background-image:url('../images/background_logo_new.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:100%;
}
#MainMenu{
	position:absolute;
	top:140px;
	left:210px;
}
#MainMenu ul{
	margin:0;
	padding:0;
}
#MainMenu ul li:hover, #MainMenu ul li.selected{
	behavior: url(iepngfix.htc);
	background-image:url('../images/MainMenu_rounded.png');
	background-repeat:no-repeat;
	background-position:center;
	color:black;
	width:75px;
	height:16px;
}
#MainMenu ul li:hover *, #MainMenu ul li.selected *{
	color:black;
}
#MainMenu a:link, #MainMenu a:visited, #MainMenu a:active, #MainMenu a:hover{
	display:block;
	clear:both;
	color:inherit;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
#MainMenu ul li *{
	color:white;
}
#MainMenu ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	color:white;
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
	width:75px;
	height:16px;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
}

#Content{
	position:absolute;
	top:258px;
	left:60px;
}
#ArticleList{
	width:450px;
	/*border:1px solid red;*/
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

#ArticleList .Paging, .BackLink{
	margin-top:1em;
	background-color:#ddd;
	padding:0.5em 1em 0.5em 1em;
	text-align:center;
}
#ArticleList .Paging a, .BackLink a{
	padding:0.25em;
}
#ArticleList .Paging .selected, #ArticleList .Paging a:hover, .BackLink a:hover{
	background-color:#ccc;
	text-decoration:underline;
}
.ArticleListItem{
	clear:both;
	border-bottom:1px solid #848484;
	padding-bottom:5px;
	margin-bottom:5px;
}
.ArticleListImage{
	float:left;
	margin-right:5px;
}
.ArticleListImageBig{
	float:none;
	margin-bottom:5px;
}
#Article{
	/*width:740px;*/
	width:669px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

.DateStamp{
	font-weight:normal;
	color:#555;
	margin-right:0.5em;
}

#Logos{
	position:absolute;
	left:700px;
	top:50px;
}
#Logos td{
	height:100px;
	border:1px solid #aaa;
	padding:5px;
	vertical-align:middle;
	clear:both;
}

#RightMenu{
	width:199px;
	/*border:1px solid red;*/
	overflow:hidden;
	position:absolute;
	left:470px;
	top:0;
}
.RoundedBox{
	width:199px;
	margin-bottom:20px;
}
.RoundedBox a:link, .RoundedBox a:active, .RoundedBox a:visited, .RoundedBox a:hover{
	color:white;
	font-weight:normal;
}
.RoundedBox h2{
	margin:0 0 2px 0;
	padding:0;
	font-size:1.1em;
	color:#2a2929;
	text-transform:uppercase;
}
.RoundedBox .Top{
	width:199px;
	height:7px;
	background-image:url('../images/RoundedBox_Top.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
.RoundedBox .Content{
	width:199px;
	/*width:189px;
	padding:0 5px 0 5px;
	background-repeat:repeat-y;*/
	color:white;
}
.RoundedBox .Bottom{
	width:199px;
	height:7px;
	background-image:url('../images/RoundedBox_Bottom.png');
	position:relative;
	top:-1px;
	background-repeat:no-repeat;
	background-position:top left;
}
.RoundedBox ul{
	margin:0;
	padding:0;
	background-image:url('../images/RoundedBox_Divider.gif');
	background-repeat:repeat;
	background-position:top left;
}
.RoundedBox li{
	margin:0;
	padding:0;
	list-style-type:none;
	height:24px;
	padding-top:6px;
	padding-left:27px;
	/*background-image:url('../images/RoundedBox_Arrow.png');*/
	background-repeat:repeat-y;
	background-position:left top;
	background-image:url('../images/RoundedBox_Content.jpg');
}
.RoundedBox li.selected{
	background-image:url('../images/RoundedBox_Content_selected.jpg');
	/*background-color:black;*/
	/*color:black;*/
}
.RoundedBox li.selected *{
	/*color:black;*/
}
#Archive{
	color:#09304d;
	width:199px;
	text-align:center;
	margin-bottom:10px;
}
.ArchiveBottom{
	margin-top:5px;
}

div.ImageSeries{
	clear:both;
	margin:5px 0 15px 0;
}
div.ImageSeries .Caption{
	clear:both;
	font-style:italic;
	padding-top:1px;
}
