.hotd
{
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #666666;
}



  BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	color: #999999;
}


H1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #333333;
	FONT-SIZE: medium;
	font-weight: lighter;
}

H2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #333333;
	FONT-SIZE: small;
	font-weight: lighter;
	vertical-align: bottom;
	margin: 8px;
}

H4 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #0066CC;
	FONT-SIZE: x-small;
	font-weight: normal;
	vertical-align: bottom;
	margin: 8px;
}






.toggle{
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.DivStandard
{
	margin-left: 30px;
}

.DGSmallDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #0099FF;
}

.DGLargeTextInDiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
 
 .buttons {
/*	BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BACKGROUND-COLOR: #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: xx-small;
	BORDER-TOP: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	color: #FFFFFF; */
}
.textboxes {
	border: 1px solid #CCCCCC;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.radiobuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.listboxes {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


TD {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: xx-small;
	font-smooth:always;
}

.dropdownlists{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	color: #999999;
}

.rfv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.labels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

.LblSectionHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.LblPageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}

a {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.datagrids{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#datagriditems{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0099;
}
 /*this is what we want the div to look like    when it is not showing*/

  div.loading-invisible{
	 /*make invisible*/
	   display:none;  }
	 /*this is what we want the div to look like    when it IS showing*/
  div.loading-visible{
	  /*make visible*/
		 display:block;
	  /*position it 200px down the screen*/
		  position:absolute;    top:200px;    left:0;    width:100%;    text-align:center;
	  /*in supporting browsers, make it      a little transparent*/

		background:#fff;    opacity:.75;    border-top:0px solid #ddd;    border-bottom:0px solid #ddd;  }
		
.DivWithoutShowHide{
	border: 10px solid #FFFF99;
}	

.finance{
	color: #0066FF;
}

.finance_tasks{
	color: #00CCFF;
	font-size: xx-small;
}

.marketing{
	color: #009933;
}

.marketing_tasks{
	color: #00CC33;
	font-size: xx-small;
}	

.Operations{
	color: #CC33CC;
}	

.Operations_tasks{
	color: #CC66CC;
	font-size: xx-small;
}	
