@import "reset.css";
@import "forms.css";

/** Globals **/
body {
	font-family: Tahoma, Arial, Helvetica, sans;
	color: #5D4F4B;
	font-size: 12px;
}

h2 {
	margin: 15px 0;
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 12px;
}

h4 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

p {
	margin-left: 0;
	margin-right: 0;
}

a:hover {
	cursor: pointer;
}

a:link, a:visited, a:active {
	color: #5D4F4B;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0;
	color: #CDC6C0;
	background: #CDC6C0;
}
/** /Globals **/

/** Utility Classes **/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
/** /Utility Classes **/

/** Login Screen **/
#login-mast {
	margin: 83px 0 0 0;
}

#login-mast span {
	display: block;
	width: 530px;
	height: 117px;
	margin: 0 auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/logo_large.gif) no-repeat;
}

#login-wrapper {
	height:204px;
	background: url(../images/login_bg.jpg) repeat-x #ffffff;
}

#login {
	width: 530px;
	height: 130px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 12px;
}

#login h2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#login a {
	color: #fff;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login label {
	float: left;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 6px 0 0;
	margin: 0;
}

#login input {
	float: left;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 5px 4px 4px 4px;
}

#loginbutton {
	float: left;
	width: auto;
	padding: 5px;
}

#forgot-pw {
	float: left;
	margin: 10px 0 0 0;
	padding: 5px 0 4px 30px;
	background: url(../images/cfconductor_login_help.jpg) no-repeat;
}

#loginfooter {
	width: 530px;
	margin: 13px auto 0 auto;
	color: #5d4f4b;
	font-size: 10px;
}
/** /Login Screen **/
#header-wrapper, #main-wrapper, #footer-wrapper {
	min-width: 798px;
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 12px;
}

#header-container, #main-container, #footer-container {
	margin: 0 0 0 20px;
}

#header-wrapper {
	border-bottom: 1px solid #5D4F4B;
	background: url(../images/global_nav_bg.gif) repeat-x bottom;
}

#header-container {
	position: relative;
	width: 798px;
	height: 160px;
}

#logo {
	position: relative;
	top: 20px;
	left: 0;
	width: 228px;
	height: 60px;
	margin: 0;
}

/** Global Top Menu **/
#top-menu-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}

#top-menu-wrapper a {
	color: #5D4F4B;
	text-decoration: none;
}

#top-menu-wrapper a:hover {
	text-decoration: underline;
}

#top-menu li {
	float: left;
	margin: 0 0 0 10px;
}

#top-menu a {
	display: block;
	margin: 11px 0 0 0;
}

#top-menu #support-link a, #top-menu #messages-link a, #top-menu #notice-link a {
	margin: 7px 0 0 0;
	width: 20px;
	height: 20px;
}

#top-menu #support-link a {
	background: url(../images/support_icon.png) no-repeat;
}

#top-menu #messages-link a {
	background: url(../images/messages_icon.png) no-repeat;
}

#top-menu #notice-link a {
	background: url(../images/notice_icon.png) no-repeat;
}

#top-menu #messages-link a:hover, #top-menu #support-link a:hover, #top-menu #notice-link a:hover {
	background-position: -20px 0;
}

#top-menu li.active a {
	background-position: -40px 0;
}

#top-menu li.alert a {
	background-position: -60px 0 !important;
}

#logout-link a {
	margin: 0;
	padding: 11px 10px 9px 10px;
	background: url(../images/logout_link_bg.gif) no-repeat;
}

#logout-link a:hover {
	text-decoration: none;
	background-position: 0 -38px;
}
/** /Global Top Menu **/

/** Global Header Navbar **/
#global-nav-wrapper {
	position: relative;
	top: 40px;
	z-index: 100;
}

#global-nav {
	height: 60px;
}

#global-nav li {
	float: left;
}

#global-nav li a {
	display: block;
	margin: 0 5px 0 0;
	padding: 8px 20px;
	color: #A29791;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/global_nav_button.gif) repeat-x #CDC6C0;
	border: 1px solid #CDC6C0;
}

#global-nav li a:hover {
	color: #000;
}

#global-nav li.active a {
	display: block;
	color: #fff;
	background-position: 0 -29px;
	background-color: #A29791;
	border-color: #A29791;
}
/** 2nd Level **/
#global-nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	width: 798px;
	margin: 0;
}

#global-nav li.active ul {
	display: block;
}

#global-nav li ul li {
	background: none;
}

#global-nav li ul li a {
	padding: 7px 20px 6px 20px;
	color: #fff;
	background: none;
	font-weight: normal;
	text-transform: none;
	border: none;
	border-bottom: 5px solid #5D4F4B;
}

#global-nav li ul li a:hover, #global-nav li ul li.active a {
	border-bottom: 5px solid #5D4F4B;
}

p#alert {
	margin: 0;
	padding: 9px 20px;
	color: #FFF;
	background: url(../images/alert_bg.png) repeat-x #983222;
	border-bottom: 1px solid #5D4F4B;
}

#main-wrapper {
	background: url(../images/main_top_border.gif) repeat-x #fff;
	border-bottom: 2px solid #A29791;
}

#main-container {
	width: 798px;
	background: url(../images/bg_stripe.png) 225px 0 repeat-y;
}
/** Menu Tree **/
#tree-container {
	float: left;
	width: 212px;
	min-height: 400px;
	padding: 0 15px 20px 0;
}

#tree-container h3 {
	margin: 10px 0;
}

#tree-container #add-weblink {
	position: relative;
	left: -20px;
	display: block;
	width: 195px;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #CDC6C0;
	background-image: url(../images/addlink_icon.png);
	background-position:  20px center;
	background-repeat:  no-repeat;
}

#menu-tree {
	position: relative;
	left: -20px;
	width: 245px;
}

#menu-tree li {
}

#menu-tree li.parent, #menu-tree li ul li.parent, #menu-tree li ul li ul li.parent {
	font-weight: bold;
}

#menu-tree li ul li, #menu-tree li.parent ul li {
	font-weight: normal;
}

#menu-tree li.parent ul li {
	background: url(../images/child_icon.png) 60px center no-repeat;
}

#menu-list tr.child1 td, #menu-list tr.child2 td {
	background-image: url(../images/child_icon.png);
	background-position:  30px center;
	background-repeat:  no-repeat;
}

#menu-list tr.child1 td a {
	margin-left: 20px;
}

#menu-list tr.child2 td a {
	margin-left: 40px;
}

#menu-tree li.parent ul li a {
	margin-left: 40px;
}

#menu-tree a.expand-toggle {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0 !important;
	background: url(../images/parent_icon.png) no-repeat;
}

#menu-tree a.select-toggle, #menu-list a.select-toggle {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0 !important;
	background: url(../images/select_icon.png) no-repeat;
}

#menu-tree .root-item, #menu-list .root-item {
	opacity: .5;
}

#menu-tree .root-item a.select-toggle:hover, #menu-list .root-item a.select-toggle:hover {
	cursor: default;
}

#menu-tree li.root-item:hover, #menu-list tr.root-item:hover td {
	background-color: inherit;
}

#menu-tree.mover li.content-tree-item {
	display: none;
}

#menu-tree.mover .root-item, #menu-list.mover .root-item, #menu-list.dragging .root-item {
	opacity: 1;
}

#menu-tree.mover .root-item a.select-toggle:hover, #menu-list.mover .root-item a.select-toggle:hover {
	cursor: pointer;
}

#menu-list .root-item th span {
	display: none;
}

#menu-list.dragging .root-item th span {
	display: inline;
}

#menu-tree li ul {
	display: none;
	width: 245px;
	position: relative;
	left: -20px;
	bottom: -10px;
}

#menu-tree li.parent.expanded ul {
	display: block;
}

#menu-tree li.parent.expanded a.expand-toggle {
	background-position: 0 -10px;
}

#menu-tree li.selected ul, #menu-tree li:hover ul li {
	background: #FFF;
}

#menu-tree li, #menu-tree li.selected {
	display: block;
	padding: 10px 0 10px 20px;
	color: #5D4F4B;
}

#menu-tree li.selected a.select-toggle, #menu-list tbody tr.selected td a.select-toggle {
	background-position: 0 -10px;
	/*background-color: #F8DBBF;*/
}

#menu-tree li.selected ul li a.select-toggle {
	background-position: top;
}

#menu-tree li:hover, #menu-tree li ul li:hover, #add-weblink:hover, #menu-tree.mover li.parent:hover, #menu-tree.mover li.root-item:hover, #menu-list.mover tr.root-item:hover th, #menu-list.dragging tr.root-item:hover th {
	background-color: #CDDFEF;
}

#menu-tree li a {
	text-decoration: none;
}

#menu-tree li.active {
	background: #F8DBBF;
}

#menu-tree li a:hover {
	text-decoration: underline;
}

#menu-list.dragging tr {
	display: none;
}

#menu-list.dragging tr.root-item {
	display: table-row;
}
/** /Menu Tree **/

/** Tree Toolbar & Options Nav **/
#tree-toolbar {
	width: 214px;
	height: 34px;
	margin: 15px 0 0 -20px;
	padding: 0 11px 0 20px;
	border-bottom: 1px solid #CDC6C0;
}

.option-nav {
	height: 20px;
	margin: 10px 0 0 0;
}

#tree-toolbar li {
	float: left;
	margin: 0 10px 0 0;
	background: 0;
}

.option-nav li {
	float: right;
	margin: 0 0 0 10px;
	background: 0;
}

#tree-toolbar li.active a, .option-nav li.active a, #tree-toolbar li.active a:hover, .option-nav li.active a:hover {
	background-position: -40px 0;
}

#tree-toolbar a, .large-icon, .option-nav a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
}

li.move-up-button a:hover, li.move-down-button a:hover, li.refresh-button a:hover, li.add-button a:hover, li.delete-button a:hover, li.move-button a:hover, a.large-icon:hover {
	cursor: pointer;
	background-position: -20px 0;
}

li.move-up-button a {
	background: url(../images/up_icon.png);
}

li.move-down-button a {
	background: url(../images/down_icon.png);
}

li.refresh-button a {
	background: url(../images/refresh_icon.png);
}

#tree-toolbar li.add-button, #tree-toolbar li.delete-button, #tree-toolbar li.move-button {
	float: right;
}

li.add-button a {
	background: url(../images/add_icon.png);
}

li.delete-button a {
	background: url(../images/delete_icon.png);
}

li.move-button a {
	background: url(../images/move_icon.png);
}

#tree-toolbar a.disabled, .option-nav a.disabled {
	opacity: .5;
}

#tree-toolbar a.disabled:hover, .option-nav a.disabled:hover {
	cursor: default !important;
	background-position: 0 0 !important;
}
/** /Tree Toolbar **/

/** Main Content Area **/
#content-container {
	position: relative;
	float: left;
	width: 551px;
	min-height: 400px;
	padding: 0 0 20px 20px;
}

#content-container h3 {
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #5D4F4B;
}

#content-container p {
	margin: 10px 0;
}

a.add-text-link {
	float: left;
	padding: 5px 28px 5px 0;
	text-decoration: none;
	background: url(../images/add_icon.gif) right no-repeat;
}

a.add-text-link:hover {
	text-decoration: underline;
}

.small-icon {
	width: 15px;
	height: 15px;
}

a.small-icon:hover {
	background-position: -15px 0;
}

div.alert {
	position: absolute;
	top: 10px;
	right: 0;
	height: 30px;
}

div.alert span {
	float: right;
	margin: 8px 10px 0 0;
}

.messages-large-button {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/messages_large_icon.png) no-repeat;
}

.messages-large-button.alert {
	background-position: -60px 0;
}

.messages-large-button:hover {
	background-position: -30px 0;
}

.edit-button {
	display: block;
	margin: 0 auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/edit_icon.png) no-repeat;
}

.delete-button {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/delete_icon.gif) no-repeat;
}

.approve-button {
	background: url(../images/approve_icon.png) no-repeat;
}

.reject-button {
	background: url(../images/reject_icon.png) no-repeat;
}

textarea.editor, textarea.editor-simple {
	width: 551px;
	height: 200px;
}

#control-panel {
	margin: 20px 0 0 0;
}

#control-panel li a {
	display: block;
	padding: 10px 0 23px 60px;
	text-decoration: none;
}

#control-panel a:hover {
	background-position: 0 -60px;
}

#control-panel li a span {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#control-panel li#tracker-nav a {
	background-image: url(../images/tracker_icon.png);
	background-repeat: no-repeat;
}

#control-panel li#users-nav a {
	background-image: url(../images/users_icon.png);
	background-repeat: no-repeat;
}

#control-panel li#pages-nav a {
	background-image: url(../images/pages_icon.png);
	background-repeat: no-repeat;
}

#control-panel li#files-nav a {
	background-image: url(../images/files_icon.png);
	background-repeat: no-repeat;
}
/** /Main Content Area **/

/** Sub Nav **/
#sub-nav {
	height: 31px;
	margin-left: -20px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #CDC6C0;
}
#sub-nav li {
	float: left;
	margin: 0 5px 0 0;
	border-top: 1px solid #CDC6C0;
	border-left: 1px solid #CDC6C0;
	border-right: 1px solid #CDC6C0;
}

#sub-nav a {
	display: block;
	padding: 9px 16px;
	text-decoration: none;
	background: #EFECE9;
}

#sub-nav li.active {
	border-bottom: 1px solid #fff;
}

#sub-nav li.active a {
	background: #FFF;
}

#sub-nav a:hover {
	background: #BACFDE;
}

#sub-nav li.active a:hover {
	cursor: default;
	background: none;
}
/** /Sub Nav **/

/** Footer **/
#footer-wrapper {
	background: url(../images/footer_bg.gif) repeat-x #fff;
}

#footer-container {
	width: 798px;
	min-height: 50px;
	font-size: 11px;
}

#footer-container p {
	margin: 0;
	padding: 17px 0 0 0;
	color: #A29791;
	line-height: 20px;
}

#footer-left {
	float: left;
	padding: 0 0 0 20px;
}

#footer-right {
	float: right;
}

.copyright {
	position: relative;
	top: -6px;
	padding: 0 0 0 12px;
}
/** /Footer **/

/** Item List **/
table.item-list {
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.item-list th, .item-list td {
	padding: 7px 9px;
}


.item-list th {
	font-weight: bold;
	border-right: 1px solid #CDC6C0;
	border-bottom: 1px solid #5D4F4B;
}

.item-list th span {
	font-weight: normal;
}

.item-list td {
	vertical-align: middle;
	text-align: center;
	line-height: 14px;
	border-right: 1px solid #CDC6C0;
	border-bottom: 1px solid #CDC6C0;
}

.item-list td a {
	text-decoration: none;
}

.item-list td a:hover {
	text-decoration: underline;
}

.item-list .center {
	text-align: center;
}

.item-list td.left {
	float: none;
	text-align: left;
}

.item-list th.primary, .item-list td.primary {
	width: 35%;
}

.item-list .user-cell, .item-list .fname-cell {
	text-align: left;
}

.item-list .user-cell {
	width: 30%;
}

.item-list .fname-cell {
	width: 50%;
}

.item-list .right-end-col {
	border-right: 0;
}

.item-list tr:hover td {
	background: #CDDFEF;
}
/** /Item List **/

 #recent-changes {
	position: relative;
	height: 200px;
	padding: 30px 0;
	overflow: auto;
	overflow-x: hidden;
}

#top-fade, #bottom-fade {
	position: relative;
	width: 500px;
	height: 60px;
	z-index: 9999;
}

#top-fade {
	top: -260px;
	margin-bottom: -60px;
	background: url(../images/top_fade.png) repeat-x;
}

#bottom-fade {
	top: -60px;
	margin-bottom: -60px;
	background: url(../images/bottom_fade.png) repeat-x;
}