a.sectdetail:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

a.sectdetail:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

a:link {
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
}

a:visited {
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
}

a:hover {
	color: #336699;
	font-family: Verdana;
	text-decoration: underline overline;
}

a:active {
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
}

body {
	background-image: url(images/backgrou.gif);
}

h1.shead {
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.outline {
	background-color: #FFFFFF;
	border: 2px groove #000000;
	color: #000000;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
}

table.outline th {
	color: #FCEACF;
}

table.outline th {
	background-color: #FCEACF;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-weight: bold;
}

table.outline.multi {
	margin-left: 0px; /* To make multiple tables flush left. */
}

td {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

tr {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

ul.formlist {
	font-size: 10px;
	list-style: circle inside;
	margin-left: 1em;
	margin-right: 1px;
	padding-left: 1em;
	padding-right: 1px;
	text-indent: -10px;
}

.ffs			{
	font-size: 75%; /* Footer Font Size - sets the footer font size as a percentage of the the default size (dfs) */
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.loggedout {
	background: #00FFFF;
	font-weight: bold;
}

.time {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-left: 5px;
}

.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.txtfield {
	background-color: #CCCCCC;
	border: #333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.txtsubmit {
	background-color: #CCCCCC;
	border: 1px #333333 inset;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
td.left {
	background-image: url(images/t_border_l.gif);
}
td.right {
	background-image: url(images/t_border_r.gif);
}
td.top {
	background-image: url(images/t_border_top.gif);
}
td.bottom {
	background-image: url(images/t_border_bot.gif);
}
table.background {
	background-image: url(images/t_background.gif);
}
/*aspgrid stuff*/
/*main table*/
.tabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;

}
/*Main table headline*/
.tabelhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #CCCCCC;

}
/*LeftAlign - Column alignment*/
.LeftAlign {
    text-align:left;
}

/*RightAlign - Column alignment*/
.RightAlign {
    text-align:right;
}

/*CenterAlign - Column alignment*/
.CenterAlign {
    text-align:center;
}

/*Frame around main table*/
.GridFrame {
	border: 1px solid #0066cc;

}
/*Table with frame*/
.TabelWFrame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #009999;
}

/*Cursor to hand*/
.HandCursor {
	cursor: hand;
}
/*text inside table*/
.tabeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px none #0066CC;
	color: #000000;

}

}
/*Standard rowcolor*/
.Row {
	background-color: #DDDDDD;

}
/*Found from search rowcolor*/
.Rowfound {
	background-color: #FFFFFF;

}

/*TotalRow - Row that displays grand total*/
.TotalRow{
	background-color:  #009999;
	color: #FFFFFF;

}
/*SummarryRow - Row that displays sub total*/
.SummarryRow{
	background-color:  #009999;
	color: #FFFFFF;

}

.tabelheadVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #F2F2F2;
	text-align: left;
	border-top: 1px none #CDF5EB;
	border-right: 1px none #CDF5EB;
	border-bottom: 1px solid #CDF5EB;
	border-left: 1px none #CDF5EB;
}

div.line { background: url(/fall/images/borderLine.gif) no-repeat center bottom;
margin: 8px auto;
height: 1px;
}

div.line2 { background: url(/fall/images/bkgrdline.png) no-repeat center bottom;
margin: 8px auto;
height: 1px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 12px;
  _margin: 0 -7px; /* IE Win */
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
  font-size: 12px;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 500px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

