* {
  font-family               : Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 11px;
  color                     : #333333;
  padding                   : 0px 0px 0px 0px;
  margin                    : 0px 0px 0px 0px;
  border                    : none;
}

html {
  overflow: -moz-scrollbars-vertical;
}

body 
{ /*#DBDCDB;*/ 
  background-color          : #DFDFDF; 
  background-image          : url(../../images/bg.gif);
  background-repeat         : repeat-x;
}
body.nostyling{
  background-color          : White;
  background-image          : none; 
}
.ulpadding {
  padding-left:30px;
  list-style-type: disc;
  list-style-image: url(../../images/bullet.gif);
}

input, select, textarea
{ border: 1px gray solid;
}

#pageHolder {
  width                     : 1004px; /* 1046px; */
}

#topSection{
	width                     : 1004px;
	float                     : left;
  background-color          : White; 
  /*background-image          : url(../../images/bodyrepeat.gif);
  background-repeat         : repeat-y;*/
	/*padding-left              : 22px;
	padding-right             : 20px;*/
	text-align                : left;
}
#topSection1{
	width                     : 1004px;
   background-color          : White; 
	float                     : right;
  /*background-image          : url(../../images/bodyrepeat.gif);
  background-repeat         : repeat-y;*/
	/*padding-left              : 22px;
	padding-right             : 20px;*/
	text-align                : left;
	z-index                    :2;
  position: relative;
}


/* 
 * Related to masthead menus and placements
 */

.trivia {
  color: white;
  font-family: verdana;
  font-size: 40px;
  filter                    : alpha(opacity=0); 
  -moz-opacity              : .0;
  opacity                   : .0;
  text-align:right;
  visibility: hidden;
}

#mainmastplacer{
  position                  : absolute;
  /*background-color          : #CCFFCC;*/ 
  padding                   : 25px 0px 0px 0px;
  width                     : 1004px;
  /*z-index                   : 2;*/
}
#mainmastmenu{
	width                     : 490px;
	text-align                : right;
	float                     : right;
  /*padding                   : 0px 0px 10px 0px;*/
}
#mainmastmenu .TopNavMenuItem{
	padding                   : 10px 20px 9px 20px;
}
.mainmastmenusubmenu{
  margin                    : 16px 0px 0px 0px;
  padding                   : 5px 10px 7px 10px;
  text-align                : left; 
  position                  : absolute; 
  width                     : 82px; 
  visibility                : hidden; 
  background-color          : #FFFFFF;
  filter                    : alpha(opacity=80); 
  -moz-opacity              : .80;
  opacity                   : .80;
}
.mainmastmenusubmenu .mastsubmenuitem{
  padding                   : 1px 0px 1px 0px;
}
.mainmastmenusubmenu .mastsubmenuitem a {
  text-transform            : capitalize;
}
.mainmastmenusubmenu .mastsubmenuitem a:hover {
  /*filter                    : alpha(opacity=99); 
  -moz-opacity              : .99;*/
  /*background-color          : #CCFFCC;*/
  color                     : #F43224;
  /*font-weight               : bold;*/
}
#mainmastglobalplacer{
  position                  : absolute;
  padding                   : 343px 0px 0px 0px;
  width                     : 1004px;
}
#mainmastglobalcopy{
	text-align                : right;
	float                     : right;
  text-transform            : uppercase;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  padding-right             : 85px;
}





/* Middle sections*/
#midSection{
	width                     : 1004px;
	float                     : left;
  /*background-image          : url(../../images/bodyrepeat1.gif);
  background-repeat         : repeat-y;*/
  background-color          : White; 
	/*padding-left              : 22px;
	padding-right             : 20px;*/
	text-align                : left;
}




/* 
 * Top navigation menus
 */
#TopNav{
	width                     : 1004px;
	height                    : 32px;
	float                     : left;
	text-align                : left;
}

#TopNavArea {
	width                     : 660px;
	text-align                : right;
	float                     : right;
	position                  : relative; 
	z-index                   : 2;
}

.TopNavMenuItem, .TopNavMenuItemExpertSpeak{
	padding                   : 10px 20px 9px 20px;
  text-transform            : uppercase;
  display                   : block;
  float                     : left;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
}
.TopNavMenuItemExpertSpeak{
  padding-right             : 5px;
}
.TopNavMenuItemExpertSpeakIcon{
	padding                   : 2px 0px 0px 0px;
  display                   : block;
  float                     : left;
}
.TopNavMenuItem a, .TopNavMenuItemExpertSpeak a, .TopNavMenuItemExpertSpeakIcon a{
  text-transform            : uppercase;
  text-decoration           : none;
  border                    : 0px black solid;
}
.TopNavMenuItemExpertSpeak a {
  color                     : #ED3223;
}
.TopNavMenuItem a:hover{
  color                     : #666666;
}
.topnavmenusubmenu{
  margin                    : 15px 0px 0px 0px;
  padding                   : 3px 10px 7px 10px;
  text-align                : left; 
  position                  : absolute; 
  width                     : 180px; 
  visibility                : hidden; 
  background-color          : #F2F2F2;
}
.topnavmenusubmenu .topnavsubmenuitem{
  padding                   : 2px 0px 2px 0px;
}
.topnavmenusubmenu .topnavsubmenuitem a {
  text-transform            : capitalize;
  color                     : #666666;
}
.topnavmenusubmenu .topnavsubmenuitem a:hover {
  color                     : #F43224;
}
.topnavmenusubmenuarrow{
  color                     : #F43224;
}


#contentArea{
	width                     : 1004px;
	float                     : left;
	text-align                : left;
	padding-top               : 20px; /*42px;*/
}
#contentAreaGlobal{
	width                     : 1004px;
	float                     : left;
	text-align                : left;
  background-image          : url(../../images/bgpart2.gif);
  background-repeat         : no-repeat;
}
#contentAreaCountry{
	width                     : 1004px;
	float                     : left;
	text-align                : left;
  background-image          : url(../../images/bgpart4.gif);
  background-repeat         : no-repeat;
}
#mainpageintro h2 {
  font-family               : Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 14px;
  font-weight               : bold;
  color                     : Gray;
}
#mainpageintro {
  padding                   : 0px 0px 0px 50px;
  text-align                : justify;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  color                     : #666666;
}
#mainpageintro div#closable {
  text-align                : justify;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  color                     : #666666;
}
#mainpagecountryoption{
  text-align                : left;
  padding                   : 0px 0px 0px 50px;
}
.mainpageorange{
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 12px;
  color                     : #FF9900;
}
#mainpageform{
  /*padding-top               : 5px;*/
}
select.mainpageinput, select.mainpageinput option {
  text-transform            : capitalize;
  border                    : 0px black solid;
  width                     : 150px;
  background-color          : #DDDDDD;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  color                     : #565656;/*#999999;*/
}
select.mainpageinput option{
  height                    : 15px;
  padding                   : 0px;
}
input.mainpagesubmit{
  width                     : 40px;
  height                    : 19px;
  background-color          : #DDDDDD;
}
input.mainpagesubmit[class]{
  height                    : 17px;
}
.spacer5{
  padding-top               : 5px;
  font-size                 : 1px;
}

#BottomNav{
	width                     : 1004px;
	float                     : left;
	text-align                : left;
}
#BottomNavArea {
	text-align                : left;
  /*background-color          : #CCFFCC;*/ 
}
.BottomNavMenuItem{
	padding                   : 7px 15px 5px 15px;
  text-transform            : capitalize;
  display                   : block;
  float                     : left;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  color                     : #000000;
}
.BottomNavMenuItem a{
  text-decoration           : none;
  border                    : 0px black solid;
  color                     : #000000;
}
.BottomNavMenuItem a:hover{
  text-decoration           : underline;
}



#bottomSection{
	width                     : 1004px;
	float                     : left;
	height                    : 50px;
  /*background-image          : url(../../images/bottomshadow1.gif);
  background-repeat         : no-repeat;*/
  /*background-color          : #DFDFDF;*/
	/*padding-left              : 22px;
	padding-right             : 20px;*/
}



/* Index page */


.indexnavsubmenu{
  margin                    : 16px 0px 0px 0px;
  padding                   : 5px 10px 7px 10px;
  text-align                : left; 
  position                  : absolute; 
  visibility                : hidden; 
  background-color          : #FFFFFF;
  border                    : 0px gray solid; 
  width                     : 100px; 
}
.indexnavsubmenu .indexnavsubmenuitem{
  padding                   : 1px;
  background-color          : LightGrey;
  margin                    : 2px;
}
.indexnavsubmenu .indexnavsubmenuitem a {
  text-transform            : capitalize;
  text-decoration           : none;
}
.indexnavsubmenu .indexnavsubmenuitem a:hover {
  color                     : #F43224;
}



/* Global pages */

#globalmastplacer{
  position                  : absolute;
  /*background-color          : #CCFFCC;*/ 
  padding                   : 05px 0px 0px 0px;
  width                     : 1004px;
  /*z-index                   : 2;*/
}
#globalmastmenu{
	width                     : 490px;
	text-align                : right;
	float                     : right;
}
#globalmastmenu .TopNavMenuItem{
	padding                   : 10px 20px 9px 20px;
}
#globalmastglobalplacer{
  position                  : absolute;
  padding                   : 10px 0px 0px 0px;
  width                     : 1004px;
  /*z-index                   : 2;*/
}
#globalmastglobalcopy{
	text-align                : right;
	float                     : right;
  text-transform            : uppercase;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  padding-right             : 20px;
}
#globalhomepagelink{
  position                  : absolute;
  margin                    : 154px 0px 0px 0px;
  padding                   : 0px 0px 0px 0px;
  /*z-index                   : 2;*/
  /*filter                    : alpha(opacity=50); 
  -moz-opacity              : .50;
  opacity                   : .50;*/
}
#globalhomepagelink a{
  /*background-color          : #CCFFCC;*/ 
  width                     : 410px;
  height                    : 72px;
  display                   : block;
  text-decoration           : none;
}


#GlobalTopNav{
  position                  : absolute;
	width                     : 1004px;
	height                    : 32px;
	float                     : left;
	text-align                : left;
  /*z-index                   : 2;*/
  padding                   : 10px 0px 0px 0px;
  /*background-color          : #CCFFCC;*/ 
}
#GlobalTopNavArea {
	width                     : 800px;
	text-align                : left;
	float                     : left;
  /*background-color          : #CCFFCC;*/ 
}

.GlobalTopNavMenuItem, .GlobalTopNavMenuItemExpertSpeak{
	padding                   : 10px 20px 9px 20px;
  text-transform            : uppercase;
  display                   : block;
  float                     : left;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
}
.GlobalTopNavMenuItemExpertSpeak{
  padding-right             : 5px;
}
.GlobalTopNavMenuItemExpertSpeakIcon{
	padding                   : 2px 0px 0px 0px;
  display                   : block;
  float                     : left;
}
.GlobalTopNavMenuItem a, .GlobalTopNavMenuItemExpertSpeak a, .GlobalTopNavMenuItemExpertSpeakIcon a{
  text-transform            : uppercase;
  text-decoration           : none;
  border                    : 0px black solid;
}
.GlobalTopNavMenuItemExpertSpeak a, .GlobalTopNavMenuItem  a.MenuActive, .GlobalTopNavMenuItem .MenuActive  {
  color                     : #ED3223;
}
.GlobalTopNavMenuItem a:hover{
  color                     : #666666;
}


#LeftNavArea{
	padding                   : 0px 10px 9px 42px;
}
.LeftNavMenuItem{
  text-transform            : capitalize;
	padding                   : 0px 0px 5px 0px;
}
.LeftNavSubMenuItem{
  text-transform            : capitalize;
	padding                   : 0px 0px 5px 20px;
}
.LeftNavMenuItem a, .LeftNavSubMenuItem a{
  text-decoration           : none;
}
.LeftNavSubMenuItem a{
  color                     : #666666;
}
.LeftNavMenuItem a.CurrentMenu, .LeftNavSubMenuItem a.CurrentMenu{
  color                     : #ED3223 ! important;
}
.LeftNavMenuItem a.CurrentMenu:hover, .LeftNavSubMenuItem a.CurrentMenu:hover{
  color                     : #ED3223 ! important;
}
.LeftNavMenuItem a:hover, .LeftNavSubMenuItem a:hover{
  color                     : #666666 ! important;
}


.LeftNavMenuSpacer{
	margin                    : 5px 0px 5px 0px;
	height                    : 1px;
	border-top                : 1px black dotted;
  font-size                 : 1px;
}
.leftnavcenter{
  text-align                : center;
  padding-top               : 20px;
  padding-left              : 22px;
}
.GlobalMainArea{
	padding                   : 0px 20px 0px 10px;
}
.GlobalMainArea h1 {
  font-family               : Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 20px;
  font-weight               : bold;
  color                     : #FF9900;
}
.GlobalMainArea h2, .GlobalMainArea h2 a {
  font-family               : Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 14px;
  font-weight               : bold;
  color                     : Gray;
}
.GlobalMainArea h2 i {
  font-family               : Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 14px;
  font-weight               : bold;
  font-style                : italic;
  color                     : Gray;
}

.rightnav{
  padding-bottom            : 30px
}



/* Country pages*/
#Countrymastglobalplacer{
  position                  : absolute;
  padding                   : 20px 0px 0px 0px;
  width                     : 1004px;
  /*z-index                   : 2;*/
}
#Countrymastglobalcontainer{
  width                     : 200px;
	text-align                : right;
	float                     : right;
}
#Countrymastglobalcopy{
  text-transform            : uppercase;
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  padding-right             : 20px;
  font-weight               : bold;
}
.Countrymastglobaldesc{
  font-family               : Arial, Verdana, Helvetica, sans-serif;
  font-size                 : 11px;
  padding-right             : 20px;
}
#Countryhomepagelink{
  position                  : absolute;
  margin                    : 0px 0px 0px 0px;
  padding                   : 0px 0px 0px 0px;
  /*z-index                   : 3;*/
  /*filter                    : alpha(opacity=50); 
  -moz-opacity              : .50;
  opacity                   : .50;*/
}
#Countryhomepagelink a{
  /*background-color          : #CCFFCC;*/ 
  width                     : 410px;
  height                    : 72px;
  display                   : block;
  text-decoration           : none;
}


#CountryTopNav{
  position                  : absolute;
	width                     : 1004px;
	height                    : 32px;
	float                     : left;
	text-align                : left;
  /*z-index                   : 2;*/
  padding                   : 10px 0px 0px 23px;
  /*background-color          : #CCFFCC;*/ 
}
#CountryTopNavArea {
	width                     : 800px;
	text-align                : left;
	float                     : left;
  /*background-color          : #CCFFCC;*/ 
}



/* Common : Left nav, right nav etc*/
.rightnavsubmenu{
  margin                    : 16px 0px 0px 0px;
  padding                   : 5px 10px 7px 10px;
  text-align                : left; 
  position                  : relative; 
  visibility                : hidden; 
  background-color          : #FFFFFF;
  border                    : 0px gray solid; 
  width                     : 100px; 
  top                       : -47px; 
  left                      : 70px;
}
.rightnavsubmenu .rightnavsubmenuitem{
  padding                   : 1px;
  background-color          : LightGrey;
  margin                    : 2px;
}
.rightnavsubmenu .rightnavsubmenuitem a {
  text-transform            : capitalize;
  text-decoration           : none;
}
.rightnavsubmenu .rightnavsubmenuitem a:hover {
  color                     : #F43224;
}



























.frame_topleft {
	background-image : url(../../images/grayframe/frame_topleft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.frame_top {
	background-image : url(../../images/grayframe/frame_top.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.frame_topright {
	background-image : url(../../images/grayframe/frame_topright.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.frame_centerleft {
	background-image : url(../../images/grayframe/frame_centerleft.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.frame_centerright {
	background-image : url(../../images/grayframe/frame_centerright.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.frame_center {
	padding: 5px 5px 5px 5px;
}

.frame_bottomleft {
	background-image : url(../../images/grayframe/frame_bottomleft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.frame_bottom {
	background-image : url(../../images/grayframe/frame_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.frame_bottomright {
	background-image : url(../../images/grayframe/frame_bottomright.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}





.redframe_topleft {
	background-image : url(../../images/redframe/frame_topleft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 29px;
}

.redframe_top {
	background-image : url(../../images/redframe/frame_top.gif);
	background-repeat: repeat-x;
	height: 29px;
}

.redframe_topright {
	background-image : url(../../images/redframe/frame_topright.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 29px;
}

.redframe_centerleft {
	background-image : url(../../images/redframe/frame_centerleft.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.redframe_centerright {
	background-image : url(../../images/redframe/frame_centerright.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.redframe_center {
	padding: 5px 5px 5px 5px;
}

.redframe_bottomleft {
	background-image : url(../../images/redframe/frame_bottomleft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.redframe_bottom {
	background-image : url(../../images/redframe/frame_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.redframe_bottomright {
	background-image : url(../../images/redframe/frame_bottomright.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.redframe_title {
  font-weight: bold; 
  color: white; 
  text-transform: uppercase; 
  padding: 15px;
}




.buttonyellow_left {
	background-image : url(../../images/buttonyellow/left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 21px;
}

.buttonyellow_copy {
  font-weight: bold; 
  color: white; 
  text-transform: uppercase; 
  text-align: center;
  background-color: #F98B15;
	padding: 2px 5px 2px 5px;
}

.buttonyellow_right {
	background-image : url(../../images/buttonyellow/right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 21px;
}

.buttonyellow_copy a, .buttonyellow_copy a:hover {
  text-decoration: none;
  color: white;
}


a.redlink {
  color:#CC0000;
  /*text-decoration: none;*/
  text-transform: uppercase;
}
a.redlink:hover {
  text-decoration: underline;
}

a.quickredlink {
  color:#CC0000;
  text-decoration: none;
  text-transform: uppercase;
}
a.quickredlink:hover {
  text-decoration: underline;
}




.shadowframe_topleft {
	background-image : url(../../images/shadowframe/frame_topleft.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
}

.shadowframe_top {
	background-image : url(../../images/shadowframe/frame_top.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.shadowframe_topright {
	background-image : url(../../images/shadowframe/frame_topright.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
}

.shadowframe_centerleft {
	background-image : url(../../images/shadowframe/frame_centerleft.gif);
	background-repeat: repeat-y;
	width: 25px;
}

.shadowframe_centerright {
	background-image : url(../../images/shadowframe/frame_centerright.gif);
	background-repeat: repeat-y;
	width: 25px;
}

.shadowframe_center {
	padding: 5px 5px 5px 5px;
}

.shadowframe_bottomleft {
	background-image : url(../../images/shadowframe/frame_bottomleft.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
}

.shadowframe_bottom {
	background-image : url(../../images/shadowframe/frame_bottom.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.shadowframe_bottomright {
	background-image : url(../../images/shadowframe/frame_bottomright.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
}


.hotjobsmaintitle {
  font-size: 16px;
  font-weight: bold; 
  color: #CC0000; 
  text-transform: uppercase;
}
a.hotjobsmainlist, .hotjobsmainlist {
  font-size: 12px;
  color: #CC0000; 
  text-decoration : none; 
}
a.hotjobsmainlist:hover {
  text-decoration : underline; 
}
a.hotjobssublist, .hotjobssublist {
  font-size: 12px;
  color: gray; 
  text-decoration : none; 
}
a.hotjobssublist:hover {
  text-decoration : underline; 
}
a.hotjobssublist ul, .hotjobssublist ul {
  padding-left:30px;
  list-style-type: disc;
  list-style-image: url(../../images/bullet.gif);

}
a.hotjobssublist ul li, .hotjobssublist ul li {
  font-size: 12px;
  color: gray; 
}




.hotjobstitle {
  font-weight: bold; 
  color: #CC0000; 
  text-transform: uppercase;
}
.hotjobstitle a {
  font-weight: bold; 
  color: #CC0000; 
  text-transform: uppercase;
  text-decoration : none; 
}
.hotjobsgraybold {
  font-size: 10px;
  color: #666666;
  font-weight: bold;
}
.hotjobsgray {
  font-size: 10px;
  color: #666666;
}
.hotjobsred {
  font-size: 10px;
  color: #CC0000;
}
.hotjobsred a {
  color:#CC0000;
  font-size: 10px;
  text-decoration: none;
}
.hotjobsred a:hover {
  text-decoration: none;
}


.jobdescdiv {
  padding: 10px;
  border: 1px gray solid;
  background-color: #F1F1F1;
}

.jobdescdiv ul {
  padding-left:30px;
  list-style-type: disc;
  list-style-image: url(../../images/bullet.gif);
}

.jobdescitemtitle{
  color:#ED3223;
  font-size: 11px;
}
.jobdescitemcopy{
  color:#000000;
  font-size: 11px;
}


.walkinsmaintitle {
  font-size: 16px;
  font-weight: bold; 
  color: #FF8A10; 
  text-transform: uppercase;
}
a.walkinsmainlist, .walkinsmainlist {
  font-size: 12px;
  color: #FF8A10; 
  text-decoration : none; 
}
a.walkinsmainlist:hover {
  text-decoration : underline; 
}

a.moreless
{
  text-decoration : none; 
}
a.moreless:hover
{
  text-decoration : none; 
}

.textarea{
  position: absolute;
  /*border: 1px black solid;*/
  margin-top: 240px;
  width : 480px;
  /*background-color: #d5dff3;*/
}

.textarearight{
  position: relative;
  left:15px;
  visibility:hidden;
  width: 230px;
  /*border: 1px black solid;*/
  /*background-color: #d5dff3;*/
}


/* Popup pages */
#popuppage{
   background-color: White; 
   padding:20px;
}

#popuppage h1{
   font-family               : Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size                 : 20px;
  font-weight               : bold;
  color                     : #FF9900;
}



  .rollimage {
    position: absolute; visibility: hidden; z-index: 3; 
  }
  .rollimage[class] {
    width:100%;
  }

 .smallfont {
    font-size: 8px;
  }
 .zoomtext .smallfont {
    font-size: 11px;
  }
.poll
{
   font-size: 11px;
    text-decoration:underline;
   
}
.poll:hover
 {
   font-size: 11px;
   text-decoration:none;
  
   
}

.pollquestion 
{
   color: White;
   font-size: 11px;
   text-transform: uppercase;
}


.txtreadonly
{background-color:#E9E9E9;
}
