/* @override 
	http://mangocomm.com/assets/templates/mango/css/style.css
	http://localhost/modx2/assets/templates/mango/css/style.css
	https://www.mangocomm.com/assets/templates/mango/css/style.css
*/

/* Body/Container */
body{
	margin: 0px 0px 0px 0px;
	background-color: #D9DDE0;
}

#container{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 949px;
	margin: auto;

	text-align: center;
	
	background-image: url('../images/content_background.gif');
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 9px;
}

/* Header */
#header{
	width: 937px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 110px;
	background-repeat: no-repeat;
	background-position: top center;
}

#headerl{
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	text-align: left; /* ie */
}

#headerr{
	position: relative;
	top: 58px;
	right: 24px;
	float: right;

}

/* Content */
#contentshadow{
	background-image: url('../images/contentbg.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 17px;
}

#content{
	text-align: left;
	padding: 0px 25px 0px 28px;
	color: #555;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
}

h1{
	color: #509a24;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	font-family: Arial;
	font-size: 24px;
	line-height: 36px;
}

h2{
	color: #509a24;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
}

h3{
	color: #509a24;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

/* Content - Links */
a:link, a:visited {
	color: #4e9723; text-decoration: none;
	font-weight: normal;
}

div.announce span.badge img {
	margin: 0;
}

div.announce span.text {
	 color: #444444;
	 font: normal normal bold 18px/24px Arial;
	 font-weight: normal;
margin-left: -10px;
vertical-align: 30px;}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #d93925;
}

table.titleRow-borders tbody tr.odd {
	background: #eef5ee;
}

a.footer:link		{color: #9EA0A2; font-size: 10px; font-weight: bold;}
a.footer:active		{color: #9EA0A2; font-size: 10px; font-weight: bold;}
a.footer:hover		{color: #9EA0A2; font-size: 10px; font-weight: bold;}
a.footer:visited	{color: #9EA0A2; font-size: 10px; font-weight: bold;}

/* Content - Lists */
ul{
	margin: 0;
	list-style: none;
	padding-left: 10px;
}

li{
	margin-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
}

/* Footer */
#footer{
	color: #565758;
	font-family: Arial;
	font-size: 10px;
	padding-top: 15px;
	position: relative;
	height: 40px; /* 30 */
	clear: both;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #D9DDE0;
	font-weight: bold;
}

.qf_text .qf_textarea {
	font-size: inherit;
	font-family: inherit;
}
.qf_fieldset{
	margin: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #509a24;
}

.qf_legend{
	color: #509a24;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	background: white;
	margin-left: 10px;
}

.qf_textarea {
	margin: 10px;
}

.qf_submit {
	margin: 10px;
}

div.errors, label.required {
	color: #bf1417;
}

table.titleRow-borders {
	border-collapse:collapse;
	empty-cells:hide;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

img.badge-table{
}

table.titleRow-borders tbody tr td {
	padding: 5px;
	border: 1px dotted #509a24;
}

table.titleRow-borders tbody tr td.titleRowCol {
	text-align: center;
	color: #555;
	font-family: Arial;
	font-size: 20px;
	padding: 5px;
	border: none;
}

table.titleRow-borders tbody tr td ul {
	padding-left: 0px;
}

table.titleRow-borders tbody tr td.firstCol {
	text-align: right;
	font-weight: bold;
	white-space:nowrap;
}

table.titleRow-borders tbody tr th.lastCol {
	border-right: 1px solid #509a24;
}

table.titleRow-borders tbody tr th {
	spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #509a24;
	border-left:  1px dotted white;
	text-align: center;
	background: #509a24;
	color: white;
}

table.titleRow-borders tbody tr th.firstCol {
	border-left: 1px solid #509a24;
}



div.noteBox
{
	font-size: 110%;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	border-collapse: collapse;
   	-moz-border-radius: 7px;
  	-khtml-border-radius: 7px;
 	background: #f8d2cd;
 	color: #444;
	border: 1px solid #999999;
}
