@import "reset.css";

/** Globals **/
body {
	font-family: Tahoma, Arial, Helvetica, sans;
	color: #5D4F4B;
	font-size: 12px;
}

h2 {
	margin: 10px 0 15px 0;
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
}

p {
	margin-left: 0;
	margin-right: 0;
}

a:link, a:visited, a:active {
	color: #5D4F4B;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0;
	color: #CDC6C0;
	background: #CDC6C0;
}

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;
}

.edit-button {
	display: block;
	margin: 0 auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/edit_icon.gif) 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;
}

.clear {
	clear: both;
}

.lcolumn {
	float: left;
}

.rcolumn {
	float: right;
}

.right {
	text-align: right;
}

#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;
}

textarea.editor, textarea.editor-simple {
	width: 551px;
	height: 200px;
}
/** /Globals **/
/** Forms **/
label {
	display: block;
	margin: 0 0 5px 0;
}
/** /Forms **/
/** Pretty Buttons! **/
button, a.button {
	color: #5D4F4B;
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/button_bg.gif) repeat-x;
	border: 1px solid #5D4F4B;
}

a.button {
	float: left;
	padding: 9px 7px;
	text-decoration: none;
}

button[type] {
	padding: 7px; /* Firefox -- see iefix.css for IE 6-7 */
}

button:hover, a.button:hover {
	cursor: pointer;
	color: #fff;
}

.button-row {
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	text-align: right;
}

.button-row li {
	float: left;
	padding-left: 5px;
}
/** /Pretty Buttons! **/
/** 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 {
	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: 20px;
	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 {
	margin: 7px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(../images/support_icon.gif) no-repeat;
}

#logout-link {

}

#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;
}


#main-wrapper {
	background: url(../images/main_top_border.gif) repeat-x #fff;
	border-bottom: 2px solid #A29791;
}

#main-container {
	width: 798px;
	background: url(../images/divider_tile.gif) 225px 0 repeat-y;
}
/** Menu Tree **/
#tree-container {
	float: left;
	width: 210px;
	min-height: 400px;
	padding: 0 15px 20px 0;
}

#tree-container hr {
	width: 225px;
}

#menu-tree {
	position: relative;
	left: -20px;
	width: 245px;
}

#menu-tree a.active {
	font-weight: bold;
}

#menu-tree li a, #menu-tree li.parent ul li a, #menu-tree li ul li.parent ul li a {
	display: block;
	padding: 10px 0 10px 40px;
	color: #5D4F4B;
	text-decoration: none;
}

#menu-tree li a {
	background: url(../images/tree_icon_page.gif) no-repeat 20px 50%;
}

#menu-tree li ul li a, #menu-tree li.parent ul li a, #menu-tree li.parent ul li.parent a {
	text-indent: 15px;
	background-image: url(../images/tree_icon_page.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
}

#menu-tree li ul li ul li a, #menu-tree li ul li.parent ul li a, #menu-tree li.parent ul li.parent ul li a {
	text-indent: 30px;
	background: url(../images/tree_icon_page.gif) no-repeat 50px 50%;
}

#menu-tree a:hover, #menu-tree li.parent a:hover, #menu-tree li.parent ul li.parent a:hover {
	background-color: #EFECE9;
}

#menu-tree li.parent a, #menu-tree li ul li.parent a, #menu-tree li ul li ul li.parent a {
	background: url(../images/tree_icon_parent_open.gif) no-repeat;
	background-position: 20px 50%;
}
/** /Menu Tree **/
/** Main Content Area **/
#content-container {
	position: relative;
	float: left;
	width: 551px;
	min-height: 400px;
	margin: 0 0 0 2px;
	padding: 0 0 20px 20px;
}

#content-container hr {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}

#content-container h3 {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #5D4F4B;
}

#content-container p {
	margin: 10px 0;
}
/** /Main Content Area **/
/** Item List **/
table.item-list {
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.item-list th, .item-list td {
	padding: 8px 9px;
}

.item-list th {
	font-weight: bold;
	border-right: 1px solid #CDC6C0;
	border-bottom: 1px solid #5D4F4B;
}

.item-list td {
	vertical-align: top;
	text-align: center;
	line-height: 14px;
	border-right: 1px solid #CDC6C0;
	border-bottom: 1px solid #CDC6C0;
}

.item-list .left {
	text-align: left;
}

.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: #EFECE9;
}
/** /Item List **/
/** Footer **/
#footer-wrapper {
	background: url(../images/footer_bg.gif) repeat-x #fff;
}

#footer-container {
	min-height: 50px;
	font-size: 11px;
}

#footer-container p {
	padding: 17px 0 0 0;
	color: #A29791;
	line-height: 20px;
}

#footer-left {
	float: left;
	margin: 0 0 0 20px;
}

#footer-right {
	float: right;
	margin: 0 20px 0 0;
}

.copyright {
	position: relative;
	top: -6px;
	padding: 0 0 0 12px;
}
/** /Footer **/

/** Label on Left **/
	#labelonleft {}
	#labelonleft label {
		float:left;
		width:120px;
	}
/** Label on Left **/

/** 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;
}

#sub-nav li.active {
	border-bottom: 1px solid #fff;
}

#sub-nav a:hover {
	background: #EFECE9;
}

#sub-nav li.active a:hover {
	cursor: default;
	background: none;
}
/** /Sub Nav **/

/** Drop Down **/

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #A29791;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

/** Drop Down **/

/** 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;
}

#sub-nav li.active {
	border-bottom: 1px solid #fff;
}

#sub-nav a:hover {
	background: #EFECE9;
}

#sub-nav li.active a:hover {
	cursor: default;
	background: none;
}
/** /Sub Nav **/