/* Stylesheet for TAWP */

/* HTML elements */
body {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

a {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Named Divs */
#demoBox {
	top: 4px;
	left: 4px;
	width: 260px;
	height: 150px;
	z-index: 50;
	position: absolute;
}

#wrapper {
	width: 808px;
	margin: 0 auto;
	position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: #ffffff;
}

#headerBox {
	text-align: center;
	border-style: solid;
	border-width: 4px 4px 0px 4px;
}

#headerTxtBox {
	top: 40px;
	left: 300px;
	text-align: center;
	position: absolute;
}

.headerTxt1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.headerTxt2 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.headerTxt3 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#headerBeneathBox {
	height: 29px;
	border-style: solid;
	border-width: 4px 4px 0px 4px;
}

#boxShout {
	width: 561px;
	height: 27px;
	border: 1px solid #797979;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#boxElectionDate {
	width: 221px;
	height: 27px;
	border: 1px solid #797979;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 27px;
	float: right;
}

#boxContentBorder {
	border-style: solid;
	border-width: 4px;
/*	overflow: auto;		*/
}

#boxContent {
	width: 798px;
	min-height: 550px;
	border: 1px solid #797979;
	position: relative;
/*	overflow: auto;		*/
}

#panel1 {
	float: left;
	width: 562px;
	margin: 10px 0px 0px 10px;
	text-align: left;
}

#panel2 {
	float: right;
	width: 206px;
	margin-top: 10px;
	padding-right: 10px;
/*	left: 582px;		*/
/*	position: absolute;	*/
}

#pappu {
	width: 48px;
	left: 793px;
	position: absolute;
}

#footerBox {
	width: 798px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	clear: both;
	margin: 0 auto;
}

#footerBox a {
	text-decoration: none;
}

#footerBox a:hover {
	text-decoration: underline;
}

#copyrightBox {
	width: 700px;
	min-height: 25px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	border: 1px solid #8a8a8a;
	background-color: #ffffff;
	margin: 0px auto 10px auto;
}

#bodyWrapperBox {
      border: #b6b6b6 5px solid;
}

#bodyBox {
      border: #797979 1px solid;
	background: #fff url(../grfx/back.body.panel.gif) repeat-x;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}

#errMessage {
	color: #ff0000;
}

.welcomeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #004A80;
}

.txtBoxYellow {
  	color: #9a9696;
  	font-family: Verdana, Helvetica, sans-serif;
  	font-size: 10px;
	border: 1px solid #989797;
	padding: 0 0 0 4px;
	background-color: #f7f8d4;
	height: 18px;
	line-height: 18px;
	margin-bottom: 2px;
}

.txtBoxWhite {
	color: #9a9696;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #989797;
	padding: 0 0 0 4px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 2px;
}

.boxHeading {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.txtEvent {
	font-size: 9px;
	color: #9B9B9B;
}

.txtUpcomingEvent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #9B9B9B;
}

/* Form validation */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
}

#logoCloud{
	background:url(../grfx/signUpCampaignCloudIcon.png) no-repeat top right;
	width:122px;
	height:126px;
	position:absolute;
	left: 860px;
	top: 18px; display:block;
}
#logoCloud a{
	width:122px;
	height:126px;
	display:block;
}