﻿body {
}

input[type=text], input[type=password], textarea, select
{
	border: solid 1px lightsteelblue;
	font-size: 12px;
	background-color: #FAFAFA;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
	background-color: #ffffdd;    	
}

legend
{
	background: #6699FF;
	color: White;
	font-size: 12px;
}    

/* Record Info - used to display create/modify info for current record */
.RecordInfo
{
	color: darkred;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-style: italic;
	font-family: Tahoma;
	background-color:#efe9ef; 	
}

/* Crumbs - used to display the selection crumbs */
.Crumbs
{
	color: Darkblue;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Tahoma;
	background-color:#efe9ef; 	
}

.Crumbs A,.Crumbs A:visited
{
		color: Darkblue;

}
.Crumbs A:hover
{
		color: darkred;

}

.HoverMainTable
{
    FONT-WEIGHT: 500;
    COLOR: black;
    font-family: Verdana;
    background-color: NavajoWhite;
    border-collapse: collapse;
    border-color:#111111;
}

.HoverRow
{
	font-weight: 500;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	background-color: linen;
}

.waiting
{
	font-weight: bold;
	color: cornsilk;
	background-color: teal;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;

}

.textbox
{
	font-size: 11px;
	font-family: Verdana;
	font-style: normal;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	height: 18px;
	vertical-align: top;
}

.textboxdisabled
{
	font-size: 11px;
	font-family: Verdana;
	font-style: normal;
	background-color: gainsboro;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	height: 18px;
	vertical-align: top;
}

.txtLabel

{
	font-size: 11px;
	font-family: Verdana;
	font-style: normal;
	vertical-align: baseline;
	text-align: right;
	padding-top: 4px;
}
	
.txtLabelData
{
	font-size: 11px;
	font-family: Verdana;
	font-style: normal;
	vertical-align: top;
	text-align: left;
	padding-top: 4px;

}
		
.tdGridData
{
	font-size: 8pt;
	font-family: Verdana;
	font-style: normal;
	vertical-align: top;
	border-left: 1px solid;
	border-bottom: 1px solid;
	text-align: left;
	padding-top: 1px;
	border-color: Black;
}

.Yellow


{
	background-color: #FFFF00;
}	
	
.Aqua

{
	background-color: #00FFFF;
}	
	
.Greenish
{
	background-color: #339966;
}	
	
.Gray
{
	background-color: #969696;
}	
	
.Pink


{
	background-color: #FF00FF;
}	
	
.txtLabelBold

{
	font-size: 11px;
	font-family: Verdana;
	font-style:normal;
	font-weight:bold;
	vertical-align: baseline;
	text-align: right;
	padding-top: 4px;


}
	
label
{
	font-size: 11px;
	font-family: Verdana;
	font-style: normal;
	vertical-align: baseline;
	text-align: left;
	padding-top: 4px;
}
	
.divhidden
{
	width:15px;
	visibility:hidden
}

div.box
{
	background: lemonchiffon;
	padding-left: 6px;
	border: 1px solid silver;
	position: float;
}

div.boxtitle
{
font-family:verdana;
font-weight:bold;
font-size:12px;
text-align:left;
position:relative;
top:-8px;
left:3px;
width:100px;
background-color:white;
}

/* CIR specific additions */
.cirhead {background-color:#000080; font-size:1.5em; color:White; padding:8px; text-decoration:underline;}
.formmessage
{
	padding: .8em;
	margin-bottom: 1em;
	border: 1px solid #646464;
	background: #A7C1F1;
	color: #202020;
	text-align: center;
}

.cirgoldbody {background-color:#FFFFCC}

.tabbutton, .tabbutton-selected, .tabbutton-disabled
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-size: 8pt;
	background: url(images/tabnormal.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	color: darkblue;
	width: 120px;
	margin: 0px;
	padding:0px;
}
.tabbutton-selected:hover
{
	background: url(images/tabhover.gif) no-repeat;
}
.tabbutton-selected
{ 
	font-weight: bold; 
	color: white; 
	background:url(images/tabselected.gif) no-repeat;
	cursor:default;
}
.tabbutton-disabled
{
    cursor: auto;    
    color: #535353;
    opacity: 0.70;
    filter: alpha(opacity="70");
}

.errordisplay
{
	font-weight: normal;
	color: darkred;
	border:solid 2px darkred;
	background-color:Cornsilk;
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}

table.blackborder>tbody>tr>td
{
	border: solid 1px #eeeeee;	
}

h1
{
    background-color: #eeeeee;
    font-family:Arial;
    color: navy;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px;
    text-align: center;    
}
