/** 
 *
 * defaultMaster.css  Feb 23, 2007
 *
 * 
 */

a:link, a:visited {
  background: transparent;
  color: #00417a; 
  text-decoration: underline;
}

a:hover {
  background: transparent; 
  color: #ce1229;
  text-decoration: underline;
}

a:active {
  background: transparent;
  color: #ce1229; 
  text-decoration: none;
}

body {
  font-family: Tahoma;
  font-size: 11px;
  margin: 0 24px;
  background: #ccc url(../Images/bg.gradient.gif) repeat-x;
  color: #000;
}

p {
  margin-bottom: 0;
}

#container {
  background: #f5f5f5;
  float: left;
  width: 100%;
  display: inline;
}

#header {
  padding: 12px;
  background: #fff;
  /* background: #fff url(../Images/TargaWaterMark.gif) right no-repeat; */
  height: 25px;
  color: #000;
}

#header h1 {
  margin: 8px 0 0 0;
  float: right;
  font-size: 20px;
  background: transparent;
  color: #00417b;
  text-align: right;
}

#header h1 span {
  margin-top: 2px;
  font-size: 10px;
  font-weight: normal;
  display: block;
  text-align: right;
  background: transparent;
  color: #000;
}

#header h1 span a {
  font-weight: bold;
}

#top { 
  padding: 8px 12px;
  background-color: #00417b;
  color: #fff;
  font-weight: bold;
}

#footer {
  clear: left;
  background: #fff;
  color: #000;
  font-size: 10px;
  padding: 8px 12px;
}

/* Set clear property to none for IE7 and standards compliant browsers */
html > body #footer {
  clear: none;
}

/* Set clear property back to left for standards compliant browsers */
html>/**/body #footer {
  clear: left;
} 

#footer span {
  float: right;
}

#center {
  float:left;
  width: 100%;
  margin-right: -100%;
}

#content {
  padding: 12px 12px 16px 12px;
}

form {
  margin: 0;
}

input, select, textarea {
  font-family: Tahoma;
  font-size: 11px;
}

#content h1 {
  font-size: 14px;
  margin-top: 0;
  background: transparent;
  color: #00417b;
}

fieldset {
  margin: 0px 0px 12px 0px;
  padding: 0px 10px 12px 10px;
  border: 1px solid #ccc;
  clear: both;
}

fieldset legend {
  margin-bottom: 12px;
  padding: 0px 4px;
  font-weight: bold;
  background: transparent;
  color: #00417b;
}

html>/**/body fieldset {
  padding-top: 12px;
}

html>/**/body fieldset legend {
  margin-bottom: 0px;
}

/* Table styles */

table {
  padding: 0;
}

.list {
  width: 100%;
  border-top: 1px solid #00417a;
  background: #fff;
  color: inherit;
}
 
.list th {
  padding: 2px 4px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #00417a;
  border-right: 1px solid #00417a;
  background: #00417a;
  color: #fff;
  vertical-align: bottom;
}
 
.list td {
  padding: 2px 4px;
  border-bottom: 1px solid #ccc;
}
 
.list tr.highlight {
  background: #fff;
  color: #000;
  font-weight: bold;
}

.alternatingRow{
	background-color: #f5f5f5;
}

.alternatingRowDisabled {
  background-color: #f5f5f5;
  color : #999;
}

.activeRow .list tr.highlight {
  font-weight: normal;
}

.list tr.disabled {
  background : #fff;
  color : #999;
  font-weight: normal;
}

#top a:link, #top a:visited, #top a:active,
.list th a:link, .list th a:visited, .list th a:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
 
#top a:hover, .list th a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}

#top a:hover {
  text-decoration: none;
}

input.button, input.fixedButton, .arrowButton {
  font-weight: bold;
}

input.fixedButton {
  width: 62px;
}

.buttons {
  margin-top: 24px;
}

.arrowButton {
  width: 40px; 
  height: 20px;
  font-size: 12px;
  line-height: 11px;
  display: block;
}

.topButtons {
  margin-bottom: 12px;
}

label {
  margin-top: 12px;
  display: block;
}

.audit {
  float: right;
  font-size: 10px;
  background: transparent;
  color: #999;  
}

.alert {
  color: #C00;
  font-weight: bold;
  font-size: 10px;
}

.icon {
  vertical-align: middle;
  border: 0;
  padding-right: 3px;
}

.topPadding {
  margin-top: 12px;
}

.bottomPadding {
  margin-bottom: 12px;
}

.leftPadding {
  margin-left: 12px;
}

.rightPadding {
  margin-right: 12px;
}

.noTopMargin {
  margin-top: 0px	
}

.noBottomMargin {
  margin-bottom: 0px	
}

.boldFont {
  font-weight: bold;
}

.iconImage {
  vertical-align: middle;
}

iframe {
  border: none;
}