p {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	padding-left:20px; 
	padding-right:10px
}
.header {
	font-family:Tahoma, sans-serif; 
	font-size: 12px; 
	color:#FF0000; 
	padding-left:10px; 
	padding-right:5px; 
	font-weight:900 
}
.footer {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#808080; 
	padding-left:20px; 
	padding-right:10px
}
a:link {
	text-decoration: underline
}
a:visited {
	text-decoration: underline;
	color: #0000FF;

}
a:hover {
	text-decoration: underline;
	color: #FF0000;

}
a:active {
	text-decoration: underline
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left:20px;
	padding-right:10px;
	color: #0000FF;
}
li {
	font-family:Tahoma,sans-serif;
	font-size: 11px;
	/*padding-left: 20px;
	padding-right: 10px;*/
}
.FloatTable {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	border : solid 1px;
	border-color : #ADADAD #ADADAD #ADADAD #ADADAD;
}
.FloatTitle {
  font-family: arial, helvetica, verdana;  	font-size: 11px;
  font-style: normal;  				font-weight: bold;
  color : White;				background-color: #0000FF;
  padding-left: 3px;
  line-height: 16px
}
.FloatContent {
  font-family: arial, helvetica, verdana;  	font-size: 11px;
}
.ContentTable {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	border: solid 1px #999999;
}
tr.ContentTable {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	font-style : normal;
	color : #000000;
	border: 1px solid #666666;
}
.ContentTitle {
  font-family: arial, helvetica, verdana;  	font-size: 11px;
  font-style: normal;  				font-weight: bold;
  color : #FFFFFF;				background-color: #FF00FF;
  padding-left: 5px;
  line-height: 16px;
}
.ContentData {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color : #444444;
	padding: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	padding-right: 10px;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 0px;
}
a.Button {
	color :#000000;
	font-weight :normal;
	text-decoration :none;
	background-color :#999999;
	height : auto;
	width :100px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #CCCCCC;
}
a.Button:visited {
	color :#000000;
	font-weight :normal;
	text-decoration :none;
	background-color :#999999;
	height : auto;
	width :100px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #CCCCCC;
}
a.Button:hover {
	color :#000000;
	text-decoration :none;
	background-color :#666666;
	cursor: pointer;
	border-top: thin outset #666666;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #666666;
}
.Menu {
	background-color :#CCCCCC;
}
.MenuSel {
	background-color :#6699FF;
	color: #FFFFFF;
	cursor: pointer;
}

.icon {
	cursor: pointer;	
}
.tableHeaderRow {
	background-color :#FF0000;
}
.tableEvenRow {
	background-color :#CCCCCC;
}
.tableOddRow {
	background-color :#999999;
}
.ctrlLabel {
	text-align: left;
}
.control {
	width: 100%;
}

.tabs {position:relative; height: 27px; margin: 0px; padding: 0px; background:url("/images/bar_off.gif") repeat-x; overflow:hidden}
.tabs li {display:inline;}
.tabs a:hover, .tabs a.tab-active {background:#fff url("/images/bar_on.gif") repeat-x; border-right: 1px solid #fff} 
.tabs a  {
	height: 27px; font:12px verdana, helvetica, sans-serif;font-weight:bold;
  position:relative; padding:5px 10px 10px 10px; margin: 0px -4px 0px 0px; 
	color:#2B4353;text-decoration:none;border-left:1px solid #fff; border-right:1px solid #6D99B6;
	}
.tab-container {background: #fff; border:1px solid #6D99B6;}
.tab-panes { margin: 3px;}
