* {
  font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size:10px;
  color: #1c1c1c;
}

body, form { margin: 0px; }

body { background-color: #FFFFFF; }

input {
  border: 1px solid #8BAE7A;
}

li { padding-top: 2px;  padding-bottom: 2px; }


/* commented backslash hack \*/ 
html, body {height:100%;} 
/* end hack */

html,body, form {margin:0;padding:0}

#cms_toolbar {
  background: #FFFFFF url('/cms/images/toolbar_bk.gif') top left repeat-x;
  border-bottom:1px solid #000000;
  }

h1.title {
	font-size:17px;
	color:#666666;
	padding:3px 10px;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	background-color:#DEDEDE;
}

#cms_toolbar td, #cms_toolbar a {  text-transform: uppercase;}
#cms_toolbar a { text-decoration: none;}
.cms_toolbar_button { font-weight: bold; }
#cms_toolbar a:hover { color: #979797;}
#cms_toolbar_links td {  padding-left: 2px;  padding-right: 2px;}
.cms_toolbar_drop {  padding-left: 15px;  margin-right: 0px; background: url('/cms/images/menu_down.gif') top left no-repeat;}

#drop_goto ul { list-style-type: square;  margin-left: 20px; padding: 0px;}
#drop_goto li {  list-style-type: square;  padding: 0px;}
#drop_goto { height: 300px; overflow: auto; overflow-x: hidden; }

.anylinkcss{
position:absolute;
margin-top: 10px;
visibility: hidden;
border:1px solid #cecece;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #ECF3E1;
width: 225px;
}

.anylinkcss a{
width: 100%;
color:#000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
outline: none;
  text-transform: uppercase;
  font-size: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #cecece;
color: #000000;
}

#container {
  text-align: center;
  height: 100%;
}

#content {
  margin: 0 auto;
  text-align: left;
  overflow-x: auto;
  overflow-y: auto;
    height: 100%;
outline: none;
}

.formbuilder {
  padding: 5px;
  margin: 0 auto;
  width: 400px;
}

.formbuilder input, .formbuilder select {
  width: 100%;
}

.formbuilder .label {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}

.formbuilder .field {
width: 100%;
}


.grid { background: #dedede; }

.grid_row1 { background: #FFFFFF; }
.grid_row2 { background: #f7f7f7; }

#pages {
  position: absolute;
  left: -200px;
  top: 0px;
  width: 205px;
  height: 100%;
  margin-top: 34px;
  background-color: #FFFFFF;
}

#pages_bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 100%;
  background-color: #8BAE7A;
}

/* POLL ---------------------------------------------------------------------------------------------------------------- */
.poll {
	padding-left: 5px;
	padding-bottom: 4px;
}
.poll-name {
	font-size: 13px;
	font-weight: bold;
}
.poll-votes {
	margin-bottom: 5px;
}
.poll-answers {
}
.poll-answer {
	line-height:1.4;
}
.poll-answer-name {
	font-weight: bold;
	color: green;
}
.poll-bar {
	width: 250px;
	background-color: #ccc;
	margin-bottom: 5px;
}
.poll-bar-vote {
	height: 5px ;
	font-size: 4px; /* because of ie*/
	background-color: #8bae7a !important;
}
