/********************************************************************************************
 * Project Name: http://www.cdprograms.org/
 * Client Name: Congressional District Programs (CDP)
 * Purpose/Function: CDP page style
 * Developed By: Shohel Anwar
 * Start Date: 28 Feb 2007
 * End Date: 28 Feb 2007
 * Last Modified By:
 * Last Modified On:
 * Reason For Modification:
 * Last Tested On:
 * Last Test Report:
 *********************************************************************************************/

/************************************************/
/* CDP.css										*/
/* Use with	HTML page style						*/
/************************************************/
body {
	background-image: url(../CDPWebImages/CDPFaintBG.gif);
	background-repeat: no-repeat;
}
#Layer1 {
	position:absolute;
	left:365px;
	top:5px;
	width:149px;
	height:108px;
	z-index:1;
}
#CDPSlogan {
	position:absolute;
	left:309px;
	top:101px;
	width:384px;
	height:26px;
	z-index:6;
}
#CDPHeaderText {
	position:absolute;
	left:313px;
	top:8px;
	width:454px;
	height:65px;
	z-index:2;
}
#CDPLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:153px;
	height:122px;
	z-index:3;
}
#DistrictLogo {
	position:absolute;
	left:605px;
	top:332px;
	width:145px;
	height:179px;
	z-index:4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding: 10px;
}
#Date {
	position:absolute;
	left:236px;
	top:196px;
	width:140px;
	height:18px;
	z-index:5;
}
#Layer2 {
	position:absolute;
	left:417px;
	top:218px;
	width:356px;
	height:26px;
	z-index:7;
}
.style1 {font-size: small}
#Date {
	position:absolute;
	left:4px;
	top:154px;
	width:155px;
	height:20px;
	z-index:8;
}
#VertNavBar {
	position:absolute;
	left:408px;
	top:220px;
	width:362px;
	height:18px;
	z-index:9;
}
#DateNavHeader {
	position:absolute;
	left:-3px;
	top:154px;
	width:770px;
	height:20px;
	z-index:10;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.style2 {font-size: medium; }
#Layer3 {
	position:absolute;
	left:301px;
	top:155px;
	width:467px;
	height:23px;
	z-index:11;
}
.style3 {font-size: x-large}
.style4 {font-size: large; }
#Layer4 {
	position:absolute;
	left:604px;
	top:397px;
	width:165px;
	height:188px;
	z-index:12;
}
#Layer5 {
	position:absolute;
	left:-5px;
	top:384px;
	width:162px;
	height:68px;
	z-index:12;
}
.style6 {
	font-family: Calligrapher;
	font-size: 75%;
	color: #FF0000;
}
#LayerSearch {
	position:absolute;
	left:1px;
	top:500px;
	width:140px;
	height:50px;
	z-index:12;
}
.flatControl {
	BORDER-RIGHT: 2px inset; BORDER-TOP: 1px inset; BORDER-LEFT: 1px inset; BORDER-BOTTOM: 2px inset; BACKGROUND-COLOR: rgb(255,255,255)
}
.unsorted
{ 
    background-image: none;
}
.sortedAsc 
{
    background-image: url(../CDPWebImages/icon-arrowdown.gif) ; 
    background-repeat: no-repeat; 
    background-position: right; 
} 
.sortedDesc 
{ 
    background-image: url(../CDPWebImages/icon-arrowup.gif); 
    background-repeat: no-repeat; 
    background-position: right; 
}
.GridViewHeaderStyle {
	background-color:Transparent;
	border-style: solid;
	border-collapse:collapse;	
	border-width: 1px;
	border-Color: #CCCCCC;
	font-weight: bold;
	font-size : 12px;
	height : 22px;
}
.GridViewRowStyle {
	background-color: #F4F6FC;
	margin-left: 10px;
	PADDING-left: 8px; 
}
.GridViewAlternateRowStyle {
	background-color: #F6F6F6 ;
	margin-left: 10px;
	PADDING-left: 8px; 
}
.required {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: red; 
	FONT-FAMILY: Arial, helvetica;
}
.CDPButton
{
	background-color:#EEEEEE;
	
}
