@import "reset.css";
@import "layout.css";
@import "content.css";
@import "forms.css";
/** Globals **/
body {
	font-family: Tahoma, Arial, Helvetica, sans;
	color: #5D4F4B;
	font-size: 12px;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
}
h3 {
	margin: 0;
	font-size: 12px;
}
h4 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
h2, h3, h4 {
	margin-left: 20px;
}
p {
	margin-left: 0;
	margin-right: 0;
}
a:link:hover, a:visited:hover, a:active:hover {
	cursor: pointer;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #64A0C8;
	text-decoration: none;
}
strong { font-weight: bold; }
em { font-weight: bold; }
hr { display: none; }
.hr {
	height: 1px;
	border: 0;
	color: #CDC6C0;
	background: #CDC6C0;	
}
/** Tables -- child selectors necessary to avoid TinyMCE interface style overrides **/
#content-container > table, #content-container form > table {
	width: 100%;
}
#content-container > table th, #content-container form > table th {
	color: #FFF;
	font-weight: bold;
	background: #A29791;
}
#content-container > table th, #content-container form > table th, #content-container > table td, #content-container form > table td {
	padding: 0 0 0 20px;
	font-size: 10px;
	line-height: 36px;
}
#content-container > table td, #content-container form > table td {
	border-bottom: 1px solid #CDC6C0;
}
/** Utility Classes **/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
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;
}
/** 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; }