body {
padding:0;
margin:0;
font-family: Helvetica, 'Trebuchet MS', sans-serif;
font-size:10pt;

}

.HeaderContainer {
  background-color:black;
  background-image:url(images/gradient-back-website-2.png);
  background-repeat:repeat-x;
}

.LinkBar {
  background-color:transparent;
  background-image:url(images/link-bar-back.png);
  background-repeat:repeat-x;
  width: 100%;
  height:32px;
  background-position: top left;
  color:white;
  font-family: Helvetica, 'Trebuchet MS', sans-serif;
 
}



.MegaMenu {
  background-color:black;
  background-image:url(images/gradient-back-website-3.png);
  background-repeat:repeat-x;
  width:99.5%;
  position:absolute;
  color:white;
  height:120px;
  left:0;
  top:0;
  padding:5px;
  margin:0;
  overflow:hidden;
 /* opacity:0;*/
 display:none;
  
}


img {
  vertical-align:middle;
}

.ActionLink {
  color:white;
  text-decoration: none;
  background-image: url(images/pointer-arrow-right.png);
  background-repeat:no-repeat;
  background-position:left;
  padding-left: 25px;
}

.MegaMenuTable {
  margin-left: 15px;
  margin-top: 2em;
}

.MegaMenuTable * td {
  padding-right: 55px;
  
}

.ContentPageContainer {
  background-image:url(images/content-page-back.png);
  background-repeat:repeat-y;
  
}

.ActionLinkHover {
  //background-color:#676767;
}





p, td, h2, h3, h4, li, div
{
	color: #343434;
}

.DarkText
{
	color:#232323;
}

a
{
   color: blue;
}

a:visited
{
   color: gray;
}

/* 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: #343434;
	padding-left: 3px;
	padding-right:25px;
}

.DataTable * th
{
	border-bottom: 2px solid gray;
	color: #343434;
	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;
	
}


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;
}


