@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
/*Portal Body*/
.tableMain{
	width:948px;
	margin: 0;
    padding: 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
    color:#000000;
	font-size:14px;
}
.portalBody{
	width:100%;
}

/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/                                                                                                                                       /**/
	 width:100%;                                                                                                                      /**/	 
	 background-color:#ffffff;                                                                                                                                    /**/                                                                                                                                     /**/
	 font-weight:bold;                                                                                                                                /**/                                                                                              /**/                                                                                                                                         /**/
	 line-height:28px;
	 padding-left: 25%;                                                                                                                                  /**/ 
	 border-style:solid;
	 border-color:#000000;
	 border-width:1px 1px 1px 1px;                                                                                                                                   /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
	display:block;                                                                                                                                        /**/
	cursor: pointer;                                                                                                                                      /**/                                                                                                                       /**/
	padding: 0em 0.5em 0em .5em;                                                                                                                                /**/
	color: #736c5c;                                                                                                                                          /**/
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;                                                                                                                        /**/
}  
ul.MenuBarHorizontal li                                                                                                                               /**/
{                                                                                                                                                      /**/                                                                                                                            /**/
	color: #000000;; 
	font-size:13px;                                                                                                                                          /**/                                                                                                                 /**/
}                                                                                                                                                    /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #000;*/
	background-color: #FFFFFF;
	width: 8.4em;                                                                                                                    /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Change Mouseover effect for the menu bar                                                                                                              */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/                                                                                                                           /**/
	color: #cfb06b; 
	height:100%;                                                                                                                                         /**/
}                                                                                                                                                      /**/
/* Menu items that are open with submenus Mouseover effect for the menu bar                                                                              */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible                  /**/
{                                                                                                                                                      /**/
	background-color: #FFFFFF;                                                                                                                            /**/
	color: #cfb06b;
	height:100%;                                                                                                                                         /**/
}                                                                                                                                                                   /**/
/********************************************************************************************************************************************************/
/*This applies to the survey answer only "the page where votes are taken" */
.SurveyMain{
 margin:0 auto !important;
 width:550px;
 background-color:#000000;
}
.Surveysub{
 margin:20px auto !important;
	padding-left:10px;
	padding-right:10px;
 width:340px;
}


/* columnAlt is used for pages that only have two columns e.g. FAQ's */
.columnAlt{       
	width: 75%; 
	height: 400px;
	text-align:left;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 0px 0px;
}                                                                                                                              

.columnLeft{
	width:25%;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 0px 1px;
}
.columnCenter{
	width:50%; 
	text-align:justify;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 0px 0px;
}
.columnRight{
  width:25%;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 0px 0px;
}
/*Header for navigation and content box headers you can add repeating background images here for button effects*/
.ContainerHeader{
	width:100%;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 1px 0px;
	font-size:12px;
	font-weight:800;
	text-align:center;
	line-height:25px;
	height:25px;
	background-color: #666666;
}

.ContainerHeader a:active     { color:#000000; text-decoration:none;}  
.ContainerHeader a:link       { color:#000000; text-decoration:none;} 
.ContainerHeader a:visited    { color:#000000; text-decoration:none;} 
.ContainerHeader a:hover      { color:#000000; text-decoration:underline; }

/*Content Box settings*/
.Container{
	width:100%;
	padding: 5px 0px 5px 0px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 1px 0px;
}

.RENEWAL{
	width:100%;
	border-top-style:outset;
	border-top-color:#7f7800;
}
.SurveyTitle{
	margin:0;
	padding:0;
/*	
	background-color:#0099CC;
	color:#000000;*/
}

/* two colum banner settings*/
.pageChange {
	width:100%;
	background-color:#FFFFFF;
	color:#736c5c;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 1px 0px;
	
}

.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:#3e1b09; }

.faq {
  font-size:14px;
  line-height: 25px;
  text-align:center;
}

.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:#3e1b09; }
 

/*alternating row color settings for survey and faq pages*/ 
.rowcolor1{
  background-color:#666666;
}
.rowcolor2{
  background-color:#999999;
} 
/*************************************************** DO NOT EDIT ******************************/
 .NoCookies{
  margin:0;
  padding:0 30px;;
}
.NoCookies p{
  font-family:Arial, Helvetica, sans-serif;  
  color:#000000;
  font-size:18px;
  text-align:left;
}

.text_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#736c5c;
	font-size:14px;
}
 
.LeftColumnText {
  text-align: right;
  width: 50%;
}

.RightColumnText {
  text-align: left;
  width: 50%;
}
