/* --- Properties for standart tags --- */
body {
	background-color:#09397B;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
p, div, li, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	line-height: 16px;	font-weight: bold;
	color: #333333;	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	line-height: 15px;	color: #666666;
	font-weight: bold;	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	line-height: 14px;	color: #2F5EBD;
	text-decoration: none;
}
a:hover {
	color:#FF9900;	text-decoration: none;
}

/* --- Margins for Tables, Headline and Pictures --- */
.tablemargin {
	/* Margin to create the white outline/border of the page */
	padding: 10px;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
}
.tablemargin2 {
	/* Space between navigation-content-green line */
	padding-top: 9px;
	padding-bottom:7px;
}
.contentmargin {	
	/* Space from panel/left picture to content on the right */
	padding-left: 24px; 
}
.headlinemargin { 
	/* Space from the title-picture to the text */
	margin-bottom:5px; 
} 
.picmargin {
	/* Margin for pictures on the right side.
	Creates a space to the text */
	margin-bottom: 3px;
	margin-top: 0px;
}
.picmargin-left {
	/* Same thing just for pictures on the left side */
	margin-bottom: 10px;
	margin-right: 15px;
}


/* -- Styles for Box Elements --- */
.boxhl {
	/* Style for headlines of boxes */
	color:#000000; font-weight:bold;
}
.boxtext {
	/* Style for text in boxes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-position: left;
}
.tabletext {
	/* Style for text in tables with rules above and below */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	border-bottom:thin solid #666;
}
.program_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-left: 6px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCCC99;
}

.boxlink {
	/* Style for Links in boxes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: ##2F5EBD;
}
a.boxlink:hover {
	/* Rollover for box links */
	color:#FF9900;
	text-decoration: none;
}


/* --- Navigation Links --- */
.navi {
	/* Link style for main navigation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover {
	/* Rollover for main navigation links */
	color: #FF9933;
	text-decoration: none;
}


/* --- Panel Border Colors, Links --- */
.panelborder_top {
	/* First panel cell (title) bottom-border = white */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	}
.panelborder {
	/* Bottom-border of panel cells */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	/* Border-color has to be inserted in every panel manually, 
	because it is different in each section */
	
	}
.panelborder_last {
	/* This class is for the last cell in the panel
	Top-border = white */
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	}
	
.panellink {
	/* Links of panels */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	line-height: 14px;
	color: #333333;	text-decoration: none;
	margin-left:10px;
}
a.panellink:hover {
	/* Rollover format for panellinks */
	color: #333333;
	text-decoration: none;
}


/* --- Footer Objects --- */
.footer {
	/* Green line at the bottom of the content table */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2f5c9d;
}
.credit {
	/* Text under the website */
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.credit:hover {
	/* Rollover for Links */
	text-decoration:underline;
}
.headline {
	/* Headline font for start of body copy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
}
a.headline:hover {
	color: #0066CC;
}
.image {
	margin-top: 0px;
	margin-bottom: 6px;
}
a.image:hover {
	color: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #306AB4;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bolder;
}
a.subhead:hover {
	color: #0066CC;
}
.program_time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCCC99;
	text-align: center;
}
.sponsor_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 4px;
}
