/*
 * Helpers
 */
.red {
  background-color: red
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.content-container {
  outline: 1px solid #CCCCCC;
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
}

.secondary-menu-container {
  outline: 1px solid #CCCCCC;
  background-color: #ffffff;
}

.error ul, .success ul, .notice ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
 }

.prim {
  height: 56px;
  vertical-align: middle;
  text-align: center;
  background: #a5cf31 url(../images/login-bar-back-green.png) ;
  border-top-color: #999999;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0.3em;
}

input.text, input.title,  input.password,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

form input.text:focus, form input.password:focus, form input.textarea:focus {
background-color:#FFFFCC;
background-image:none;
border:1px solid #CCCC88;
}

form input.submit {
  font-family: arial;
  font-size: 125%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: normal;
  margin-left: 18px;
  padding: 5px;
}

form input.text,form input.password {
  color: #000000;
  font-family: arial;
  font-size: 170%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: normal;
  padding: 3px 5px;
}

.center {
  margin-left: auto;
  margin-right: auto
 }
 
.clear {
	clear: both;
	display: block;
	padding: 0 0 10px 0;
}
 
 
input.password {
  width: 300px;
}

/* 
 * Main navigation 
 */
#primary-menu {
  height: 28px;
  background: #a5cf31 url(../images/menuback.png);
  border-top-color: #999999;
  border-top-width: 1px;
  border-top-style: solid;
}

#primary-menu ul,#primary-menu ul li {
  font-size: 14px;
  line-height: 28px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ie6 #primary-menu {
  background: transparent none repeat scroll 0 0;
}

#primary-menu ul li {
  float : left;
}

#primary-menu ul {
  height: 28px;
  vertical-align: middle;
}

#primary-menu ul li a,#primary-menu ul li span {
  background: transparent url(../images/menudivider.png) no-repeat scroll right top;
  color: #333333;
  display: block;
  float: left;
  height: 28px;
  padding: 0 12px;
  text-decoration: none;
  font-weight: bold;
}

#primary-menu ul li span {
  color: #333333;
  background: url(../images/menuselectedback.png) repeat;
  background-color: #eeeeee;
}

#primary-menu ul li a:hover {
  color: #000000;
  background-color: #669933;
}

/*
 * Option menu
 */
#optionmenu ul,#optionmenu ul li {
  display: inline;
  float: left;
  font-size: 11px;
  line-height: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#optionmenu li+li {
  border-left: 1px solid #666666;
}

#optionmenu ul li a,#optionmenu ul li span {
  color: #333333;
  display: block;
  float: left;
  height: 15px;
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold;
}

#optionmenu ul li span {
  text-decoration: none;
}

#optionmenu ul li span {
  color: #7A9924;
  font-weight: bold;
}

#optionmenu ul li a:hover {
  color: #7A9924;
  font-size: 11px;
  font-weight: bold;
}

/*
 * Secondary navigation
 */
.treenav li {
  list-style-type: none;
  font-size: 90%;
}

.treenav a {
  text-decoration: none;
}

.treenav a:hover {
  text-decoration: underline;
}

div.treenav>ul>li>a,div.treenav>ul>li> span {
  font-size: 14px;
  font-weight: bold;
}

div.treenav a {
  color: #333333;
}

div.treenav>ul>li {
  border-bottom: 1px solid #999999;
}

div.treenav  li.selected {
  background-color: #2F74A1;
  color: white;
}

div.treenav>ul>li.menu {
  border-bottom: 1px solid #999999;
  list-style-image: url(../images/triangle-right.png);
  list-style-position: inside;
  padding-left: 2px;
}

div.treenav>ul>li.activemenu,.open {
  list-style-image: url(../images/triangle-down.png);
  list-style-position: inside;
  padding-left: 2px;
}

div.treenav>ul>li>ul>li {
  list-style: none;
  color: #333333;
}

div.treenav>ul>li>ul>li>a {
  color: #333333;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #eeeeee;
}
html {
  background-color: #eeeeee;
}

table.datatable {
  margin-top: 20px;
  border: 2px solid rgb(157,187, 89);
  width: 570px;
  background-color:  #FFFDF6;
  color: #333333;
  font-size:10px;
  margin-left:25px;
}

table.datatable td {
  text-align: right;
  border-bottom: 1px solid #eeeeee;
}

tr.column-labels td {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  color: #333333;
  font-size:12px;
  Font-family: "verdana";
  background:#333 url(../images/menuback.png) repeat-x;
  color:#333
}

tr.column-totals td {
  border-top: 2px solid rgb(157,187, 89);
  text-align: right;
}

tr td.row-labels {
  text-align: left;
  font-weight: bold;
  color: #333333;
  font-size:10px;
}

td.row-totals {
  border-left: 2px solid rgb(157,187, 89);
  text-align: right;
}

td.number {
  text-align: right;
}

table.jqplot-table-legend {
  width: auto !important
}

.alt {
color:#666666;
font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
font-style:normal;
font-weight:normal;
}

table.resulttable td, th {
  text-align: right;
  font-size: 8pt;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-collapse: collapse;
}
table.resulttable th {
  background-color:#E6EEEE;
}

table.resulttable .row-labels{
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

table.resulttable .worst{
  background-color: #ff5555;
}

table.resulttable .best{
  background-color: #A5CF31;
}

table.resulttable .row-totals{
  font-weight: bold;
  border-left: 1px solid #cccccc;
 
}
 
table.resulttable .column-totals{
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
  
.ls1 {
    background:#d7e3f4 ;
    width: 100px
}
 
.ls2 {
    background:#fff6d5;
    width: 100px
}
 
/*
img.ui-datepicker-trigger {
        float: left;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 5px 3px 0;
        display: block;
        text-indent: -2000px;
        overflow: hidden;
        background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
        background-position: 0 -20px;
        cursor: default;
}
input.dp-applied {
        width: 100px;
        float: left;
}
*/

/* JS Changes for dialogs  BEGIN */
div#fancy_div { 
	border: solid 1px #ccc;
	font-family: "century gothic",verdana,helvetica;
	
}
.dialogproperty {
	width: 45%;
	padding: 5px 10px  0 10px;
	float:	left;
}

.simpledialog h3{ 
	font-weight: bold;
}

.simplelabel {  
	font-weight: bold;
	
}

.dialogfooter {
	float: right;
	width:100%;
	display:	block;
	padding-top:20px;
	padding-bottom:20px;
	position: absolute;
	bottom: 0;

}

.dialogbut {
	float: right;
	display:	block;
	margin-right: 20px;
	color:	#333;
	height: 30px;	
	border : solid 1px #999;
	padding: 5px;
}


.dialogok {
		font-weight: bold;
		background: #fff;
}

.dialogcancel {
		font-weight: normal;
		background: #ccc;
}

.butrow {
	margin  : 0 auto;
	float: right;
}

.dialog2but {
	display:	block;
	color:	#333;
	border : none ;
	padding: 0px;
	background: none;
	font-size:13px;
	font-weight:bold;
	 cursor: pointer;
}




.iconbut {
	background:#A5CF31 url(../images/iconbutback.png) repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	height:16px;
	line-height:16px;
	padding:5px;
	text-align:center;
	text-decoration:none;
	float: left;
	list-style-type:none;
	margin-right: 16px;
	cursor: pointer;
}

.iconbut a {
	text-decoration:none;
	color:#333333;
	display:inline;  
	overflow:hidden; 
	height:18px; 
	padding-left:22px; 
	padding-bottom:2px; 
	background-repeat:no-repeat;  
	background-image:url(/images/icons/sprites.png); 	
	
	
	
}

.search-wrapper {

	margin-left:11px;
	
	position:relative;
	width:170px;
	float: left;

}


#filter-box {
	color : #999;
	border : 1px #ccc solid;
	margin:0;
	padding:3px 0 0;
	position:absolute;
	right:10px;
	top:0;
	width:165px;
	height: 23px;
	font-size:16px;

}

#filter-clear-button {
/*
background:transparent url(../images/searchcloseR.png) repeat scroll 0 0;
cursor:pointer;
display:block;
height:11px;
overflow:hidden;
position:absolute;
right:14px;
top:4px;
width:20px;
height: 20px;
z-index:1;
*/

	background: url(../images/iconbutback.png) repeat scroll 0 -3px;
	color:#777777;
	cursor:pointer;
	display:block;
	font-size:17px;
	font-weight:bold;
	height:20px;
	line-height:16px;
	overflow:hidden;
	position:absolute;
	right:13px;
	text-align:center;
	top:3px;
	width:20px;
	z-index:1;
	border:1px solid #999999;
}

submit.iconbut {
	height:26px;	
}

.help {
	font-size : 11px;
	
}


.help li {
	font-weight : normal;
	margin-left: 20px;
}

help p  {
	
	text-indent:0;
}

.jqplot-pie-line-label { 
  color: #666; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  text-align: center; 
  height: 12px; 
  line-height: 12px; 
}
/* JS Changes for dialogs  END */

/* Forms */
.fieldHintButton {
  cursor: help;
}

