p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sectitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00008B;
	text-decoration: none;
}
.lptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #669966;
}
.sptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
}
.crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.mdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.biglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	background-color: #FFFFFF;
	font-weight : bold;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	background-color: #FFFFFF;
	font-weight : bold;
}
.submenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669966;
	background-color: #FFFFFF;
	font-weight : bold;
	left: 10px;
	position: relative;
}
.cookielink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFCC00;
	           
}
.biglink a:link {
	color: #336633;
	text-decoration: underline;
}
.biglink a:visited {
	color: #669966;
	text-decoration: underline
}
.biglink a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}
.biglink a:active {  
	color: #000000; 
	text-decoration: underline
}

.menulink a:link {
	color: #800000;
	text-decoration: none;
}
.menulink a:visited {
	color: #336633;
	text-decoration: none;
}
.menulink a:hover {
	color: #3300FF;
	text-decoration: none;
	background-color : #FFCC00;
}
.menulink a:active {
	color: #3300FF;/*#000000*/
	text-decoration: none;
	background : #FFCC00;
}
.submenulink a:link {
	color: #669966;
	text-decoration: none;
}
.submenulink a:visited {
	color: #669966;
	text-decoration: none;
}
.submenulink a:hover {
	color: #000000;
	text-decoration: none;
	background-color : #FFCC00;
}
.submenulink a:active {
	color: #000000;
	text-decoration: none;
	background : #FFCC00;
}
.cookielink a:link {
	color: #000000;
	text-decoration: none;
}
.cookielink a:visited {
	color: #000000;
	text-decoration: none;
}
.cookielink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cookielink a:active {
	color: #000000;
	text-decoration: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* This is a style sheet comment */    


a:link {
	color: #0054e3;
}

a:visited {
	color: #800080;/*#191970;*/
}
a:hover {
	color: #000000;
	text-decoration: NONE;
}
a:active {
	color: #000000;
}
.SearchTitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: BOLD;
}
.GridHeaders {
		text-decoration: underline;
		color: #FFFFFF;
		background-color: #191970;
}

body {
        background-color:#FFFFFF;/*#FFDEAD;*/
                        /*
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-face-color:#6699FF;
		scrollbar-3dlight-color:#000000;
		scrollbar-base-color:#FFFFFF;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-highlight-color:; 
		scrollbar-shadow-color:;
*/
}
.Alternate {
              	background-color:#B0C4DE
}

.Buttons {
              	background-color:#000099;  /*DEB887*/
              	color:#FFFFFF;
}

.CaseInfoPanel {
              	background-color:#008080;  /*DEB887*/
}

.CaseInfoLabel {
                font-weight: BOLD;
                color:#008080;
}

.RowSelect   {
	     	background-color:#000000
}
.DataGrid   {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		border-right: hidden;
		border-left: solid;
		border-width: 1px;
		border-color:#000000;
	    background-color:#B0C4DE;
}
.DataGridIndicator   {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		border-top: solid;
		border-width: 1px;
		border-color:#000000;	     
		background-color:#191970;
}

/* Main portion of datagrids */
.TableGrid   {
	     	font-family: Arial, Helvetica, sans-serif;
	     	font-size:12px;
	     	background-color:#ffffe0;
	     	color:Black;
	     	
}
.navbuttons   {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		border: solid;
		border-width: 1px;
		border-color:#000000;
	     	background-color:#DEB887;
}

/* Dropdown Lists */
.ComboBox	{
		background-color:#FFFFFF; 
		color:#000000;
		font-family:Arial;
		font-size:xx-small;		
}

/* Checkboxes */
.CheckBox	{
		background-color:#FFFFFF; 
		color:black !important;
		font-family:Arial;
		font-size:xx-small;		
}


select { font-family: Verdana, Arial, Helvetica, sans-serif;
		 color:#0033FF
         font-size: 10px; 
         border: #0033FF; 
         border-style: solid; 
         border-top-width: 1px; 
         border-right-width: 1px; 
         border-bottom-width: 1px; 
         border-left-width: 1px;        
}

/* The top portion (column titles) of the data grids */
.TableHeader
{
		text-decoration: underline;
		color: #FFFFFF;
		background-color: #191970;		 
}
.TextArea
{
}
.DIV
{
	background-color:#ffffe0;
}

.Panels
{
	background-color:#ffffcc;
	font-family:Arial;
	font-size:xx-small;			
}

.ButtonGrid
{
	background-color:#99ccff;
}


/* For the horizontal separation bars */
.HR
{
	color:#0000ff;
}

/* For the majority of labels on each page */
.Labels
{
	font-family:Arial;
	font-size:xx-small;
}

/* For the textboxes on each page */
.TextBox
{
	font-family:Arial;
	font-size:x-small;
					
}

.Tables
{
	cursor:hand;
}

/* This is the panel on the main menu on left side of screen */
.MainMenu
{
	background-color:#d3d3d3;  /*  #3366cc #000099;*/	
}

/* This is the menu itself on the left side of the page */
.SkyMenu
{
	/*cursor:hand;*/
	font-family:Arial;
	font-size:10px;
	border-style:none;
	border:none;	
	color:White;		
}

/* This sets the individual items on the menu on the left of the page */
.SkyMenuItem
{
	
	font-family:Arial;
	font-size:10px;
	background-color:Transparent;/*#003399;   #3366cc #000099;*/
	border-left:none;
	border-right:none;
	border-bottom-color:Transparent;	
}

.SkySubMenu
{	
	
	font-family:Arial;
	font-size:10px;
	
	border-left:none;
	border-right:none;
	border-bottom-color:Transparent;
	color:#b8860b;		
}

/* When the mouse moves over a menu item, this is what is used */
.SkyMenuMouseOver
{
	
	font-family:Arial;
	font-size:10px;
	background-color:Transparent;
}

.SkyMenuMouseDown
{
}

.SkyMenuMouseUp
{
}

.RadioList
{
	font-family:Arial;
	font-size:xx-small;
}

.MenuFrameLabels
{
	font-family:Arial;
	font-size:xx-small;
	color:White;
}

.IconSpecialMessage
{
	color:Red;
	font-size:small;
	width:100%;
}

.HideMe
{
	display:none;
}