/* 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	{	
	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;
	color: #336699;
	}	
		
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;
	color: #ffffff;
	}	
		
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: #336699;
	}	
		
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: #ABA98F;
	height: 45px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: solid 1px #16365F;
}
.adminBanner
{
	background-color: #16365F;
	height: 18px;
	width: 100%;
	color: #ffffff;
	padding: 5px;
}
.topleft
{
	text-align: left;
	margin: 0px;
}
.topright
{
	float: right;
	text-align: right;
	margin: 0px;
}
.home
{
	background: #ffffff url('art_default/books.gif') no-repeat fixed 0% 0%;
}
.homebox
{
	background-color: #B8B895;
	margin: 0px 0px 0px 95px;
	padding: 10px 10px 20px 40px;
	border: solid 1px #000000;
	height: 450px;
}

.controlpanelbox
{ 
	border: solid 1px #000000;
  	padding-left:5px;	
   background-color:#DCDCDC
}


div.tabArea 
{
	margin: 95px 0px 0px 95px;
	font-size: 90%;
}

a.tab {
  background-color: #ABA98F;
  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: #d0d0d0;
  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 1px;
	border: solid 1px #000000;
	width: 719px;
}
.resultDetailBox
{
	background-color: #ffffff;
	margin: 10px 10px 10px 20px;
	border: solid 1px #000000;
	width: 400px;
}
.resultBoxTitle
{
	background-color: #cccccc;
	border: 0px;
	width: 100%;
	font-weight: bold;
	height: 16px;
	padding-left:3px;
}
.resultsBoxTitle
{
	background-color: #333333;
	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;	
}
 /* set background images for corners */
.rbroundbox
{
	background-color: #ABA98F;
}
.rbtop div
{
	background: url(art_default/tlCorner.gif) no-repeat top left; 
}
.rbtop      { background: url(art_default/trCorner.gif) no-repeat top right; }
.rbbot div  { background: url(art_default/blCorner.gif) no-repeat bottom left; }
.rbbot      { background: url(art_default/brCorner.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 18em; margin: auto; }

.loginbox
{
	margin: 40px 15px 10px 10px;
	float: right;	
}
.frmpad
{
	text-align: right;
	padding-right: 10px;
}
.container
{
	width: 725px;	
}
.layout
{
	width: 720px;	
}
/*####TA####Profile Contact Info#### */
.contact
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #990033;
}
.resultDetailBoxBody
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;	
	padding-left: 3px;
}

.PDFlink
{ 
	padding-left: 400px;
	vertical-align: middle;		
}
 