/* Default CSS Stylesheet for a new Web Application project */
INPUT.btn
{
    background-color:#DEDFDE;
    color:#6B696B;
    font-weight:bold;
    BORDER-BOTTOM: #A5A6AD/*#A0261C*/ 1px solid;
    BORDER-TOP: #A5A6AD/*#A0261C*/ 1px solid;
    BORDER-LEFT: #A5A6AD/*#A0261C*/ 1px solid;
    BORDER-RIGHT: #A5A6AD/*#A0261C*/ 1px solid;
}
/*-------------------------CLASSES---------------------*/

/*style for page titles*/
.pageTitle
{
	font-weight: bold;
	font-size: 14px;	
	text-align: center;
	vertical-align:middle ;
}

/*---Sections Style---------*/

/*style for section background*/
.sectionBackGround
{
	background-color: #FFFFFF;/*#F1F1F1;/*#FAF1DF;*/
	color: #A4A5A9;
}

/*style for heading of sections*/
.sectionTitle
{
	font-size: 11px;/*13px;*/
	font-weight: bold;
	color: #FFFFFF;/*#890300;*//*white;*/
	background-color: #316AAA; /*#909090;*/
	text-align: left;
	text-indent:20px;
}
/*--------------------------------*/


/*---Table Style---------*/

/*Text used in cells of tables*/
.tableText
{
	font-size: 11px;
	color: #5C5469; /*#A4A5A9;*/
	/*font-weight: bold;*/
}
/*Border color of tables*/
.tableBorder
{
	border-right: #A4A5A9/*#ccccff*/ thin solid;
	border-top: #A4A5A9/*#ccccff*/ thin solid;
	border-left: #A4A5A9/*#ccccff*/ thin solid;
	border-bottom: #A4A5A9/*#ccccff*/ thin solid;
	border-width: 1px;
}

.completeSection
{
	background-color: #ffffff; /*#FFFFFF;*/
	border-color: #E8E8E8;/*#F2DCCA;*/
	border-width:0px;
	border-style:solid;
	border-collapse:separate;
	font-size: 13px;
	color: #890300;
}

/*Simulation Sections*/
.SimulationSection
{
	/*background-color: #FFFFFF;/*#F1F1F1;/*#F2E6CE;*/
	font-size: 12px;
	color: #890300;
}

/*Text*/
.text
{
	color: #A4A5A9;
	font-size: 11px;
}

/*column names of tables*/
.columnTitle
{
	font-weight: bold;

	color: #D9282E; /*#890300;*/
	background-color: #9CAABD; /*#CFCFCF;/*#646569;*//*lightsteelblue;*/
	text-align: center;
}

/*background color of alternating units of the same list*/
.unitSeperatorColor
{
	background-color: #DFDFDF;/*#A4A5A9;*//*#CCCCFF;*/
	color: #646569;/*#890300;*/
	font-size: 11px;
}
.unitColor
{
	background-color: #F1F1F1;/*#A4A5A9;*//*#DDDDF9;*/
	color:#646569;
	font-size: 11px;
}
/* line color between seats of the same unit*/
.seatSeperatorColor
{
	
}
/*--------------------------------*/

/*---Other Styles---------*/

/*Text used to display instruction in the page*/
.instructionsText
{

	font-size: 9px;
	color: #A4A5A9;/*#890300;#ff0000;*/
}
/*Text used in cells as labels*/
.labelText
{
	font-weight: bold;

	font-size: 11px;
	color: #890300;
}
/*Box used in Instructions*/
.box
{
	BORDER-RIGHT: 1px solid #A4A5A9; 
	BORDER-TOP: 1px solid #A4A5A9;
	BORDER-LEFT: 1px solid #A4A5A9;
	BORDER-BOTTOM: 1px solid #A4A5A9;

	font-size: 11px;
	color: #A4A5A9;
}
.helpBox
{
	background-color:#E7E7F7;  /*#F2E6CE;*/
	BORDER-RIGHT: #890300/*#A0261C*/ 1px solid; 
	BORDER-TOP: #890300/*#A0261C*/ 1px solid;
	BORDER-LEFT: #890300/*#A0261C*/ 1px solid;
	BORDER-BOTTOM: #890300/*#A0261C*/ 1px solid;
	border-collapse:separate;

	font-size: 11px;
}

.seperatorCell
{
	background-color: #336699; /*Not changed to the new colors*/
}

.disclaimer
{
	background-color: #F1F1F1; /*#F1F1F1;*/
/*Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color:#A4A5A8;/*#333333;*/
	padding: 3px;
}
.copyRight
{
/*Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10;
	color: #A4A5A9;
}

.flatTextBox
{
	
	BACKGROUND-COLOR: transparent;
	BORDER-RIGHT: #890300/*#A0261C*/ 1px solid; 
	BORDER-TOP: #890300/*#A0261C*/ 1px solid;
	BORDER-LEFT: #890300/*#A0261C*/ 1px solid;
	BORDER-BOTTOM: #890300/*#A0261C*/ 1px solid;
	border-style:Dotted;

	font-size: 11px;
	color: #999999;/*#CCCCCC;*/
	height: 18px;
	/*width: 100%;*/
	/*
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
	*/
}

/*Text for the Title*/
.Explorer_Title
{
	font-size: 14px;

	font-weight: bold;
	text-align:center;
	color: #DF9041;
}

/*Text for the the Combo Boxes*/
.textF100 {

	font-size: 11px;
	color: #6B696B;/*#CCCCCC;*/
	background-color: #DEDFDE;
	height: 18px;
	/*width: 100%;*/
	border: 1px solid #E0E0E1;
}
/*--------------------------------*/


/*---------------Menu Items----------*/
.mainDIV
{
    background-color:#DEDEDE;
}


/*-------------CallOut popup------------*/
.seatsCallOut
{
    color:#000000;
    font-size:12px;    
    /*background-color:#F1F1F1; F5C665;*/
    text-align:-moz-center;
    vertical-align:middle;    
}
.seatsCallOutWrapper
{
   
/*overflow:scroll;
    height:400px ;*/
    width:275px;
    
    text-align:-moz-center;
    vertical-align:middle;
    background-color:#ffffff;
    /*background-image: url("/KenticoCMS/CMSTemplates/elections09/Maps/images/callout2.gif");   */
}
.seatCallOutText
{

    text-align:-moz-center;
    vertical-align:middle;
    color:#000000;
    font-size:12px;     
}
.seatCallOutTitle
{
    background-color:#00377A;
    color:White;
     text-align:center;
}
.seatCallOutCellHeader
{
    background-color:#9CA9BA;
    color:White;
    text-align:center;
}
.seatCallOutCell
{
    background-color:#808080;
    color:White;   
    padding-left:5px;
    padding-right:5px;
     text-align:center;
}

.dynamicPopulate_Updating
{
   vertical-align:middle;
   background-image: url("/KenticoCMS/CMSTemplates/elections09/Maps/images/loading.gif");
   width:35px;
   height:35px;
}
