@charset "utf-8";

body {
	background: #667b2c;
	font:11px arial;
	color:#333;
	margin:0px;
}

img {
	border:0px;
}

input, select, textarea {
	font:11px arial;
	color:#333;
}

p {
	margin:0px 0px 10px 0px;
}

form {
	margin:0px;
}

hr {
	border:0px;
	/*background:url(../_sysImages/hr.gif) repeat-x;*/
	border-top:1px solid #edf3db;
	border-bottom:1px solid #ccdb9e;
	padding:0px;
}

a {
	color:#fc8c0a;
	text-decoration:none;
}

a:hover {
	color:#C46C0A;
}

a.startPageLink
{
	font-weight: bold;
	background: url("/templates/corp/_sysImages/link.gif") no-repeat;
	background-position: center left;
	padding-left: 12px;
	margin-left: 0px;
}

a.startPageLinkNoArrow
{
	font-weight: bold;
}

h1 {
	font-size:11px;
	color:#076bb5;
	margin:0px;
	font-weight:normal;
	display:inline;
}

h1.startPageHeader
{
	font-weight: bold;
}

#containerContent h1 {
	color:#627529;
	font-size:18px;
	display:block;
	margin:0 0 10px;
}

#calendar h1 {
	display:block;
}

h2 {
	font-size:14px;
	color:#627529;
	margin:0 0 10px;
}

h2.search {
	background:url(../_sysImages/iconSearch.gif) no-repeat;
	padding-left:25px;
	line-height:18px;
	margin:0px;
}

h2.calendar {
	background:url(../_sysImages/iconCalendar.gif) no-repeat;
	padding-left:25px;
	line-height:18px;
}

h2.news {
	background:url(../_sysImages/iconNews.gif) no-repeat;
	padding-left:25px;
	line-height:18px;
}

h2.program {
	background:url(../_sysImages/iconProgram.gif) no-repeat;
	padding-left:25px;
	line-height:18px;
}

h2.notes {
	background:url(../_sysImages/iconNotes.gif) no-repeat;
	padding-left:25px;
	line-height:18px;
}

h3 {
	font-size:14px;
	color:#627529;
	margin:0 0 10px;
}

h4 {
	font-size:12px;
	color:#627529;
	margin:0 0 10px;
}

h5 {
	font-size:11px;
	color:#627529;
	margin:0 0 10px;
}

#containerSite {
	width:983px;
	height:auto;
	margin:auto auto;
	padding-bottom:30px;
}

#containerHead {
	width:981px;
	height:79px;
	padding:0 1px;
	overflow:hidden;
	background:url(../_sysImages/backgroundHead.gif) no-repeat;
}

#containerHead #headLinks {
	float:right;
	width:70px;
	padding-top:35px;
}

#containerHead #headLinks a {
	line-height:16px;
	background: url("/templates/corp/_sysImages/link.gif") no-repeat;
	background-position: center left;
	padding-left: 12px;
}

#containerHead .logotype {
	float:left;
}

#menu {
	width:983px;
	height:36px;
	overflow:hidden;
	background:url(../_sysImages/backgroundMenu.gif) no-repeat;
}

#containerBoxrowOne {
	width:983px;
	height:168px;
	overflow:hidden;
}

#containerBoxrowOne #genreImageArea {
	width:738px;
	height:168px;
	overflow:hidden;
	float:left;	
}

#containerBoxrowOne #splitBox {
	width:245px;
	height:168px;
	overflow:hidden;
	float:right;
	background:url(../_sysImages/backgroundSplitboxSearch.gif) no-repeat;
}

#splitBox #banner {
	width:221px;
	height:76px;
	padding:11px 12px;
	overflow:hidden;
}

#splitBox #search {
	width:221px;
	height:49px;
	padding:11px 11px;
	overflow:hidden;
}

#splitBox #search form {
	margin-top:8px;
}

#splitBox #search input {
	width:145px;
	margin-right:5px;
	float:left;
}

#genreImageAreaSubpage {
	width:783px;
	height:111px;
	overflow:hidden;
}

.button {
	width:auto!important;
	margin:0px;
}

#containerBoxrowTwo {
	width:983px;
	min-height:480px;
	height:auto;
	float:left;
	clear:left;
	background:url(../_sysImages/backgroundSplitboxRowTwo.gif) no-repeat;
}

#boxrowTwoEnd {
	width:983px;
	height:10px;
	overflow:hidden;
	float:left;
	clear:both;
	margin-top:0px;
	background:url(../_sysImages/backgroundSplitboxRowTwoEnd.gif) no-repeat;
}

#containerBoxrowTwo div {
	width:327px;
	height:auto;
	float:left;
	margin-right:9px;
	padding:10px 22px 10px 11px;
}

#containerBoxrowTwo #calendar {
	width:223px;
	height:auto;
	float:right;
	padding:10px 11px 10px 11px;
	margin:0px;
}


#footer {
	width:961px;
	height:17px;
	overflow:hidden;
	float:left;
	clear:left;
	padding:4px 11px;
	background:url(../_sysImages/backgroundFooter.gif) no-repeat;
}


#menu ul {
	list-style-type:none;
	padding:0px;
	margin:1px 0 0 1px;
	height:31px;
	overflow:hidden;
}

#menu ul li {
	float:left;
	padding:0px;
	height:31px;
	overflow:hidden;	
	margin:0px;
	border-right:1px solid #73726C;
}

#menu ul li a {
	float:left;
	padding:8px 10px 11px;
	background:url(../_sysImages/backgroundMenuItem.gif) repeat-x;
	border-right:1px solid #9C9B96;
	border-left:1px solid #9C9B96;	
	color:#e5e5e5;
	display:block;
}

#menu ul li a.active {
	color:#ffffff;
	background:url(../_sysImages/backgroundMenuItem_active.gif) repeat-x;
}

#menu ul li a:hover {
	float:left;
	color:#ffffff;
}

#menu ul li.links a {
	background:url(../_sysImages/backgroundMenuItemLinks.gif) no-repeat;
	border-left:0px;	
}

#menu ul li.links a.active {
	background:url(../_sysImages/backgroundMenuItem_active.gif) repeat-x;
	border-left:0px;	
}

#menu ul li.start a {
	background:url(../_sysImages/backgroundMenuItemStart.gif) no-repeat;
	border-left:0px;	
}

#menu ul li.start a.active {
	background:url(../_sysImages/backgroundMenuItemStart_active.gif) no-repeat;
	border-left:0px;	
}

.clearAllFloats {
	display:block;
	width:auto;
	float:left;
	clear:both;
}

.date {
	color:#627529;
}

/* Subpage settings */

#containerContentSubpage {
	width:983px;
	height:auto;
	float:left;
	overflow:hidden;	
	clear:both;
}

#containerContentSubpage #containerLeft {
	width:200px;
	min-height:500px;
	_height:500px;
	float:left;
	overflow:hidden;
}

#containerContentSubpage #containerLeftClientArea {
	width:200px;
	min-height:500px;
	_height:500px;
	float:left;
	overflow:hidden;
}

#containerContentSubpage #containerRight {
	width:783px;
	overflow:hidden;
	float:right;
}

#containerContent {
	width:750px;
	min-height:300px;
	_height:300px;
	padding:20px 20px 20px 13px;
	background:url(../_sysImages/backgroundTopContentSubpage.gif) no-repeat;
}

#containerContentSubpage  {
	width:983px;
	min-height:300px;
	_height:300px;	
	height:auto;
	float:left;
	clear:both;
	background:url(../_sysImages/backgroundContentSubpage.gif) repeat-y;
}

#containerContentinLeft {
	float:left;
	width:415px;
}

#containerContentinRight {
	float:left;
	width:270px;
	padding-left:60px;
}

#containerContentMediaArchive {
	float:left;
	width:500px;
}
#boxSearchSubpage {
	width:180px;
	height:49px;
	padding:11px 9px 11px 11px;
	overflow:hidden;
	background:url(../_sysImages/backgroundSearchTop.gif) no-repeat;
}

#boxSearch form, #boxSearchSubpage form {
	margin-top:8px;
}

#boxSearchSubpage input {
	width:105px;
	margin-right:5px;
	float:left;
}

#boxProgram {
	width:180px;
	min-height:400px;
	_height:400px;
	padding:21px 11px 11px;
	overflow:hidden;
	background:url(../_sysImages/backgroundTopProgram.gif) no-repeat; 
}

#boxLogin {
	width:180px;
	min-height:440px;
	_height:440px;
	padding:21px 11px 11px;
	overflow:hidden;
	background:url(../_sysImages/backgroundTopProgram.gif) no-repeat; 
}

#boxLeftMenu {
	width:180px;
	min-height:100px;
	_height:330px;
	padding:21px 11px 0px;
	overflow:visible;
	/* background:url(../_sysImages/backgroundTopProgram.gif) no-repeat;*/
}


ul#navigation {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin:10px 0 0 5px;
}

ul#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin:3px 0 0 10px;
}

ul#navigation li {
	padding:0px;
}

ul#navigation li a {
	padding:2px 5px 2px 12px;
	display:block;
	color:#076bb5;
	background:url(../_sysImages/menuItemArrow.gif) no-repeat 2px 7px;
}

ul#navigation li a.active {
	color:#076bb5;
	font-weight:bold;
	background:none;
}

ul#navigation li a:hover {
	color:#084876;
}

ul#navigation li a.open {
	background:url(../_sysImages/menuItemArrowOpen.gif) no-repeat 2px 6px;
}



/* Templates */

.containerTemplate_5050 {
	width:750px;
	height:auto;
}

.containerTemplate_5050 .left {
	width:340px;
	height:auto;
	float:left;
}

.containerTemplate_5050 .right {
	width:400px;
	height:auto;
	float:right;
}


/* Tables */
.table_hdr { 
	background: #dee9bc; font-size:11px; font-weight:bold; border-top: 2px solid #dee9bc; border-bottom: 2px solid #dee9bc; 
	}
.table_hdr2 { background: #dee9bc; font-weight:bold;}
.table_sub_hdr { background: #FFFFFF; }
.table_sub_hdr2 { border-bottom: 1px solid #dee9bc;}}
.table_body { background: #FFFFFF; border-bottom: 2px solid #dee9bc;}
.table_body2 { background: #FFFFFF; border-left: 1px solid #F7F7F2; border-bottom: 1px solid #dee9bc;}
.table_body3 {}
.table_body4 {}
.table_ftr { border-bottom: 2px solid #E5E5D9; }
.table_ftr2 {}

