/*--------------------------------------------------------
Colors to search and replace for customization:
================================
dark header bgcolor: #c2a0a5
light header bgcolor: #efe6e6
generic link color: #369
generic link hover color: #fff (careful when changing this to not replace all #fff iterations)
generic link hover bgcolor: #369 (careful when changing this to not replace all #369 iterations)
border styling (most used color): #900 (careful when changing this to not replace all #900 iterations)
--------------------------------------------------------*/

body 
{
color:#555;
font:normal 11px arial, helvetica, sans-serif;
margin:0;
padding:0;
}


/*search screen
-----------------------------------------------------------*/
.SearchDiv 
{
font-size:10px;
}

.SearchTextBoxes
{
font-size:10px;	
}



.SearchLabel
{
	font-size:11px;
border:0px solid red;
display:block;
	/*color: #8b0000;*/
padding:4px 0 3px;
font-weight:bold;
}

.SearchLabelBold
{
	font: 500 14px arial, sans-serif;
		font-weight:bold;
}

.SearchLabelRight
{
		font-size:11px;
border:0px solid red;
display:block;
	/*color: #8b0000;*/
padding:4px 0 3px;
font-weight:bold;
	text-align:right;
}


/*main structure 
------------------------------------------------------------*/
#container{
position:relative;
width:100%;
}


#wrapper 
{
margin:15px 1%;
padding:0;
border:0px solid #ccc;
}

#header 
{
background:#fff url(../img/header_top_bg.jpg) repeat-x;
width:100%;
height:44px;
position:relative;
margin:0;
padding:0;
}

#header_top_bg
{

float:left;
height:44px;
text-align:right;
}

#header_top_left
{
background:#fff url(../img/header_top_left.jpg) no-repeat 0 0;
float:left;
height:44px;
width:352px;	
}

#header_top_right
{
background:#fff url(../img/header_top_right.jpg) no-repeat 0 0;
float:right;
height:44px;
width:86px;	
position:absolute;
right:0;
}



#header_top 
{
background:#fff url(../img/header_top.jpg) no-repeat 0 0;
height:44px;
width:791px;
}

#header_bottom
{
background:#fff url(../img/header_bottom.jpg) no-repeat 0 0;
height:33px;
width:790px;
}

#pagefooter 
{
background:#fff url(../img/footer.jpg) no-repeat 0 0;
height:41px;
width:790px;
}

#topleft
{
	position:absolute;
	top:44px;
	left:0;
}

#leftcolumn{
position:absolute;
top:0px;
left:0px;
width:100px;
height:90%;
background:#fff url(../img/left_bg.jpg) repeat-y;
}

#left_content
{
   position:absolute;
   top:160px;
   left:5;
   margin-left:10px;
   color: #FFFFFF;
   font-weight:bolder;
   font-size:12px;
}


#contentwrapper{
position:relative;
float: left;
width: 100%;
}

#navigation 
{
	
}

#menu1
{
background:#fff url(../img/menu/btn.jpg) 0 0;
height:33px;
padding:0 0 0 0;
width:100%;
}

#menu2
{
background:#fff url(../img/menu/btn.jpg) 0 0;
height:33px;
padding:0 0 0 0;
width:100%;
}

#menu_bottom
{
background:#fff url(../img/header_bottom_bg.jpg) 0 0;
height:34px;
padding:0 0 0 0;
width:100%;
}

#menu_bottom_right
{
background:#fff url(../img/header_bottom_right.jpg) no-repeat 0 0;
float:right;
height:34px;
width:40px;	
position:absolute;
right:0;
}


#dialog
{
height:150px;
width:790px;
font-size:xx-small;
}

#results
{
	margin-top:0px;
	margin-left:72px;
	float:left;
}

#selectedDocument
{
}

#selectedDocumentDialog
{
	
	
}

#footer 
{
}

#body{
position:relative;
float:none;
width:790px;
padding:0px 5px 25px 30px;
text-align:left;
}


.selectedDocumentPanel
{
	margin-left:5px;
}



/*text styling 
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 
{
padding:0;
margin:0;
font-size:12pt;
}

h1 span 
{
display:none;
}

h1 img 
{
width:197px;
height:45px;
margin:0;
padding:0;
}

h3 /*this sets the styling for gridBlock (for all ticket grids) headings*/
{
background:#c2a0a5;
border:0px solid #900;
color:#fff;
font:bold 12px arial, helvetica, sans-serif;
padding:3px 5px;
text-transform:uppercase;
margin:0;
display:block;
position:relative;
}


h3 a:link, h3 a:visited, a, h3 a:active {
color: #fff;
text-decoration: none;
}

h3 a:hover {
background:none;
}





/*link styling 
------------------------------------------------------------*/
a, a:link, a:visited, a:active /*this is a generic text link style setting*/
{
color:#900;
text-decoration:none;
text-transform:none;
}

a:hover
{
	color: #c80000;
	text-decoration: none;
	text-transform:capitalize;
}



/*misc styling 
------------------------------------------------------------*/
.clear  /*this clears a floating div*/
{
clear:both;
}

.stretchBox { /*used for the hiding and showing of the various accordian elements*/
background: none !important;
background: #fff;
}





/*form element styling 
------------------------------------------------------------*/
.textbox {
height:14px;
font:normal 11px arial, sans-serif;
color:#900;
padding:4px 0 0 3px;
display:block;
}

.float 
{
display:block;
float:left;
margin:0 5px 0 0;
}

.label {
font-size:11px;
border:0px solid red;
display:block;
padding:4px 0 3px;
font-weight:bold;
}

label 
{
font-size:11px;
border:0px solid red;
display:block;
	color: #8b0000;
padding:4px 0 3px;
font-weight:bold;
}
.labelr
{
	float: left;
	font-size: 11px;
	border: 0px solid red;
	display: block;
	padding: 4px 0 3px;
	font-weight: bold;
	width: 100px;
}

.labela
{
	float: left;
	font-size: 11px;
	border: 0px solid red;
	display: block;
	padding: 4px 0 3px;
	font-weight: bold;
	width: 200px;
	text-align: right;
	vertical-align: text-top;
}
.data
{
	float: left;
	font-size: 11px;
	border: 0px solid red;
	display: block;
	padding: 4px 0 3px;
	font-weight: bold;
	width: 200px;
	text-align: left;
	vertical-align: text-top;
	color: black;
}
.button 
{
display:block;
border:1px solid #900;
color:#900;
}

.go 
{
border:0px solid #900;
padding:0;
margin:4px 0 0 0;
background:transparent url(../img/btn_go.png) no-repeat 0 0;
height:13px;
width:13px;
display:block;
float:left;
cursor:pointer;
cursor:hand;
}

.SearchTextBoxesDisabled
{
  color:#000000;
  font-weight:normal;	
}	

.SearchLabelDisabled
{
	height: 18px;
	color: #646464;
	padding: 0px 0 0 1px;
	border: 1px solid #7b9ebd;
	font: 500 14px arial, sans-serif;
	text-indent: 1px; 
/*
border:1px solid #000;
font-size:10px;	
color:#000000;

height:20px;*/
}

.SearchLabelDisabledBold
{
	font-weight:bold;
}

.SearchPanel
{ 
	font-size: 11px;
	padding: 4px 0 3px;
	font-weight: bold;
	color: #000000;
	float: none;
	border-color:#7b9ebd;
 }


.SearchRadioButton
{
font-size:10px;
color:#000000;
}

.SearchRadioButton label
{
font-size:10px;
color:#000000;
float:none;
}

.SearchRadioButton input
{
font-size:10px;
color:#000000;
float:left;
}

fieldset legend
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.floatleft
{
	float:left;
}

.floatnone
{
	float:none;
}

.floatright
{
	float:right;
}


