﻿/* Layout */
body
{
    background-color: #4D89A6;
    margin: 0;
    padding: 0;
    color: #000000;
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, Tahoma;
	line-height: 1.4;
}

a
{
    color: #4D89A6;
    text-decoration: none;
}

#footer a
{
	color: #FFF;
    text-decoration: underline;
}

#top_shadow
{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: url('Images/topShadow.png') no-repeat;
    width: 999px;
    height: 22px;
}

#left_shadow
{
    margin-left: auto;
    margin-right: auto;
    background: url('Images/shadowLeft.png') repeat-y;
    width: 999px;
}

#right_shadow
{
    background: url('Images/shadowRight.png') repeat-y right;
}

#bottom_shadow
{
    background: url('Images/bottomShadow.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 999px;
    height: 16px;
}

#inner_container
{
    background-color: #FFF;
    margin: 0px 22px 0px 22px;
    padding-bottom: 10px;
    width: 955px;
}

#header
{
    background: url('Images/headerRpt.png') repeat-x;
    clear: both;
}

.header_image
{
    float: left;
}

#top_navigation
{
    float: right;
}

#search_container
{
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

#sub_top
{
    margin-top: 20px;
    position: relative;
}

#logout
{
    position: absolute;
    left: 200px;
    top: 0;
    margin-top: 5px
}

#menu_container
{
    margin-top: 70px;
}

#content
{
    padding-bottom: 20px;
}

#side_panel
{
    float: left;
    margin-top: 20px;
    max-width: 230px;
}

#main_content
{
    width: 670px;
    border-left: solid 1px #333333;
    float: right;
    min-height: 500px;
	padding-left: 20px;
    margin-bottom: 20px;
	margin-right: 20px;
}

#footer
{
    clear: both;
}

.pad
{
    padding: 5px;
}

/* Search */
.sf_searchBox label
{
    display: none;
    visibility: hidden;
}

.sf_searchBox .sf_searchText
{
    border: solid 1px #E0E0E0;
}

.sf_searchBox .sf_searchText:focus
{
    border: solid 1px #B9B9B9;
}

.sf_searchBox .sf_searchSubmit
{
    cursor: pointer;
    background: url('Images/goBtn.png') no-repeat;
    margin-left: 5px;
    height: 20px;
    width: 31px;
    border: 0;
}

.grayed
{
    color: #C0C0C0;
}

/* Large Buttons */

#large_buttons
{
    background: url('Images/grayBar.png') no-repeat;
    height: 86px;
    width: 955px;
    clear: both;
	font-family: 'trebuchet MS';
}

a.large_button
{
    color: #DFDFDF;
    text-align: center;
	font-size: 16px;
    float: left;
    width: 156px;
    height: 38px;
    display: block;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 4px;
    padding-top: 21px;
}

a.large_button:hover
{
    color: #FFFFFF;
}

/* Side Menu */

.site_menu
{
    margin-left: 10px;
}

.site_menu .current_position
{
    font-size: 110%;
    font-weight: bold;
    padding-left: 8px;
    color: #24618E;
}

.site_menu ul
{
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 9px;
}

.site_menu ul a
{
    color: Black;
}

.site_menu ul.sub_menu
{
    font-size: 100%;
}

.site_menu ul li
{
    padding-top: 8px;
    padding-left: 0px;
    margin-left: 0px;
}

.site_menu ul.sub_menu li
{
    padding-top: 0px;
}

.site_menu ul li a
{
    text-decoration: none;
}

/* Error Display */
.error_display
{
    width: 100%;
}

.error_display .title
{
	font-weight: bold;
    font-size: 125%;
    text-align: center;
}

.error_display pre
{
    white-space: pre-wrap;
}


/* Banner image */
.header_overlay
{
	z-index: 2;
	position: absolute;
}

/* Calendar */
.rsContentTable .rsApt
{
	height: 30px !important;
}
