﻿/*
------------------------------------------------------
General Element Styles
------------------------------------------------------
*/

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, a:link, a:visited, a:active
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	color: #012B5D;
}

a:hover
{
	color: #F36523;
}

body
{
	background: url(../images/bgblueverticlegradient.gif) repeat-x #C8E3F1;
}

h2, h3, h4, h5, h6
{
	margin: 2px 0 2px 0;
}

h1
{
	margin: 5px 0 5px 0;
	font-size: 28px;
	font-weight: bold;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #000000;
}

div
{
	margin: 0px;
}

/*
------------------------------------------------------
Master Page Styles
------------------------------------------------------
*/

#loginbanner
{
	font-size: 8pt;
	color: White;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
}

#loginbanner input
{
	font-size: 8pt;
	background-color: White;
}

#loginbanner td
{
	color: White;
	height: 16pt;
	vertical-align: middle;
}

#loginbanner a:link, #loginbanner a:visited, #loginbanner a:active
{
	color: White;
}

#loginbanner a:hover
{
	color: #F36422;
}

#maincontent
{
	font-size: 8pt;
	margin: 0px;
	width: 902px;
	background-color: White;
}

#maincontent td
{
	font-size: 8pt;
}

.contentleft
{
	width: 170px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 2px #012B5D;
	background: url(../images/bgbluehorizontalgradient.jpg) repeat-y #19588B;
}

#contentright
{
	width: 97%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#topbanner
{
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #142f5e;
}

#bottombanner
{
	text-align: center;
	font-size: 8pt;
	color: 	#012B5D;
	margin-top: 5px;
}

#bottomads
{
	text-align: center;
	font-size: 8pt;
	color: 	#012B5D;
	margin-top: 5px;
}

#navbuttons
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.navlink
{
	color: #012B5D;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.navlinkhover
{
	color: #FEFAAB;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	cursor: pointer;
}

/*
------------------------------------------------------
Content Page Styles
------------------------------------------------------
*/

.contentheader
{
	font-size:large;
	font-weight: bolder;
	padding-bottom: 3pt;
	margin-bottom: 10px;
	border-bottom: double 3px #012B5D;
}

.headline
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.gridDisplay td
{
    padding-right: 5px;
}

.gridDisplay a:link, .gridDisplay a:visited, .gridDisplay a:active, .gridDisplay a:hover
{
    text-decoration: none;
    font-weight: bold;
}

/*
.dashedline
{
	border-bottom: 1px dashed #012B5D;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: right;
}

.navbutton
{
	color: #FEFAAB;
	border-style: groove;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #012B5D;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.navbuttonhover
{
	color: #F36422;
	border-style: inset;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #012B5D;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

#tagline
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	xcolor: #FEFAAB;
	xcolor: #ffcc66;
	xcolor: White;
	color: #012B5D;
	xbackground-color: #012B5D;
	xbackground-color: #F26422;
	xbackground-color: #FB824A;
	xbackground-color: #012B5D;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	xborder-style: solid;
	xborder-width: 2px;
	xborder-color: #142f5e;
}

.contentmain
{
	xbackground-color: #ffcc66;
	xbackground-color: #BECBED;
	background-color: #DDE3F4;
	xbackground-color: #FF9933;
	xbackground-color: #FFCC33;
	xbackground-color: #9999FF;
	xbackground-color: #FF6633;
	xbackground-color: #FF9933;
	xbackground-color: #FEFAAB;
	xbackground-color: white;
}


.XXmainlayout TD
{
	background-color: #FEFAAB;
	border-color: Navy;
	border-width: 1px;
}

.contentcell
{
	background-color: Red;
	border-color: Navy;
	border-width: 1px;
}



#loginbannerXX
{
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}


#zzzcontentmain
{
	height: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}


#navleft, .navleft
{
	width: 200px;
	text-align: center;
	font-size: 8pt;
}

#contentleft, #contentright, #contentmain
{
	xbackground-color: #ffcc66;
	xbackground-color: #FEFAAB;
	xbackground-color: #FF9933;
	xbackground-color: #FFCC33;
	xbackground-color: #9999FF;
	xbackground-color: #FF6633;
	xbackground-color: #FFFFCC;
	zzbackground-color: #6699CC;
	xborder-style: solid;
	xborder-color: #DBDB79;
	xborder-color: #d2b48c;
	xborder-color: #142f5e;
	border-color: Navy;
	border-width: 1px;
}

#contentleft table
{
	width: 1px;
	height: 100%;
}

#contentright table
{
	width: 100%;
	height: 100%;
}

*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/

/*

.list, .list td
{
	font-size: 8pt;
	padding-right: 8px;
	vertical-align: middle;
}

.list a:link, .list a:visited
{
	text-decoration: none;
	font-weight: bold;
}



.dashedlinev
{
	height: 100%;
	border-right: 1px dashed #DBCE6A;
	padding-top: 10px;
	margin-bottom: 10px;
}

.eventlist, .eventlist td
{
	font-size: 8pt;
	padding-right: 8px;
	vertical-align: middle;
}

#pagecontent
{
	font-size: 8pt;
	padding-right: 8px;
	vertical-align: middle;
}

#pagecontent a:link, #pagecontent a:visited
{
	text-decoration: none;
}

#pagecontent a:hover
{
	color: Red;
}

#navtop, #navtop a:link, #navtop a:visited
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#navtop a:hover
{
	color: #F36422;
}

#navtopbuttonX
{
	background-color: #012B5D;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

*/

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/*
.Xnavbutton a:link, .navbutton a:visited, .navbutton a:hover, .navbutton a:active
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.Xnavbutton a
{
	background: url(~/images/csabutton.gif) no-repeat;
}

#navbuttontest a
{
	background: url(~/images/csabutton.gif) no-repeat;
	color: #ffffff;
}

-- MyFox Example: Begin Search Bar Style--

#search_bar
{
	background: url(../img/MyFox_SearchBar.jpg) no-repeat;
	width: 1000px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}

#search_links ul
{
	display: inline;
	list-style: none;
}

#search_links li
{
	float: left;
	width: 95px;
	height: 30px;
}

#search_links a
{
	background: url(../img/SmallNav_Red.gif) no-repeat;
	display: block;
	height: 30px;
	margin-bottom: -8px;
	padding: 8px 0 0 7px;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}

#search_links a:hover
{
	background: url(../img/SmallNav_Blue.gif) no-repeat;
}

*/