body, pre
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h5
{
    color: #3F92D2;
    font-size: 1.1em;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 8px;
    padding-bottom: 0.25em;
    margin: 0;
}

a, img
{
    border: none;
}

/* ----------- Login Form ----------- */
#login
{
    margin: 0 auto;
    width: 400px;
    padding: 14px;
    height: 225px;
}
#login h1
{
	
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#login input[type="submit"]
{
    clear: both;
    width: 125px;
    height: 31px;
    background: #FFF url(/img/button.png) no-repeat;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    float: right;
    border: none;
}

#login p
{
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px tomato;
    padding-bottom: 10px;
}
#login label
{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}
#login .small
{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}
#login input
{
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #999;
    width: 200px;
    margin: 2px 0 20px 10px;
}
.headerDiv
{
    width: 735px;
    padding-bottom: 10px;
}

.headerDiv h5
{
    border:none;
}
/* ----------- End Login Form ----------- */


/* ----------- Site Navigation ----------- */
.siteNavigation
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font: 13px 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.siteNavigation tr td
{
    text-align: left;
    background-color: #004080;
    padding: 3px 5px 6px 12px;

}

.siteNavigation tr td span
{
    color: #A2D959;
    padding-right: 13px;
    font-size: 15px;
}

.siteNavigation tr td a
{
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
}
.siteNavigation tr td a:hover
{
    text-decoration: underline;
    color: #FFA340;
}

.spacer
{
    padding-top: 25px;
}

.logo
{
    float: left;
    background: none;
    border: none;
    margin-left: 40px;
    margin-top: -80px;
}

.title
{
    margin-top: 85px;
}

/* ----------- End Site Navigation ----------- */

/* ----------- Menu ----------- */

.mainmenu
{
    background-color: #F7F9FB;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #D1DDE9;
	width: 50%;
	margin: 0 16px;
}

.mainmenuitem
{
    padding: 7px 8px 7px 8px;
    font-size: 16px;
    color: #F3F3F3;
    background-color: #2F5E8C;
}

.mainmenuitemselected
{
    padding: 7px 8px 7px 8px;
    background-color:#D1DDE9;
    color: #000066;
    font-size: 16px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #000080;
    border-right-color: #000080;
    border-left-color: #000080;
}

.mainmenuseparator
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #790000;
}

.mainmenuitemhovered
{
    padding: 7px 8px 7px 8px;
    font-size: 16px;
    color: #F3F3F3;    
}

div#bannerleft
{
    position: relative;
    top: 5px;
    left: 0px;
    width: 600px;
    float: left;
    vertical-align: baseline;
    text-align: left;
}

div#bannerright
{
    position: relative;
    top: 4px;
    width: 180px;
    float: right;
    vertical-align:baseline;
    text-align: right;
}

.standardbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*  font-weight: bold; */
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: Navy;
	font-size: 12pt;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
}

.standardgreenbutton
{
    border-style: solid;
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif; /*  font-weight: bold; */
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
    /*background: #FFF url(/img/button.png) no-repeat;*/
    font-size: 10pt;
	font-weight:bold;
	padding: 4px 2px;
    background-color: #6BAC4A;
	border: solid 1px #18285A;
}

.stylizedButton

{
	clear: both;
	width: 125px;
	height: 31px;
	/*background: #FFF000 url(./img/button.png) no-repeat;*/
	background: #FFF000 url(http://greenvilleweb/img/button.png) no-repeat;
	text-align: center;
	line-height: 21px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
	border: none;
}

.stylizedButtonLeft

{
	clear: both;
	width: 125px;
	height: 31px;
	/*background: #FFF000 url(./img/button.png) no-repeat;*/
	background: #FFF000 url(http://greenvilleweb/img/button.png) no-repeat;
	text-align: center;
	line-height: 21px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: left;
	border: none;
}

.hide
{
    display:none;
}

.paddingLeft
{
	padding-left: 120px;
}

.securitypanel
{
    font-size: 12px;
    color: #18285A;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    /*background-color: #EFEFF7;*/
    background-color: White;
    padding-right: 15px;
    padding-left: 15px;
}

securitytitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003300;
    text-align: center;
    background-color: #FF0000;
}

.StandardFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: black;
	font-size: 8pt;
	}

.StandardFontBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: black;
	font-size: 8pt;
}

.FloatLeft
{
    float: left;
}

.errorfont
{
	font-family:Verdana, Arial, helvetica, Sans-Serif;
	font-weight:bold;
	font-style:normal;
	font-size:7pt;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	color:Red;
}

/* ----------- End Menu ----------- */

input[type="text"], input[type="password"]
{
    background-image: url(../img/textBoxBG.jpg);
    background-repeat: repeat-x;
    border: 1px solid #B1B0B2;
    width: 200px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}


table.DataTable
{
    border-collapse: collapse;
    border-left: solid 1px #C1DAD7;
    border-right: solid 1px #C1DAD7;
    margin: 0 auto 1.5em auto;
    padding: 0;
    width: 85%;
}
table.DataTable th
{
    background: #CAE8EA url(../img/header.jpg) repeat-x;
    border-bottom: solid 1px #C1DAD7;
    border-right: solid 1px #C1DAD7;
    border-top: solid 1px #C1DAD7;
    color: #313B3E;
    font: normal normal bold 13px/22px 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 4px 4px 4px 6px;
    text-align: center;
    vertical-align: middle;

}

table.DataTable  td
{
    border-bottom: solid 1px #C1DAD7;
    border-right: solid 1 px #C1DAD7;
    color: #425256;
    font-family: Verdana;
    font-size: 11px;
    padding: 6px 4px 7px 6px;
}

table.DataTable  tbody td a
{
    text-decoration: underline;
}

table.DataTable  tbody td a:hover
{
    color: #F38721;
}

table.DataTable  tbody tr.odd td
{
    background-color: #F5FAFA;
}


td.gray
{
    border-bottom: solid 2px #fff;
    background-color: #e0e0e0;
}

table.DataTable  thead tr .headerSortUp
{
    background-image: url(../img/asc.gif);
    background-position: right;
    border-bottom: solid 1px #C1DAD7;
    border-right: solid 1px #C1DAD7;
    border-top: solid 1px #C1DAD7;
}

table.DataTable  thead tr .headerSortUp:hover, table.tablesorter thead tr .headerSortDown, table.tablesorter th
{
    cursor: hand;
}

table.tDataTable  thead tr .headerSortDown
{
    background-image: url(../img/desc.gif);
    background-position: right;
    border-bottom: solid 1px #C1DAD7;
    border-right: solid 1px #C1DAD7;
    border-top: solid 1px #C1DAD7;
}
table.DataTable thead tr .headerSortDown, table.DataTable  thead tr .headerSortUp
{
    background-color: #6F8992;
    color: White;
}

hr
{
    border: solid 1px #E4E4E4;
}
.content label
{
    position: relative;
    left: -6px;
    top: 5px;
}

.UploadTextBox
{
     background-image: url(../img/textBoxBG.jpg);
    background-repeat: repeat-x;
    border: 1px solid #B1B0B2;
    width: 321px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}
