/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#C7B18B;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 24px;
	line-height:24px;
	margin-bottom: 12px;
	text-transform:uppercase;
	color:#5B423B;
}
h2 {
	font-size:20px;
	line-height:20px;
	padding-bottom:5px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#5B423B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#C7B18B;
}
h3 {
	font-size:14px;
	line-height:14px;
	margin-bottom: 14px;
}
h4 {}
h5 {}
h6 {}
p, table {
	margin-bottom: 12px;
}
a {
	color: #0099CC;
	text-decoration:none;
}
a:hover {
	color: #0099CC;
	text-decoration:underline;
}
h1 a, h2 a {
	color:#5B423B;
	text-decoration:none;
}
h1 a:hover, h2 a:hover {
	color: #0099CC;
	text-decoration:none;
}
img {}
ul, ol {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:3px;
	border:1px solid #99A4B5;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.clear {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:10px;
}
.whiteH2 {
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}
.buttons {
	text-align:right;
}
.pointRight {
	padding-right:12px;
	background-image:url(/Coral/main/images/pointer-next.png);
	background-repeat:no-repeat;
	background-position:right;
}
.pointLeft {
	padding-left:12px;
	background-image:url(/Coral/main/images/pointer-back.png);
	background-repeat:no-repeat;
}
.namedCell {
	font-weight:bold;
}	
.imageIcon, .imageIcon img {
	height:50px;
	margin-right:5px;
}

/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:990px;
	background-color:#C7B18B;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
}
#headerDiv {
	width:980px;
	height:30px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#C7B18B;
	background-image:url(/Coral/main/images/login-back.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-bottom:20px;
}
#headerDiv a {
	color:inherit;
	text-decoration:underline;
}
#headerDiv a:hover {
	color:inherit;
	text-decoration:underline;
}
#sloganH2 {
	width:370px;
	height:29px;
	line-height:29px;
	padding-left:10px;
	float:left;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
}
#userDiv {
	width:390px;
	height:29px;
	line-height:29px;
	padding-right:10px;
	float: right;
	text-align:right;
}
#userDiv a {
	font-style: italic;
}
#topDiv {
	height:60px;
	width:100%;
	clear:both;
	margin-bottom:20px;
	background-color:#C7B18B;
}
#logoDiv {
	width:300px;
	height:60px;
	float:left;
}
#logoImg {
	padding-left:15px;
}



/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#tooltip{  /*for jQuery ToolTip functionality*/
	width:200px;
	position:absolute;
	border:1px solid  #0099CC;
	background:#FFFFFF;
	padding:2px 5px;
	color:#333;
	display:none;
}



/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#mainNavigationDiv {
	background-color:#C7B18B;
	width:500px;
	height:24px;
	float:right;
	text-align:right;
}
#mainNavigationDiv ul {
	height:24px;
	margin:0px;
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
#mainNavigationDiv li {
	padding:0px;
	margin:0px;
	display:inline;
	float:right;
}
#mainNavigationDiv li a {
	display:block;
	line-height:24px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	color:#41302C;
	text-decoration:none;
}
#mainNavigationDiv li a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#mainNavigationDiv li .highlight {
	color:#FFFFFF;
}



/* MAIN STYLES --------------------------------------------------------------------------------------------*/
#mainDiv {
	width:100%;
	background-image:url(/Coral/main/images/page-back-middle.png);
	background-repeat:repeat-y;
	margin-bottom:20px;
}
#pageBackTopDiv, #pageBackBottomDiv {
	width:100%;
	height:15px;
	background-repeat:no-repeat;
}
#pageBackTopDiv {
	background-image:url(/Coral/main/images/page-back-top.png);
}
#pageBackBottomDiv {
	background-image:url(/Coral/main/images/page-back-bottom.png);
}
#mainContentDiv {
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}
#mainContentDiv table {
	margin-bottom: 12px;
}
#topMediaDiv {
	width:560px;
	height:420px;
	background-color:#EAEDEE;
	float:left;
}
#topInfoDiv{
	width:370px;
	height:390px;
	padding:15px;
	background-color:#6C7B93;
	float:left;
	color:#FFFFFF;
	font-size:14px;
}
#topInfoDiv a {
	color:#FFFFFF;
	text-decoration:underline;
}
#topInfoDiv a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#topInfoDiv h1 {
	color: #FFFFFF;
}
.mainImg {
	width:560px;
	height:420px;
}


/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom:3px;
	margin-top: -10px;
	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(/Coral/admin/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Coral/admin/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Coral/admin/icons/information.png);
}


/* FOOTER STYLES --------------------------------------------------------------------------------------------*/
#footerDiv {
	width:100%;
	margin-bottom:20px;
	clear: both;
	font-size:10px;
}
#footerDiv a {
	color: #5C7787;
}
#footerDiv a:hover {
	color: #00AEDC;
}
#copyrightDiv {
	clear:both;
	text-align:center;
	color:#0F2133;
}
#copyrightDiv a {
	color: inherit;
	text-decoration:underline;
}
#copyrightDiv a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



/* STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	text-align:right;
}
.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: 3px;
	padding-bottom:3px;
}
.gridTable th {
	height:28px;
	line-height:28px;
	padding-right: 20px;
	background-color:#EAEDEE;
	/*background-image: url(/Coral/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;*/
	color:#4F5A6C;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#4F5A6C;
}
.gridTable th a:hover {
	color:#4F5A6C;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Coral/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Coral/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F7F9F9;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:5px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px solid #B8BFCB;
	background-color:#F7F9F9;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



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

}
.standardForm .label {

} 
.standardForm .element input {
}
.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:380px;
}
.standardForm .mediumArea {
	width: 450px;
	height: 250px;
}
.standardForm .slimArea {
	width: 450px;
	height: 60px;
}



/* STANDARD (BLUE) FORM STYLES --------------------------------------------------------------------------------------------*/
.blueForm td, .blueForm th {
	padding-right:10px;
	padding-bottom:6px;
}
.blueForm th {
	color:#091C30;
}
.blueForm input, .blueForm textarea, .blueForm select {
	font-size: 14px;
}

/* BLOCK FORM STYLES --------------------------------------------------------------------------------------------*/
.blockForm {
	margin:0px;
	font-size: 11px;
}
.blockForm td {
	padding-bottom: 1px;
}
.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:75px;
}
.blockForm .smallInput {
	width: 50px;
}
.blockForm .largeInput {
	width:120px;
}
