/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	background-color:#f7f7f7;
	background-image: url(/Humandesign/main/images/main-back.png);
	background-repeat: repeat-x;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 24px;
	line-height:24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#7D0020;
	font-weight:normal;
	text-transform: uppercase;
}
h2 {
	font-size:18px;
	line-height:18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #7D0020;
	font-weight:normal;
	text-transform: uppercase;
}
h3 {
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
	color: #7D0020;
	font-weight:bold;
	text-transform: uppercase;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 15px;
}
a {
	color:#CC0033;
	text-decoration:none;
}
a:hover {
	color:#FF0033;
	text-decoration:none;
}
img {}
ul {
	margin-bottom:13px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;	
}
select {
}
input, textarea, select {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size: 13px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.backToTop {
	width: 100%;
	text-align:right;
	clear:both;
}
.headerUnderline {
		margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEB5BC;
}
.lightP {
	color:#999999;
}
.smallLightP {
	margin-bottom:0px;
	color:#999999;
	font-size:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.leftBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Humandesign/main/images/block-left-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.rightBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Humandesign/main/images/block-right-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.leftBlockDiv .blockContentDiv {
	margin-left:10px;
	margin-right:12px;
}
.rightBlockDiv .blockContentDiv {
	margin-left:12px;
	margin-right:10px;
}
.blockContentDiv h3 {
	font-size: 14px;
	line-height:14px;
	margin-bottom: 10px;	
	background-image: url(/Humandesign/main/images/line-grey-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.iconImg100x100 {
	width:100px;
	height:100px;
}
.iconImg68x60 {
	width:68px;
	height:60px;
}
.iconTd {
	padding-right:10px;
	padding-bottom:10px;
}
.frameImg, .frameIconImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: auto;
}

.embedDiv {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clearBoth {
	clear:both;
}
.clearing {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}
.buttons {
	text-align:right;
}
.centerBlock {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#headerDiv {
	width:100%;
	height: 206px;
}
#logoDiv {
	width:100%;
	height: 180px;
}
#logoImg {
	display:block;
	margin-left:auto;
	margin-right:auto;
}



/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#navigationDiv {
	height:26px;
	font-weight:bold;
	background-image: url(/Humandesign/main/images/separator.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationDiv ul {
	margin:0px;
	list-style:none;
}
#navigationDiv li {
	padding:0px;
	margin:0px;
	float:left;
}
#navigationDiv li a {
	display:block;
	padding-left:19px;
	padding-right:20px;
	margin:0px;
	line-height:26px;
	font-size: 16px;
	color: #9CA9A9;
	text-decoration:none;
	background-image: url(/Humandesign/main/images/separator.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigationDiv li a:hover {
	color: #DDDDDD;
	text-decoration:none;
}
#navigationDiv li .highlight {
	color:#858585;
	background-color: #E8F0F0;
	background-image: url(/Humandesign/main/images/navigation-tab.png);
	background-repeat: repeat-x;
}
#navigationDiv li .highlight:hover {
	color:#858585;
}



/* BOTTOM NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#bottomNavigationDiv {
	margin-left:15px;
	margin-right: 10px;
}
#bottomNavigationDiv ul li {
	float: left;
	width: 90px;
	margin-left:0px;
	margin-right:  19px;
	list-style:none;
}
#bottomNavigationDiv ul li a {
	font-weight: bold;
	text-decoration:underline;
}
#bottomNavigationDiv ul li ul {
	margin-top:5px;
	width: inherit;
}
#bottomNavigationDiv ul li ul li{
	float: none;
	margin-left:15px;
	margin-right: 0px;
	list-style: circle;
	width: inherit;
}
#bottomNavigationDiv ul li ul li a{
	font-weight:normal;
	border: none;
	text-decoration:none;
		width: inherit;
}



/* MAIN STYLES --------------------------------------------------------------------------------------------*/
#mainHeaderH1 {
	margin:0px;
	padding-left:20px;
	height:69px;
	width: auto;
	line-height:69px;
	color:#7D0020;
	font-size:24px;
	font-weight:normal;
	background-color:#E8F0F0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEB5BC;
}
#mainDiv {
	width:100%;
	background-color:#FFFFFF;
	padding-top:15px;
}
#contentDiv {
	width:710px;
	margin-right:20px;
	padding-left:20px;
	background-color:#FFFFFF;
	float:left;
}
#contentDiv table {
	margin-bottom: 12px;
}

#searchDiv {
	width: 300px;
	text-align:right;
	float:right;
}
#bodyContentDiv {}



/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	padding-top: 3px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:16px;
	padding-left:20px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/Humandesign/admin/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Humandesign/admin/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Humandesign/admin/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}



/* RIGHT COLUMN STYLES --------------------------------------------------------------------------------------------*/
#rightColumnDiv {
	width:250px;
/*	background-color:#FFFF00;*/
	float:left;
	color:#333333;
}
#rightColumnDiv a {

}
#rightColumnDiv a:hover{
}
#rightColumnDiv li {
	margin-bottom:5px;
}



/* SUBNAVIGATION STYLES -------------------------------------------------------------------------------------------*/
#subnavigationBlockDiv ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#subnavigationBlockDiv ul li {
	margin-left:0px;
	padding-left: 20px;
	background-image: url(/Humandesign/main/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform:uppercase;
}
#subnavigationBlockDiv ul li a {
	color:#361A22;
}
#subnavigationBlockDiv ul li a:hover, #subnavigationBlockDiv ul li .highlight {
	color:#2DBFBF;
}


/* FOOTER STYLES --------------------------------------------------------------------------------------------*/
#footerDiv {
	width: auto;
	padding:10px;
	margin-bottom:20px;
	clear: both;
	font-size:10px;
	background-color:#FFFFFF;
}
#footerDiv a {
	color: #5C7787;
}
#footerDiv a:hover {
	color: #00AEDC;
}
#copyrightDiv {
	clear:both;
	text-align:center;
}
#footerImg {
	margin-left:auto;
	margin-right:auto;
}
#developmentDiv {
	width:980px;
	padding:5px;
	clear: both;
	background-color:#FFFFFF;
	color:#000000;
}



/* BLOCKS STYLES --------------------------------------------------------------------------------------------*/
.standardBlock {
background-color:#E8F0F0;
padding:10px;
margin-bottom:15px;
}



/* STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	background-color: #F2F4F4;
	text-align:right;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
.gridNavigation a {

}
.gridNavigation a:hover {

}
.gridNavigation .highlight {
	color:#555555;
	font-weight:bold;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color: #CCCCCC;
	background-image: url(/Humandesign/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Humandesign/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Humandesign/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px inset #231F20;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
}
.standardForm h3 {
	margin-top:15px;
}
.standardForm  .error {
	color:#FF0033;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input {
	padding:2px;
}
.standardForm .buttons {
	text-align:right;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display: inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width: 200px;
}
.standardForm .smallInput {
	width: 70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width: 350px;
	height: 200px;
}



/* BLOCK FORM STYLES --------------------------------------------------------------------------------------------*/
.blockForm {
	margin:0px;
}
.blockForm td {
	padding-bottom: 5px;
}
.blockForm th {
	padding-right: 2px;
	padding-bottom:2px;
}
.blockForm  .error {
	color:#FF0033;
	font-size:10px;
}
.blockForm .field {

}
.blockForm .label {

} 
.blockForm .element input {
	padding:1px;
}
.blockForm .buttons {
	text-align:right;
}
.blockForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.blockForm .radioGroup label {
	display: inline;
	margin-right:0px;
}
.blockForm .radioGroup label input {
	border:none;
}
.blockForm .mediumInput {
	width:120px;
}
.blockForm .smallInput {
	width: 50px;
}
.blockForm .largeInput {
	width:120px;
}



/* BLOGGER MODULE STYLES --------------------------------------------------------------------------------------------*/
.blogDiv {
	margin-top:25px;
	margin-bottom:25px;
}
#bloggerDescriptionP {
}



/* BLOGGER BLOCK STYLES --------------------------------------------------------------------------------------------*/
#bloggerIconDiv {
	margin-right:5px;
	margin-bottom: 5px;
	float:left;
}



/* REQUEST STYLES ------------------------------------------------------------------------------------------------*/
#controlsDiv {
	padding-bottom:50px;
}
#requestButton {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}

/* 9 CENTERS --------------------------------------------------------------------------------------------------------*/
#mandalaDiv {
display:block;
margin-left: auto;
margin-right:auto;
margin-bottom:20px;
}