

/* ###dp_constants var="NAME"### OFFICIAL STYLING */
 
.headline  		{ 	color : #000000 ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ;
    				line-height: 140% ;
    				font-weight: bold ;		} 
    				  
.subhead  		{ 	color : #A8874E ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 11px ;
    				line-height: 180% ;
    				font-weight: bold ;		}
  
.text 			{ 	color : #000000 ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 10px ;
    				line-height: 180% ;		}
    				
.textgrey		{ 	color : #999999 ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 10px ;
    				line-height: 180% ;		}
    				
.textwhite		{ 	color : #ffffff ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 10px ;
    				line-height: 180% ;		}
    				 
.footer   		{ 	color : #999999 ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 9px ;
    				line-height: 130% ;		}
    
    
    
    
/* LINK STYLING */
 
                  
a       			{ 	color: #FF1A00;
    					font-size : 9px ;
                  		text-decoration: underline ;}
                  
a:hover       		{ 	color: #C11805;
    					font-size : 9px ;
                  		text-decoration: underline ;}
 
a:visited  			{ 	color: #FF1A00;
    					font-size : 9px ;
                  		text-decoration: underline ;}
                  		
                  		
.navlinks       	{ 	color: #FFFFFF;
    					font-size : 9px ;
                  		text-decoration: underline ;}
                  
.navlinks:hover     { 	color: #e4e4e4;
    					font-size : 9px ;
                  		text-decoration: underline ;}
 
.navlinks:visited  	{ 	color: #FFFFFF;
    					font-size : 9px ;
                  		text-decoration: underline ;}
                  	
                  	

.biglinks:link      	{ 	color: #FF1A00;
						font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
						font-size : 12px ;
    					line-height: 140% ;	
                  		text-decoration: underline ;	}
                  
.biglinks:hover     	{ 	color: #C11805; 
                  		font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
                  		font-size : 12px ;
    					line-height: 140% ;	
                  		text-decoration: underline ;	}
 
.biglinks:visited  	{ 	color: #FF1A00; 
                  		font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
                  		font-size : 12px ;
    					line-height: 140% ;
                  		text-decoration: underline ;	} 
 
 
 
 
 

/* GENERIC STYLING */
 
body   			{ 	background : #ffffff ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 8px ;
    				line-height: 180% ;
    				margin-top : 0px ;
    				margin-bottom : 0px ;
    				margin-left : 0px ;
    				margin-right : 0px ; }
 
b, strong  		{ 	font-weight : bold ; }
 
cite   			{ 	font-style : normal ; }
 
i, em   		{ 	font-style : italic ; }
 
u   			{ 	text-decoration : underline ; }
 
h1   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 20px ;
    				margin-bottom : 5px ; }
 
h2   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 18px ; }
 
h3   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 15px ; }
 
h4   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ; }
 
h5   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ;
    				margin-left : 10px ; }
 
h6   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ;
    				margin-left : 20px ; }
 
code   			{ 	font-family : Courier, Courier New, fixed-width, monospace ;
    				font-size : 9px ; }
 
pre   			{ 	font-family : Courier, Courier New, fixed-width, monospace ;
    				font-size : 9px ;
    				line-height : 140% ; }
 
td   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 12px ; }
 
input, select, textarea 	{  	font-family : Arial, Helvetica, sans-serif ;
    							font-size : 11px ;
    							margin-top : 3px ;
    							margin-bottom : 3px ;
    							color : #000000 ; }
 
 
 
 /* TABLE STYLING */
 
.regularcell		{	background : #f6f6f6 ; }

.todaycell			{	background : #EED6AC ;
 						color : #000000 ; }
 					
.yesterdaycell		{	background : #DAB676 ;
 						color : #000000 ; }
 					
.thismonthcell		{	background : #F5D5D1 ;
 						color : #000000 ; } 
 
.lastmonthcell		{	background : #F6BBB4 ;
 						color : #000000 ; }
 					
.todayheadcell		{	background : #B58A3E ;
 						color : #000000 ; }
 					
.yesterdayheadcell	{	background : #855E18 ;
 						color : #000000 ; }
 					
.thismonthheadcell	{	background : #BA7E76 ;
 						color : #000000 ; } 
 
.lastmonthheadcell	{	background : #905C56 ;
 						color : #000000 ; }
 					
.managedcell		{	background : #CDD9FF ;
 						color : #000000 ; }
 					
.dnscell			{	background : #9CAEE8 ;
 						color : #000000 ; }
 					
.managedheadcell	{	background : #6B80C4 ;
 						color : #ffffff ; }
 					
.dnsheadcell		{	background : #3E5499 ;
 						color : #ffffff ; }

.titlecell			{	background : #FF1A00 ;
						color : #FFFFFF ;
						font-weight : bold; }

.subtitlecell		{	background : #BABABA ;
						color : #000000 ;
						font-weight : bold ; }

.footercell			{	background : #BABABA ;
						color : #000000 ; }

.tableborder		{	background : #e0e0e0 ; }
