/* ----------------- Admin CSS v1.09 - Updated 2007-06-01 --------------------- */

/*------------------ Begin Main Structure -------------------*/

body.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E4E4E4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.default .container {
	width: 920px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
/*filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;*/
}

.default .header-container {
	width: 100%;
	background-color: #999999;
	border-bottom: 1px solid #666;
}

.default .header {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.default .header-links {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 9px;
	color: #333333;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.default .header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000;
	width: 190px;
	text-align: center;
}

.default .sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.default .bodyContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #bodyContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.default .footer {
	padding: 0;
	background-color: #E4E4E4;
	text-align: left;
}

.default .footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #666666;
}

.fltrt {
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*------------------ End Main Structure -------------------*/

/*------------------ Begin Side Main Navigation -------------------*/

.default .navcontainer {
	background-color: #EAE1DF;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.default ul.navlist, .default ul.navlist ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto; /*IE6 has an issue with 'auto' and it shows the indents on some pages? */
	width: 100%;
}

.default ul.navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

.default ul.navlist li a {
	display: block; /*width: 100%;  IE 6 increases the width an addition 20px*/
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #E6E6E6 /*#f7f2ea*/;
	font-weight: bold;
}

.default .navcontainer>ul.navlist li a {
	width: auto;
}

.default ul.navlist li.active a {
	background: #ccc;
	color: #CC3300;
}

.default ul.navlist li a:hover, .default ul.navlist li.active a:hover {
	color: #CC3300;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

.default ul.navlist ul li a {
	background-color: #fff;
	font-weight: normal;
}

/* Original nav h2 ---- .default .container .sidebar1 .navcontainer .navlist h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0.5em 0 0.5em 2em;
	color: #FFFFFF;
	background-color: #666666;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
}*/
.default .container .sidebar1 .navcontainer .navlist h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0.5em 0 0.5em 2em;
	color: #777;
	background-color: #E6E6E6;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
}

/*------------------ End Side Main Navigation -------------------*/

/*------------------ Misc. -------------------*/

.default .container .bodyContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}

.bodyContent h2 {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	margin: 15px 20px 10px 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

.bodyContent p {
	margin: 10px 0px;
}

a:link {
	color: #CC3300;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:visited {
	color: #CC3300;
}

/*------------------ Top Right Login -------------------*/

.default .header-links a {
	color: #333333;
}

.default .header-links a:hover {
	color: #fff;
	text-decoration: none;
}

.default .header-links p {
	margin: 0;
	padding: 0;
}

/*------------------ Entry Lists -------------------*/

.documentCategoryTitle {
/*width:100%; IE 6 causes this to bump down below the sidenav, and if there's not an empty space after the text within the a tag then in ads a space below - go figure*/
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin: 10px 0; /* new based on menu*/
	padding: 5px 8px;
	background-color: #CCCCCC;
}

.bodyContent .documentCategoryTitle h2 {
	display: inline;
	margin: 15px 15px 10px 0px;
	border-bottom: none; /*	clear:both; - this screws up IE */
}

.documentCategoryTitle p.contentHeadlinks, .feedbackInfo {
	text-align: left;
	height: 20px;
	padding: 0;
	display: inline;
}

.feedbackInfo {
	color: #CC3300;
}

.documentCategoryTitle p.contentHeadlinks img {
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
	top: 1px;
	line-height: 0px;
	display: none; /* Turning image off because of flow issue causing it to totally display wrong in IE6 */
	height: 12px;
	text-decoration: none;
}

.documentCategoryEditLink {
	color: #999999;
}

.documentCategoryEditLink a {
	color: #999;
	text-decoration: underline;
}

.documentCategoryEditLink a:hover {
	text-decoration: none;
}

.documentCategoryList {
	margin: 10px 0 20px 0;
}

.documentCategoryList .documentItemOdd, .documentCategoryList .documentItemEven {
	margin: 0;
	border-bottom: 1px solid #ccc;
	display: block;
}

.documentCategoryList .documentItemOdd h3, .documentCategoryList .documentItemEven h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.documentCategoryList .documentItemOdd a, .documentCategoryList .documentItemEven a {
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	color: #000;
}

.documentCategoryList .documentItemOdd a h3, .documentCategoryList .documentItemEven a h3 {
	color: #CC3300;
}

.documentCategoryList .documentItemOdd a:hover, .documentCategoryList .documentItemEven a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: #ccc;
}

.documentCategoryList .documentItemOdd p, .documentCategoryList .documentItemEven p {
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.documentCategoryList .documentItemOdd a p, .documentCategoryList .documentItemEven a p, .documentCategoryList .documentItemOdd a:link p, .documentCategoryList .documentItemEven a:link p, .documentCategoryList .documentItemOdd a:visited p, .documentCategoryList .documentItemEven a:visited p {
	color: #000;
}

.documentCategoryList .documentItemOdd {
	background-color: #E6E6E6;
}

/*---------------------*/

.documentEditEntry { /* Used in Newsletter Editor and ? */
	background-color: #e6e6e6; /* was ccc */
	padding: 8px 10px 6px;
}

input, textarea, input.fileUpload, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, input.fileUpload {
	padding: 2px 3px;
}

.subtle {
	font-size: 9px;
	color: #666666;
	display: block;
	border-top: 1px solid #ccc;
}

.documentEditDisplay {
	background-color: #e6e6e6;
	padding: 4px 10px 2px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	margin-bottom: 25px;
}

.documentEditDisplay h2 {
	display: inline;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}

.documentEditDisplay p {
}

.documentEditDisplay input {
	vertical-align: bottom;
}

/*--------- New File Upload Styles ------------*/

.documentUpload, .documentUploadEdit {
	margin-bottom: 15px;
	padding: 0;
}

.documentUploadFiles {
	background-color: #ccc;
	padding: 4px 10px 4px;
}

.documentUploadFiles .labelLeft {
	font-weight: bold;
}

.documentUploadFileOptions {
	background-color: #e6e6e6;
	padding: 4px 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	margin: 0;
}

.labelLeft {
/*----------------------------------------------------------------------------------------------------------------------------------*/
	display: block;
	width: 130px;
	float: left;
	clear: none;
	line-height: 18px;
}

.formAttributesContainer, .formAttributesLabel, .formAttribute {
	display: block;
	float: left;
	line-height: 18px;
}

.formAttributesLabel {
	width: 130px;
}

.formAttributesContainer {
	width: 490px;
}

.formAttribute {
	width: 162px;
}

.documentUploadAnother p {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 4px 8px 10px;
	border-bottom: 4px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.documentUploadAnotherHdr p {
	text-align: left;
	margin: 0 0 5px 0;
	padding: 10px 8px 8px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
	top: -10px;
}

.documentUploadFiles .labelLeft {
	font-weight: bold;
}

/*------------------ Change File Upload Styles -------------------*/
.documentUploadEdit {
	border: 1px solid #ccc;
	border-bottom-width: 4px;
	margin-bottom: 20px;
	background-color: #e6e6e6;
}

.documentUploadEdit .documentUploadFiles {
	background-color: #e6e6e6;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

.documentUploadEdit .documentUploadFileOptions {
	background-color: #e6e6e6;
	border: none;
	padding-top: 2px;
	padding-bottom: 1px;
}

.documentUploadFileMod { /* There's a display issue with IE and the text disappearing - trying to fix */
	background-color: #ccc;
	margin: 0;
	padding: 8px 10px;
	color: #000;
	display:block;
	width:auto;
	position:relative;
}

.bodyContent .documentUploadFileMod h3 {
	display: inline;
	margin: 15px 15px 10px 0px;
	border-bottom: none;
	font-size: 12px;
}

.bodyContent .documentUploadFileMod h3 a {
	text-decoration: none;
}

.bodyContent .documentUploadFileMod h3 a:hover {
	text-decoration: underline;
}

.documentUploadFileMod p {
	text-align: right;
	height: 20px;
	padding: 0;
	display: inline;
}

.documentUploadEdit .documentUploadFileOptions input, .documentUploadEdit .documentUploadFiles input {
	background-color: #fff;
}

.documentUploadFileInfo {
	margin: 0;
	padding: 1px 10px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #ccc;
	clear: left;
}

.documentUploadFileInfo p {
	line-height: 1px;
}

.documentUploadFileOptionsText {
	display: block;
	float: left;
	clear: right;
}

.documentUploadEdit .documentUploadFileOptions img {
	float: left;
	clear: left;
	border: 1px solid #ccc;
	margin: 6px 10px 10px 0;
}

/*------------------ Uploaded File Lists -------------------*/
.documentFileList {
	margin: 10px 0 20px 0;
}

.documentFileList .documentFileEntry img, .documentFileList .documentFileEntry-delete img {
	float: left;
	clear: left;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}

.documentFileList .documentFileEntry a:hover img, .documentUploadEdit .documentUploadFileOptions a:hover img, .documentFileList .documentFileEntry-delete a:hover img {
	border-color: #999;
}

.documentFileList .documentFileEntry, .documentFileList .documentFileEntry-delete {
	margin: 0 0 20px 0;
	display: block;
	clear: right; /*both will cause it to fall below the nav*/
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.documentFileList .documentFileEntry h3, .documentFileList .documentFileEntry-delete h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.documentFileEntry a h3, .documentFileEntry a:link h3, .documentFileEntry-delete a:link h3 {
	text-decoration: none;
}

.default .bodyContent .documentFileList .documentFileEntry a:hover h3, .default .bodyContent .documentFileList .documentFileEntry-delete a:hover h3 {
	text-decoration: underline;
}

.documentFileList .documentFileEntry p, .documentFileList .documentFileEntry-delete p {
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #666;
}

.documentFileList .documentFileEntry-delete h3, .documentFileList .documentFileEntry-delete p, .documentFileList .documentFileEntry-delete a:link h3 {
	color: #E6E6E6;
}

.documentFileEntry a:link, .documentFileEntry-delete a:link, .documentFileEntry a:visited, .documentFileEntry-delete a:visited {
	color: #AEA184;
}

.fileNameInlineEdit {
	background-color: #e6e6e6;
	margin: 7px 0;
	width: 550px;
}

img.selectDate {
	padding: 0 0 1px 5px;
	vertical-align: bottom;
	margin-right: 10px;
}

.documentListReorder {
	float: right;
	margin: 0;
	text-align: right;
}

.documentFileList .documentFileEntry .documentListReorder p a img, .documentFileList .documentFileEntry-delete .documentListReorder p a img {
	clear: both;
	margin: 0 0 0 5px;
	padding: 0px;
	border: none;
}

/*--------- Category Form Editor Style ------------*/

.formCategoryEditorContent span.labelLeft {
	width: 200px;
}

.formCategoryEditorContent input, .formCategoryEditorContent select {
	background-color: #e6e6e6;
}

.statusContainer {
	display: none; /*temporarily invisible*/
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*background-color:#fff;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
}

.statusContainer .status {
	height: 180px;
	width: 260px;
	padding: 20px;
	margin: auto;
	border: 40px solid #ccc;
	background-color: #fff;
	z-index: 20;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 30%;
	background-image: url( ../../../images/status_wheel.gif );
	background-repeat: no-repeat;
	background-position: center center;
}

/* ------------- New after starting Menu Module ------------------ */

.bodyContent h3 {
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.btnSectionEnd {
	padding: 5px 8px;
	background-color: #ccc;
	margin: 10px 0;
	width: 110px;
}

.btnSectionEnd p {
	text-align: right;
	height: 20px;
	padding: 0;
	display: inline;
}

.btnAddSection {
/*width:100%; IE 6 causes this to bump down below the sidenav, and if there's not an empty space after the text within the a tag then in ads a space below - go figure*/
	border-top: 1px solid #ccc;
	margin: 10px 0; /* new based on menu*/
	padding: 5px 8px;
	background-color: #eee;
	text-align: left;
}

.btnAddSection p {
	height: 20px;
	padding: 0;
	display: inline;
}

.btnAddSection p img, .documentUploadAnother p img {
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
	top: 1px;
	line-height: 0px;
	display: inline;
	height: 12px;
	text-decoration: none;
}

.documentSave {
	text-align: right;
	clear: right;
	margin: 0;
	padding: 0;
	height: 33px;
}

.documentSave p {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1px;
	float: right;
	clear: none;
}

.documentSave h1 {
	float: left;
	clear: none;
	margin-right: 0;
	margin-bottom: 0; /*padding:0;*/
}

/* ----------------- Mods for Tables and other default non-styled up stuff --------------------*/

.bodyContent table, .bodyContent tr, .bodyContent td, .bodyContent th {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyContent table {
/*width:98%;*/
	clear: none;
}

.bodyContent tr, .bodyContent td, .bodyContent th {
	padding: 3px;
}

.bodyContent tr {
	background-color: #E6E6E6;
}
label.enabled {
	color: #000;
}
label.disabled {
	color: #cdcdcd;
}