@import url(autocomplete.css);

body  {
 	font-family : gill sans, verdana;
 	font-size : 11px;
	font-weight : normal;
	color : black;
	line-height:130%;
	background-repeat: no-repeat;
 	background-position: left bottom;
 	background-attachment: fixed;
 	}
	
p, ul, li, .normal, td {
 	font-family : gill sans, verdana;
 	font-size : 11px;
	font-weight : normal;
	line-height:130%;
}
		
a { color: #78797D;  text-decoration: none; }

a:visited { color: #78797D;  text-decoration: none; }

a:hover { color: #95296E; text-decoration: underline; }

.standout {
	color: #006600;
	font-size:8pt
	}

.title {
	font-family: times new roman;
	font-size:18px;
	font-weight:bold;
	color:#0099CC;
	}
	

.input {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	background-color:#ffffff;
	width:150px;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	}

select, .select {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	}
 
textarea, .textbox {
 	font-family : courier new,monospaced;
	font-size : 8pt;
	color: black;
	background-color:#ffffff;
	width:300px;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	}

	
h2, .home1 {
	font-weight: bold;
	color: #000066;
	font-size:100%;
	/* text-decoration: underline; */
	}
	
.footer {
	font-size: 7pt;
	color: #6e2727;
	letter-spacing:normal;
	}
	

.button {
 	font-family : verdana;
	font-size : 8pt;
	text-transform:uppercase;
	color: black;
	background-color:silver;
	border-style:ridge;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

.tablecontainer {
 	background-color:#000066;
	}
	
	
.trlabel, thead th  {
 	font-family : gill sans, verdana;
 	letter-spacing:normal;
	font-size : 11px;
	font-weight: bold;
	color: #000000;
	background-color: #C3C4CB;
 	}
	
.tdlabel, tbody th  {
 	font-family : gill sans, verdana;
 	letter-spacing:normal;
	font-size : 11px;
	font-weight: bold;
	color: black;
	background-color:#EAE8E8;
	}
	
.cell, .odd  {
 	font-family : gill sans,verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color:#EBF7FC;
	letter-spacing:normal;
	}
	
.cell2, .even  {
 	font-family : gill sans,verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #F5EDF3;
 	letter-spacing:normal;
	}
	
h1, .head  	{
 	font-family : gill sans, verdana;
 	font-size : 16px;
 	font-weight : bold;
	line-height:150%;
	}
	
.dim {
	color: silver;
	}


	
.error {
	color: red;
	background-color: #400000;
	font-weight:bold;
	}
	
.breadcrumb, a.breadcrumb {
	padding:5px;
	background-color: #FFFFFF;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	color:#999999;
	border-bottom: solid #EAE8E8 1px;
	}
	
#tableCellNav:hover, .tableCellNavHover {
	cursor:pointer;
	background-color:#95296E;
	color:white;
}

.hand {
	cursor:pointer;
	cursor:hand;
}

td.filter-row a, td.filter-row a:hover{
	display: block;
	text-decoration: none;
}

td.filter-row a:hover{
	display: block;
	text-decoration: none;
	background-color:#95296E;
	color:white;
}

div#filter-type{
	margin: 0 0 15px 0;
}

div#pagination-links{
	margin: 5px 0 5px 0;
	text-align: right;
	width:80%;
}

a.tag { color:black }
a.tag:hover { color:#95296E }

/* ==================== EXPERIMENTAL PAGE EDITOR TOOL <SELECT> SHADING STYLES ==================== */
select.input option {
	padding: 0.1em 0;
}
select.input option.level-1 {
	font-size: 125%;
	font-weight: bold;
}
select.input option.level-2 {
	font-size: 115%;
}
select.input option.level-3 {
	font-size: 105%;
	font-style: italic;
}
select.input option.level-4 {
	font-size: 90%;
}
select.input option.level-5 {
	font-size: 80%;
	font-weight: bold;
}
select.input option.redirect {
	color: #666;
	font-style: italic;
}

