/* [ main styles for majority of text ] -----------------------------*/
/*	These styles control the background and body.                */
/*	They will be standard on all sites.                          */
/*-------------------------------------------------------------------*/
body{
	background-color:#BDB76B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#800000;
	text-align: center;
	margin:0;
    padding:0;
}

/* ------------------------------------------------------------------*/
/* round corners */    
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#800000; border-right:2px solid #800000; border-left:2px solid #800000; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#800000; border-right:1px solid #800000; border-left:1px solid #800000; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#800000; border-right:1px solid #800000; border-left:1px solid #800000; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFFFFF;}
.headh {background: #800000; border-right:1px solid #800000; border-left:1px solid #800000;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.headh h2 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.headh h1 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #FFFFFF; border-right:1px solid #FFFFFF; border-left:1px solid #FFFFFF;}
.contenth h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth div {margin-left: 12px; padding-top: 5px; line-height: 1em;}


/*  ------------------- Another Round Corners   */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#ddd; margin:0 5px;}
.b2f {height:1px; background:#ddd; margin:0 3px;}
.b3f {height:1px; background:#ddd; margin:0 2px;}
.b4f {height:2px; background:#ddd; margin:0 1px;}
.contentf {background: #ddd;}
.contentf div {margin-left: 5px;}


/*              */
b{font-size: 110%;}
em{color: #800000;}

#maincontainer{
    width: 1000px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#topsection{
    line-height: 1em;
}

#topsection h1{
    margin: 0;
    padding-top: 10px;
    font-size: 38px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
    color:#BDB76B;
}

#topsection table{
    margin:0;
}
/*
#topsection h4{
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-top;
    text-align:center;
    color:Yellow;
    text-decoration: none;
}
*/

#leftcolumn{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
    background: #800000;
    margin-right: 0px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
/* background: #FDE95E; */
line-height: 1.7em;
font-size: medium;
outline-style: none;
}

#content2column{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#content3column{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentwrapper{
    float: left;
    width: 100%;
    text-align: center;
}

#footer{
    clear: left;
    width: 100%;
    background: #BDB76B;
    color: #800000;
    text-align: center;
    padding: 4px 0;
    line-height: 1em;
	font-size:12px;
	text-align:justify;
}

#footer a{
    color: #FFFF80;
}

#footer h6{
    text-align: center;
    background-color: #800000;
    height: 2px;
}

#footer table{
    text-align: center;
}

.innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

	

/* [ styles for Menu links ] ---------------------------------------------*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
    margin-top: 10px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    font: bold 15px Verdana;
    text-align: Left;
    width: 190px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
    position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #BDB76B;
    text-decoration: none;
    padding: 6px;
    line-height: .9em;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
    background-color: #800000; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
    color: #BDB76B;
    text-decoration: none;
}

.sidebarmenu ul li a:hover{
    color: Yellow;
    text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
    position: absolute;
    width: 195px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    margin-top: -5px;
    line-height: .9em;
}

.sidebarmenu a.subfolderstyle{
    background: url("/site_media/images/menu/fleurdotyellow.gif") no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* [ Style for Admin Menu ] ----------------------------------------*/
.AdminMenu ul{
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    font: bold 15px Verdana;
    text-align: Left;
    width: 190px; /* Main Menu Item widths */
}
 
.AdminMenu ul li{
    position: relative;
}

/* Top level menu links style */
.AdminMenu ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: White;
    text-decoration: none;
    padding: 6px;
}

.AdminMenu ul li a:link, .AdminMenu ul li a:visited, .AdminMenu ul li a:active{
    background-color: #800000; /*background of tabs (default state)*/
}

.AdminMenu ul li a:visited{
    color: #CCCCFF;
    text-decoration: none;
}

.AdminMenu ul li a:hover{
    color: #FFFF66;
    text-decoration: none;
}

/*Sub level menu items */
.AdminMenu ul li ul{
    position: absolute;
    width: 195px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    margin-top: -5px;
}

.AdminMenu a.subfolderstyle{
    background: url("/site_media/images/menu/fleurdotyellow.gif") no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .AdminMenu ul li { float: left; height: 1%; }
* html .AdminMenu ul li a { height: 1%; }
/* End */


/* [ styles for links ] ---------------------------------------------*/
a:link {
	color:#015D00;
	text-decoration: underline;
}
a:visited {
	color: #015D00;
	text-decoration: underline;
}
a:active {
	color:#015D00;
	text-decoration: underline;
	outline-style:none;
}
a:hover {
	color:#015D00;
	text-decoration: underline;
}


/* [ Special styles ] ----------------------------------------------*/


.TableRowHeader,.TableRowHeader a
{
	background-color: #5F7383;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #BDB76B;
	text-decoration: none;
	background-color: #800000;
}


.TableRowHeader a:hover
{
	color: Orange;
}

.TableRowHeader2,.TableRowHeader2 a
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #BDB76B;
	text-decoration: none;
	background-color: #800000;
}

.TableRowHeader2 a:hover
{
	color: darkred;
}

.AlternatingRow
{
	background-color: #EEEEEE;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.Row
{
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.body_text_black
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.required_text
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-align:left;
}

.required_text_bold
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align:left;
}

/* ---------------------------------------------------------*/


.datalist-view
{
    line-height: 1em;
    font-size: 11pt;                 
}

.events {
	font-size:14px;
	padding-left: 2pt;
	padding-right: 2pt;
	vertical-align:top;
}

.title {
	font-size: 20px;
	font-weight:BOLD;
	color:#800000;
	vertical-align:top;
}

.paragraph {
	font-size:14px;
}

.indented {
	text-align:justify;
	font-size:14px;
	padding-left: 30pt;
	padding-right: 30pt;
}

.news {
	text-align:center;
	font-size:14px;
}

.pagecontentlink {
    font-size: smaller; 
    color: #800000;
}

.pagecontentlink1 {
    font-size: smaller; 
    color: #800000;
}

.headh
{
    line-height: .9em;
}

.contenth
{
    line-height: .5em;
} 

.login_user
{
    font-size: small;
    vertical-align: middle;
    text-align: center;   
}       

.test a:active
{
    outline: 0, none; 
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align:middle;
}

.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}

.body_text_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	vertical-align:middle;
}

.body_text_8_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}
.body_text_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align:middle;
}

.body_text_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}

.body_text_NoColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.body_text_link a:link, .body_text_link a:active, .body_text_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.body_text_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align:middle;
}

.body_text_14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}

.body_text_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	vertical-align:middle;
}

.body_text_16_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}

.notes
{
    vertical-align:top;
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: black;
}

.small_hyperlink {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: Black;
	vertical-align:middle;
}

.small_hyperlink:link, small_hyperlink a:link,
.small_hyperlink:visited
{
    font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: Purple;
	text-decoration: none;
}

.small_hyperlink:hover
{
    font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: red;
	text-decoration: none;
}

.form_entry_item {
        font-size: 12px;
        border-width:1px;
		background-color: #F2EAF3;
        color: #000000;
        border-color: #925399;
		border-style:solid;
		font-family: Arial,Helvetica,sans-serif;
}



.Datagrid_Paging,.Datagrid_Paging a
{
	background-color: #F2EAF3;
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #800080;
	text-decoration: none;
}

.Datagrid_Paging a:hover
{
	color: Orange;
}

.TableRowHeader,.TableRowHeader a
{
	background-color: #F2EAF3;
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: purple;
	text-decoration: none;
	font-weight: bold;
}


.TableRowHeader a:hover
{
	color: Orange;
}

.TableRowHeader2,.TableRowHeader2 a
{
	font-family: Helvetica, Arial,sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.TableRowHeader2 a:hover
{
	color: darkred;
}

.AlternatingRow
{
	background-color: #EEEEEE;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.Row
{
	font-family: Arial,sans-serif;
	font-size: 12px;
}


.TableRowHeader1,.TableRowHeader1 a
{
	background-color: #99CCB3;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	text-align: left;
}


.TableRowHeader1 a:hover
{
	color: Orange;
}


.TableRowHeaderDetail
{
	background-color: #99CCB3;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	text-align: center;
}

.RowHeaderDetail
{
	background-color: #FFFF99;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Maroon;
	text-decoration: none;
	text-align: center;
	border-left-style: solid;
}

.AlternatingRowDetail
{
	background-color: #ECF4BA;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	text-align: center;
	border-style: none;
	
}

.RowDetail
{
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	text-align: center;
	border-style: none;
}

.RefreshBtn
{
    border-bottom-color: Purple;
    border-bottom-width: thin;
    background-color: #F2EAF3;
    color: Maroon;

}

.title_page
{
    font-family: Arial,sans-serif;
	font-size: 24px;
	text-align: center; 
	color: Maroon;
	font-weight: bold;
}
.subtitle_page
{
    font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: center; 
	color: Maroon;
	font-weight: bold;
}
.title, .title a
{
    font-family: Arial,sans-serif;
	font-size: 20px;
	text-align: center; 
	color: Maroon;
	font-weight: bold;
}

.title_links, .title_links a
{
    font-family: Arial,sans-serif;
	font-size: 13px;
	text-align: center; 
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
}
.Error_msg
{
    font-family: Arial,sans-serif;
	font-size: 16px;
	text-align: center; 
	color: Purple;
	font-weight: bold;
	background-color: Yellow;
}
.edit_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F2EAF3;
    color: Maroon;
	font-weight: bold;
	vertical-align:middle;
	text-align: right; 
	line-height: 2em;
}

.edit_form_table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2EAF3;
    
}


.AjaxCalendar .ajax__calendar_container
{
	border:1px solid #646464;
    background-color: #F2EAF3;
    color: Maroon;
}

.AjaxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: Blue;
}

.AjaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color:  DarkGreen;
	font-weight: bold;
}

.AjaxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: Purple;
	font-weight:bold;
}

.hiddencolumn
{
    display:none;
}
.visiblecolumn
{
    display:block;
}





/* ------------------------------------------------------------------*/


