/*
AUTHOR:			Justin Whiting, James Li
EMAIL:			justin.whiting@cgiusa.com, James.Li@cgiusa.com
COMPANY:		CGI
CLIENT:			New York State Department of Public Service
APPLICATION:	ETS2
FILENAME:		ets2.css
DATE:			
PURPOSE:		This StyleSheet(.CSS) file is used to set the display properties of
				every cold fusion template in the NYS-DPS ETS2 application.
ATTRIBUTES:		
	Params passed into this page:
	Params passed into next page:
USAGE NOTES:	
MODIFICATION LOG:
DATE	AUTHOR			MODIFICATION
----	--------------	----------------------------------------------------    

*/


/* Body of entire page */
body {
	margin-top:0;
	margin-right:0;
	margin-left:0;
	vertical-align:top;
	font-family: Arial, serif;
	font-size: 12pt;
	background-Color: #CCFFFF;
	SCROLLBAR-ARROW-COLOR:#ffffff; 
	scrollbar-highlight-color:#fafaff; 
	scrollbar-face-color:#38a8e8
	}

/********************************************/
/**********       HTML tags       ***********/
/********************************************/
	
h2 { 				font-size: 14pt; }

h3 { 				font-size: 12pt; }

h4 {				margin: .1em .3em; }

p {					margin-bottom: .3em; }

th {
	font-weight: bold; 
	text-align: left;
	background-color: #ffcc66;
	}
	
/* same as th but with aligned center instead of left    */
.th_centered {
	font-weight: bold; 
	text-align: center;
	background-color: #ffcc66;
	}

address { 			font-size: 9pt; }



/********************************************/
/***********       Tables          **********/
/********************************************/

.navcell { 			background-Color: #FFCC66; }

.navlink { 			margin-left: 7px; }

.navcellleft {	}
	
.nav {
	background-Color: #FFEAD4;
	width: 130px;
	border: 1px #000000 solid;
	font-size: 10pt;
	}

.subnav {
	background-Color: #B0D7E4;
	border: 1px #000000 solid;
	font-size: 9pt;
	}

.labelCell { 		background-Color: #ffcc66;	}
	
.inputTableBG {		background-Color: #086594;	}

.contentBody { 		background-Color: #ffffff; }
	
.contentcell { 		background-Color: #e8f3f7; }

.footercell { 		background-Color: #ffffff; }

.labelbld {
	font-size: 10pt;
	font-weight: bold;
	background-Color: #ffcc66;
	text-align: center;
	}

	
.celldef {			background-Color: #ffcc66; }
	
.desccelleven {		background-Color: #E1E2EB; 	text-align: center;}
	
.desccellodd {		background-Color: #EDEEF5; text-align: center;}

.desccelllink {		background-Color: #D5E9EF;}

/* New, 4-18-2011 */
.descCellPlainLeft  {	background-Color: #FFFFFF; text-align: left; }
.descCellPlainRight {	background-Color: #FFFFFF; text-align: right; }

/*new, 12/8/2011 added by Keith */
.qresults{
	border:3px;
	border-color:#FFF;
	background-color:#000000;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	border-style:outset;
	border-spacing:1px;
	text-align:center;
}

.bldlable{
	font-size: 10pt;
	font-weight: bold;
	}

/********************************************/
/************      Text       ***************/
/********************************************/

.descr { 			font-size: 9pt; }

.BannerLink {
	font-size: 10pt;
	font-weight: bold;
	color:#E8EDFF;
	text-align: left;
	text-decoration: none;
	}

.BannerLink:hover {
	font-size: 10pt;
	font-weight:bold;
	font-style:italic;
	color: #FF0;
	background-color: #0F6ADB;
	text-align: left;
	}

/* New, 4-18-2011 */
.cellTextSmall {	font-size:smaller; }

/* New, 12-8-2011 by Keith */
.descrlft{
	font-size: 9pt;
	text-align:left;
}

/************    obsolete, or, didn't work      *****************/
/* added by James Li to align all text to the top to the table cell , following code did not work
td {
	verticle-align: top; 
	text-align: top; 
	align: top; 
	v-align: top;
	}
*/


/* This code sets the scroll bars dark blue under IE
	scrollbar-base-color: #336699; 
	scrollbar-arrow-color: #003366; 
*/

