/* 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: #efefef;
	font-family: sans-serif, arial, verdana;
}
td, input, textarea {
	font-family: sans-serif, arial, verdana;
}
.cssPageContent {
	font-size: 12px;
}
.cssPageTab {
	border-top: solid 9px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cssPageTd {
	width: 996px;
}

.cssSidebarLeft {
	border-right: solid 1px #FFFFFF;
	width: 155px;
	padding-top: 20px;
}
#idSidebarLeft {
	width: 155px;
}
.cssSidebarRight {
	width: 179px;
	border-left: solid 1px #FFFFFF;
}
.cssSidebarLeftP {
	width: 155px;
}
.cssSidebarRightP {
	width: 160px;
}

/* ############################################################################## */
.cssSiteHeader {
	position: relative;
	height: 0px;
	background: #FFFFFF;
}
.cssSiteHeaderText {
	font-size: 30px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-left: 20px;
}
.cssSiteHeaderLinks, .cssSiteHeaderLinks a:link, .cssSiteHeaderLinks a:visited {
	font-size: 11px;
	color: #abc3e0;
	bottom: 0px;
	right: 0px;
}
.cssSiteHeaderCLinks {
	position: absolute;
	font-size: 11px;
	color: #abc3e0;
	top: 5px;
	right: 10px;
}
.cssSiteHeaderCLinks a:link, .cssSiteHeaderCLinks a:visited {
	color: #abc3e0;
}
div.cssSearch {
	position: absolute;
	top: 35px;
	right: 10px;
}
.cssTopBorder {
	height: 20px;
	border-bottom: solid 1px #FFFFFF;
	visibility: visible;
	position: relative;
}
/* ############################################################################## */
.cssNav1UL {
	padding-left: 0px;
	width: 996px;
	background-color: #FFFFFF;
}
.cssTopbar {
	background-color: #FFFFFF;
}
.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 #dbdbdb;
   	padding: 15px 10px 20px 6px;
}
a.cssNav1:link, a.cssNav1:active, a.cssNav1:visited {
	font-weight: Normal;
	font-size: 24px;
	background: #FFFFFF;
	color: #5a5a5a;
}
a.cssNav1A:link, a.cssNav1A:active, a.cssNav1A:visited, a.cssNav1A:hover, a.cssNav1:hover {
	font-weight: Normal;
	font-size: 24px;
	background-color: #303030;
	color: #FFFFFF;
}
/* ############################################################################## */
.cssPlus {
	color: #000000;
	left: 10px;
	margin-top: 15px;
}
.cssMinus {
	color: #000000;
	left: 12px;
	margin-top: 15px;
}
.cssNav2UL li {
	text-align: Left;
}
.cssNav2UL a {
	border-bottom: solid 1px #d2dfef;
	width: 127px;
}
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 {
	font-family: Arial;
	padding: 0px 20px 10px 25px;
}
.cssPageHeader {
	font-size: 30px;
	font-weight: normal;
	font-family: Verdana;
	color: #575757;
	margin: 5px 0 10px 0;
}
.cssPageHeader span {font-size: 12px; float: right;}
.cssPageContent {
	font-size: 14px;
	color: #575757;
}

/* ############################################################################## */
.cssFieldText, .cssFieldEmail {
	width: 785px;
}
.cssFieldSelect {
	width: 790px;
}
.cssFieldTextSet {
	width: 757px;
}
.cssFieldTextArea {
	width: 787px;
	height: 100px;
}
.cssFieldTextAreaSet {
	width: 757px;
	height: 100px;
}
.cssFieldRichText {
	width: 945px;
	height: 400px;
}
.cssFileUpload {
	width: 947px;
}
.cssAttaTable {
	width: 951px;
}
.cssAttaTable .cssCol2 {
	width: 671px;
}
.cssFieldSidebarRight {
	width: 186px;
}
/* ############################################################################## */
.cssFooter {
	height: 50px;
	background: #efefef;
	font-size: 12px;
	color: #8f8f8f;
	text-align: Center;
}

/* ############################################################################## */
.cssPlus {
	top: -4px;
}
.cssMinus {
	top: -8px;
}
fieldset {
	border: solid 1px #F58500;
}
fieldset legend {
	background: #F58500;
	color: #FFFFFF;
}
.cssHelpImg {
	cursor: pointer;
	cursor: hand;
}
#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;
}
html {overflow-y: scroll;}
a:link, a:visited {text-decoration: none; color:RoyalBlue;}
.cssNav1UL li {float: right;}
.cssBodyTd {padding-top: 0px;}
.cssTopMargin {position: fixed; top: 0; left: 0; height: 9px;  width: 100%; background: #303030;}
a.cssNav1:hover {text-decoration: none !important;}
a.cssNav1A:hover {text-decoration: none !important;}
.cssPageHeader {margin-bottom: 30px;}
.cssPageHeader span {border-radius: 10px 0pt 0pt 10px; padding: 5px 20px 6px 15px; color: #FFF; background-color: #f58500; font-size: 30px !important; float: none !important;}
h2 {font-size: 16px; margin:0;}
.button {
background: #F58500;                                                                      /* for non-css3 browsers */
background: -o-linear-gradient(top, #f5a300, #f56a00);	    /* Opera */
background: -webkit-linear-gradient(top, #f5a300, #f56a00);   /* for webkit browsers */
background: -moz-linear-gradient(top,  #f5a300,  #f56a00); 	/* for firefox 3.6+ */ 
background: -ms-linear-gradient(top, #f5a300, #f56a00);		/* IE 10 */
border-radius: 7px; border: 0px solid currentColor; height: 27px; color: white; cursor: pointer; box-shadow: 1px 1px 2px #888888; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#divContactLink {
width: 112px;
padding: 9px 20px; 
font-size: 20px;
}
#btnSubmit {
padding: 0 20px 1px; 
font-size: 16px;
}
.cssPageContent td {font-size: 14px;}
.cssSidebarLeft {
background-image:url('/css.nsf/0/160E5B2914D850ACC225793E0027666C/$FILE/hbg.jpg');
background-repeat:no-repeat;
background-position: right top;
border-radius: 0 10px 0 0;
}
a.cssHideLink:link, a.cssHideLink:active, a.cssHideLink:visited {color: #efefef;}
a.cssHideLink:hover {cursor: default; color: #FFFFFF;}
a.cssLink1:link, a.cssLink1:active, a.cssLink1:visited, a.cssLink1:hover {padding: 1px 8px; background-color: #F58500;}

