﻿html 
{
	background-image: url("images/bknd_sbs_callout.gif");
	/*background-color:silver;*/
}

BODY
{
	font-size: medium;
	font-family: Sans-Serif, Arial;
        width: 60%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: white;
	border-radius: 15px;
}

TD
{	
	font-size: medium;
	font-family: Sans-Serif, Arial;
}

P
{    
	font-family: Sans-Serif, Arial;
	font-size: medium;
	font-weight: normal;
}

B
{    
	font-family: Sans-Serif, Arial;
	font-size: medium;
	font-weight: bold;
}

A:link	
{
	font-family: Sans-Serif, Arial;
	text-decoration: underline;
	font-weight:bold;
	color: Navy;
}	
		
A:visited	
{
	font-family: Sans-Serif, Arial;
	font-weight: bolder;
	text-decoration: underline;
	color: Navy;
}	
		
A:active	
{
	font-family: Sans-Serif, Arial;
	text-decoration: none;
}	
		
A:hover	
{
	font-family: Sans-Serif, Arial;
}

HR
{
    	width: 100%;
    	height: 2px;
    	background-color:#E6E6E6;
    	border-color: Gray;
}  
	
.BallotDescription
{
	font-weight: bold;
	font-size: large;
	color: Black;
	font-family: Sans-Serif, Arial;
}

.NASBallotHeadings
{
	font-weight: bold;
	font-size: medium;
	color: Black;
	font-family: Sans-Serif, Arial;
}

.errorText
{
	font-family: Sans-Serif, Arial;
    	font-size: medium;
    	font-weight: bolder;
    	color: Red;
}

/*The following class should be used in a Datagrid's declaration tag. 
 *i.e. <asp:datagrid CssClass="grid">*/
.grid
{
}

/*The following classes should be used in a Datagrid's <HeaderStyle> tag. 
 *i.e. <HEADERSTYLE CssClass="gridHeader" ForeColor="White">*/
.gridHeader
{
	font-weight: bold;
	font-size: medium;
	vertical-align: bottom;
	color: White;
	font-family: Sans-Serif, Arial;
	background-color: Navy;
	text-align: left;
}

/*The following class should be used in a Datagrid's <ItemStyle> tag. 
 *i.e. <ITEMSTYLE CssClass="baseRow"></ITEMSTYLE>*/
.baseRow
{
	font-size: medium;
    	font-family: Sans-Serif, Arial;
	color: Black;
	background-color: White;
	text-align: left;
	vertical-align: top;
}

/*The following classes should be used in a Datagrid's <AlternatingItemStyle> tag. 
 *i.e. <ALTERNATINGITEMSTYLE CssClass="alternatingRow_blue">*/
.alternatingRow
{
	font-size: medium;
	font-family: Sans-Serif, Arial;
	color: Black;
	background-color: Silver;
	text-align: left;
	vertical-align: top;
}

/*use this lower case buttons style for buttons on the pages except the bio buttons 	
 *(see upper case Buttons style below)*/	
.stepbuttons {
  	color: black;
  	background: goldenrod;
  	font-weight: bold;
  	border: 1px solid darkgoldenrod;
  	font-size: medium;
	font-family: Sans-Serif, Arial;
  	border-radius: 2px;
}
 
.stepbuttons:hover {
  	color: brown;
  	background: palegoldenrod;
  	border: 1px solid darkgoldenrod;
  	font-size: medium;
	font-family: Sans-Serif, Arial;
  	border-radius: 2px;
}

/*use below for the bio buttons on the ballot page and the update button on the biopage
 */
.Buttons
{
  	color: Navy;
  	background: white;
	font-weight: bold;
  	text-decoration: underline;
  	font-size: medium;
	font-family: Sans-Serif, Arial;
  	border: none;
}

.textbox
{
	font-size: medium;
    	font-family: Sans-Serif, Arial;
}

.TimeoutPanel
{
   	text-align: center;
   	border: solid 2px black;
   	background-color: #e87d1e;
}

.TimeoutBackground
{
   	background-color: Silver;  
}

.biocheckbox
{
    	width: auto;
    	height: auto;
}

.surveyradios
{
    	width: auto;
    	height: auto;
}

.centereddiv
{
    	width: 300px;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
    	/*background-image: url("images/bknd_sbs_callout.gif");*/
	background-color: silver;
	border-radius: 15px;
    	text-align:center;
}