﻿/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
body,form{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 90%;
	vertical-align: baseline;
	border-left:0;
	color: #8f9091;	
	text-align:center;/* for ie5.+*/
	background: #5382ad url(Images/mainbg_top_patrn.jpg) repeat-x 0 0;
	font-family: Helvetica,Arial,sans-serif;
}

p{padding:0px; margin:0px;}

h1, h2, h3
{
	font-weight:bold;
	color:#800000;
	margin:0px;
	padding:0px;
	padding-bottom:0.5em;
}

h1{	font-size:1.8em; }
h2{	font-size:1.4em; }
h3{	font-size:1.1em; padding-bottom:0.2em}

a img,img{border:none;}
a{
	text-decoration:none;
	color:#8F9099;
}
a:hover
{
	color:#800000;
    cursor:pointer;
    cursor:hand;
}

ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
}

/*************** MAIN AREA ***************/
#outer_left_pattern
{
	background: url(Images/mainbg_top_left.jpg) no-repeat 0 0;
	height:916px;
}
#outer
{	
	width:1000px;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */	
}

#main
{
	width:1000px;
	background: url(Images/bg_content_ptn.jpg) repeat-y scroll left;	
	float:left;
}

#main_inner
{
	background: url(Images/bg_content_bottom.jpg) no-repeat scroll left bottom;	
	padding: 15px 20px 15px 20px;	
	float:left;
	width: 960px;
}

#breadcrumb_panel
{
	padding-bottom:10px;
	height:35px;
}
#breadcrumb_area
{
	width:700px;
	float:left;
}
#breadcrumb_area a
{
	color:#800000;
	font-size:0.95em;
}
#breadcrumb_area a:hover
{
	text-decoration:underline;
}

#main_content_area
{
	padding-bottom:5px;
	height:auto;	
	min-height:343px;
	width:100%;
}

#left_col
{
	width:20%;
	float:left;	
}

#middle_right_col
{
	width: 78%;
	float:right;
	text-align:left;
	height:auto;
}

#middle_col
{
	width: 68%;
	float:left;
}

#right_col
{
	margin-top:30px;
	width:30%;
	float:right !important;
}

#bottom
{
	height:20px;
}
/*************** MAIN AREA ***************/

/********************* BUTTON STYLES *********************/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.general-select-button {
    background: transparent url(images/btnB.jpg) no-repeat scroll top right;
    color: #800000;    
    font-weight:bold;
    display: block;
    float: left;    
    height: 22px;
    margin-right: 6px;
    padding-right: 3px; /* sliding doors padding */
    text-decoration: none;    
}
a.general-select-button span {
    background: transparent url(images/btnA.jpg) no-repeat;
    display: block;
    line-height: 14px;
    font-size:10px;
    padding: 4px 0 4px 3px;
}
a.general-select-button:active, a.general-select-button:hover {
    background-position: bottom right;    
    outline: none; /* hide dotted outline in Firefox */
}

a.general-select-button:active span, a.general-select-button:hover span {
    background-position: bottom left;
}
.button_right
{
	float:right;
	padding-top:3px;
}
a.box-feature-right
{
    float: right;
    margin-right: 5px;
    margin-top:5px;
}

a.box-feature-right-calendar
{
    float: right;
    margin-right: 10px !important;
    margin-top:5px;
}

a.box-feature-left
{
    float: left;
    margin-left: 5px;
}
/********************* BUTTON STYLES *********************/

/********************* FUNCTIONS STYLES *********************/
#Functions
{
    position: absolute;
    top: 8px;
    right: 2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    line-height: 1.5em;
}

#Functions li
{
    display: block;
    height: 1.6em;
    float: left;
    border-left: 1px solid #dee1e3;
    padding: 0 1em;
    overflow: visible;
}

#Functions li.first
{
    border: 0;
}

#Functions li a
{
    display: block;
    color: #333333;
    text-decoration: none;
    float: left;
    padding-left: 2em;
}

#Functions a:hover
{    
    text-decoration: underline;
}

a.loginButton
{
    background: url(images/General/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
    background: url(images/General/ButtonLogin.png) no-repeat;
}

a.rssButton
{
    background: url(images/General/ButtonRss.png) no-repeat 0 1px;
}

a.sitemapButton
{
    background: url(images/General/ButtonSitemap.gif) no-repeat 0 1px;
}
/********************* FUNCTIONS STYLES *********************/

#header_area
{
	float:left;
	position:relative;	
	background: url(Images/header.jpg) no-repeat 0 0;
	height:146px;	
	width:1000px;
}

/*************** TOP NAVIGATION ***************/

#nav-main
{
	background: url(images/menu_bg_shadow.jpg) no-repeat scroll left bottom;
	height:46px;
	float:left;
}

#nav-left-corner
{
	background:url(images/menu_bg_l_corner.jpg) no-repeat scroll left;
	height:39px;
	padding-left:8px;	
}

#nav-right-corner
{
	background:url(images/menu_bg_r_corner.jpg) no-repeat scroll right;
	height:39px;
	padding-right:8px;	
}

#nav{
	font-size:14px;
	font-weight:bold;	
	background: url(images/menu_bg_ptn.jpg) repeat-x scroll left top;	
	width: 984px;	
}

#nav ul
{
	margin:0px;
	padding:0px;			
}
 
#nav ul li{
display:inline;
line-height:39px;
padding: 10px;
background: url(images/menu_divisorLine.jpg) no-repeat scroll right;	
}
 
#nav ul li a{
color:#8f9091;
}
 
#nav ul li a:hover,
#nav ul li.current a{color:#800000}

#nav ul li ul
{
	display:none;
	padding:5px;
	position:absolute;
	list-style-type:none;		
	background: url(images/dd_menu_bottom.gif) no-repeat scroll bottom;	
}
#nav ul li:hover ul
{
	display:block;
}
#nav ul li ul li
{
	display:block;
	background: url(images/dd_menu_ptrn.jpg) repeat-y scroll left;
	line-height:normal;	
	padding:0px;
	width:169px;
}
#nav ul li ul li a
{
	padding: 25px 10px 25px 10px;
}
/*************** TOP NAVIGATION ***************/


/*************** QUICK SEARCH ***************/
#search
{
	float:right;
	border:0px;
	padding-right:5px;
	margin-top:6px;			
}

#search td
{
	padding:0px;
	border:0px;
	margin:0px;
}
.quick_search_text
{	
	background: url(Images/search_field.jpg) no-repeat scroll left 3px;
	border:0px;
	padding-left: 13px;	
	padding-top:5px;	
	font-size:0.9em;
	text-indent:5px;	
	height:22px;
	width:127px;	
	text-align:justify;
}
a.search_button, #search a
{
	display:block;
	background: url(Images/go_btn.gif) no-repeat scroll left top;	
	height:22px;
	width:25px;
	padding:0px;
}

a.search_button:hover, #search a:hover
{
	background-position: left bottom;
	padding:0px;
}
/*************** QUICK SEARCH ***************/


/*************** BANNER AREA ***************/
#banner_area
{
	padding-bottom:10px;
	text-align:center;
}
#banner_area_secondary
{
	background: transparent url(Images/banner_border.gif) no-repeat scroll left top;
	padding-bottom:10px;
}

/*************** BANNER AREA ***************/

/************* FOOTER AREA *************/

#footer
{
	background: url(Images/footer_bottom_shade.jpg) no-repeat scroll center bottom;				
	width:1000px;
	height:56px;	
	float:left;
}

#footer_inner
{
	background: url(Images/footer_top_ptn.jpg) repeat-x scroll center top;
	height:39px;	
	padding: 13px 20px 0px 20px;
	text-align:left;
	font-size:90%;
	color:#96b3cd;	
}

#footer_inner a
{color:#96b3cd;}

#footer_inner a:hover
{
	color:#96b3cd;
	text-decoration:underline;
 }

ul#footer_left
{	
	list-style:none;	
	margin:0px;
	padding:0px;		
	display:block;
	float:left;
}

ul#footer_left li
{		
	display:inline;
	padding-left:10px;	
} 

#footer_right
{
	float:right;
	display:block;
}
#footer_right a
{
	display:block;
	background: url(Images/powerby_logo_footer.gif) no-repeat scroll left top;	
	height:20px;
	width:235px;
	padding:0px;
}
#footer_right a:hover
{
	background-position: left bottom;
	padding:0px;
}
/************* FOOTER AREA *************/

/************* BOX CONTAINER STYLES *************/
#home_containers
{
	padding:10px 0 10px 0;
	margin:0px;	
}
.box_container
{
	float:left;
	padding: 0 21px 0 0;
}
.box_container_secondary
{
	margin: 15px 0 0 0;
	float:left;
	background: url(Images/box_container_png.png) no-repeat scroll left top;	
	height:325px;
	width:224px;
	
}
.last_container
{
	padding-right:0px;
	float:right;	
}
.box_container_inner
{
	font-size:0.9em;
	padding:10px;
	max-height:305px;
	overflow:hidden;
}

.box_container_size
{
    height:333px;
    width:224px;
	background: url(Images/box_container_png.png) no-repeat scroll left top;       
}

.box_container_size h2, .box_container_size_feature h2
{
    line-height:30px;
    border: solid 1px #d4dedd;
    padding-left:10px;
    padding-bottom:0px;
    font-weight:normal;
}

.box_container_size p
{
    display:block;
    padding: 0px 0px 8px 0px;
}

/************* BOX CONTAINER STYLES *************/

/************* NEWS BOX STYLES *************/
.news_container
{
}
.news_item
{
	padding-bottom:10px;	
	display:block;
	height:112px;
	overflow:hidden;
}
.news_item img
{
	border:none;
	padding:5px 0 5px 0;
}
.news_item a
{
	color:#800000;	
}

/************* NEWS BOX STYLES *************/

/************* FEATURE BOX STYLES *************/
.feature img
{
	padding: 10px 0 10px 0;
}
/************* FEATURE BOX STYLES *************/

/************* IMAGE GALLERY BOX STYLES *************/
.image_gallery
{
}
/************* IMAGE GALLERY BOX STYLES *************/

/************* CALENDAR BOX STYLES *************/
.box_container_inner_calendar
{
	font-size:0.9em;
	padding:0;
	max-height:305px;
	overflow:hidden;
}
.box_container_inner_calendar h2
{
	padding:10px;
}
ul.calendar_boxlist 
{
	display:block;
	padding:0px;
	margin:0px;
}
ul.calendar_boxlist li
{
	margin:1px;
}
ul.calendar_boxlist li.alternate
{
	background:#e6eef3;
}
ul.calendar_boxlist li div
{
	padding:5px 10px;
}
ul.calendar_boxlist a
{
	font-weight:bold;
}
ul.calendar_boxlist p
{
	padding-top:5px;	
}
/************* CALENDAR BOX STYLES *************/

/*Quick Links*/
.quick-links a
{
    display: block;
    padding-left: 13px;
    background: url('Images/General/btn_arrow_light.gif') no-repeat left center;
    margin-bottom: 0.5em;
}

.quick-links a:hover
{
    display: block;
    padding-left: 13px;
    background: url('Images/General/btn_arrow_blue.gif') no-repeat left center;
    margin-bottom: 0.5em;
}


/************* Left hand navigation styles *************/
#left_nav_wrapper
{
	width:190px;
}
h3.left-nav-header
{
	margin-bottom:10px;
}
h3.left-nav-header a
{
	color: #800000;	
}
ul.left-nav
{
	width:100%;
}
ul.left-nav li
{
    text-align: left;
    padding: 2px 0px;        
}

.left-nav-selected-li
{
	background: #e6eef3;
}
ul.left-nav a, ul.left-nav a:link, ul.left-nav a:active, ul.left-nav a:visited, ul.left-nav a:hover
{
	width:100%;
	display:block;
	color: #21205f;
    text-decoration: none;
    background-image: none;
    padding-left:5px;   
}
ul.left-nav a:hover
{
	background: #e6eef3;
}
h3.left-nav-header a:hover
{	
	text-decoration:underline;
    cursor: pointer;
    cursor: hand;
}

ul.left-nav ul li
{
	padding: 4px 0 4px 15px;
}

/************* Left hand navigation styles *************/


/************* FUNCTION PANEL STYLES *************/
.function_panel_wrapper
{
	float:right;
    width: 134px;
    height: 34px;    
    bottom: 0px;
    right: 30px;    
}

.function_panel_wrapper_second
{
    width: 134px;
    height: 34px;    
    position: absolute;
    bottom: 0px;
    right: 0px;    
}

#function_panel
{
    background: url(Images/General/function_panel_bg.gif) 0px bottom no-repeat;
    margin: 0;
    padding: 0 0 0 2px;
    overflow: visible;
    width: 134px;
    height: 34px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 132px;
    height: 34px;
}

ul#function_panel li
{
    display: inline;
    float: left;
    text-indent: -5000px;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 6px 0 0 0;
}

ul#function_panel li.print a
{
    background: url(Images/General/btn_print.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.print a:hover
{
    background: url(Images/General/btn_print.gif) 0 bottom;
}

ul#function_panel li.email a
{
    background: url(Images/General/btn_email.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.email a:hover
{
    background: url(Images/General/btn_email.gif) 0 bottom;
}

ul#function_panel li.normal_txt a
{
    background: url(Images/General/btn_normal_txt.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.normal_txt a:hover
{
    background: url(Images/General/btn_normal_txt.gif) 0 bottom;
}

ul#function_panel li.large_txt a
{
    background: url(Images/General/btn_large_txt.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.large_txt a:hover
{
    background: url(Images/General/btn_large_txt.gif) 0 bottom;
}
/************* FUNCTION PANEL STYLES *************/

/************* MAIN CONTENT *************/
#content p
{		
	margin: 1em 0;
	line-height:1.4em;
}
#content img
{
	padding:5px;
	border:0;
}
#content a
{
	color: #800000;
	text-decoration:underline;
}
#content a:hover, #content a:active
{
	text-decoration:none;
}

#content ul{
	padding: .5em 0 .5em 1.5em;
	line-height: 1.4em;
	list-style-type:none;
}

#content ul li{
	padding: 0 0 0 .9em;
	font-size: 1em;
	background: url(Images/bullet.gif) 0px .6em no-repeat;
}

#content ul li ul{
	padding: 0 0 0 0;
}
/************* MAIN CONTENT *************/


/************* IMAGE GALLERY CONTROL *************/
#gallery-content
{
    width: 98%;
    padding-left: 2%;
}

.gallery-heading
{
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 5px;
    padding: 0;
}

#gallery-content table
{
    float: left;
}


.dl-image-gallery
{
    margin: auto;
    text-align: center;
}

.dl-image-gallery td
{
    vertical-align: top;
}

.image-gallery-footer
{
    width: 100%;
    height: 30px;
    clear: both;
    text-align: right;
}

a.image-gallery-footer-a
{
    display: block;
    padding-bottom: 1em;
}

.ib-image-item
{
    display: block;
}

.ib-image-item img
{
    padding: 0px;
    margin-bottom: 4px;
}

img.home-image-item-left
{
    margin-right: 3px;
}

img.home-image-item-right
{
    margin-left: 3px;
}

.image-gallery-restrict
{
    overflow: hidden; 
    width: 92px; 
    height: 60px;
}
/************* IMAGE GALLERY CONTROL *************/

/************* DOCUMENT LISTING *************/
a.docExtension, a.docxExtension
{
    background: url( 'images/General/doc.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}
a.pdfExtension
{
    background: url( 'images/General/pdf.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}
a.xlsExtension, a.xlsxExtension
{
    background: url( 'images/General/xls.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}
a.jpgExtension, a.gifExtension
{
    background: url( 'images/General/pdf.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}

.backTop_btn
{
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    clear: both;
    text-align: right;
    float: right;
}

.backTop_btn a
{
    padding: 0;
    padding-right: 14px;
    display: block;
    text-decoration:none !important;
    background: url(Images/General/faq_arrow_gray.gif) no-repeat right 50%;
}

.backTop_btn a:hover
{
    padding: 0;
    padding-right: 14px;
    display: block;
    background: url(Images/General/faq_arrow_blue.gif) no-repeat right 50%;
}

.orderby_style
{
    text-align: right;
    padding: 5px 0px 5px 5px;
}

.dropdown_style_small
{
    width: 100px;
    border: 1px solid #7F9DB9;
    height: 18px;
    font-size: 11px;
    color: #555555;
}
/************* DOCUMENT LISTING *************/

/************* NEWS LISTING *************/
.news-list-heading
{
    margin: 15px;
    margin-left: 0px;
    display: block;
    color: #636366;
    font-size: 2.0em;
    text-align: left;
}

ul.news-archive-list ul
{
    margin: 0.5em;
    margin-left: 1em;
}

ul.news-archive-list li
{
    margin: 0.5em;
    margin-left: 1em;
}

ul.news-list
{
    margin: 15px;
    margin-left: 0px;
    clear: both;
}

ul.news-list li
{
    border-bottom-color: #cccccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-align: left;
    padding-top: 0.7em;
}

img.content_img_left
{
    margin-left: 10px;
    width: 120px;
    float: right;
}

.news_date
{
    padding-bottom: 1em;
    color: #21205f;
}

.newsItemRightRegion
{
    width: 30%;
    float: right;
    text-align: left;
}

.newsItemLeftRegion
{
    float: left;
    text-align: left;
}
.news-time
{
    color: #2e3480;
    margin-right: 0.5em;
}

a.read-more
{
    width: 65px;
    display: block;
    text-decoration: none;
    background: url(images/read_more.gif) no-repeat right center;
    padding-right: 10px;
    padding-top: 0.6em;
    padding-bottom: 0.8em;
}

a.read-more:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}
div.back_btn
{
    width: 100%;
    clear: both;
    padding-top: 30px;
    text-align: right;
}
/************* NEWS LISTING *************/

/************* FAQs LISTING *************/
.faq_answer h3 a:link, .faq_answer h3 a:visited
{
    color: #21205f;
}

.faq_answer h3 a:hover
{
    text-decoration: underline;
}

.qa_category h3 a:link, .qa_category h3 a:visited
{
    color: #21205f;
}

.qa_category h3 a:hover
{
    text-decoration: underline;
}

.qa_category h2
{
    margin: 0 0 .3em 0;
    line-height: 1.4em;
}

.faq .qa_category h3
{
    color: #21205f;
    padding: 0;
    margin: 0 0 .5em 0;
    font-size: 1em !important;
}

.qa_category
{
    color: #21205f;
    padding: 0 0 1em 0;
}

.faq_answer
{
    width: 100%;
    margin: 0px auto;
    
    border-top: 1px dotted #CCCCCC;
    padding: 1em 0 2em;
}

.faq_answer .question_title_Q
{
    float: left;
    width: 15px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #21205f;
}

.faq_answer .question_title_A
{
    float: left;
    width: 15px;
    margin: 0;
    padding: 0;
    color: #21205f;
}

.faq_answer .question_title
{
    margin-left: 15px;
    padding: 0;
}

.faq_answer .question_answer
{
    margin-left: 15px;
    padding: 0;
}

.faq_answer .question_title h3
{
    margin: 0;
    padding: 0;
    font-size: 1em !important;
}

.faq_answer p
{
    padding: 0 !important;
    margin: 0 0 20px 0;
}

.faq h2
{
    font-size: 1.4em;
    padding-left: 0;
}

#content div.faq h3
{
    padding-bottom: 5px;
}


.faq_answer .backTop_btn
{
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    clear: both;
    text-align: right;
}

.faq_answer .backTop_btn a
{
    padding: 0;
    padding-right: 12px;
    display: block;
    background: url(Images/faq_arrow_gray.gif) no-repeat right 50%;
}

.faq_answer .backTop_btn a:hover
{
    padding: 0;
    padding-right: 12px;
    display: block;
    background: url(Images/faq_arrow_blue.gif) no-repeat right 50%;
}

.faq_answer .question_title a:hover
{
    background: none;
}

.faq_list
{
    margin: 0 0 10px 0;
}

a.faq_question
{
    color: #21205f;
}

a.faq_question:hover
{
    text-decoration: none;
    text-decoration: none !important;
}
/************* FAQs LISTING *************/


/************ LOGIN PAGE *******************/
.login_fieldset
{
    border: solid 0 transparent;
    border-top: solid 1px #0077c0;
    padding-top: 5px;
}

#login_form p
{
    margin: 0;
    padding: 5px;
    height: 30px;    
    background: transparent url(Images/General/formdivider.gif) repeat-x scroll center bottom;
    clear: left;
}

#login_form label
{
    width: 130px;
    float: left;
    margin-bottom: 3px;
}

.top-right-login
{
    text-align: right;
    float: right;
    width: 300px;
    position: relative;
}
/************ LOGIN PAGE *******************/

/************ RSS PAGE *******************/
ul.rss-list li
{
    padding-bottom: .5em;
}

a.rss-link, a.rss-link:link, a.rss-link:visited, a.rss-link:hover, a.rss-link:active
{
    display: block;
    padding-left: 18px;
    background: url('Images/General/ButtonRss.png') no-repeat left 50%;
    text-decoration: none;
}

a.rss-link:hover, a.rss-link:active
{
    text-decoration: underline;
}
/************ RSS PAGE *******************/

/************ SEARCH PAGE *******************/
#search_contents
{
    text-align: left;
    float: left;
    width: 90%;
}

#search_contents input
{
    margin-left: 10px;
}

#search_contents .notopgap
{
    line-height: 8px;
}

#search_contents .nobottomgap
{
    line-height: 8px;
}

#search_contents h3
{
    display: inline;
    padding: 0 10px 0 0;
}

.search_heading
{
    display: block;
    clear: both;
    padding-top: 0.8em;
}

.search_btn
{
    background: url(Images/btn_submit.gif) no-repeat top center;
    border: 0;
    width: 63px;
    height: 23px;
}

.search_btn:hover
{
	background-position: bottom left;
	cursor:hand;
}

.search_text
{
    height: 20px;
    border: 1px solid #c6c6c6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 1px 2px;
    margin: 0px 5px 2px 30px;
    background: #f3f3f3;
    width: 164px;
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 16px;
    width: 162px; /* Modern Browser */
    _margin-top: 3px;
}

.search_hint
{
    clear: both;
    padding-top: 20px;
}

ul.search_hint_ul
{
    display: block;
}

ul.search_hint_ul li
{
    padding: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.PagingContainer
{
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
    clear: left;
    font-size: 0.8em;
}

.SelectedPagingItem
{
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 0.4em;
}

.UnselectedPagingItem
{
    padding-right: 0.4em;
}
ul.search-list
{
    clear: both;
}

ul.search-list li
{
    border-bottom-color: #cccccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-align: left;
    display: block;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

a.search-list-hyper, a.search-list-hyper:link, a.search-list-hyper:visited
{
    color: #21205f;
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
}
a.search-list-hyper:hover, a.search-list-hyper:active
{
    color: #21205f;
    text-decoration: underline;
}
/************ SEARCH PAGE *******************/

/************ The WRAPPER BOX *******************/
.top-left, .top-right, .bottom-left, .bottom-right
{
    background-image: url('Images/General/box1280x18.gif' ); /* CHANGE: path and name of your image */
    height: 11px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 1px; /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left
{
    margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right
{
    margin-left: 11px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -11px; /* CHANGE: replace by the height of one of your corners */
}
.top-right
{
    background-position: 100% 0; /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left
{
    background-position: 0 -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right
{
    background-position: 100% -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside
{
    border-left: 1px solid #d4dedd; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #d4dedd; /* YCC: color & properties of the right-borderline */
    padding-left: 11px; /* YCC: all texts at some distance of the left border */
    padding-right: 11px; /* YCC: all texts at some distance of the right border */
}

.margin-bottom-15
{
    margin-bottom: 15px;
}
p.notopgap
{
    margin-top: 0;
    font-size: 1px;
    line-height: 1px;
}
/* DNC: to avoid splitting of the box */
p.nobottomgap
{
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}
/* DNC: to avoid splitting of the box */
/************ The WRAPPER BOX *******************/

/************ SITEMAP PAGE *******************/
#site_map
{
    list-style: none !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}
#site_map li
{
    padding: 0px !important;
    background: none !important;
    font-weight: bold !important;
}

#site_map li ul
{
    padding: 4px 10px 4px 20px;
    margin: 5px 0 10px 10px;
}
#site_map li ul ul
{
    padding: 4px 10px 4px 20px;
    margin: 0px 0 10px 0px;
}

#site_map li ul li a
{
    padding: 4px 10px 4px 34px;
    font-weight: normal !important;
    background: url(Images/General/menu_arrow.gif) 24px 9px no-repeat !important;
}
/************ SITEMAP PAGE *******************/

/************ TABLE STYLES *******************/
table.paragraph_table {
	border-spacing: 0;
	border-top: 1px solid #0077C0;
	border-collapse: collapse;
	width: 100%;
	margin: .5em 0 1.3em 0;
	font-size: 1em;
	EditMenuName: Classic;
}

table.paragraph_table th, table.paragraph_table td {
	text-align: left;
	padding: 4px 4px 7px 4px;
	border-style: solid;	
	background:url(Images/General/formdivider.gif) repeat-x bottom;	
	vertical-align: top;
	text-align: left;
}

table.paragraph_table th {
	border-width: 0px 0px 0px 0px;	
}

table.paragraph_table td {
	border-width: 0px 0px 0px 0px;
}

table.paragraph_table tr.odd td {
	background-color: #f2f2f2;
}

table.paragraph_table tr.even td {
	background-color: #fff;
}

table.paragraph_table tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
/************ TABLE STYLES *******************/


/****contact us****/
.id_matrix, .id_matrix td
{
    width: 335px;
}

.id_matrix label, .id_matrix span
{
    color: #800000;
}

fieldset
{
    border: solid 0 transparent;
}

input.contact-btn
{
    float: right;
    background-color: Transparent;
    border: solid 1px #800000;
    cursor: point;
    cursor: hand;
}

span.xformvalidator
{
    color: Red;
}

/*************************/
/* CALENDAR              */
/*************************/
.calendarContainer
{
    width: 230px;
}

.calendar
{
    margin: 10px 0;
    margin-top: 0px;
    border-color: #e3e3e3;
    font-size: 0.9em;
    width: 192px;
}

.calendar .title
{
    border-bottom: 1px solid #999999;
    font-size: 12px;
}

.calendar .title td
{
    background-color: #999999;
}

.calendar table, .calendar table td, .calendar .title td
{
    padding-bottom: 3px;
    border: 0;
}

.calendar th
{
    padding: 3px;
    border: 1px solid #ffffff;
    background-color: #769dc6;
    text-align: center;
}
.calendar td
{
    text-align: center;
    border: 1px solid #ffffff;
    padding: 2px;
}

.calendar .selector
{
    font-weight: bold;
    border-top-width: 0;
    border-bottom: 1px solid #eeeeee;
}

.calendar a
{
    padding: 3px;
}
.calendar .today
{
    font-weight: bold;
    background-color: #dddddd;
}

.calendar td.highlighted a
{
    text-decoration: underline;
}

.calendar td.selected
{
    background-color: #21205f;
}


.calendar td.dayStyle
{
    background-color: #aeb0b3;
}

.calendar td.otherDayStyle
{
    background-color: #cccccc;
}

.calendar td.today-highlight
{
    background-color: Orange;
}

ul.calendar-list
{
    display: block;
    width: 100%;
}

ul.calendar-list > li
{
    width: 100%;
    float: left;
    clear: left;
}

li.contentAreaFirst-li
{
    width:100%;      
}

div.contentAreaFirstOut
{
    background: transparent url( 'Images/calendar-top-bg.gif' ) no-repeat top left;  
    width:100%;  
    margin:0px;
    padding:0px;        
}

div.contentAreaFirst
{
    width: 95%;
    margin: 0px;
    text-align:left;
}

div.contentAreaFirst-grid
{
    width: 100%;
    margin: 0px;
    text-align:left;
}

.calendarListContainer
{
    width: 400px;
}


.calendarList
{
    margin: 10px 0;
    margin-top: 0px;
}
.calendarList h1
{
    font-size: 1em;
    font-weight: bold;
}
.calendarList h2
{
    margin: 10px 0px 6px 0px;
    font-size: 1em;
}

h2.eventdate-header
{
    padding-top: .5em;
}

.calendarListEventItem, .calendarListEventItem-alt
{
    width: 100%;
    padding-bottom: .3em;
    overflow: hidden;
}
.calendarListEventItem h1, .calendarListEventItem-alt h1
{
    margin-left: 10px;
}
.calendarListEventItem .eventDate, .calendarListEventItem-alt .eventDate
{
    float: right;
}

.calendarListEventItem-alt
{
    background-color:#f7f8fc;
}

span.eventDateIcon
{
    float: right;
    background: url(Images/Clock.gif) no-repeat;
    height: 16px;
    width: 16px;
}
span.eventDateIconLeft
{
    background: url(Images/Clock.gif) no-repeat;
    background-position: left;
    padding-left: 18px;
    float: right;
}
span.eventDateIconRight
{
    background: url(Images/Clock.gif) no-repeat;
    float: right;
    background-position: right;
    padding-right: 18px;
}

table.calendar-month-title
{
    border-collapse: collapse;
    border: 1px dotted #cccccc;
    width: 100%;
}

table.calendar-month-title td
{
    vertical-align: top;
    font-size: 0.9em;
    width: 14%;
    padding: 2px;
}

table.calendar-month-title th
{
    background-color: #424242;
    text-align: center;
    color: White;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.calendarListUL-item-title-date
{
    display: block;
    width: 100%;
    text-align: left;
    color: #21205f;
    font-weight: bolder;
    font-size: 1.1em;
}

ul.monthgrid-event-ul
{
    height: 16px;
    width: 100%;
    overflow: hidden;
}

ul.monthgrid-event-ul li
{
    float: left;
    line-height: 16px;
}

.monthgrid-eventDate
{
    display: block;
    width: 100%;
}

a.monthgrid-eventContent
{
    display: block;
    margin-bottom: 0.7em;
    color: #21205f;
}

li.calendar-month-title
{
    height: 20px;
    font-size: 14px;
    text-align: center;
}

.contentAreaSecond
{
    margin-right: 0pt;
    float: right;
}

ul.date-select-buttons
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.date-select-buttons li
{
    float: left;
    text-align: center;
}

li.date-select-buttons-li
{
    width: 100%;
    margin: 0px;
}


table.date-select-buttons2
{
    width: 100%;
    border-collapse: collapse;
}

table.date-select-buttons2 td
{
    border: solid 1px #c7d7d6;
    height:21px;
}

ul.select-categories-ul
{
    width: 200px;
}

ul.select-categories-ul li
{
    float: left;
    clear: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top:10px;
}

li.select-categories-ul-title
{
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
    color: #1c6598;
}

ul.select-categories-ul a
{
    float: left;
    margin-right: 2px;
    cursor: pointer;
    cursor: hand;    
}

ul.select-categories-ul a:hover
{
    cursor: pointer;
    cursor: hand;
}


ul.CalendarPageList-ul li
{
    margin-top: .5em;
    padding-top: .5em;
    border-top-style: solid;
    border-top-width: 1px;
}

.pnl-squaretopRightPane
{
    width: 30%;
    float: right;
    clear: right;
    text-align: left;
    padding-top: 15px;
}

.MainContentAreaCalendar
{
    float: left;
    width: 68%;
    padding-top: 15px;
}

a.ibPreviousCalendar, a.ibPreviousCalendar:link, a.ibPreviousCalendar:visited, a.ibPreviousCalendar:hover, a.ibPreviousCalendar:active
{
    color: #777978;
    font-weight: bold;
    padding-left: 7px;
}

a.ibNextCalendar, a.ibNextCalendar:link, a.ibNextCalendar:visited, a.ibNextCalendar:hover, a.ibNextCalendar:active
{
    color: #777978;
    font-weight: bold;
    padding-right: 7px;
}

.calendar-save-settings, .calendar-save-settings input
{
    font-size: 9px;
}

.calendar-save-settings input
{
    margin-left: 3px;
}

p.event-content-eventdate
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.backbar
{
    width: 100%;
    height: 15px;
    text-align: right;
}

.lbl-instruction
{
    display: block;
    padding-bottom: .5em;
}

a.calendar-btn
{
    background: transparent url( 'Images/btn_tab.gif' ) no-repeat scroll top right;
    color: #800000;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-right: 2px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.calendar-btn span
{
    background: transparent url( 'Images/btn_tab.gif' ) no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 0 4px 7px;
}

a.calendar-btn:active
{
    background-position: bottom right;
    color: #800000;
    outline: none; /* hide dotted outline in Firefox */
}

a.calendar-btn:active span
{
    background-position: bottom left;
    padding: 5px 0 3px 7px; /* push text down 1px */
}

a.calendar-btn-highlight
{
    background: transparent url( 'Images/btn_tab.gif' ) no-repeat scroll bottom right;
    color: #800000;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-right: 2px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
    outline: none;
}

a.calendar-btn-highlight span
{
    background: transparent url( 'Images/btn_tab.gif' ) no-repeat bottom left;
    display: block;
    line-height: 16px;
    padding: 5px 0 3px 7px;
}

div.clear-float
{
    width: 100%;
    font-size: 1px;
    height: 0px;
    line-height: 0px;
    clear: both;
}

table.cblCategories td
{
    width: 50%;
}

.pnl-calendarRightPane
{
    width: 30%;
    float: right;
    clear: right;
    text-align: left;
    padding-top:15px;
}

input.ClassicSearchTextBox
{
    background: transparent url(Images/search_bg.jpg) no-repeat scroll left top;
    border:none;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 2px 4px 0 16px;
    float:left;
}

a.ClassicSearchButton,a.ClassicSearchButton:link, a.ClassicSearchButton:visited
{
    background: transparent url(Images/go_btn.gif) no-repeat scroll left top;    
    display:block;
    width:27px;
    height:22px;
    float:left;
    text-decoration:none;
}

a.ClassicSearchButton:active, a.ClassicSearchButton:hover
{
	background-position: left bottom;
}

.pnl-calendar-download
{
    width: 315px;
    height: 520px;
    clear: both;
    background-color: White;
    border:1px solid gray;
}

.pnl-calendar-download h3
{
    padding-top:10px;
}
a.enter-calendar-download
{
    float:right;
}

.pnl-calendar-download-bg
{
    background-color: Gray;
  opacity: 0.5;
  filter: alpha(opacity = 50);

}

a.calendar-download-cancel
{
    background: url( '../Siteducate/Images/popup_cancel.jpg' ) no-repeat left top;    
    display:block;
    width:15px;
    height:16px; 
}

input.SelectTextBox
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url( '../Siteducate/Images/selectTextBox_bg.jpg' ) no-repeat left top;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 2px 4px 0 16px;
    float: left;
}

a.SelectEnterButton, a.SelectEnterButton:link, a.SelectEnterButton:visited
{
    background: url( '../Siteducate/Images/selectEnter_btn.gif' ) no-repeat left top;
    display: block;
    width: 27px;
    height: 22px;
    float: left;
    text-decoration: none;
}

a.SelectEnterButton:active, a.SelectEnterButton:hover
{
    background-position: left bottom;
}

table.cbExport-class td
{
    width:145px;
}
/************ The WRAPPER BOX *******************/
.top-left-squaretop, .top-right-squaretop, .bottom-left-squaretop, .bottom-right-squaretop
{
    background-image: url( 'Images/General/box1280x18-squaretop.gif' ); /* CHANGE: path and name of your image */
    height: 11px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 1px; /* DNC: correction IE for height of the <div>'s */
}
.top-left-squaretop, .bottom-left-squaretop
{
    margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
}
.top-right-squaretop, .bottom-right-squaretop
{
    margin-left: 11px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -11px; /* CHANGE: replace by the height of one of your corners */
}
.top-right-squaretop
{
    background-position: 100% 0; /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left-squaretop
{
    background-position: 0 -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right-squaretop
{
    background-position: 100% -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside-squaretop
{
    border-left: 1px solid #d4dedd; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #d4dedd; /* YCC: color & properties of the right-borderline */
    padding-left: 11px; /* YCC: all texts at some distance of the left border */
    padding-right: 11px; /* YCC: all texts at some distance of the right border */
    background-color: White;
}

.margin-bottom-15-squaretop
{
    margin-bottom: 15px;
}
p.notopgap-squaretop
{
    margin-top: 0;
    font-size: 1px;
    line-height: 1px;
}
