@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
body,html{
	margin:0px auto;
	padding: 0;
	background: url(../../images/bck.jpg)
}
/*Portal Body*/
.tableMain{
	margin: 0px auto;
	padding: 0;
	width:780px;
	/*background-color:#cccccc;*/
}
.noBorder {
	border-width: 0;
}

/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/
	 margin: 0 auto;                                                                                                                                      /**/
	 padding: 0;                                                                                                                                          /**/
	 background-color:#D8D2C6                                                                                                                            /**/
	 color:#fff;
	 font-family:Verdana, Arial, Helvetica, sans-serif;                                                                                                                                      /**/
	 font-size:14px;                                                                                                                                      /**/
	 font-weight:700;                                                                                                                                     /**/
	 height:22px;                                                                                                                                         /**/
	 line-height:22px;                                                                                                                                    /**/
	 width:780px;                                                                                                                                         /**/
}  
                                                                                                                                                    /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
 display:block;                                                                                                                                        /**/	
	cursor: pointer;                                                                                                                                      /**/
	background-color: #D8D2C6;                                                                                                                            /**/
	padding: 0.1em 0.75em;                                                                                                                                /**/
	color: #fff;                                                                                                                                          /**/
	text-decoration: none;                                                                                                                                /**/
}    

                                                                                                                                                  /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #CCC;*/                                                                                                                           /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Menu items that have mouse over or focus have a blue background and white text                                                                        */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/
	background-color: #D8D2C6                                                                                                                            /**/
	color: #FFF;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text                                              */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible                  /**/
{                                                                                                                                                      /**/
	background-color: #fff;                                                                                                                            /**/
	color: #999;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/********************************************************************************************************************************************************/
/*This applies to the survey answer only "the page where votes are taken" */
.SurveyMain{
 margin:0 auto !important;
 width:912px;
 background-color:#ffffff;
}
.Surveysub{
 margin:20px auto !important;
	padding-left:10px;
	padding-right:10px;
 width:500px;
}

/* ColumnBody is the container for all other columns ****************************/
.columnBody{
  margin: 0;
  padding: 0;
}

/* ColumnAlt is used for pages that only have two columns e.g. FAQ's ****************************/
.columnAlt{
 margin: 0 5px 0 0;
 padding: 0;	
 width:100%; 
}
.columnLeft{
	margin: 0px;
	padding: 0px; 
	width:172px;	
}
.columnCenter{
  margin: 0 ;
  padding: 0px;
  width:384px; 
	text-align:justify;
	z-index:0;
}
.columnRight{
  margin: 0 !important;
  padding: 0px ;
  width:224px;
}
/*Header for navigation and content box headers*/
.ContainerHeader{
	margin:0 ;
	padding:0;
	color:#ffffff;
	background-color:#BFBAA6;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-weight:800;
	font-size:14px;	
	text-align:center;
	width:100%;
	line-height:22px;
	height:22px;
}

.ContainerHeader a:active     { color: #ffffff; text-decoration:none;}  
.ContainerHeader a:link       { color: #ffffff; text-decoration:none;} 
.ContainerHeader a:visited    { color: #ffffff; text-decoration:none;} 
.ContainerHeader a:hover      { color: #000000; text-decoration:none; }

/*Content Box settings*/
.Container{
	margin:0 ;
	padding: 0 1px;
	width:100%;
	border-left-style:solid;
	border-left-color:#999;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:1px;
}

.Container p{
	padding:0 5px;
	margin:0;	
} 

/* two colum banner settings*/
.pageChange {
  margin:0;
  padding:0;
	width:100%;
  color:#FFFFFF;
  background-color:#999;
  border-top-style:solid;
	border-top-color:#FFFFFF;
	 border-top-width:1px;
}
.SurveyTitle{
	margin:0;
	padding:0;
	background-color:#D8D2C6;
	color:#FFFFFF;
}
.pageChange a:active     { color: #ffffff; text-decoration:none;}  
.pageChange a:link       { color: #ffffff; text-decoration:none;} 
.pageChange a:visited    { color: #ffffff; text-decoration:none;} 
.pageChange a:hover      { color:#fff; }

.faq {
  margin:0;
  padding:0;
	
}

.faq a:active     { color: #000000;; text-decoration:none;}  
.faq a:link       { color: #000000; text-decoration:none;} 
.faq a:visited    { color: #000000; text-decoration:none;} 
.faq a:hover      { color:#fff; }
 

/*alternating row color settings for survey and faq pages*/ 
.rowcolor1{
  background-color:#8AA0AE;
	color:#000000;
}
.rowcolor2{
  background-color:#BFBAA6;
	color:#000000;
} 
/*************************************************** DO NOT EDIT ******************************/

 .NoCookies{
  margin:0;
  padding:0 30px;;
}
.NoCookies p{
  font-family:"Times New Roman", Times, serif;
  color:#FFFFFF;
  font-size:18px;
  text-align:left;
}
 
 