#ajaxThrobber
{
  position:fixed;
  background-color:#111000;
  color:white;
  font-size:9px;
  padding:2px;
  display:block;
}

.ReviewData
{
	color:#ff3333;
}

.DefaultBody {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;		
}

.Normal {

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;		
}
.Small {

	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: black;		
}
.Heading {
	font-size : 15px;
}
.Heading2 {
	font-size : 12px;
}
.HeadingWhite {
	font-size : 12px;
	color:white;
}
.HeadingRed {
	font-size : 12px;
	color:red;
	font-weight:bold;
}
.HeadingGreen {
	font-size : 12px;
	color:#33FF00;
	font-weight:bold;
}
.Required {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : red;		
}


div.tabArea {
  font-size: 100%;
  font-weight: bold;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 0.5em;
  font-family: arial, verdana, helvettica;
  font-size:12px;
  font-weight:bolder;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #f0f0f0;
  color: #606060;
}

a.tab.selectedTab {
	background-color:#d0d0d0;
}

.formTab {
	display: none; 
	left: 0; 
	position: 0; 
	top: 0; 
	visibility: hidden; 
	width: 100%;
}

.badPeriod {
	background-color: yellow; 
	color: red; 
	font-size: 1.15em;
	font-weight: 700;
	padding: 0 5px;
}

input:read-only {
	background-color: #cccccc;
	padding-left: 5px;
}

.center {
	text-align: center;
}

input.small {
	width: 50px;
}

.cacnError {
	background-color: #ff3333;
}

.releaseRow td {
	padding: 5px 1px;
}

.releaseRow:nth-child(even) {
	background-color: #ebebfa;
}