﻿body 
{
    font-family:Arial;
    font-size:9pt;
}
.TableHeader
{
    font-weight:bold;
    background-color:Silver;
}
.odd
{
    background-color:#ccccff;
}
.even
{
    background-color:#ccccaa;
}
select
{
    font-size:9pt;
    /*background-color:#ccccbb;*/
    width:180px;
}

.AdminSelect
{
    width:auto;
}

input
{
    font-size:9pt;
}
.PageHeader
{
    font-size:12pt;
    font-weight:bold;
    background-color:#cccccc;
}
.SiteHeader
{
    font-size:20pt;
    font-weight:bold;
}


div#Section
{
    border-bottom-width:1px;
    border-bottom-color:#cccccc;
    border-bottom-style:solid;
    border-top-width:1px;
    border-top-color:#cccccc;
    border-top-style:solid;
    border-left-width:1px;
    border-left-color:#cccccc;
    border-left-style:solid;
    border-right-width:1px;
    border-right-color:#cccccc;
    border-right-style:solid;
}
.SmallLink
{
    font-size:7pt;
}
.Login
{
    border-style:double;
    border-bottom:1;
    border-left:1;
    border-right:1;
    border-top:1;
    width:250px;
}
.Logout
{
    float:right;
}
.ForgotPassword
{
    border-style:double;
    border-bottom:1;
    border-left:1;
    border-right:1;
    border-top:1;
    width:450px;
}
.Butt
{
    width:50px;
}

.Message
{
    font-size:10pt;
    color:#AF3F44;
}
div#leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
    position: absolute;
    left: 10px;
    width: 150px;
    /***color: #ee8;***/
    /*background-color:Blue;*/
    padding-top: 10px;
}

div#middlebox 
{
    float:left;
    margin: 0 50% 0 150px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    overflow:auto;
    background-color: #E1DFD3;     /*** This div has a background to cover the 2-tone body BG ***/
    height: 450px;
}

div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
    float:left;
    position: absolute;
    right: 200px;     /*** IE5/mac will show a horizontal scrollbar 
		    if this is less than 16px, or other units are used
		    http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
    width: 35%;
    color: #820;
    padding-top: 10px;
    background-color:Silver;
}

.PageLabels
{
    font-weight:bold;
}

.EventHeader
{
	font-family:Arial;
	font-weight:bold;
	color:#073A63;
	background-image: url(Images/grad_bg3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

div#Dates
{

    width:175px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-style:solid;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-color:Silver;
    border-top-color:Silver;
    border-left-color:Silver;
    border-right-color:Silver;
}
div#BudgetSearch
{
    position: absolute;
    left:1%;
    top:150px;
    background:#fff;
    width:250px;
}

div#BudgetSearchResults
{
position: absolute;
left:28%;
/*height:400px;*/
top:150px;
overflow:auto;
background:#fff;


	width:750px;
	height:400px;
	padding-left: 5px;
	padding-right: 5px;




}



#leftcontent {
position: absolute;
left:1%;
width:20%;
top:150px;
background:#fff;
	}
	
#centerleftcontent {
position: absolute;
left:22%;
width:40%;
/*height:400px;*/
top:150px;
overflow:scroll;
background:#fff;
	}
	
#centerrightcontent {
position: absolute;
left:71%;
width:28%;
top:150px;
background:#fff;
	}	

#rightcontent {
position: absolute;
left:80%;
width:19%;
top:150px;
background:#fff;
	}

.LinkDesc
{
    list-style-type:none;
    color:black;
    background-color:white;

    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#E1DFD3;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#E1DFD3;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#E1DFD3;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#E1DFD3;
    font-size:8pt;
    /*text-indent:15px;
    border-spacing:-15px;*/  
}
.Indent
{
    text-indent:5px;
}
textarea
{
    font-family:Arial;
    font-size:10pt;
}
.Events
{
    font-family:Arial;
    font-size:10pt;
}

#lineitemid
{
    height:20px;
}

tables
{
    border-bottom-style:inset;
    border-bottom-width:1px;
    border-bottom-color:Silver;
    border-left-style:inset;
    border-left-width:2px;
    border-left-color:Silver;
    border-right-style:inset;
    border-right-width:2px;
    border-right-color:Silver;
    border-top-style:inset;
    border-top-width:2px;
    border-top-color:Silver;
}

table.sortable thead
{
    font-weight: normal;
    cursor:default;
}   