/* main elements */

div.cloudstyle div, div.cloudstyle td, div.cloudstyle#overmenu, .dijitPopup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #fff;
}

body div.cloudstyle {
	text-align: center;
}

#header {
	margin-bottom: 1em;
}

#wrapper {
	width:800px;
	min-width: 800px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	
	overflow:hidden;
	display:block;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
}

#menu {
	background: #eee;
	position:relative;
	float:left;  	
	left:0px;
	width:220px;
	margin-right:15px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #fff;
	background: #648C1D;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #666666;
	background: #efefef;
	text-decoration: none;
	padding: 2px 12px;
}

#menu a:hover {
	color: #648C1D;
	background: #fff;
}

#footer {
	background:#fff;
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
}

#footer .new {
	float:left;
}

#footer a:link {color: #7db223;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

div.cloudstyle label {
	width:100px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

div.cloudstyle input:not([type=checkbox]) {
	height:20px;
}

.cloudstyle input:not(.dijitReset),.cloudstyle textarea:not(.dijitReset),.cloudstyle select:not(.dijitReset) {
	border:1px solid #B3B3B3;
}

div.cloudstyle input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

div.cloudstyle submit {
	height:25px;
}

div.cloudstyle div {
	text-align: left;
}

div.cloudstyle div .box {
	display:block;
	margin-left:105px;
}

/* menu elements*/

div.cloudstyle a.menu,div.cloudstyle a.menu:link,div.cloudstyle a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

div.cloudstyle h1,div.cloudstyle h2,div.cloudstyle h3 {
	font-family: Helvetica, sans-serif;
	color: #7db223;
}

div.cloudstyle h1 {
	font-size: 20px;
	line-height: 26px;
}

div.cloudstyle h2 {
	font-size: 18px;
	line-height: 20px;
}

div.cloudstyle h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

div.cloudstyle h4 {
	font-size: 14px;
	line-height: 20px;
}

div.cloudstyle h5 {
    font-size: 13px;
    line-height: 16px;
}

div.cloudstyle .errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

div.cloudstyle a {
	text-decoration: underline;
	font-size: 12px;
}

div.cloudstyle img {
	border: 0 none;
	vertical-align: middle;
}




div.cloudstyle a:link {
	color: #7db223;
}

div.cloudstyle a:hover {
	color: #456314;
}

div.cloudstyle a:active {
	color: #7db223;
}

div.cloudstyle a:visited {
	color: #7db223;
}

div.cloudstyle li {
	padding-top: 5px;
	text-align: left;
}

div.cloudstyle ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table.standardtable {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table.standardtable table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table.standardtable td,table.standardtable th {
	padding: 2px;
	border: 1px solid #CCCCCC;
	
	/* F */
	overflow: hidden;
    	text-overflow: ellipsis;
    	max-width: 90px;
}

table.standardtable td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table.standardtable th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table.standardtable thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table.standardtable a:link {color: #303030;}

/* F */
table.standardtable tr:nth-child(odd) {
	background-color: #FFFFFF;
}

table.standardtable tr:nth-child(even) {
	background-color: #EFEFEF;
}



.utilbox {width: 18px;}

div.cloudstyle caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

div.cloudstyle fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

div.cloudstyle fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

div.cloudstyle fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

div.cloudstyle fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

div.cloudstyle fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

div.cloudstyle fieldset table {
	width: 100%;
}

div.cloudstyle fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

div.cloudstyle .submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
}

div.cloudstyle .updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

div.cloudstyle .updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}