/* CSS Document */
.feSectionHdr {
	background:url(imgs/feHdrIcon.gif) left top no-repeat;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:12px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
}

.beSectionHdr {
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
	text-align:left;
	background:#B1BBC4;
	border-bottom:#A5AEB6 1px solid;
	border-left:#ADB6BD 1px solid;
	border-top:#BDC5CD 1px solid;
	border-right:#ADB5BB 1px solid;
	display:block;
}

.beSectionHdrText {
	background:url(imgs/hdrs/beSectionHdrIcon.gif) right center no-repeat;
	width:98%;
	display:block;
}

/*____________________Containers_____________________*/
.textContainer {
	padding:10px;
	display:block;
	margin: 0px;
	text-align:left;
}

#adminControlPanel {
	width:200px;
	height:300px;
	visibility:hidden;
}

/*_____________Cronus Components________________*/
.topMenuDropOut {
	position:absolute;
	visibility:hidden;
	z-index:10;
	padding-top:18px;
	background-image:url(imgs/transparent.gif);
}

.topMenuLinkContainer {
	background-color:#262626;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	display:block;
}

.helpBox {
	background-image:url(imgs/helpBoxBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#262626;
	border-left:#988786 2px ridge;
	border-top:#988786 2px ridge;
	border-right:#584C4B 2px ridge;
	border-bottom:#584C4B 2px ridge;
	position:absolute;
	visibility:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	width:30%;
	cursor:move;
	z-index:10;
	
}

.stationaryPopup {
	background-image:url(imgs/helpBoxBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left:#988786 2px ridge;
	border-top:#988786 2px ridge;
	border-right:#584C4B 2px ridge;
	border-bottom:#584C4B 2px ridge;
	position:absolute;
	visibility:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	width:30%;
	z-index:10;
}

.helpBoxHdr {
	display:block;
	background-image:url(imgs/helpHdrBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#3A4547;
	width:100%;
}

.menuHdrBar {
	display:block;
	background-image:url(imgs/menuBarBg.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#262626;
	width:100%;
	height:24px;
	margin-bottom:1px;
}

/*Paging*/
#paging { /*Contains paging arrows and page numbers*/
	display:block;
	margin:0px;
	padding:0px;
	text-align:right;
}

#pagingImg { /*Id assigned to image icons for styling as needed*/
	margin:1px;
	border:0px;
}

/*Error Messaging*/
#displayErrors { /*Contains paging arrows and page numbers*/
	display:block;
	width:450px;
	border-top:#C8CED0 2px solid;
	border-left:#C8CED0 2px solid;
	border-right:#5E6B6E 2px solid;
	border-bottom:#5E6B6E 2px solid;
	text-align:left;
	background-image:url(imgs/error.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #E5F3FF;
	padding:15px;
	margin:20px;
}

#errorText { /*Contains paging arrows and page numbers*/
	display:block;
	margin:0px;
	padding:0px;
	padding-left:5px;
	text-align:left;
	color:#000066;
	font-weight:bold;
	font-size:12px;
	width: 385px;
	text-align:left;
}

/*Calendar*/
table.calendar { /*Styles the table that the calendar is contained in*/
}

#bookedCalendarDay {
	background-color:#FFFFFF;
	color:#003399;
}

#calendarTable {
	background-color:#99C8D8;
	width:200px;
}

#calendarDay {
	background-color:#275768;
	width:28px;
	height:25px;
	color:#FFFFFF;
}

th.calendarHeader {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/*WYSIWYG*/
.wysiwyg {
	width:100%;
}

/*Date Picker*/
.datePickerBody {
	display:block;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

.datePickerDay {
	background-color:#6A7A80;
}

.datePickerToday {
	background-color:#B9AFAC;
	font-weight:bold;
	color:#7A0729;
}

.datePickerHdr {
	background-color:#ACB6B9;
	font-weight:bold;
}

a.datePickerLink:link, a.datePickerLink:visited {
	display:block;
	width:100%;
	height:100%;
	background-color:#637374;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

a.datePickerLink:hover, a.datePickerLink:active {
	display:block;
	width:100%;
	height:100%;
	background-color:#889899;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*On demand editing*/
.doubleClick{
	border-bottom:#FFCC33 1px dashed;
	cursor:pointer;
}

/* tool tip  */
#theToolTip{
	position: absolute;
	left: -300px;
	width: 200px;
	border-top:#C8CED0 2px solid;
	border-left:#C8CED0 2px solid;
	border-right:#5E6B6E 2px solid;
	border-bottom:#5E6B6E 2px solid;
	padding: 8px;
	background-color: #E5F3FF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-size: 1.1em;
	color: #333333;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}

.hiLite {
	background-color:#000000;
}

.noLite {
	/* background-color:#FFFFFF; */
	background-color:#262626;
}

/*Forum*/
#forumQuote {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	color:#003399;
}

/*accordion*/
.accordionTabTitleBar{
	cursor:pointer;
	border-top:#BFC4C2 1px solid;
	border-left:#BFC4C2 1px solid;
	border-right:#7D8784 1px solid;
	border-bottom:#7D8784 1px solid;
	padding:3px;
}

.accordionTabContentBox {
	overflow:auto;
}

.scrollable {
	/* background-color:#FFFFFF; */
	background-color:#262626;
	width:100%;
	height:100%;
	overflow:auto;
	color:#000000;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

/*nested lists*/
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree { 
		font-size:12px;
		position:relative;
		left:-20px;
		margin:5px;
	}
	ul.mktree  li { list-style:none; white-space:nowrap; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(imgs/openFolder.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(imgs/closedFolder.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(imgs/transparent.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 12px; }
	ul.mktree  li ul li { font-size: 12px; }
	ul.mktree  li ul li ul li { font-size: 12px; }
	ul.mktree  li ul li ul li ul li { font-size: 12px; }
}

.categoryForm {
	display:inline;
	padding:0px;
	margin:0px;
}

.moveTo {
	display:none;
	cursor:pointer;
}

.hiddenButton {
	display:none;
	cursor:pointer;
}

/*Sortable List Menu*/
.sortablelist {
	list-style:none;
	margin-top:5px;
	width:250px;
	/* background-color:#ffffff; */
	background-color:#323232;
	
}

.subList {
	list-style:none;
	margin-top:5px;
	width:250px;
}

.sortablelist li {
	padding:3px;
	margin-left:15px;
	margin-top:2px;
	margin-bottom:2px;
}

.topLevelText {
	background-color:#cccccc;
	display:block; 
	color:#000000;
	padding:3px;
	font-weight:bold;
	border-bottom:#000000 1px solid;
	border-right:#000000 1px solid;
	border-left:#999999 1px solid;
	border-top:#999999 1px solid;
	cursor:move;
	margin-top:2px;
	margin-bottom:2px;
}

.subLevel {
	background-color:#f0f0f0;
	display:block;
	color:#333333;
	border-bottom:#333333 1px solid;
	border-right:#333333 1px solid;
	border-left:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
}

.sortableListItemHover {
	background-color:#C9E4AF;
	border-bottom:#4D7326 1px solid;
	border-right:#4D7326 1px solid;
	border-left:#85C247 1px solid;
	border-top:#85C247 1px solid;
	display:block;
	font-weight:bold;
	padding:3px;
	cursor:move;
	margin-top:2px;
	margin-bottom:2px;
}

/*_____________TABLES________________*/
th {
	background-color:#6D6465;
	color:#333333;
	text-align:left;
	padding:2px;
	font-size:12px;
	font-weight:bold;
}

.tableContent {
	background-color:#262626;
	color:#333333;
	padding:3px;
}

.tableContentAlt {
	background-color:#6D6465;
	color:#333333;
	padding:3px;
}

.infoTable {
	background-color:#CFC9CA;
	border: #333333 1px solid;
	width: 100%;
}

.infoTableSm {
	background-color:#CFC9CA;
	border: #333333 1px solid;
}

#imageSelector {
	border:#333333 1px solid;
	background-color: #f0f0f0;
	width:400px;
}

th a:link, th a:visited {
	color:#CFCEC9;
	text-decoration:underline;
}

th a:hover, th a:active {
	color:#CFCEC9;
	text-decoration:none;
}

.beSectionHdr {
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
	text-align:left;
	background:#B1BBC4;
	border-bottom:#A5AEB6 1px solid;
	border-left:#ADB6BD 1px solid;
	border-top:#BDC5CD 1px solid;
	border-right:#ADB5BB 1px solid;
	display:block;
}

.beSectionHdrText {
	background:url(imgs/hdrs/beSectionHdrIcon.gif) right center no-repeat;
	width:98%;
	display:block;
}

.modHdr {
	display:none;
}

h5 {
	text-align:right;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:#000000 2px ridge;
	margin:5px;
	font-size:8px;
}

