html, form, body {
	width:100%;

	margin:0px;
	padding:0px;
}

body {
	background-color: #f5f5f5;
	background-image: url("Images/Background.jpg");
	background-repeat: repeat-x;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #282828;
	
	/* IE 5.5 text-align:center; */
}

.clear {
	clear:both;
}


a {
	color: #113b75;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #1750a0;
}

p {
	margin:0px 0px 1em;
}
img {
	border:none;
}
.clear {
	clear: both;
}

/* Main Layout */

#MainContainer {
	width: 991px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;

	line-height: 120%;
	position: relative;
	min-height:100%;
	background-image: url("Images/DropShadowRepeat.jpg");
	
	font-size: 70%;
}



#TopShadow {
	background-image: url("Images/TopShadow.jpg");
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0%;
	font-size: 0px;
}

#DropShadowTop {
	background-image: url("Images/ShadowLRTop.jpg");

	background-repeat: no-repeat;
	padding: 5px 10px;
		min-height: 403px;
}
* html #DropShadowTop {
	height: 403px;
}

#BottomShadow {
	background-image: url("Images/BottomShadow.jpg");
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0%;
	font-size: 0px;
}

#Header {
	min-height: 80px;
	border-bottom: 5px solid #ac1f23;
	margin-bottom: 5px;
}
* html #Header {
	height: 80px;
}

#Toolbox {
	width: 240px;
	margin-right: 15px;
	float: right;
}
.ToolboxItem {
	width: 80px;
	float: left;
	height: 18px;
}

#Toolbox a {
	background-image: url("Images/TopboxLink.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 4px;
	text-indent: 4px;
	color: #000000;
	display: block;
}

#SearchContainer {
	margin-top: 5px;
	width: 180px;
	float:left;
}

#SearchIcon {
	width: 25px;
	margin-right: 5px;
	float:left;
}

#SearchField {
	width: 140px;
	height: 21px;
	float:right;	

}

#SearchField input {
/* 	border: 0px;
	padding: 1px;
	width: 140px;
	height: 13px;
	background-color: #ededed;*/
	width: 170px;
	height: 11px;
	font-size: 10px;
}


.Logo {
	float: left;
	margin-left: 10px;
}

img.Right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.Left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#MainColumns {
	
}

#LeftColumn {
	width: 275px;
	float: left;
	margin-right: 5px;
}

#MiddleRightColumn {
	width: 691px;
	float: left;
}

#MiddleColumn {
	width: 450px;
	float: left;
	margin-right: 5px;
}

#RightColumn {
	width: 236px;
	float: left;
}

#TopMenu {
	background-color: #e3e3e3;
	font-size: 11px;
}

#TopMenu a {
	font-weight: bold;

	color: #000000;
}
#TopMenu a:visited {
	color: #000000;
}
#TopMenu a:active{
	color: #000000;
}

#TopMenu ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#TopMenu li {
	display:inline;
}


#TopMenu ul li span {
	padding: 4px 10px;
	display: block;
	float:left;

}

#TopMenu ul li.selected a {
	
	color: #737373;
}

#Splashes{
	padding: 0px 1px 4px 0px;
	padding: 0px 1px 4px 3px;
	margin-bottom: 5px;
}

.Splash {
	float: left;
	margin-left: 3px;
}

#Breadcrumbs {
	font-size: 11px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dedddd;
	margin-bottom: 5px;

	padding: 3px 10px 2px 6px;
}

#Breadcrumbs span {
	color: #000000;
}
#Breadcrumbs a {
	color: #000000;
	font-weight: normal;
	color: #555555;
}

.BoxContainer {
	border: 1px solid #e5e0e0;
	background-color: #f4f4f4;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
}

.BoxContainer h1 {
	font-size: 15px;
	color: #ffffff;
	
	background-color: #a02124;
	display: block;
	font-family: Helvetica;
	margin: 0px;
	padding: 5px 7px;
	font-weight: bold;
}
.BoxContainer h1 a {
	color: #ffffff;font-weight: bold;
	
}

.BoxContainer .ContainerPadding{
	padding: 0px 8px 8px 8px;
}

.BoxContainer ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px;
}

.BoxContainer ul li {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0px;
	
}

.BoxContainer ul li a {
	color: #000000;
	background-image: url("Images/LinkArrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}
.BoxContainer ul li span.selected a, .BoxContainer ul li span.expanded a {
	font-weight: bold;
}
.BoxContainer ul li a.NewsLink {
	font-weight: bold;
}
.BoxContainer ul li a:hover, .BoxContainer ul li a:active {
	color: #464646;
}

.BoxContainer ul.LatestIssues {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px;
	
}
.BoxContainer ul.LatestIssues li {
	border: 0px;
	padding: 0px;
	margin: 0px 5px 10px 0px;

	float: left;
	
}
.BoxContainer ul.LatestIssues li a {
	background-image: none;
	padding: 0px;
}

.BoxContainer .ArticleFilter {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;	
	padding-right: 15px;	
}
.BoxContainer .ArticleFilter h2 {
	color: #393939;
	font-size: 120%;
}

.BoxContainer .ArticleFilter .DropDown {
	width: 180px;
}

.BoxContainer .ArticleFilter .Checkboxes label {

	margin-right: 8px;
}
.BoxContainer .ArticleFilter .Theme {
	margin-bottom: 8px;
}
.BoxContainer .ArticleFilter .SearchBox {
	margin-bottom: 8px;
}

.ArticleFilter strong {
	line-height: 200%;
	
}

.BoxContainer p {
	margin: 4px 4px
}
.BoxContainer span.Date {
	color: #4a4a4a;
	font-weight: bold;
}

.StartpageSplashes {

}

.SplashContainerLarge {
	font-size: 105%;
	line-height: 140%;
}

.SplashContainer, .SplashContainerLarge {
	margin-bottom: 5px;
	border: 1px solid #e8e8e8;
	border-right: 7px solid #e8e8e8;
}

.SplashContainer h2, .SplashContainerLarge h1 {
	margin: 0px;
	padding: 0px;
	padding: 4px 0px 0px 0px;
	color: #393939;
	border-bottom: 2px solid #ac1f23;
	display: block;
	margin: 0px 10px;
	font-size: 160%;
	line-height: 160%;
	font-family: Helvetica, Arial, Sans-Serif;
}
.SplashContainerLarge h2 {
	margin: 0px;
	padding: 0px;

	color: #393939;

	display: block;
	margin: 0px 10px;
	font-size: 160%;
	line-height: 160%;
	font-family: Helvetica, Arial, Sans-Serif;
}
.SplashContainer h2 a, .SplashContainerLarge h1 a {
	color: #393939;
	background-image: url("Images/LinkArrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

.SplashContainer .Content, .SplashContainerLarge .Content {
	padding: 5px 20px;
}
.SplashContainer .Content {
	color: #000000;
	font-size: 105%;
	line-height: 130%;
}

.SplashContainerLarge #MainBody {
	padding: 10px;
	
}
.SplashContainerLarge .RightBody1, .SplashContainerLarge .RightBody2 {
	padding-top: 10px;
}
.SplashContainerLarge #RightColumn {
	width: 220px;
}

.SplashContainerLarge #RightColumn h1 {
	font-family: Helvetica;
	border: none;
	padding: 0px;
	margin:0px;
	font-size: 110%;
}

#Footer {
	background-image: url("Images/FooterBackground.jpg");
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	padding: 5px;
	color: #737373;
	border: 1px solid #e3e3e3;
}

.ExtrudeLogo {
	margin-top: 3px;
	float: right;
}

/* PageHeadLineWithImage */
.imageDescription {
	font-size: 80%;
    font-style: italic;
    margin-top:4px;
    margin-bottom:0px;
}
.pageImage 
{
    margin-bottom: 5px;
}

.SplashText .ImageTop {
	clear: both;
}

.ImageTop 
{
	float:left;
	margin-bottom:10px;
}

.FirstImageTop 
{
	margin-left:0px;
}

/* BILDER */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
    margin-bottom: 1em;
}

img.dashedborder
{
	position: relative;
	border: 1px dashed grey;
}

img.noborder {
	border:none;
}

.ImageTop2 
{
	width: 256px;
}

.ImageTop3 
{
	width: 145px;
}

.ImageTop1 {
	width: 520px;
	float: none;
}

.ImageLeft 
{
	margin-bottom:10px;
	margin-right: 0px;
}

.ImageRight 
{
		margin-bottom:10px;
		margin-left: 0px;
}

/* SLUT BILDER */
.MainContainerLeft 
{
	float:left;
	width: 208px;
	padding-right: 8px;
}

.MainContainerRight
{
	float:right;
	width: 208px;
	padding-left: 8px;
}

/* END PAGE HEADLINE */


.ArticleItem {

	border-bottom: 1px solid #d6d6d6;
	padding-left:00px;
	padding-right: 00px;
	padding-bottom: 10px;
	padding-top: 10px;

}


.ArticleItem .Date {

	font-size: 100%;

	color: #717171;

	font-weight: bold;

}

.ArticleItem h1 {

	font-size: 120%;

}

.ArticleItem h2 {

	margin: 0px; padding: 0px;

	font-size: 120%;

}



.ArticleItem .Category2 {

	font-size: 90%;

}	

.ArticleItem .ReadMore {
	clear: both;


}

.ArticleItem .ReadMore a span {
	
	}


.ArticleItem .LockImage {
	
	margin-right: 10px;
	vertical-align: middle;
}

.ArticleItem .Writers {



	font-size: 100%;

}

.ArticleItem p {

	margin: 5px 0px;

	padding: 0px;

}



.Heading {

	font-weight: bold;

}



span.Keywords a, span.Keywords a:hover, span.Keywords a:active, span.Keywords a:visited {

	font-size: 90%;

	font-weight: normal;

	color: #575757;

	text-decoration: none;

	

}

.PagesByCategory {
	margin-bottom: 10px;
	border: 1px solid black;
}

.LoginBox {
	border: 2px solid #ffa31a;
	background-color: #ffc878;
	padding: 10px;
}
.LoginBox h2 {
	padding: 0px;
	margin: 0px;
}

.LatestIssues td{
	padding: 5px;
}	
.LatestIssues td img {

	border: 1px solid #bebebe !important;
}
h3.AdHeading {
	display: block;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	color: #424242;
	border-bottom: 1px solid #424242;
}



.PaperImageLarge {
	width: 160px;
	margin-top: 10px;

	float: right;
	margin-bottom: 10px;
	border: 1px solid #bebebe !important;
}


#CalendarContainer {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;

}

.calendar {

	border-color: #e3e3e3;

	

	font-family: Verdana, Helvetica, Sans-Serif;

}



.calendar .title

{

	border-bottom: 1px solid #e3e3e3;

}



.calendar table {

border: 1px solid #e3e3e3;

}

.calendar table,

.calendar table td,

.calendar .title td

{

	padding-bottom: 3px;

	border: 0;

}



.calendar th

{

	padding: 3px;

	text-align: center;

}

.calendar td

{

	text-align: center;

	border: 1px solid #eeeeee;

	padding: 2px;

}



.calendar .selector

{

	font-weight: bold;

	border-top-width: 0;

	border-bottom: 1px solid #eeeeee;

}



.calendar a

{

	padding: 3px;

	text-decoration: none;

}

.calendar .today

{

	font-weight: bold;

	background-color: #dddddd;

}



.calendar td.highlighted

{

	background-color: #307DA0;

}



/* Calendar list */

.calendarList

{

	margin: 10px 0;	

}

.calendarList h1

{

	font-size: 1em;

	font-weight: bold;

}

.calendarList h2

{

	margin: 10px 0px 6px 0px;

	font-size: 1em;

	border-bottom: 1px solid #e3e3e3;

}

.calendarListEventItem

{

	width: 100%;

	overflow:hidden;

}

.calendarListEventItem h1

{

	margin-left: 10px;

}

.calendarListEventItem .eventDate

{

	float: right;

}

.calendarListEventItem .eventDateIcon

{

	float: right;

	background: url(images/Clock.png) no-repeat;

	width: 16px;

}

.calendarListEventItem .eventDateIconLeft

{

	background: url(images/Clock.png) no-repeat;

	background-position: left;

	padding-left: 18px;

	float: right;

}

.calendarListEventItem .eventDateIconRight

{

	background: url(images/Clock.png) no-repeat;

	float: right;

	background-position: right;

	padding-right: 18px;

}

#MainBody h2 {
	padding: 0px;
	margin: 0px;
}	



.progressBackgroundFilter {
	display: none;
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#ca7879; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processMessage { 
	display: none;
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
* html .progressBackgroundFilter 
{
	background-color: Transparent;
}
* html .processMessage { 
    position:absolute; 
    top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px")
}
