@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
/*Portal Body*/
.tableMain{
	width:760px;
	margin: 0;
    padding: 0;
	background-color:#c8dae4;
	font-family:Arial, Helvetica, sans-serif;
    color:#000000;
	font-size:14px;
	
}
.portalBody{
	width:100%;
	
}

/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/                                                                                                                                       /**/
	 width:100%;                                                                                                                      /**/	 
	 background-color:#7c7c7c;                                                                                                                                    /**/                                                                                                        /**/
	 font-weight:bold;                                                                                                                                    /**/                                                                                              /**/                                                                                                                                         /**/
	 line-height:34px;
	 padding-left: 10%;                                                                                                                                  /**/ 
	 border-style:solid;
	 border-color:#000000;
	 border-width:1px 0px 1px 0px;                                                                                                                                   /**/
}                                                                                                                                                      /**/
.PortalNav a:link {
	color: #ffffff;
	text-decoration:none;
}
.PortalNav a:visited {
	color: #ffffff;
	text-decoration:none;
}
.PortalNav a:hover {
	color: #C5985A;
	text-decoration:none;
}
.PortalNav a:active {
	color: #ffffff;
	text-decoration:none;
}
                                                                                                                                                       /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
 	display:block;                                                                                                                                        /**/	
	cursor: pointer;                                                                                                                                      /**/
	/*background-color: #a4c4f3; */                                                                                                                         /**/
	padding: 0em 0.5em 0em .5em;                                                                                                                                /**/
	color: #000;                                                                                                                                          /**/
	text-decoration: none;                                                                                                                             /**/
}                                                                                                                                                      /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #000;*/
	background-color: #7c7c7c;
	width: 8.4em;                                                                                                                        /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Change Mouseover effect for the menu bar                                                                                                              */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/                                                                                                                           /**/
	color: #FFF; 
	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: #7c7c7c;                                                                                                                            /**/
	color: #354E5C;
	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;*/
}                                                                                                                              

.columnLeft{
	width:23%;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 1px 0px 0px;
}
.columnCenter{
	width:48%; 
	/*text-align:justify;*/
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 1px 0px 0px;
	padding-top:6px;
	
}
.columnCenter ul li {
	list-style:inside;
}
.columnRight{
  width:30%;
  border-style:solid;
	border-color:#ffffff;
	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:#ffffff;
    border-width:0px 0px 1px 0px;
	font-size:12px;
	font-weight:800;
	text-align:center;
	line-height:25px;
	height:25px;
}

.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%;
	border-style:solid;
	border-color:#ffffff;
	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:#778a98;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 0px 1px 0px;
}

.pageChange a:active     { color:#000000; text-decoration:none;}  
.pageChange a:link       { color:#000000; text-decoration:none;} 
.pageChange a:visited    { color:#000000; text-decoration:none;} 
.pageChange a:hover      { color:#3e1b09; }

.faq {
  font-size:14px;
  line-height: 25px;
  text-align:left;
}

.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:#000000;
  font-size:14px;
}
 
.LeftColumnText {
  text-align: right;
  width: 50%;
}

.RightColumnText {
  text-align: left;
  width: 50%;
}
.RightColumnText ul {
	list-style:inside;
}
.RightColumnText li {
	list-style:inside;
}

.columnLeft ul{
	list-style:inside;
}
.columnLeft li {
	list-style:inside;
}
