
p, td, h2, h3, h4, li, div
{
	color: #f5f5f5;
}

.DarkText
{
	color:#232323;
}

a
{
   color: #f7dada;
}

a:visited
{
   color: #f3bebe;
}

/* task search box  */
.SearchBox
{
	background-image:url(images/mag_glass1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 15px;
	border: 1px solid #d2d2d2;
	color: #343434;
}


.DataTable * td
{
	border-bottom: 1px solid gray;
	color: #f5f5f5;
	padding-left: 3px;
	padding-right:25px;
}

.DataTable * th
{
	border-bottom: 2px solid gray;
	color: #f5f5f5;
	padding-left: 3px;
	padding-right:25px;
	font-weight: bolder;
}

.DataTableTextBlack
{
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}


.DataTableTextBlack * th
{
	border-bottom: 2px solid gray;
	color: #232323;
	padding-left: 3px;
	padding-right:25px;
	font-weight: bolder;
	
}

.DataTableTextBlack * td
{
	border-bottom: 1px solid gray;
	color: #232323;
	padding-left: 3px;
	padding-right:25px;
}

.NotApplicableCell
{
	background-image: url(images/dots_hatch.png);
	background-position: top;
	background-repeat: no-repeat;
	color: gray;
	
}

body
{
	background-image: url(images/body_background_main.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;	
   font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #151515;
	color: white;
	margin:0px;
	padding:0px;
}


h2
{
 font-size: 18pt;
 font-weight: normal;
 margin-bottom:0.2em;
 
}

h3
{
 font-size: 14pt;
 font-weight: normal;
 margin-bottom:0.2em;

}

h4
{
	font-size: 12pt;
	margin-bottom:0.2em;
	
}

.SideBar
{
	
	position:absolute;
	top:0px;
	left:-30px;
	z-index: -1000;
}

.TitleSection
{
	margin-bottom:50px;
}

.PageTitle
{
	
	 margin-left:3%;	 
	 
}

.PageTitleImage
{
	margin-left:10px;
	margin-top:25px;
	float:left;
}

/*******************  tab row stuff *****************************/

.TabRow
{
	margin: 2px 2px 0px 5px;
	padding-top:1px;
	display:table-cell;
   vertical-align: bottom;
	width:95%;

	/* border: 1px solid gray;*/
}

.TabBookTopThinLine
{
  font-size:0pt;
  height:5px;
  background-color: #f41313;
  /*
  height:12px;
  background-color:white;
  background-image: url(images/WizardThinLineFade.gif);
  background-repeat: repeat-x;
  background-position: top;
  */
}

.PropertyTab {
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;	
	cursor: pointer;
	background-color: #f0f0f0;
	background-image: url(images/gradient8.gif);
	background-repeat: repeat-x;
	text-align: left;
	/*display: table-cell;*/
	padding: 2px 10px 0px 10px;
	color: #4f4f4f;
	font-weight: normal;
	vertical-align: bottom;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-left: 1px;
	margin-right:1px;

	
}

.PropertyTabSelected {
	border-right: 1px solid #e22028;
	border-top: 1px solid #e22028;
	border-left: 1px solid #e22028;
	border-bottom: 1px solid #e22028;
	font-weight: normal;	
	cursor: default;	  
	/*display: table-cell;	*/
	background-color: #f41313;
	background-image: url(images/gradient9.png);
	background-repeat: repeat-x;
	text-align: left;	
	padding: 2px 10px 0px 10px;
	font-weight: bolder;
	vertical-align: bottom;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-left: 1px;
	margin-right:1px;
	color: white;

	
	
}



/*************************  roundy box *********************************/
.RoundyBoxTable
{
 
  width:90%;
  margin-left:0%;
  margin-right:0;	
  margin-top: 0px;
  
}

.RoundyBoxCell0
{
  width:40px;
  overflow:hidden;
  background-image:url(images/roundRect1.png);
  background-position:0px 0px;
  background-repeat:no-repeat;
}

.RoundyBoxCellContent
{
  padding-top:3em;
  color:white;
  overflow:hidden;
  background-image:url(images/roundRect1.png);
  background-position:-40px 0px;
  background-repeat:no-repeat;  
}

.RoundyBoxCell1
{
  width:40px;
  overflow:hidden;
  background-image:url(images/roundRect1.png);
  background-position:top right;
  background-repeat:no-repeat;
}

.RoundyBoxCell2
{
  height:50px;
  width:40px;
  overflow:hidden;
  background-image:url(images/roundRect1.png);
  background-position:0% 100%;
  background-repeat:no-repeat;  
}

.RoundyBoxCell3
{
  height:50px;
  width:40px;
  overflow:hidden;
  background-image:url(images/roundRect1.png);
  background-position:100% 100%;
  background-repeat:no-repeat;
}

