﻿body
{
	font-family: Franklin Gothic Book,Tahoma,Arial,Helvetica,Sans;
}
h1
{
	font-size: 123.1%;
	font-weight: bold;
}
h2
{
	font-size: 108%;
	font-weight: bold;
	color: #990C0C;
	margin-top: 8px;
	margin-bottom: 4px;
}
strong
{
	font-weight: bold;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #0C7994;
}
a:hover
{
	color: #990C0C;
	text-decoration: underline;	
}
#login label
{
	font-size: 85%;
	color: #990C0C;
}

label
{
	color: #990C0C;
	font-weight: bold;
}

input
{
	font-size: 85%;
	color: #990C0C;	
}

input.btn
{
   color:white;
   font-weight:bold;
   font-size: 77%;
   background-color:#990C0C;
   border: 1px solid #2A2A2A;
   margin: 0px 2px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff990C0C',EndColorStr='#ffCC0000');
   width: 120px;
}

.right
{
	text-align: right;
}

fieldset 
{ 
	border: 2px solid #338B53; 
	padding: 12px 8px 8px 8px;
}

legend 
{
  padding: 0.2em 0.5em;
  border: 2px solid #338B53; 
  color: #338B53; 
  font-size:90%;
  text-align:right;
  margin-bottom: 12px;
}

#nav a
{
	color: White;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 6px;
}

#nav a:hover
{
	text-decoration: underline;
}
#nav a.selected
{
	border-bottom: dotted 1px white;
}

.button
{
	vertical-align: bottom;		
}
.small
{
	font-size: 85%;
}
.copyableText
{
	border: dashed #555555 1px;
	background: #FFFF99;
	padding: 8px; 
	font-family: Consolas, Courier New, Courier, Monospace;
}
tr.hover td
{
	background: wheat;
}
/****************/
/* Table styles */

table
{
	width: 95%;
}
td, th
{
	padding: 4px;
}
thead tr
{
	color: White;
	background-color: #0C7994;
	font-weight: bold;
}
tbody td
{
	border: solid 1px #0C7994;
}
tr
{
	background-color: #EFF3FB;
}
tr.odd
{
	background-color: #fff;
}
th.header
{
	cursor: pointer;
}
th.headerSortUp
{
	background: navy url(/media/bullet_arrow_up.png) no-repeat center right;
}
th.headerSortDown
{
	background: navy url(/media/bullet_arrow_down.png) no-repeat center right;
}

/****************/

