BODY { font-size: 10pt; font-family: Verdana, Arial, Helvetica; }
TD { font-size: 10pt; font-family: Verdana, Arial, Helvetica;}
P { font-size: 10pt; font-family: Verdana, Arial, Helvetica; }
SPAN { font-size: 10pt; font-family: Verdana, Arial, Helvetica; }

select {
  border: 1px solid #aaadb2;
  background: white;
  color: black;
  font-size: 8pt;
  padding: 2px 5px;
}

.tdborder1 {
	border-color: #73787c #73787c #73787c #73787c; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.tdborder2 {
	background-color: #e4e5e7;
	font-weight: bold;
}

.tdFront { font-size: 12pt; color:whitesmoke; font-weight: bold; }
.tdHdr { font-size: 12pt; color: #484d53; font-weight: bold;}
.tdSmall { font-size: 8pt; color: #484d53; font-weight: normal; }

.font14whilesmokebold{
  font-size: 14pt; 
  font-weight: bold;
  color:whitesmoke;
}

.font12whilesmokebold{
  font-size: 12pt; 
  font-weight: bold;
  color: whitesmoke;
}

.font12whilesmokeNormal{
  font-size: 12pt; 
  font-weight: normal;
  color: whitesmoke;
}

.font10BorderNormal{
  background-color: #e4e5e7;
  font-size: 8pt; 
  font-weight: normal;
  color: #484d53;
}

.font10BorderBold{
  background-color: #e4e5e7;
  font-size: 8pt; 
  font-weight: bold;
  color: #484d53;
}

.font10BorderBoldWhite{
  border: 1px solid #aaadb2;
  font-size: 10pt; 
  font-weight: bold;
  color: whitesmoke;
}

.font10whilesmoke{
  font-size: 10pt; 
  font-weight: normal;
  color: whitesmoke;
}

.font10colorbar{
  font-size: 10pt; 
  font-weight: normal;
  color: #e0fefe;
}


.fontBold{
  font-weight: bold;
  color: #484d53;
}

.fontItalic {
	font-size: 10pt; 
	font-weight: normal;
	font-style : italic;
	color: #484d53;
}


.groupsHeader {
  border: 1px solid whitesmoke;
  font-size: 10pt;
  background-color: #484d53;
  color: whitesmoke;
}

.altRow{
  background-color: #d3d4d8;
}

.altRow2{
  background-color: #e4e5e7;
}

.tdTextBig { 
	font-size: 12pt;
	font-weight: bold;
	color: #484d53; 
}

.tdlabels {
	font-weight : bold;
	font-size : 8pt;
	color: whitesmoke;
}

.tdTitle {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: right;
}	

.tdTitle2 {
	font-size: 14pt;
	font-weight: bold;
	color: white;
	text-align: center;
}	

.tdwait {
	font-size: 20pt;
	font-weight: bold;
	text-align : center;
	color: whitesmoke;
}

A { font-weight: bold; color: #484d53; text-decoration: none}
A:active { color: #484d53; text-decoration: none }
A:visited {color: #484d53; text-decoration: none}
A:hover { color: #818890; text-decoration: none }

.perif {
	list-style-type: none;
	padding-left: 5px;
	margin: 30px 0;
}

.libullet {
	transition: all 500ms;
	width: 80%;
	background: #8a9ebd;
	margin: 8px 0;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 2px 2px 3px #484D53;
	-webkit-box-shadow: 2px 2px 3px #484D53;
	-moz-box-shadow: 2px 2px 3px #484D53;
	cursor: pointer;
}

.libullet:hover {
	transition: all 500ms;
	background: #818890;
	margin: 8px 0;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 2px 2px 3px #484D53;
	-webkit-box-shadow: 2px 2px 3px #484D53;
	-moz-box-shadow: 2px 2px 3px #484D53;
}

.libullet:hover a {
	color: #efefef;
}

.sublibullet {
	transition: all 700ms;
	width: 80%;
	background: #8a9ebd;
	margin: 8px 0;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 2px 2px 3px #484D53;
	-webkit-box-shadow: 2px 2px 3px #484D53;
	-moz-box-shadow: 2px 2px 3px #484D53;
	cursor: pointer;
}

.sublibullet:hover {
	transition: all 700ms;
	background: #818890;
	margin: 8px 0;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 2px 2px 3px #484D53;
	-webkit-box-shadow: 2px 2px 3px #484D53;
	-moz-box-shadow: 2px 2px 3px #484D53;
}

.sublibullet:hover a {
	color: #efefef;
}

.libulletPresent {
	font-weight: bold;
	width: 80%;
	background: #7988a5;
	margin: 8px 0 8px 10px;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 2px 3px #484D53;
	-webkit-box-shadow: 3px 2px 3px #484D53;
	-moz-box-shadow: 3px 2px 3px #484D53;
	color: #efefef;
	position: relative;
}

.bgmenu{
	background-image: url("images/menu_frame_pattern.png");
	background-repeat: repeat-x;
}

.bgmenu table {
	position:relative;
	top: -12px;
	border-spacing: 6px 0px;
}

.electionsTitle{
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	color: #335fae;
}	

.unitTitle{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #484d53;
}	

.graphbk{
	background-image: url("images/blue_gradient_pattern.png");
	background-repeat: repeat-x;
	background-color: #035fa7;
}

.graphtop{
	background-color: #001028;
}

.tdHeaderLinks { 
	background: #8a9ebd;
	margin: 8px 0;
    padding: 5px 10px;
	border: medium none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 0 1px 1px #484D53;
	-webkit-box-shadow: 0px 1px 1px #484D53;
	-moz-box-shadow: 0px 1px 1px #484D53;
	font-size: 8pt; 
	color: #efefef; 
	font-weight: normal;
	cursor: pointer;
}

.tdHeaderLinks:hover { 
	background: #484D53;
}

.tdHeaderLinks:hover  a { 
	color: #efefef;
}

.pcentbk{
	background-image: url("images/pcent_pattern.png");
	background-repeat: repeat-x;
}

.shadowbk{
	background-image: url("images/shadowPattern.png");
	background-repeat: repeat-x;
}
