﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    color: #5f4d3c;
   
}

body.admin_background
{
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    color: #5f4d3c;
    
    background-image: url(../Image/bkg_admin_background.gif);
    background-repeat: repeat-x;
    background-color: #0A2973;
}

.warning 
{
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    color:Red;
    font-weight:normal;
}

.error_text
{
    color: Red;
}

img
{
    border: 0;
}

h1
{
    font-family: Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    color: #5f4d3c;
    margin: 0;
    padding: 0;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 775px;
}

#container hr
{
    border: none;
    height: 1px;
    width: 100%;
    background-color: #fcca13;
    color: #fcca13;
}

#header
{
    width: 775px;
    height: 130px;
}

#search_bar
{
    background-image: url(../Image/bkg_search_bar.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 545px;
    height: 47px;
    clear: both;
}

#available_programs
{
    width: 141px;
    margin-top: 4px;
}

#quick_links
{
    width: 141px;
}

#footer
{
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    color: #c0ae9d;
}

#footer a:link, #footer a:visited
{
    color: #5f4d3c;
}

#footer a:hover
{
    color: #5f4d3c;
}

#footer hr
{
    width: 100%;
    height: 1px;
    background-color: #f6f5f0;
    color: #f6f5f0;
    border: none;
}

#content
{
    width: 378px;
    margin-right: 4px;
    margin-top: 19px;
    padding-left: 11px;
    padding-right: 11px;
}

#statistics
{
    width: 400px;
    margin-right: 4px;
    margin-top: 4px;
}

#holder
{
}

#first_featured_program
{
    width: 226px;
}

#first_featured_program_content
{
    width: 206px;
    background-color: #f6f5f0;
    border-bottom: solid 1px #eeede6;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 1px;
    margin-bottom: 2px;
}

#second_featured_program
{
    width: 226px;
}

#second_featured_program_content
{
    width: 206px;
    background-color: #f6f5f0;
    border-bottom: solid 1px #eeede6;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 1px;
}


#left_bar
{
    width: 549px;
    float: left;
}

#right_bar
{
    float: right;
    clear: right;
}

#secondary_left_bar
{
    width: 200px;
    float: left;
}

#secondary_right_bar
{
    float: right;
    width: 571px;
}

#secondary_navigation
{
    width: 200px;
    height: 100%;
    float: left;
    background-color: #f6f5f0;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #eeede6;
}

#secondary_navigation_header
{
    width: 194px;
    height: 68px;
    padding-left: 6px;
    padding-top: 9px;
    background-image: url(../Image/hdr_secondary_navigation.gif);
    background-repeat: no-repeat;
    background-position: top;
    border-bottom: solid 1px #ffffff;
}

#clear
{
    clear: both;
}

#programs_quicklinks_holder
{
    float: left;
}

#content_holder
{
    float: right;
}

#secondary_content_holder
{
    padding-left: 10px;
    margin-top: 10px;
    float: right;
    width: 561px;
}

#secondary_navigation a:link
{
    color: #655240;
}

#secondary_navigation a:visited
{
    color: #655240;
}

#secondary_navigation a:hover
{
    color: #655240;
    text-decoration: none;
}

#secondary_content_holder a:link
{
    color: #655240;
}

#secondary_content_holder a:visited
{
    color: #655240;
}

#secondary_content_holder a:hover
{
    color: #655240;
    text-decoration: none;
}

#admin_content a:link
{
    color: #655240;
}

#admin_content a:visited
{
    color: #655240;
}

#admin_content a:hover
{
    color: #655240;
    text-decoration: none;
}

#right_bar a:link
{
    color: #655240;
}

#right_bar a:visited
{
    color: #655240;
}

#right_bar a:hover
{
    color: #655240;
    text-decoration: none;
}

.form_button
{
    color: #2b333c;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    cursor: pointer;
}

.form_button, .form_button-disabled
{
    background: #fefefe url(http://www.adobe.com/images/master/background_form_element.gif) repeat-x;
    border: 1px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.form_button:hover, .form_button:focus
{
    border: 1px double;
    border-color: #aedf9a #94da78 #6ab94b #94da78;
}

.form_button:visited
{
    color: #2b333c;
}

/* SEARCH BAR */
.go_button
{
    margin: 0px 4px 0px 4px;
}

#search_form
{
    padding-top: 10px;
    margin-left: 14px;
}

.search
{
    font-size: 10.5px;
    margin: 0px 4px 0px 0px;
}

/* FOOTER NAVIGATION */
#footer a.footer_navigation:link, #footer a.footer_navigation:visited
{
    color: #c0ae9d;
    text-decoration: none;
}

#footer a.footer_navigation:hover
{
    color: #5f4d3c;
    text-decoration: none;
}

#footer a.footer_navigation_active:link, #footer a.footer_navigation_active:visited
{
    color: #5f4d3c;
    text-decoration: none;
}

#footer a.footer_navigation_active:hover
{
    color: #5f4d3c;
    text-decoration: none;
}

#footer .divider
{
    color: #a39485;
}

/* ADMINISTRATION */
#admin_navigation
{
    float: left;
    width: 100%;
    background: #ffffff url("../Image/admin_nav_background.gif") repeat-x bottom;
    font-size: 93%;
    line-height: normal;
}

#admin_navigation ul
{
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}

#admin_navigation li
{
    float: left;
    background: url("../Image/admin_nav_norm_left.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
}

#admin_navigation a
{
    float: left;
    display: block;
    background: url("../Image/admin_nav_norm_right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #765;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#admin_navigation a
{
    float: none;
}

/* End IE5-Mac hack */

#admin_navigation a:hover
{
    color: #333;
}

#admin_navigation #current
{
    background-image: url("../Image/admin_nav_norm_left_on.gif");
}

#admin_navigation #current a
{
    background-image: url("../Image/admin_nav_norm_right_on.gif");
    color: #333;
    padding-bottom: 5px;
}

#admin_primary_container
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    width: 860px;
}

#admin_primary_container hr
{
    border: none;
    height: 1px;
    width: 100%;
    background-color: #fcca13;
    color: #fcca13;
}

#admin__primary_container .drop_down_size
{
    width: 150px;
}

#admin__primary_container h1
{
    font-family: Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    color: #5f4d3c;
    margin: 0;
    padding: 0;
}

#admin_left_bar
{
    float: left;
}

#admin_right_bar
{
    float: right;
    width: 652px;
    margin-left: 10px;
}

#admin_logo
{
    margin-bottom: 10px;
}

#admin_nav
{
    width: 189px;
}

a.admin_nav_links:link
{
    color: #5f4d3c;
    padding: 2px 5px 2px 5px;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

a.admin_nav_links:visited
{
    color: #5f4d3c;
    padding: 2px 5px 2px 5px;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

a.admin_nav_links:hover
{
    background: #FFB514;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

a.admin_nav_links_selected:link
{
    background: #FFB514;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

a.admin_nav_links_selected:visited
{
    background: #FFB514;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

a.admin_nav_links_selected:hover
{
    background: #FFB514;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.7;
}

#admin_content
{
}

#admin_clear
{
    clear: both;
}

#admin_right_bar .gridview_header_style
{
    background-image: url(../Image/bkg_header_style.gif);
    background-repeat: repeat-x;
}

#admin_right_bar .gridview_pager_style
{
    background-image: url(../Image/bkg_pager_style.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#admin_footer
{
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    color: #c0ae9d;
}

#admin_footer a:link, #footer a:visited
{
    color: #5f4d3c;
}

#admin_footer a:hover
{
    color: #5f4d3c;
}

#admin_footer hr
{
    width: 100%;
    height: 1px;
    background-color: #f6f5f0;
    color: #f6f5f0;
    border: none;
}

/* FORMS */
#form_layout fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
    border: 1px solid #e7dfd8;
}

#form_layout legend
{
    color: #5f4d3c;
}


#form_layout fieldset.radio
{
	margin: 1em 0 2em 0;
}

#form_layout fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#form_layout fieldset.radio label
{
	font-weight: normal;
}

#form_layout input
{
	display: block;
}

#form_layout textarea
{
	display: block;
}

#form_layout input.submit
{
	clear: both;
}

#form_layout label
{
	float: left;
	display: inline-block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#form_layout select
{
	display: block;
}

#submit_buttons input
{
    margin-top: 1em;
}

#submit_buttons legend
{
    color: #5f4d3c;
} 

#submit_buttons fieldset
{
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
    border: 1px solid #e7dfd8;
}

#submit_buttons label
{
	float: left;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#main_navigation
{
    background-image: url(../Image/bkg_main_navigation.gif);
    background-repeat: repeat-x;
    height: 27px;
    width: 544px;
    padding-left: 5px;
    float: left;
}

#main_navigation_secondary
{
    background-image: url(../Image/bkg_main_navigation.gif);
    background-repeat: repeat-x;
    width: 770px;
    padding-left: 5px;
    float: left;
    height: 27px;
}

/* SELECT BOX FIX */

#nav {
    width: auto;
}

#nav, #nav ul {
    background-color: #6d5845;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#nav a
{
    display: block;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#nav a:hover 
{
    display: block;
    color: #5f4d3c;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    background: #ffdb15;
}

#nav li
{
    float: left;
    padding: 0;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    width: 14.4em;
    w\idth: 13.9em;
    height: auto;
}

#nav li:hover ul 
{
    left: auto;
}

#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}

#nav .navigation_items
{
    float: left;
    padding: 0;
    width: 14.4em;
    w\idth: 13.9em;
}

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: 0em;
	top: 0em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */