/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	/* background: #ffffff url('art_default/background.gif') no-repeat fixed 100% 100%; */
	background-color: #ffffff;
	margin: 0px 0px 0px 0px; 
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#ffffff;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	
{
	border: 0px;
	margin: 2px 10px 2px 10px;
}
img.middle
{
	vertical-align: middle;	
}
/*####KBES#### Custom CSS Classes #### */
.searchdiv
{
	float: right;
	width: 325px;	
}
.Banner
{
	background-color: #336699;
	height: 45px;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.adminBanner
{
	background-color: #000000;
	height: 18px;
	width: 100%;
	color: #ffffff;
}
.topleft
{
	text-align: left;
	margin: 0px;
}
.topright
{
	float: right;
	text-align: right;
	margin: 0px;
}
div.tabArea 
{
	margin: 95px 0px 0px 95px;
	font-size: 90%;
}

a.tab {
  background-color: #000000;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #ffffff;
}

a.tab:hover {
  background-color: #336699;
  color: #ffffff;
}
a.white, a.white:visited
{
	color: #ffffff;
}
.resultBox
{
	background-color: #ffffff;
	margin: 10px 10px 10px 20px;
	border: solid 1px #000000;
	width: 600px;
}
.resultsBox
{
	background-color: #ffffff;
	margin: 10px 10px 10px 20px;
	border: solid 1px #000000;
	width: 700px;
}
.resultDetailBox
{
	background-color: #ffffff;
	margin: auto 0px;
	border: solid 1px #000000;
	width: 500px;
}
.resultBoxTitle
{
	background-color: #cccccc;
	border: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	
}
.OrgTitle
{
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px;
	font-weight: bold;
	font-size: 18px;
	height: 24px;
 
}
.resultsBoxTitle
{
	background-color: #336699;
	color: #ffffff;
	border-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
}
resultBoxTitle2
{
	float: right;	
}
.required
{
	color: #740320;
	font-weight: bold;
}
.boldTitles
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 5px;	
}
.loginbox
{
	margin: 40px 15px 10px 10px;
	float: right;	
}
.frmpad
{
	text-align: right;
	padding-right: 10px;
}
.header
{
	background: #336699 url('art_default/header.jpg') no-repeat fixed 0% 0%;
	height: 110px;
	margin: 0px 0px 0px 0px;
	width: 100%;	
}
.footer
{
	border-top: solid 10px #cccccc;	
}
.menu
{
	background-color: #000000;
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 5px;
	font-size: 11px;	
}
.dots
{
	border-bottom: dotted 1px #666666;	
}
.content
{
	margin: 10px 10px 10px 25px;
	padding-bottom: 50px;	
}
.container
{
	width: 725px;	
}
