/* Setup */
body 
{
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/bg_main.jpg);
	background-repeat: repeat-x;	
	background-color: #0f1b32;
}
body, th, td, li 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
a:link, a:visited 
{
	text-decoration: none;
    font-weight: bold;
}
h1, h2, h3 
{
	font-weight: bold;
	margin: 3px 0 0 0;
}
h1 
{
	font-size: 18px;
	margin: 15px 0 5px 0;
}
h2 
{
	font-size: 14px;
}
h3 
{
	font-size: 12px;
	font-style: italic;
}
hr 
{
    height: 2px;
    border: 0;
}
img 
{
	border:none;
	padding:0;
	margin:0;
}
fieldset 
{
	border: 1px solid;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 5px 10px;
	float: left;
}
fieldset legend 
{
	font: bold 12px Arial,Helvetica;
	margin:0 0 3px 0;
}
fieldset ul 
{
	margin: 7px 0 0 20px;
}
form 
{
	margin: 0;
	padding: 0;
}
p 
{
	margin: 3px 0 6px 0;
}
ol li 
{
	margin: 2px 0;
}
select {
	width: 150px;
}
table {
	border-collapse: collapse;
	margin: 0;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 0;
	border: 0;
}
textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 300px;
	height: 100px;
}
th {
	font-weight: bold;
	background-color: #ccc;
	color: #000;
}
ul li {
	margin:2px 0;
	list-style-type:square;
}





/* Layout */
#divBody 
{
	background:#fff;
}
.divBodyContainer
{
	overflow: hidden;
	border: solid 2px #303b61;
}
.divBottomNav 
{
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.divBottomNav, .divBottomNav a:link, .divBottomNav a:visited 
{
    color: #9f5f2a;
}
.divBottomNav .divLogo
{
	margin: 0 auto;
	margin-bottom: 10px;
	height: 176px;
	width: 954px;
	overflow: hidden;
	background-image: url(../images/layout/bottomLogo.gif);
	background-repeat: no-repeat;
}
.divClear
{
	clear: both;
}
.divColLeft, .divColRight
{
	padding: 0px;
	overflow: hidden;
	width: 230px;
}
.divColMain 
{
	padding: 5px;
	overflow: auto;
}

/* Email Friend Form */
.divEmailFriend
{
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #000;
    background-color: #EFEFEF;
}
.divEmailFriend table
{
    width: 100%;    
}
.divEmailFriend table input
{
    border: solid 1px #000;
    width: 250px;
}
.divEmailFriend table td
{
    padding: 5px;
    border: none;   
}
.divEmailFriend table textarea
{
    border: solid 1px #000;
    width: 250px;
}
.divEmailFriend table .title
{
    text-align: right;
    font-weight: bold;
}



.divError {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	background-color: #A00;
	color: #FFF;
}
.divFlashRotator
{
	margin-bottom: 15px;
	text-align: center;
}
.divFloatingVideoWindow
{
    position: absolute; 
    top: 10px;
    background-color: #FFF;
    padding: 20px 5px 5px 5px;
    border: solid 5px #85a0bc;
    z-index: 10000000;
}
.divFloatingVideoWindowClose
{
    position: absolute;
    top: 2px;
    right: 5px;
    color: #85a0bc;
    text-decoration: underline;
    cursor: pointer;
}
.divHeader 
{
	height: 156px;
	width: 997px;
	overflow: hidden;
}
.divHorizontalNavContainer
{
	height: 47px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	background-image: url(../images/menu/background.jpg);
	background-repeat: no-repeat;
}
.divHorizontalNavContainer .divHorizontalNav
{
	margin: 0 auto;
	width: 680px;
}
.divLayoutContainer
{
	padding-top: 5px;
	margin:0 auto;
	width: 1001px;
	overflow: hidden;
}
.divMessage {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	background-color: #0A0;
	color: #FFF;
}
.divVideoPlay
{
    position: absolute;
    right: 10px;
    bottom: 2px;
    width: 17px;
    height: 13px;
    overflow: hidden;
    background-image: url(../images/common/film_play.jpg);
}
.divVideoThumbnail, .divVideoThumbnailRight
{
    position: relative;
    text-align:center;
    margin: 5px;
    padding: 2px 0px 2px 0px;
    width: 122px;
    cursor:pointer;
    background-image: url(../images/common/bg-filmstrip.jpg);
    background-repeat: repeat-y;
}
.divVideoThumbnailRight
{
    float: right;
}
.tblLayout
{
	width: 100%;
}
.tblLayout .tdColLeft, .tblLayout .tdColRight 
{
	width: 230px;
}
.tdColMain 
{
	border: solid 1px #000;
	border-top: none;
	border-bottom: none;
}



/* Menu */
.menuButton
{
	padding: 0px 3px 0px 3px;
}





/* Page Controls */
.sectionHidden
{
    visibility:hidden;
}
.sectionBlock, .sectionBlockCol 
{
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    clear: both;
}
.sectionBlockCol {
    margin-left: 5px;
    margin-right: 5px;
}
.sectionBody, .sectionBodyFloatLeft {
    margin: 0px 0px 0px 0px;
}
.sectionBodyCol {
    margin: 0px 5px 0px 5px;
}
.sectionBodyFloatLeft 
{
    float:left;
    
}
.sectionControl {
    margin-bottom: 20px; 
}
.sectionDivControlButton
{
	float: right;
	margin-left:5px;
}
.sectionImage {
    border: solid 2px;
}   
.sectionImageDivLeft {
    float: left;
    margin: 2px 5px 5px 0px;
}
.sectionImageDivRight {
    float: right;
    margin: 2px 0px 5px 5px;
}
.sectionImageDivTop {
    text-align: center;
    margin: 0px 0px 5px 0px;
}
.sectionItem, .sectionItemCol {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    clear: both;
}
.sectionItemCol {
    margin-left: 5px;
    margin-right: 5px;
}
.sectionItemTitle, .sectionItemTitleCol {
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}
.sectionItemTitleCol {
    font-size: 12px;
}
.sectionTable {
    width: 100%;
}
.sectionTitle {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
.sectionViewAll
{
    padding: 0 0 10px 0px;
    font-size: 10px;
    cursor: pointer; 
}





/* Search */

#divAdvancedSearchContainer
{
	padding: 25px 5px 5px 5px;
}
#divSearchHelpBox
{
	margin-top: 5px;
	font-size: 11px;
	border: solid 1px #000;
	background-color: #FFF;
	padding: 5px;
}
.searchSectionTitle {
	color: #014081;
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.searchBar {
    width: 210px;
    overflow: hidden;
    margin: 7px 5px 10px 5px;
}
.searchBarGo {
    width: 27px;
    overflow: hidden;
    float: left;
}
.searchBarInput {
    width: 160px;
    height: 24px;
    border: solid 1px #9397a1;
    font-size: 12px;
    padding: 0px;
    margin: 0px 4px 1px 4px;
    _margin-top: 2px;
    /*background-image: url(../images/common/searchBar-bg.gif);*/
	background-repeat: no-repeat;
	background-color: #FFF;
}

.searchBarInputSmall {
    width: 155px;
    height: 16px;
    border: solid 1px #9397a1;
    font-size: 12px;
    padding: 0px;
    margin: 3px 0px 1px 4px;
    _margin-top: 2px;
    /*background-image: url(../images/common/searchBar-bg.gif);*/
	background-repeat: no-repeat;
	background-color: #FFF;
}

.searchBarLeftCap {
    width: 8px;
    overflow: hidden;
    float: left;
}
.searchBarMiddle {
    height: 24px;
    width: 170px;
    overflow: hidden;
    background-color: #A88525;
    float: left;
}
.searchOptionTitle
{
	color: #014081;
	font-weight: bold;
	border-bottom: solid 1px #014081;
	padding-top:15px;
	font-size: 11px;
}
.searchOptionDetails
{
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}
.searchSimpleText
{
    font-size:11px;
}

/* Pager */
.pager-batch
{
    text-decoration:none;
}
.page-index
{
    padding:1px 1px 1px 1px;
}
.current-page-index
{
    border:solid 1px silver;
}




/* Calendar */
.calendar 
{
}
.calendar td, .calendar th 
{
	text-align:center;
	vertical-align:middle;
}
.calendarDay, .calendarDay a:link, .calendarDay a:visited 
{
    background-color: #FFF;
    padding: 1px;
    font-weight: normal;
}
.calendarDayHeader 
{
    background-color: #dcdcdc;
    border: solid 1px #737373;
    padding: 2px;
}
.calendarNextPrev
{
    color: #f00;
}
.calendarOtherMonthDay, .calendarOtherMonthDay a:link, .calendarOtherMonthDay a:visited 
{
    background-color: #eaeaea;
    font-weight: normal;
}
.calendarSelector 
{
  background-color: #737373;
}
.calendarSelectedDay 
{
  background-color: #737373;
}
.calendarTitle 
{
  background-color: #737373;
  color: #FFF;
  font-weight: bold;
  height: 20px;
  line-height: 19px;
}
.calendarToday {
    background-color: #ffb05c;
    color: #fff;
    padding: 1px;
}





/* Component Toolbar */
.divToolbar 
{
    height: 24px;
    margin: 5px 0px 5px 0px;
    overflow: hidden;
}
.tableToolbar 
{
	padding:0;
	border:0;
	width:100%;
}
.tdToolbarContent 
{
    background-image:url(../images/common/editBar-bg.gif); 
    background-repeat:repeat-x;
}
.tdToolbarLeft, .tdToolbarRight
{
	width: 11px;
}
.toolbarIcon 
{
    float: right;
    margin: 4px 2px 3px 2px;
}
.toolbarText 
{
    color: #FFF;
    font-weight: normal;
    font-size: 10px;
    line-height: 23px;
    margin-right: 5px;
    float:right;
}
.toolbarTitle 
{
    width: 130px;
    overflow: hidden;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    float:left;
}














.articleBody a:link, .articleBody a:visited, .articleBody a:hover
{
    color:#3333FF;text-decoration:underline;font-weight:bold;
}
.articleBody 
{
    margin: 0px 0px 0px 0px;
}


.articleControl a:link, .articleControl a:visited, .articleControl a:hover
{
    color:#3333FF;text-decoration:underline;font-weight:bold;
}
.articleControl 
{
    margin: 0px 0px 0px 0px;
}

.articleDate 
{
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}
.articleTitle 
{
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}


.divRssLink 
{
    font-size: 10px;
    padding: 0px 5px 10px 5px;
}
.divRssLink a
{
    text-decoration: underline;
}

.formatAlignCenter 
{
	text-align:center;
}
.formatBold 
{
	font-weight:bold;
}
.formatCenterBlock 
{
   text-align: left;
   margin: 0 auto;
   padding: 0;
}
.formatHighlight 
{
	background-color:#ff0;
}
.formatItalic 
{
	font-style:italic;
}
.formatNoBreak 
{
	white-space:nowrap;
}
.formatNoUnderline 
{
	text-decoration:none;
}
.formatSuperscript 
{
	vertical-align:super;
	font-size:60%;
}
.formatUnderline 
{
	text-decoration:underline;
}

.imgButton 
{
	vertical-align:top;
}
input, textarea, select 
{
	font:11px Arial,Helvetica,sans-serif;
}
.inputButton 
{
	background-color:#ccc;
	border:1px outset;
}
.inputTxt 
{
	width:150px;
}


#tableMain {
	margin:10px 0;
	padding:0;
	border:0;
	width:100%;
}
.tdActive {
	background-color:#fff;
	color:#000;
}

.tdFormLabel {
	text-align:right;
	padding:3px;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
}
.tdFormField {
	text-align:left;
	padding:3px;
	vertical-align:top;
}
.tdPadded 
{
    padding: 5px;
}
.wholeMenu 
{
    margin-top: 20px;
    margin-bottom: 20px;
}


