/*  Purepro cordiste manual css*****************************************************/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans&subset=latin);

body, input, textarea, select {
  font-family: 'Droid Sans', sans-serif !important;
}

/* STYLE STYLESHEET *******************************************************
This file only contains style info. For global layout info use layout.css
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LAYOUT*****************************************************/

#gl_container {
  max-width:1000px;
  margin:auto;
}
#gl_header {
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  height:1%;
  overflow:auto;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  height:1%;
  overflow:hidden;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  height:1%;
  overflow:hidden;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  height:1%;
  overflow:hidden;
}
#gl_navigation { /*the leftblocks*/
}
#gl_extra { /*the rightblocks*/
}
#gl_footer {
}

/* GLOBAL SEMANTICS ***********************************************/

a {
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  text-decoration:none;
}
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
}
html {
}
body {
  margin:0px;
  padding:0px;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  margin:0px;
  margin-bottom:0px;
  margin-top:5px;
  padding:5px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-bottom:5px;
  margin-top:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  list-style-position:outside;
  margin-left:15px;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  font-size:.75em;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  position:relative;
  right:30px;
  width:150px;
}
form fieldset div.notes h4 {
  font-size:1.3em;
  margin:0 0 5px 0;
  padding:3px 0px 2px 27px;
}
form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
}
form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
  font-weight:bold;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input,
select {
  font-size:.9em;
  border:1px solid #666;
  margin:2px;
  padding:1px 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;	
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input,
submit,
td {
}
p {
  margin-top:5px;
}
select {
  font-size:.9em;
}
table {
  border:0px;
}
textarea {
  font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
  font-size:larger;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
}
.admin-menu-text{ /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-smalltable {
  text-align:left;
  border-spacing:1px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}
.gl_user-menu {
  float:right;
  text-align:right;
}
/* Menus in blocks ******************************/
#Admins_Only ul,
#Topics ul,
#User_Functions ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
/* General alignment classes *********************/
.aligncenter {
  text-align:center;
}
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligntop {
  vertical-align:top;
}
.clearboth {
  clear:both;
}
.clearfix {
  display:inline-block;
}
.clearfix:after { /* clear floats by applying the clearfix class to float-encasing block !*/
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}
.clearfix {
   display:block;
 }
 /* End hide from IE-mac */
 .floatleft {
  float:left;
  padding:0 10px 0 0;
}
.floatright {
  float:right;
  padding:0 0 0 10px;
}
/* General formatting class***********************/
.b {
  font-weight:bold;
}
.ext-link {
  background-attachment: scroll;
  padding-right: 13px;
}
/* Blocks **************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin-bottom:15px;
}
.block-box-left ul,
.block-box-right ul { /* do not indent lists in the blocks too much */
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 15px;
  list-style: square;
  vertical-align: middle;
}
.block-box-left li,
.block-box-right li {
  margin: 0px;
  padding: 0px;
}
.block-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content,
.block-content-right,
.block-content-left {
  clear:both;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
  float:right;
  padding-bottom:4px;
  padding-top:4px;
  text-align:right;
}
.block-title {
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* Configuration ***********************************/
#ce_0 {
  padding:5px 10px 10px 10px;
  border:1px solid #eee;
}
#ce_0 tbody {
  border:1px solid #eee;
}
#ce_0 fieldset{
  border:1px solid #ccc;
}
.inputTable {
}
.inputTable td {
  padding:6px;
  margin:2px;
  vertical-align:top;
  color:#555555;
  font-size:.9em;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.subgroupselector {
  padding:5px;;
}
#bottom_buttons {
  margin-top:10px;
  margin-bottom:25px;
}
#configmenu {
  margin-top:10px;
  margin-right:25px;
}
#ce_0 legend {
  padding:0px 5px;
  border:1px solid #ccc;
  margin-left:5px;
  background:#FFFFFF;
}
#ce_0 input, #ce_0 select {
  font-size:90%;
  font-weight:bold;
}
.opt {
 color:#555555;
}
/* Comments ***********************************/
.comment {
 padding:30px 0px 0px 0px;
}
#commentbar {
  width:95%;
  margin:10px auto 25px auto;
}
input.button-comment{
  color:#666666;
  cursor: pointer;
  font-family:'trebuchet ms',helvetica,sans-serif;
  font-size:120%;
  font-weight:bold;
  background-color:#eeeeee;
  margin: 0px;
  padding: 4px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;	
  -webkit-border-radius: 3px;
}
input:hover.button-comment{
  color:#999;
}
#commentarea {
  margin:30px auto 5px auto;
  padding:0px 20px 0px 20px;
}
#comments {
  margin:20px auto 20px auto;
  width:90%;
  padding:15px 5px 25px 5px;
  background:#BBB;
  -moz-border-radius:3px;
  -khtml-border-radius: 3px;	
  -webkit-border-radius: 3px;
}
#comment-body {
  margin-top:5px;
  padding-left:3px;
}
#comment-info {
  font-size:80%;
  padding:0px 0px 5px 2px;
}
#comment-picture {
  float:right;
  border:4px solid #FFFFFF;
  background: #FFFFFF;
  min-width:75px; /* adjusts the width accordinly with your user picture width */
  max-width:150px; /* adjusts the width accordinly with your user picture width */
  min-height:75px; /* adjusts the width accordinly with your user picture height */
  max-height:150px; /* adjusts the height accordinly with your user picture height  */
  margin:24px 1px 0px 10px;
  overflow : hidden;
}
#comment-reply {
  font-size:80%;
  padding:2px 0px 15px 0px;
  clear:both;
  border-top:1px solid #AAA;
  margin-top:2px;
}
.comment-thread {
  font-size: 80%;
}
.commentbar-line1 {
  background:transparent;
  padding:0px 3px 10px 3px;
  text-align:left;
}
.commentbar-line1 b{
  color: orange;
}
.commentbar-line2 {
  background:transparent;
  text-align:left;
  padding: 3px;
}
.commentbar-line3 {
  background:#888888;
  margin:5px;
  padding:5px;
  text-align:left;
  color: white;
}
.commenttitle {
  border-top:12px solid #AAA;
  font-weight:bold;
  margin-top:5px;
  padding:4px 0px 0px 2px;
  color:#333333;
}
/*Edit*****************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}
.fieldhelp {
  font-size:0.8em;
}
/* Footer **************************************/
#footer-copyright {
  padding:5px 10px 5px 10px;
}
#footer-copyright .footerlinks {
  float:right;
  text-align:right;
}
#footer-copyright .footerlinks a {
  text-decoration:none;
}
#footer-copyright .footerlinks a:hover {
  text-decoration:none;
}
#footer-rss {
  float:left;
  margin:0 5px 0 0;
  vertical-align:middle;
}
/* Forms ***************************************/
.form-description {
  display:block;
  float:left;
  font-weight:bold;
  padding-right:5px;
  text-align:right;
  width:100px;
}
.form-field {
  margin-left:105px;
  padding-bottom:5px;
}
/* Header ***************************************/
.header-flags {
  margin:10px 2px 0 2px;
}
.header-flags-last {
  margin:10px 14px 0 2px;
}
.header-flag-n-search {
  float:right;
  margin:18px 12px 0 0 !important;
  margin:17px 7px 0 0;
  text-align:right;
}
.header-flag-n-search a img {
  padding:0 0 0 5px;
}
/* adjust here to move the SLOGAN up or down */
#header-site-logo {
  margin:0px 0px 0px 15px;
  z-index:90;
}
/* adjust here to move the SLOGAN up or down */
#header-site-logo-text {
  margin:0px 0px 0px 22px;
  padding-top:17px;
  z-index:90;
  color:#fff;
}
#header-site-logo-text h1 {
  padding:0;
  margin:0;
  font:bold 40px Georgia,"Times New Roman",Times,serif;
  letter-spacing:-0.5px;
  line-height:1em;
  color:#FFF;
  text-shadow: #333 2px 2px 5px;
}
#header-site-logo-text a {
  text-decoration:none;
  color:#fff;
}
#header-site-logo-text a:visited {
  text-decoration:none;
  color:#fff;
}
#header-site-slogan2 {
  margin-left:20px; /* <-- adjust this to move the SLOGAN left or right */
  margin-top:5px;
  z-index:100;
  font: 12px 'Trebuchet MS',Tahoma,sans-serif;
  letter-spacing:0.5px;
  color:#FFFFFF;
  text-shadow: #FFF 0px 0px 3px;
}
#header-textbox {
  padding-left:2px;
  margin-right:25px;
  width:120px;
  border:1px solid #999;
}
#header-textbox:focus {
  padding-left:2px;
  width:120px;
}
.header-textbox-search {
  position:relative;
  right:16px;
  top:2px;
}
#showsearchbox {
  z-index:100;
}
/**********************************************/
.hidden {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.highlight {
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  float:right;
  font-weight:bold;
  white-space:nowrap;
}
#loginblock { 
  width: 100%;
  color:#333;
  margin:0px;
}
#loginblock input{ 
  color:#333;
}
#loginblock input{ 
  background: #FFF;
}
#loginblock-header{
  background: url(images/loginblockheader.jpg) repeat;
  height:27px;
  color:white;
  font-weight:bold;
  padding-left:10px;
}
#loginblock-header a, #loginblock-header a:hover {
  text-decoration:none;
}
#loginblock-content {
  padding: 5px;
  border: solid 0px #DDD;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
/* Profile ************************************/
#profile-user-photo {
  margin:10px;
}
#profile-user-photo img {
border:3px solid #000;
}
.row_center td {
  text-align:center;
}
.searchauth {
  text-align:left;
}
.searchdate {
  text-align:right;
}
.searchform-box {
  height:52px;
  margin:0px;
  padding:0px 4px 0px 1px;
  text-align:right;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  text-align:right;
}
.searchresult-byline {
  color:green;
}
/* Stats ***************************************/
.stats-list-count {
  padding-left:5px;
  padding-right:5px;
  text-align:right;
}
.stats-header-title {
  padding-left:5px;
  padding-right:5px;
  text-align:left;
  width:90%;
}
.stats-header-count {
  padding-left:5px;
  padding-right:5px;
  text-align:left;
  width:10%;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  margin-bottom:30px;
}
.story ol, .story ul, .story li {
  list-style-position: inside !important;
}
.story-featured ol, .story-featured ul, .story-featured li {
  list-style-position: inside !important;
}
.story h1{ /* the title of a story */
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:3px;
}
.story-body { /* this is the actual content of the story */
  margin-bottom:15px;
  padding:3px;
  text-align:justify;
}
.story-body img {
margin:3px 10px;
padding:5px;
}
.story-featured { /* the frame around all elements of a featured story */
  margin-bottom:30px;
  margin-top:10px;
}
.story-featured h1 { /* the title of a featured story */
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:3px;
}
.story-footer { /* the bottom of the story with edit-links etc */
  clear:both;
  font-size:0.85em;
  text-align:center;
}
.story-footer p{
  margin:0;
  padding:0;
}
.story-icons { /* print & mail icons in a storybox */
  float:right;
}
.story-icons a{
  margin-left:5px;
}
.story-information {
  /* the author, views and date of a story */
  font-size:0.85em;
  padding-left:3px;
  padding-bottom:3px;
}
.story-information p {
  margin:0px;
  padding:0px;
}
.story-comments-and-more {
  /* the author, views and date of a story */
  font-size:0.85em;
  text-align:center;
}
#story-trackbacks {
  margin:35px 25px;
  font-size:x-small;
}
#story-whatsrelatedandoptions {
  font-size:small;
}
#story-whatsrelated {
  margin: 10px 25px;
  float:left;
}
#story-storyoptions {
  margin: 10px 25px;
  float:left;
}
.sysmessage img {
  padding-right:10px;
  vertical-align:middle
}
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.topicoption,
.topicoption-off {
  list-style:none;
}
.warning {
  font-weight:bold;
}
.warningsmall {
}
.welcomeanddate-text {
  margin:0;
  padding:0;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  font-weight:normal;
}
.plugin th {
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
}
.pluginAltBG {
}
.pluginAltBG td {
}
.pluginCellTitle {
  font-weight:bold;
  padding:5px;
}
.pluginCellFill {
}
.pluginCellText {
  font-weight:normal;
}
.pluginHeader {
  font-weight:bolder;
  padding:3px 0 3px 0;
}
.pluginFooter, .pluginFooter td {
  }
.pluginAlert {
  font-weight:bold;
  padding:5px 15px 5px 15px;
}
.pluginInfo {
  font-weight:normal;
  padding:5px 15px 5px 15px;
}
.pluginSubTable {
  font-weight:normal;
}
.pluginSubTable th {
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
}
.pluginSolidFill {
}
.pluginTitle {
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
}
.pluginRow1, .pluginRow1 td {
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  line-height:120%;
}
.pluginLinks A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link,
a.pluginButton:visited {
  display:block;
  height:19px;
  padding-top:2px;
  text-align:center;
  text-decoration:none;
}
a.pluginButton:hover {
  display:block;
  height:19px;
  padding-top:2px;
  text-align:center;
  text-decoration:none;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
  position:relative; /*this is the key*/
  text-decoration:none;
  z-index:10;
}
a.tooltip:hover  {
  text-decoration:none;
  z-index:100;
}
a.tooltip span {
  display:none;
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  display:block;
  font-size:.8em;
  font-style:normal;
  left:-20px;
  line-height:125%;
  min-width:150px;
  padding:4px;
  position:absolute;
  text-align:left;
  text-decoration:none;
  top:10px;
  z-index:100;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-vote,
.poll-vote-results {
  font-size:smaller;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  float:left;
  font-size:93%;
  line-height:normal;
  width:100%;
  margin:0px;
}
#navcontainer a {
  float:left;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  display:block;
  float:left;
  padding:5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background-position:100% -42px;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background-position:0% -42px;
}
#navcontainer ul {
  list-style:none;
  margin:0px;
  padding:10px 10px 0 50px;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
.php {
    overflow:auto;
    width:500px;
    min-height:100px;
}
/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain
{
  background:#FAFCFE;      
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}
.pluginSolidOutline h2
{
  margin:0;
  padding:0;
}
.pluginHeader h1
{
  margin:0 !important;
  padding:0 !important;
  font-size:100% !important;
  line-height:100% !important;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */

/* Start of nexPro CSS Definitions */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
}

a.info:hover  {
    z-index:25;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none
}

a.info span{display: none}

a.info:hover span { /*the span will display just on :hover state*/
    font-family:Verdana, Tahoma, Arial; 
    font-style:normal;
    font-size: 7pt;
    display:block;
    position:absolute;
    top:3em; left:-15em; width:22em;
    border:1px solid #5D96B9;
    background-color:#FFFFA0; color:#555;
    padding:2px;
    text-align: left;
    text-decoration:none
}

ul.homepagelists { 
  padding: 0px; 
  margin-left: 15px; 
} 

ul.homepagelists li{ 
  list-style-type: disc; 
  list-style-position:outside;
}


.floatleft       { float                : left;
                   padding              : 0 10px 0 0;
                 }
.fl100           { float                : left;
                   width                : 100%;
                 }

.divfix          { clear                : both;
                   width                : 100%;
                   display              : table;
                 }

.clearleft {
  clear:left;
}


/* End of nexPro CSS Definitions */


/* Nexform CSS Begins */
.frm {
  border:1px solid #CCC;
  background-color:#EFEFEF;
}

.frm_topheader {
  height:120px;
  background: #091215 url(nexform/images/formheader.jpg) no-repeat;
}

.frm_topheader td {
  font-size:24pt;
  Color: #793138;
  font-weight: bold;
  margin-top:20px;
  text-align:center;
}

.frm_label1 {
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #ccc;
}

/* Bold */
.frm_label2 {
  white-space: normal;
  font-weight: bolder;
}

/* Regualar */
.frm_label3 {
  white-space: normal;
  font-weight: normal;
}

/* Highlighted */
.frm_label4 {
  color: #336699;
  font-weight: bold;
  white-space: normal;
}

/* Large Heading */
.frm_h1 {
  font: bold 150% verdana,helvetica,Arial;
  color: #660000;
  margin: 5px 5px 5px 0px;
}

/* Medium Heading1 */
.frm_h2 {
  font: bold 125% verdana,helvetica,Arial;
  color: #000000;
  margin: 8px 5px 7px 0px;
}

/* Small Heading */
.frm_h3 {
  font: bold 100% verdana,helvetica,Arial;
  margin: 8px 5px 7px 0px;
}

.frmRow1 {
  background-color: #EFEFEF;
  padding:5px 5px 5px 5px;
}
.frmRow2 {
  background-color: #EFEFEF;
  padding:5px 5px 5px 5px;
}

/* Styles reserved for Scott - Printing of Form Project Information */
.frm_labelP1 {
  white-space:normal;
  font-size: 12pt;
  font-weight:bolder;
}
.frm_labelP2 {
  white-space:normal;
  font-size: 12pt;
  padding-top:2px;
  font-weight:bolder;
  display:block;
}

.frm_legend {
  padding: 0.2em 0.5em;
  border:1px solid #003366;
  color: #003366;
  font-size:9pt;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:10px;
}

/* End of Nexform CSS */


/* Nexfile CSS */

/* YUI Uploader styles that were not working for IE when I had them inline on page.thtml
   Also needed to add the !important as there must be some other YUI styles that had an effect
*/
#fileProgress {
    border:1px solid #CCC;
    width:220px;
    height:20px;
    float:left;
}
#fileName {
    text-align:center;
    padding:0px !important;
    margin:0px !important;
    width:220px;
    height:15px;
}
.uploaderprogress {
    padding:0px !important;
    margin:0px !important;
    height:5px;
    width:220px;
    background-color:#CCC;
}

.formtable td {
    padding-top:3px;
    padding-bottom:2px;
    vertical-align:top;
}
#filedetails td {
    padding:5px;
    text-align:left;
}

.required {
  padding-left:5px;
  color:red;
}

#filelisting {
    width:100%
}

#reportlisting_container .nexfileheading {
    font-size:10pt;
    color:#333;
    clear:both;
    display:inline-block;
    width:100%;
}


#filelistingheader .nexfileheading {
    font-size:12pt;
    background-color: #DAE0ED;
    color:#333;
    clear:both;
    display:inline-block;
    width:100%;
    padding:5px;
}

#filelistingheader .nexfileheading a {
    font-size:9pt !important;
    position:relative;bottom:2px;
    text-decoration:none;
}

#filelisting_container {
    padding-bottom:20px;
}
#filelisting_container .listing_record {
    clear:both;
    display:inline-block;
    width:100%;
    background-color:#EBEBEB;
    padding-top:5px;
    padding-left:5px;
}

#filelisting_container .oddrow {
    background-color:#FFFFFF;
}

#filelisting_container .evenrow {
    background-color:#EBEBEB;
}

#filelisting_container .listing_record .filedesc {
    clear:both;
    padding-top:5px;
    padding-left:75px;
    padding-bottom:5px !important;
    font-size:9pt;
    color:#666;
}

#filelisting_container .loading {
    background-color:#FFEFAD;
    color: #FA0032;
    font-size:85%;
    font-weight:bold;
    padding:5px;
}

a.morefolderdata {
    color: #666;
    text-decoration:none;
}
a.morefolderdata:hover {
    color: #000;
    text-decoration:underline;
}

.listing_record div.tags {
    padding-bottom:2px;
    float:left;
}

.filedesc div.tags span {
    padding-left:5px;
}



#filelisting_container .subfolder_container {
    width:100%;
}

#filelisting_container .subfolder_container listing_record {
    clear:both;
    display:inline-block;
    width:100%;
}

.yui-skin-sam .yui-ac-container {
    position:relative;
    top:1.5em;
    width:100%;
}

.nexfile_alert {
  padding-left:15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
  height:30px;
}
.nexfile_alert div {
   padding:5px;
}

.removetag a {
    font-size:14px;
    padding:4px 3px 4px 3px;
    text-decoration:none;
    color:black;
    line-height: 30px;
}
.removetag a:hover {
    font-size:20px;
    padding:2px 1px 4px 2px;
    text-decoration: underline;
    line-height: 22px;
}


#autocomplete {
    width:285px; /* set width for widget here */
    padding-bottom:0em;
}

/* Over-ride CSS in YUI container.css */
.button-group button:active,
.button-group button:hover,
.button-group button.hover {
    background-color:#FF8822;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.inlineblock {
  display: inline-block;
}

.nexfiletoolbar {
  background-color: #013763;
  height:25px;
  padding-top:5px;
}

.nexfiletoolbar .toolbaricons {
  background-image: url(nexfile/images/icons_6.png);
  background-repeat: no-repeat;
  display:inline-block;
  float:left;
}


.nexfiletoolbar .newfoldercmd {
  background-position: 0px 50%;
  width:16px;
  position:relative;
  left:10px;
}

.nexfiletoolbar .uploadcmd {
  background-position: -16px 50%;
  width:16px;
  position:relative;
  left:50px;
}


.icon-folderclosed { width:18px; background: transparent url(nexfile/images/icons_6.png) -384px 0px no-repeat; cursor:pointer !important;}
.icon-folderopen { width:18px; background: transparent url(nexfile/images/icons_6.png) -400px 0px no-repeat; cursor:pointer !important;}
.icon-starnotselected { width:18px; background: transparent url(nexfile/images/icons_6.png) -288px 0px no-repeat !important; }
.icon-files { display:block; padding-left:25px; background: transparent url(nexfile/images/homefolder-16x16.png) no-repeat !important; }
.icon-fileowned { display:block;  padding-left:25px; background: transparent url(nexfile/images/member-16x16.png) no-repeat !important; }
.icon-filelocked { display:block;  padding-left:25px; background: transparent url(nexfile/images/lock-16x16.png) no-repeat !important; }
.icon-fileflagged { display:block;  padding-left:25px; background: transparent url(nexfile/images/staron-16x16.gif) no-repeat !important; }
.icon-allfolders { display:block;  padding-left:25px; background: transparent url(nexfile/images/allfolders-16x16.png) no-repeat !important; }
.icon-filelisting { display:block;  padding-left:25px; background: transparent url(nexfile/images/filelisting-16x16.png) no-repeat !important; }

.cancelbutton {
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(nexfile/images/cancelbutton.gif) !important;
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.cancelbutton:hover {
    background-position: 0px 0px;
}

.htmlnodelabel { margin-left: 20px; }


.downloadlink a {
    text-decoration: none;
    color: #000;
}

.folderlink a  {
    text-decoration: underline;
    color: #013763;
}
.folderlink a:hover  {
    text-decoration: underline;
    color: #000;
}

.tagsearchboxcontainer {
    float:right;
    padding-top:9px;
}
#tagsearchbox {
    min-width:120px;
    height:20px;
    text-align:left;
    margin-top:0px;
    padding-bottom:5px;
    padding-top:0px;
    padding-left:5px;
}
#showsearchtags { color:#CCC;text-decoration: underline; }
#showsearchtags:hover { color:#FFF; text-decoration:underline; }

.tagcloud span { padding-left:2px;padding-right:2px; white-space:nowrap;}
.tagcloud span a { color:#003DF5; text-decoration:underline; }
.tagcloud span a:hover { color:#248F00; }
.tagsearchbox span { }


.searchtag {
    font-size:90%;
    text-decoration:underline;
}

#navbardialogs {
    position:relative;
    top:50px;
    left:50px;
}

#newfolderdialog .bd div,
#newfiledialog .bd div {
    margin-top:7px;
}

#activefolder a {
    color: #006677;
    background-color:#FFFFFF;
    font-weight:bold;
    padding:5px 10px 5px 2px;
    text-decoration:none;
}
#activefolder a:hover {
    color: #333;
    background-color:#FFF2CC;
    font-weight:bold;
    padding:4px 10px 5px 1px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
#edit_activefolder td { padding:3px; }
#folderperms td { padding:2px; }

#frmFileDetails input { font-size:9pt; }
#frmFileDetails label { font-weight:normal; font-size:9pt; }

.disabled_element { color: #ABABAB; }
.enabled_element { color: #000000; }

.listing_activetag { float:left; margin: 0px 2px; padding:2px 5px; font-weight:bold; }
.listing_searchtag { float:left; margin: 0px 2px; padding:2px 5px; background-color: #CCE3FF; }
.listing_searchtag a { color: #006AEB; }
.listing_searchtag a:hover { color: #000000; }

.deletebuttonborder {
    margin:0px;
    padding:5px 0px 5px 3px;
    border:1px solid red;
}

/* End of nexFile CSS Definitions */

/* nexContent Plugin */
.content {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 16pt;
    vertical-align:top;
}
.contentTitle {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-weight:bold;
    font-size: 14px;
    line-height: 20pt;
}

/* nexContent CSS */
.nexcontentPageHeading { font-size:140%; font-weight:bold; padding-top:10px; padding-bottom:5px; padding-left:10px;}

#nexcontent_navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  margin-top:5px;
  }
#nexcontent_navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#nexcontent_navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#nexcontent_navcontainer a {
  float:left;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#nexcontent_navcontainer a span {
  float:left;
  display:block;
  padding:0px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nexcontent_navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#nexcontent_navcontainer a:hover span {
  color:#FFFFFF;
  background-color:#D84C16;
}

#nexcontent_navcontainer a#current span {
  color:#FFFFFF;
  padding:0px 15px 4px 6px;
  background-color:#003871;
}

/* End of nexContent CSS */


/* Big text area in static page editor*/
#html_content, #sp_content___Frame {
  min-height:450px;
}
/* LAYOUT  STYLESHEET*************************************************
This file only contains global layout info. For style info use style.css
The layout is broken into 5 main sections: header, content, navigation,
extras, and footer.

By changing this global layout, one can achieve many different site layouts,
from the same markup, as demonstrated at http://blog.html.it/layoutgala/
The basic SEO optimized markup, common to every layout, is the following:
<div id="gl_container">
    <div id="gl_header">Header</div>
    <div id="gl_wrapper">
        <div id="gl_content">Content</div>
    </div>
    <div id="gl_navigation">Navigation</div>
    <div id="gl_extra">Extra</div>
    <div id="gl_footer">Footer</div>
</div>
 */

#gl_container {
  margin:0 auto;
  min-width:750px;
}
#gl_header {
  height:100px;
}
#gl_wrapper {
  margin-top:10px;
  float:left;
  width:100%;
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  margin:0 222px 20px 20px;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  margin:0 20px 20px 20px;
}
#gl_content-wide-left { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  margin:0 222px 20px 20px;
}
#gl_content-wide-right { /* content & right blocks displayed  - switched to dynamically by functions.php*/
  margin:0 20px 20px 20px;
}
#gl_navigation { /*the leftblocks*/
  float:right;
  margin-bottom:20px;
  margin-left:-202px;
  width:200px;
}
#gl_extra { /*the rightblocks*/
  clear:left;
  margin:0 217px 20px 20px;

}
#gl_extra-alt { /*the rightblocks*/
  clear:left;
  margin:0 20px 20px 20px;
}

#gl_footer {
  clear:both;
  height:40px;
  width:100%;
}

/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu ul {
  background:#594A2C;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#gl_menu ul li {
  float:left;
}
#gl_menu li a,
#gl_menu li a:visited {
  border-right:1px solid #333;
  color:#FFF;
  display:block;
  padding:5px 10px;
  text-align:center;
  text-transform: uppercase;
  text-decoration:none;
  white-space:nowrap;
  font-size:13px;
  font-weight:bold;
}
#gl_menu ul li a:hover {
  background:#B39559;
  color:#FFF;
}

/* Blocks **************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin-bottom:15px;
}
.block-box-left ul,
.block-box-right ul { /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  clear:both;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon {
  float:right;
  text-align:right;
}
.block-title {
  color:#000000;
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
.block-title-left {
  color:#000000;
  background:transparent !important;
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* Blocks **************************************/
.block-box-right {
  margin-bottom:15px;
}
.block-box-right ul { /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-columnpad-right{
  padding:5px 10px 10px 10px;
}
.block-content-right {
  background:transparent;
  clear:both;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content-right ul {
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon-right {
  float:right;
  text-align:right;
}
.block-title-right {
  background:transparent !important;
  color:#000000;
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* DEFAULT LIGHT BLUE STYLE STYLESHEET *******************************************************
This file only contains color info. For global layout info use layout.css.
For global style info use style.css.
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LYOUT*****************************************************/

#gl_container {
  background:#FFFFFF !important;
}
#gl_header {
  background:#336633 !important;
  height:61px;
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#F2F2F2 !important;
  border-right:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-bottom:1px solid #E7E7E7;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#FFFFFF !important;
}
#gl_footer {
  background:#222 url(images/footer-bg.png) 0 0 repeat !important;
  height:0px;
  padding-top:25px;
}

/* GLOBAL SEMANTICS ***********************************************/

a {
  background:transparent;
}
a:visited.non-ul {
  color:orange;
  background:transparent;
  text-decoration:none;
}
a:hover.non-ul,
a:active.non-ul {
  color:#CCCCCC;
  background:transparent;
  text-decoration:none;
}
a:link {
  color:#669900;
}
a:visited {
  color:#669900;
}
a:hover {
  color:#336600;
}
a:active {
  color:#336600;
}
body {
  color:#666666;
  background:#CCCC99!important;
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(images/icon_info.png) no-repeat top left;
  border-bottom:1px solid #666666;
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
input,
submit,
td {
}
select {
}
textarea {
}
th {
  background-color:#DAE0ED;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-menu { /* the box around the menu */
  border:1px solid #EEEEEE;
}
/* General formatting class***********************/
.ext-link {
  background:url(images/external.png) right center no-repeat;
  background-color:transparent;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right {
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
}
.block-columnpad {
  background:transparent !important;
}
.block-content,
.block-content-left,
.block-content-right {
  background:transparent;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
}
.block-title,
.block-title-left,
.block-title-right {
  color:#DEB357;
}

/* Comments ***********************************/
#comments a:link, #commenst a:visited {
  color : #336600;
}

/*Edit*****************************************/
.fieldhelp {
  color:#666666;
}
/* Footer **************************************/
#footer-copyright {
  color:#FFF;
}
#footer-copyright .footerlinks a {
  color:#FFF;
}
#footer-copyright .footerlinks a:hover {
  color:#EEE;
}
/* Header ***************************************/
/* adjust here to move the logo up or down */
#header-site-logo {
  margin:-5px 0px 0px 5px;
  padding:0px;
  z-index:90;
}
/*  adjust here to move the SLOGAN up or down */ 
#header-site-logo-text {
  margin:0px 0px 0px 15px;
  padding-top:6px;
  z-index:90;
  color:#fff;
}
#header-site-slogan {
  color:#FFFFFF;
}
#header-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  margin-right:15px;
  margin-top:-10px;
  font-weight:normal;
  width:153px;
}
#header-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  font-weight:bold;
  color:#666;
  width:153px;
}
.header-textbox-search {
  background:#FFFFFF;
}
/**********************************************/
.highlight {
  background-color:yellow;
}

.searchauth {
  background:transparent;
}
.searchdate {
  background:transparent;
}
.searchform-box {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
}
.searchhits {
  background:transparent;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  background:transparent;
}
.story h1{ /* the title of a story */
  background:transparent;
}
.story-featured { /* the frame around all elements of a featured story */
  background:transparent;
}
.story-featured h1 { /* the title of a featured story */
  background:transparent;
}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
}
.story-icons { /* print & mail icons in a storybox */
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  color:#666666;
}
.system-message {
  background:#FF6600;
  border:1px solid #999;
  color:#FFFFFF;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#CCCCCC;
  color:#000000;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#FF0000;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}
.welcomeanddate-text {
  border-bottom:1px solid #CCCCCC;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background:#EFEFEF;
  border:1px solid #CCCCCC;
}
.plugin th {
  background:#666;
}
.pluginBG {
  background:#666 !important;
  color:#333333;
}
.pluginAltBG {
  background:#666;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  background:#777;
  color:#FFFFFF;
}
.pluginCellFill {
  background:#F8FAFD;
}
.pluginCellText {
  color:#636363;
}
.pluginHeader {
  color:#204275;
}
.pluginFooter, .pluginFooter td {
  background:#444;
  color:#FFFFFF;
  }
.pluginAlert {
  background:#CCCCCC;
  color:#000000;
}
.pluginInfo {
  background:#CCCCCC;
  color:#707070;
}
.pluginSubTable {
  background:#CCCCCC;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  background:#C9D1E4;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#1A3955;
}
.pluginTitle {
  background:#666;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#F7F7F7;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#FFFFFF;
}
.pluginRow2, .pluginRow2 td {
  background:#F1F1F1;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#E7E7E7;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#FFFFFF;
}
.pluginLinks A:link {
}
.pluginLinks A:visited {
}
.pluginLinks A:hover {
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
}
a.pluginButton:link,
a.pluginButton:visited {
  background:transparent;
}
a.pluginButton:hover {
  background:transparent url(navbar/images/button_over.gif) center repeat-x;
  color:blue;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  background-color:#E5EFFF;
  border:1px solid #C8DAF7;
  color:#033666;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  background:#FFFFFF; /* #F4F4F4; */
  border-bottom:1px solid #ccc;
}
#navcontainer a {
}
#navcontainer a span {
  background:#EEEEEE;
  color:#666;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
#navcontainer a:hover span {
  background:#ccc;
  color:#333;
}
#navcontainer a#current span {
  background:#EEEEEE;
  color:#333;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:#EEEEEE;
}

/*  Purepro Menu left *****************************************************/
#gl_menu li {
 float:left !important;
}

/*  Body Styling for PurePro *****************************************************/
body {
  font-size:small;
  font-family: Verdana, sans-serif; 
  background: url("images/bg.png") no-repeat   #CCCC99;
} 

/*  Custom Styling for PurePro *****************************************************/

#gl_header {
  background: ;
}
#gl_container {
  background: ;
}
#gl_footer {
  background: ;
}
a:link, a:visited {
  color: ;
}
a:hover, a:active {
  color: ;
}

#ibox_wrapper {
    padding: 10px 10px 35px 10px;
    line-height: 25px;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff;}
#ibox_content { background-color:#fff; border:0; }
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
	font-size:x-small;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    background: url('images/closelabel.gif');
    width: 66px;
    height: 22px;
}
#ibox_progress {
    text-indent: -100000px;
    background: #fff url('images/loading.gif') center center no-repeat;
}
