/* HTML Start */
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
td, input, textarea {
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
optgroup {
	font-style:normal;
}
/* HTML End */
/* ############################################################################## */
/* Links Start */
a:link {
	color: #03C;
	text-decoration: underline;
}
a:visited {
	color: #909;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline !important;
}
a:active {
	text-decoration: underline;
}
a.cssNav:link, a.cssNav:active, a.cssNav:visited, a.cssNav:hover {
	color: #03C;
}
legend a:link, legend a:active, legend a:visited {
	color: white;
	text-decoration: none;
}
legend a:hover {
	color: white;
	text-decoration: underline;
}
/* Links End */
/* ############################################################################## */
/* Page Layout Start */
.cssSidebarLeft {
	vertical-align: top;
}
.cssSidebarRight {
	background: #fff;
	vertical-align: top;
	left: 10px;
	padding: 0 10px 10px 9px;
}
.cssBodyTd {
	margin: 0;
	vertical-align: top;
	height: 400px;
}
.cssSidebarLeftP {
	height: 1px;
}
.cssContentAreaP {
	height: 1px;
}
.cssSidebarRightP {
	height: 1px;
}
/* Page Layout End */
/* ############################################################################## */
/* Site Header Start */
.cssLogo {
	display: inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
}
.cssSiteHeaderText {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
}
.cssSiteHeaderLinks {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 11px;
	text-transform: uppercase;
}
div.cssSearch {
	position: absolute;
	right: 10px;
	top: 10px;
}
.cssFieldSearch {
	width: 100px;
}
.cssBtnSearch {
	padding: 0 2px 0 2px;
}
.cssSiteHeaderLinks a:link, .cssSiteHeaderLinks a:visited {
	text-transform: uppercase;
	text-decoration: none;
}
.cssSiteHeaderLinks a:hover, .cssSiteHeaderLinks a:active {
	text-decoration: underline;
}
/* Site Header End*/
/* ############################################################################## */
/* Nav level 1 Start */
.cssNav1UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.cssNav1UL a {
	display: block;
	text-decoration: none;
	margin: 0;
}
.cssNav1UL a:visited {
	text-decoration: none;
}
.cssNav1 span {
	line-height: 12px;
}
/* Nav level 1 End */
/* ############################################################################## */
/* Nav level 2 Start */
.cssNav2UL, .cssNav3UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom-width: 0;
}
.cssPlus {
	position: absolute;
	font-size: 16px;
	cursor: pointer; cursor: hand;
	padding: 2px;
}
.cssMinus {
	position: absolute;
	font-size: 20px;
	cursor: pointer; cursor: hand;
	padding: 2px;
}
.cssNav2UL a {
	display: block;
	text-decoration: none;
}
.rightarrow{
	position: absolute;
	right: 4px;
	border: 0;
}
/* Nav level 2 End */
/* ############################################################################## */
/* Toolbar Start */
.cssToolBar {
	padding: 5px 10px;
	text-align: right;
}
/* Toolbar End */
/* ############################################################################## */
/* Fields Start */
fieldset {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}
fieldset legend {
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}
.cssSection {
	font-weight: bold;
	padding-bottom: 10px;
}
.cssFields {
	padding-top: 10px;
}
.cssFieldRow {
	position: relative;
	padding-bottom: 8px;
}
.cssFieldTitle {
	width: 150px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	display: inline-block;
}
.cssFieldTitle span {
	font-weight: bold;
	color: red;
}
.cssFieldTitleRichText {
	font-weight: bold;
}
#cke_bottom_detail,.cke_bottom{
	display:none
}
.cssFieldTitleAtta {
	font-weight: bold;
}
.cssField {
	display: inline-block;
}
.cssComment, .cssFieldHelp {
	font-size: 11px;
	font-weight: normal;
}
.cssFieldDate {
	width:75px;
}
.cssFieldTime {
	width:50px;
}
.cssFieldInteger {
	width:40px;
	text-align: right;
}
.cssFieldNumber {
	width:70px;
	text-align: right;
}
.cssFieldTextS {
	width:150px;
}
.cssFieldTextM {
	width:200px;
}
.cssFieldTextL {
	width:250px;
}
.cssFieldTextXL {
	width:300px;
}
.cssFieldSelectS {
	width:156px;
}
.cssFieldSelectM {
	width:206px;
}
.cssFieldSelectL {
	width:256px;
}
.cssFieldSelectXL {
	width:306px;
}
.cssPersonsField {
	border: solid 1px black;
	padding: 1px 2px 1px 2px;
	background-color: #efefef;
}
.cssHelpBox {
	position: absolute;
	border: solid 1px #000000;
	background: #CAC5AE;
	padding: 8px;
}
/* Fields End */
/* ############################################################################## */
/* Tables Start */
.cssAttaTable {
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
.cssAttaTable td, th {
	padding: 0 0 2px 0;
	border-bottom: solid 1px #ccc;
}
.cssAttaTable th {
	text-align: left;
	background-color: #e6e6e6;
	border-top: solid 1px #cccccc;
}
.cssAttaTable .cssCol1 {
	width: 50px;
}
.cssAttaTable .cssCol3 {
	width: 80px;
	padding: 0 15px 2px 6px;
}
.cssAttaTable .cssCol4 {
	width: 150px;
}
/* Tables End */
/* ############################################################################## */
/* Views Start */
.cssViewTable {border-collapse: collapse;}
.cssViewTable td {
	padding: 2px 2px 2px 3px;
	vertical-align: top;
	border: solid 1px #bcbcbc;
}
.cssView td, th {
	padding: 1px 8px 2px 2px;
	border-bottom: solid 1px #ccc;
}
.cssView table table td {
	border-bottom: 0;
}
.cssView th {
	text-align: left;
	background-color: #e6e6e6;
	border-top: solid 1px #cccccc;
}
.cssViewNumber {
	width: 60px;
	text-align: right;
}
.cssSelectedRow {
	background-color: #d6ffec;
}
/* Views End */
/* ############################################################################## */
/* Footer Start */
.cssFooter {
	position: relative;
	padding: 4px 10px 4px 10px;
}
.cssFooter span {
	position: absolute;
	right: 10px;
}
/* Footer End */
/* ############################################################################## */
#idDivSlideShow {
	border: solid 8px #bababa;
	background: #fff;
	display: inline-block;
	visibility: hidden;
	position: absolute;
	z-index:1;
	border-radius:10px;
}
#idSlideShowHeader {
	background: #bababa;
	padding: 6px 10px;
	position: relative;
	min-height: 15px;
}
/* ############################################################################## */
/* Dialog Start */
.cssDialog {
	padding: 4px;
	border-radius: 4px 4px 4px 4px;
	position: absolute;
	top: 0px;
	display: none;
	z-index:10;
}
.cssDialogHeader {
	cursor: move;
	padding: 4px 0 0 12px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
}
.cssDialogContent {
	padding: 8px 10px;
}
.cssDialogContent label {
	display: inline-block;
	font-weight: bold;
}
.cssDialogContent div {
	padding-bottom: 4px;
}
.cssDialogButtons {
	margin-top: 6px;
	padding-top: 6px;
	text-align: right;
}
/* Dialog end */

body {
	background-color: #ffffff;
	font-family: sans-serif, arial, verdana;
}
td, input, textarea {
	font-family: sans-serif, arial, verdana;
}
.cssPageContent {
	font-size: 12px;
}
.cssPageTab {
	border-top: solid 1px #79c13c;
	border-bottom: solid 1px #79c13c;
	border-left: solid 1px #79c13c;
	border-right: solid 1px #79c13c;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cssPageTd {
	width: 990px;
}

.cssSidebarLeft {
	border-right: solid 1px #79c13c;
	width: 169px;
	padding-top: 10px;
	background: #d2dfef;
}
#idSidebarLeft {
	width: 169px;
}
.cssSidebarRight {
	width: 179px;
	border-left: solid 1px #79c13c;
}
.cssSidebarLeftP {
	width: 169px;
}
.cssSidebarRightP {
	width: 160px;
}

/* ############################################################################## */
.cssSiteHeader {
	position: relative;
	height: 85px;
	background: #ffffff;
}
.cssSiteHeaderText {
	font-size: 40px;
	font-weight: Bold;
	color: #79c13c;
	padding-top: 25px;
	padding-left: 20px;
}
.cssSiteHeaderLinks, .cssSiteHeaderLinks a:link, .cssSiteHeaderLinks a:visited {
	font-size: 12px;
	color: #777777;
	bottom: 10px;
	right: 10px;
}
.cssSiteHeaderCLinks {
	position: absolute;
	font-size: 12px;
	color: #777777;
	top: 5px;
	right: 10px;
}
.cssSiteHeaderCLinks a:link, .cssSiteHeaderCLinks a:visited {
	color: #777777;
}
div.cssSearch {
	position: absolute;
	top: 35px;
	right: 10px;
}
.cssTopBorder {
	height: 0px;
	border-bottom: solid 1px #79c13c;
	visibility: hidden;
	position: absolute;
}
/* ############################################################################## */
.cssNav1UL {
	padding-left: 0px;
	width: 990px;
	background-color: #e9ebf1;
}
.cssTopbar {
	background-color: #e9ebf1;
}
.cssNav1UL li {
	display: inline;
	margin: 0;
}
a.cssNav1:link, a.cssNav1:active, a.cssNav1:visited, a.cssNav1A:link, a.cssNav1A:active, a.cssNav1A:visited, a.cssNav1A:hover, a.cssNav1:hover {
	float: left;
	border-right: solid 1px #FFFFFF;
   	padding: 12px 16px 12px 16px;
}
a.cssNav1:link, a.cssNav1:active, a.cssNav1:visited {
	font-weight: Bold;
	font-size: 18px;
	background: #e9ebf1;
	color: #777777;
}
a.cssNav1A:link, a.cssNav1A:active, a.cssNav1A:visited, a.cssNav1A:hover, a.cssNav1:hover {
	font-weight: Bold;
	font-size: 18px;
	background-color: #79c13c;
	color: #ffffff;
}
/* ############################################################################## */
.cssPlus {
	color: #000000;
	left: 10px;
	margin-top: 12px;
}
.cssMinus {
	color: #000000;
	left: 12px;
	margin-top: 12px;
}
.cssNav2UL li {
	text-align: Left;
}
.cssNav2UL a {
	border-bottom: solid 1px #d2dfef;
	width: 141px;
}
a.cssNav2:link, a.cssNav2:active, a.cssNav2:visited {
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 20px;
	background: #d2dfef;
	color: #000000;
	font-weight: Bold;
	font-size: 12px;
}
a.cssNav2A:link, a.cssNav2A:active, a.cssNav2A:visited, a.cssNav2A:hover, a.cssNav2:hover {
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 20px;
	background: #c3c3c3;
	color: #000000;
	font-weight: Bold;
	font-size: 12px;
}
/* ############################################################################## */

/* ############################################################################## */
.cssBody {
	background: #FFFFFF;
	font-family: Arial;
	padding: 10px 20px 10px 20px;
}
.cssPageHeader {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
.cssPageHeader span {font-size: 12px; float: right;}
.cssPageContent {
	font-size: 14px;
	color: #888888;
}
.cssBodyTd {
	background: #FFFFFF;
}
/* ############################################################################## */
.cssFieldText, .cssFieldEmail {
	width: 784px;
}
.cssFieldSelect {
	width: 789px;
}
.cssFieldTextSet {
	width: 756px;
}
.cssFieldTextArea {
	width: 786px;
	height: 100px;
}
.cssFieldTextAreaSet {
	width: 756px;
	height: 100px;
}
.cssFieldRichText {
	width: 944px;
	height: 400px;
}
.cssFileUpload {
	width: 946px;
}
.cssAttaTable {
	width: 950px;
}
.cssAttaTable .cssCol2 {
	width: 670px;
}
.cssFieldSidebarRight {
	width: 186px;
}
/* ############################################################################## */
.cssTDFooter {
	border-top: solid 1px #79c13c;
}
.cssFooter {
	height: 16px;
	background: #ffffff;
	font-size: 11px;
	color: #888888;
	text-align: Center;
}

/* ############################################################################## */
.cssPlus {
	top: -4px;
}
.cssMinus {
	top: -8px;
}
fieldset {
	border: solid 1px #7b7156;
}
fieldset legend {
	background: #7b7156;
	color: #FFFFFF;
}
.cssHelpImg {
	cursor: pointer;
}
#idHelp {
	border: solid 1px #6db23a;;
	background: #d6ffec;;
	color: #000000;
	padding: 3px 6px;
	display: inline-block;
	width: 400px;
	min-height: 80px;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	border-radius: 8px;
	top: 0;
}
.cssPageTab {border-top:0}
strong {color: #79c13c; font-size: 16px}
.cssNav1:hover, .cssNav1A:hover {text-decoration: none !important}

