﻿/* DEFAULTS
----------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: #614100;
}

a:link, a:visited, a:active
{
    color: #1155cc;
}

a:hover
{
    color: #1155cc;
    text-decoration: none;
    cursor: pointer;
}

.hlink {
	color: #1155cc;
    text-decoration: none;
    cursor: pointer;
}


/* SPECIFIC TAG IDs
----------------------------------------------------------*/
#map {
	position: absolute;
    top: 69px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 69px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#divDragPanel {
	z-index: 1;
	width: 425px;
	position: absolute;
	top: 75px;
	right: 100px;
}

#divContent {
	width: 420px;
}

#divGAResults {
    height: 190px;
    width: 322px;
    overflow:auto;
    table-layout: fixed;
}

#divMapSimpleMenu {
	z-index: 2;
	width: 180px;
	top: 75px;
	left: 75px;
	position: absolute;
}

#divLegendPanel {
	z-index:2;
	width:300px;
	top:175px;
	left:30px;
	position:absolute;
}

#divPrintMe {
    z-index:2;
    width:250px;
    top:150px;
    left:400px;
    position:fixed;
}

#tc {
	width: 420px;
	height: 680px;
}

#divVoterSearchResults
{
	width: 405px;
	height: 450px;
}

#divOtherSiteLink{
	text-align:center;
	width: 405px;
}

#tblPoliticalContact
{
	margin-left:auto;
	margin-right:auto;
	width:350px;
}
/*voter Detail start*/
#divPollingNote{
	overflow-x: hidden; 
	overflow-y:auto; 
	height:40px;
}
#lblBallotTitle{
	padding-right:2%;
}
#ddlBallot{
	padding-right:2%;
}
/*#sectionShowEarlyVoting{
	text-align:left;
	float:left;
	width:40%;
}*/
/*#sectionShowElectionDayPoll{
	text-align:right;
	float:left;
	width:60%;
}*/
/*#sectionPollingLocationTitle{
	float:left;
	width:85%
}
#sectionImgBackToEarlyPollList{
	display:inline;
}
#sectionCancelToPollButtons{
	display:inline;
}
#sectionPollingPlaceName{
	clear:both;
}*/
#ibCancelToButtons{
	padding-right:3%;
	padding-left:5%;
}
#sectionElectionNoteNote{
	overflow-x: hidden; 
	overflow-y:auto; 
	height:40px;
}
/*Voter details end*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.relative {
    position: relative;
}

.emphasis
{
	text-align:center;
	color:red;
}

table {
	width:100%;
	padding:0px;
	border-spacing:0px;
}

table.border {
	border: 1px solid #614100;
	vertical-align: top;
}

.alternating-item {
    background-color: #e5e7c7;
}

.table-cell-bborder {
	border-bottom: 2px solid #614100;
}

.table-header
{
	background-color: #cdd294;
}

.tableLogo{
	background-image:url('../Images/TitleBackGround.png');
	width: 100%;
	text-align: center;
    padding: 0px;
	margin: 0px;
}

.dragPanel {
	background-color: #cdd294;
	font-size: 10pt;
	border: 1px solid #808080;
}

.dragPanelContent {
	background-color: #f2f0ea;
}

.tabPanelContent
{
	width:345px;
}

.legend {
	height: 370px;
	overflow: auto;
}

.eee {
    background-color: #eee;
}

.imgSimpleMenu {
	width: 55px;
	height: 55px;
	cursor: pointer;
}

.labelTitles{
	color:#614100;
	font-weight:bold;
	font-size:12px;
}

/* ESRI SPECIFIC
----------------------------------------------------------*/
.esriPopup .titlePane {
    color: #cdd294;
    background-color: #505201;
}

.esriPopup .titlePane .title {
    background-color: #505201;
}

.esriPopup .titleButton.close {
    color: #614100;
    background-color: #614100;
    border-radius: 5px;
}

.esriPopup .titleButton.maximize {
    display: none;
}

.dijitTab .tabLabel {
    color: #614100;
}

.VoterSearchList
{
	color:#614100;
	font-size: 12px;
}
.VoterSearchListTitle
{
	font-weight:bold;
	color:#614100;
	font-size: 12px;
}
/* MISCELLANEOUS   
----------------------------------------------------------*/
.cbl {
    /* 
        This is simply a placeholder style to allow layer
        checkboxes to be identified easier on the 
        LayerCheckboxes.ascx page 
    */
}

 .auto-style1
    {
        width: 15px;
        height: 15px;
    }
     .auto-style2
    {
        width: 30px;
        height: 19px;
    }