@charset "UTF-8";
/* CSS Document */

.cssForm {
	width: auto;
	overflow: visible;
	background-color: #EEEEEE;
}

.cssForm h1, .cssForm h2, .cssForm h3 {
	background: url(/assets/forms/form_header_background.jpg) repeat-x top #888888;
	margin: 0px;
	padding: 8px 4px 4px;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
}

.cssForm p {
	background: #DDDDDD;
	margin: 0px;
	padding: 4px;
}

.cssForm p+p {
	padding-top: 8px;
}

.cssForm .itemRow {
	clear: both;
	width: auto;
	overflow: hidden;
	clear: both;
	padding: 5px 10px;
	border-bottom:  #DDDDDD 1px solid;
}

.cssForm .sectionRow {
	clear: both;
	width: auto;
	overflow: visible;
	clear: both;
	padding: 5px 10px;
	border-bottom:  #CCCCCC 1px solid;
	background-color: #DDDDDD;
	min-height: 28px;
}

.itemRow input, .itemRow textarea {
	font: 8pt/normal Verdana, Helvetica, Arial, sans-serif;
}

.itemRow label {
	float: left;
	width: 40%;
	font-weight: bold;
	text-align: right;
	margin-right: 5%;
}

.itemRow label em {
	font-weight: normal;
}

.itemRow label.labelWide {
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
}

.itemRow .cssInput {
	width: 55%;
	float: right;
	height: auto;
	font: 8pt/normal Helvetica, Arial, Verdana, sans-serif;
	overflow: hidden;
	clear: right;
}
.itemRow .cssInput label {
	font-weight: normal;
}

.formError {
	color: #990000;
	font-weight: bold;
}

.itemRow .cssInput label {
	width:auto;
	float: none;
	font-weight: inherit;
}

.itemRow .cssInput input.updateHere {
	margin-right: 5%;
	width: 65%;
}

.itemRow .cssInput input.updateHereSubmit {
}

.itemRow .cssInput .fullWidth {
	width: 90%;
}
	
div.buttonSet {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: auto;
	background: #999999
}

.fieldsHidden {
	display: none;

}

.fieldsVisible {
}

select.tagSelector {
	width: 33%;
}

select.selectList {
	float: left;
	width: 33%;
}


.listActions {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 20px;
}

.listActions input {
	width: 60%;
	display: block;
	margin: 5px auto;
}


.mhDropdown .itemRow label {
	width: 30%;
}

.mhDropdown .itemRow .cssInput {
	width: 65%;
}

.mhDropdown .itemRow .cssInput .fullWidth {
	width: 100%;
}

/* ----------------------- page management page styles ---------------------------- */


a.showHide, a:visited.showHide {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	padding: 4px 18px;
	font-size: 10pt;

}

.areaHidden a:link.showHide, .areaHidden a:visited.showHide {
	display: block;
	background: url(/assets/show-hide/show.gif) 3px center no-repeat #999999;
	color: #FFFFFF;
	text-decoration:none;
}

.areaHidden a.showHide:hover {
	background: url(/assets/show-hide/hide.gif) 3px center no-repeat #777777;
	color: #FFFFFF;
	text-decoration:none;
}

.areaVisible a:link.showHide, .areaVisible a:visited.showHide {
	display: block;
	background: url(/assets/show-hide/hide.gif) 3px center no-repeat #999999;
	color: #FFFFFF;
	text-decoration:none;
}

.areaVisible a.showHide:hover {
	background: url(/assets/show-hide/show.gif) 3px center no-repeat #777777;
	text-decoration:none;
	color: #FFFFFF;
}

a.moreInfo:link, a.moreInfo:visited {
	float: left;
	width: 14px;
	height: 14px;
	text-indent: -3000px;
	overflow: hidden;
}

th a.moreInfo, h1 a.moreInfo {
	margin-top: 4px;
}

.areaHidden a:link.moreInfo, .areaHidden a:visited.moreInfo {
	background: url(/assets/show-hide/show.gif) center center no-repeat;
}

.areaHidden a:hover.moreInfo {
	background: url(/assets/show-hide/hide.gif) center center no-repeat;
}

.areaVisible a:link.moreInfo, .areaVisible a:visited.moreInfo {
	background: url(/assets/show-hide/hide.gif) center center no-repeat;
}

.areaVisible a:hover.moreInfo {
	background: url(/assets/show-hide/show.gif) center center no-repeat;
}

/* --------------------------------------------- alert styles --------------------------------------- */

div.alertDiv {
	padding-left: 30px;
	background: url(/assets/icon_png/alert.png) top left no-repeat;
	font-weight:  bold;
	height: 30px;
	overflow: visible;
}

/* --------------------------------------------- error styles --------------------------------------- */
table.jennicTable tr.errorRow td {
	background-color: #CC6666;
}

table.jennicTable tr.errorRow a.linkDelete:link, table.jennicTable tr.errorRow a.linkDelete:visited {
	background: url(/assets/icon_png/delete.gif) top left no-repeat;
}
table.jennicTable tr.errorRow a.linkDelete:hover {
	background-image: url(/assets/icon_png/delete-over.gif);
}

table.jennicTable tr.errorRow a.linkCancel:link, table.jennicTable tr.errorRow a.linkCancel:visited {
	background: url(/assets/icon_png/cancel.gif) top left no-repeat;
}
table.jennicTable tr.errorRow a.linkCancel:hover {
	background-image: url(/assets/icon_png/cancel-over.gif);
}

table.jennicTable tr.errorRow a.linkOK:link, table.jennicTable tr.errorRow a.linkOK:visited {
	background: url(/assets/icon_png/ok.gif) top left no-repeat;
}
table.jennicTable tr.errorRow a.linkOK:hover {
	background-image: url(/assets/icon_png/ok-over.gif);
}

table.jennicTable tr.errorRow a.textSubmit:link, table.jennicTable tr.errorRow a.textSubmit:visited {
	color: #000000;
}
table.jennicTable tr.errorRow a.linkOK:hover {
	color: #FFFFFF;
}

/* =============================================== m3 styles ===================================== */

#m3 {
	background: url(/assets/m3/m3_bg.gif) bottom right repeat-x;
	height: 30px;
	overflow: hidden;
}

#m3 ul {
	padding: 0px 0px 0px 10px;
	margin-top: 4px;
	background: url(/assets/m3/m3_left.gif) no-repeat left bottom;
	height: 26px;
	float:left;
}

#m3 ul li {
	float: left;
	list-style:none;
	border-bottom: 1px solid #999999;
}

#m3 ul li.thisTab {
	margin-top: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#m3 ul li a:link, #m3 ul li a:visited {
	float: left;
	padding: 4px 10px 0px 10px;
	border: 1px outset;
	border-bottom: 0px;
	height: 26px;
	text-decoration:none;
	color:#666666;	
	background-position: top left;
	background-repeat: no-repeat;
}

#m3 ul li a:hover
{
	text-decoration:none;
	color:#222222;
}

#m3 ul li.thisTab a {
	height: 18px;
	heigh\t: 21px;
	text-decoration:none;
	background-color: #FFFFFF;
	color:#222222;
}

#m3 a.m3_delete:link, #m3 a.m3_delete:visited {
	background-image: url(/assets/icon_png/delete.png);	
	padding-left: 30px;
}

#m3 a.m3_delete:hover {
	background-image: url(/assets/icon_png/delete-over.png);	
	background-position: top left;
	background-repeat: no-repeat;
}

#m3 a.thickbox:link, #m3 a.thickbox:visited {
	background-image: url(/assets/icon_png/preview.png);	
	padding-left: 30px;
	text-indent: 0;
	width: auto;
}

#m3 a.thickbox:hover {
}

#m3 a.m3_documentation:link, #m3 a.m3_documentation:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/pdf.png);
}

#m3 a.m3_usage:link, #m3 a.m3_usage:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/usage.png);	
}

#m3 a.m3_file:link, #m3 a.m3_file:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/upload.png);	
}

#m3 a.m3_file:hover {
	padding-left: 30px;
	background-image: url(/assets/icon_png/upload-over.png);	
}

#m3 a.m3_pages:link, #m3 a.m3_pages:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/pages.png);	
}

#m3 a.m3_pages:hover {
}


#m3 a.m3_text:link, #m3 a.m3_text:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/edit.png);	
}

#m3 a.m3_text:hover {
	background-image: url(/assets/icon_png/edit-over.png);	
}

#m3 a.m3_tags:link, #m3 a.m3_tags:visited {
	padding-left: 30px;
	background-image: url(/assets/icon_png/tags.png);	
}


/* =================================== Press Image Download Styles =============================== */

div.itemFrame {
	background: #EEEEEE;
	margin: 0px 5px 5px 0px;
	width: 172px;
	height: 270px;
	float:left;
	line-height:normal
}
div.itemImage {
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 160px;
	width: 160px;
	border: 1px solid #AAAAAA;
	margin: 5px;
}
div.itemFrame div.itemImage img {
	border: none;
}
div.itemFrame div.itemDownload {
	text-align: left;
	height:35px;
	margin: 0px 5px 5px 5px;
}

div.itemFrame div.itemText {
	text-align: left;
	margin-top: 6px;
	height:75px;
	overflow:auto;
	margin: 0px 5px 5px 5px;
}
div.itemFrame div.itemText p {
	text-align: left;
	margin-top: 0px;
}
