/* CSS Document */
body{
	margin:0;
	padding:0;
	font:normal 12px Verdana, Geneva, sans-serif
	height:100%;
	background-color:#D8D8D8;
}
img{ border:0px }
a{ text-decoration:none }
a:focus{ outline:0px; }

#top{
	background:url(../imgs/head.jpg) repeat-x;
	height:43px;
	width:100%;
	text-align:center;
	color:#B2B1B1;
	padding-top:8px;
}

#top a{
	color:#FFF;
	font-weight:bold
}
#top a:hover{
	text-decoration:underline;
}


#topmessage2{
        height:45px;
        width:100%;
        text-align:center;
        padding-top:8px;
	margin-bottom: 10px;
	background: #97be10;
	background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
	background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
	background: linear-gradient(#97be10 0%, #79980d 100%);
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

#topmessage2 a{
	font-weight: bold;
	font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
#topmessage2 a:hover{
        text-decoration:underline;
}



#topmessage{
        background:url(../imgs/headmessage.jpg) repeat-x;
        height:60px;
        width:100%;
        text-align:center;
        color:#B2B1B1;
        padding-top:8px;
}

#topmessage a{
        color:#FFF;
        font-weight:bold
}
#topmessage a:hover{
        text-decoration:underline;
}


/* footer */
.footer {
/*	Display: block;*/
	padding: 10px;
/*	margin: 10px auto;*/
	width: 100%;
	text-align: center;
	border: 1px solid #EEE;
	/*background-color: white;
	background: #eff2f5 url(../imgs/stripes.png) repeat;*/
	/*color: #999;*/
	font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
clear: both;
position: relative;
/*position:absolute;*/
 z-index: 10;
 height: 3em;
/* margin-top: -3em;*/
bottom:0;
}

.footer p {
	color: #999;
}

/* Form */
form {
/*	width: 900px;
	border: 1px solid #EEE;
	padding: 10px;*/

	margin-left:auto;
    margin-right:auto;

    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.filterform {
	width: 900px;
	/*border: 1px solid #EEE;*/
	padding: 0px;
	margin: 10px auto;
}

.formlabel2 {
        margin-top : 8px;
        background-repeat: no-repeat;
}


.formlabel {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

h1 {
/*	 background-color:#FFF7EF;
      border:7px solid #BAA5C5;
      color:#666666;
      margin:0px 0 0px; 
      padding:5px 10px 5px;  
      position:relative;*/

	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}







/***** Niceforms *****/
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background-color:#d8d8d8;
}
img {border:0;}
#container {padding:20px;}

/*input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}*/
/*label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}*/
label.chosen {color:#333;}
label {
    display: block;
    margin: 0px 0px 5px;
}
label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../imgs/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../imgs/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../imgs/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../imgs/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../imgs/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../imgs/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../imgs/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../imgs/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../imgs/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../imgs/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../imgs/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../imgs/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../imgs/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */

#cssmenumain {
padding-top:10px;
  width: 250px;
/*  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

float:left;margin-left:10px;margin-right:10px;*/
}


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}

#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 220px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

float:left;margin-left:10px;margin-right:10px;
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a > span {
  display: block;
  border: 1px solid #666666;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #97be10;
  background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
  background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
  background: linear-gradient(#97be10 0%, #79980d 100%);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #79980d;
}
#cssmenu > ul > li.active > a span {
  border: 1px solid #97be10;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(http://cssmenumaker.com/sites/default/files/menu/256/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(http://cssmenumaker.com/sites/default/files/menu/256/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #79980d;
}
#cssmenu > ul > li > a {
  cursor: pointer;
}

.pane{

    border: 1px solid #AAA;
    background: #FFF ;
    color: #fff;

}

