html {
	min-height: 100%;
	/*background-color: #DBDBDD;*/
}

body.zf {
	/*background-color: #DBDBDD;
	background-image: url("../images/mainContentBG.jpg");*/
	background-position: 0 29px;
	background-repeat: repeat-x;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	min-height: 100%;
	text-align: left;
}

.hoverable:hover {
	cursor: pointer;
}

#main-container {
	width: 960px;
	padding: 10px 0 10px 20px;
	min-height: 768px;
	/*margin: 0 auto;*/
}

#left-menu {
	float: left;
	clear: left;
	width: 19%;
	margin: 0;
	border: 1px solid #999;
	/*background-color: #e2e2e2;*/
	background-color: #FFFFFF;
	padding: 0 5px;
	min-height: 768px;
}

#right-content, #right-column {
	float: right;
	clear: right;
	width: 78%;
	margin: 0 auto;
	border: 1px solid #999;
	/*background-color: #e2e2e2;*/
	padding: 10px 5px;
	min-height: 748px;
}

#right-column {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 765px;
}

#right-column #right-content {
	float: none;
	clear: none;
	margin: none;
	padding: none;
	width: 98%;
	margin-top: -3px;
	min-height: 717px;
}

#center-content {
	clear: both;
	width: 92%;
	margin: 0 auto;
	border: 1px solid #999;
	background-color: #e2e2e2;
	padding: 10px 5px;
}

#contextBar {
	background: url("../images/breadcrumbBarBG.gif") repeat-x scroll 0 0
		transparent;
	height: 26px;
	text-align: left;
	width: 100%;
	margin-top: 3px;
	padding: 0px 0px 3px 0px;
	background-color: #FFFFFF;
}

#contextBar div {
	height: 26px;
	line-height: 23px;
	white-space: nowrap;
}

#contextBar a {
	text-decoration: none;
	color: #fff;
}

#contextBar a:visited {
	color: #fff;
}

#contextBar a:hover {
	text-decoration: underline;
}

.contextLeft {
	float: left;
	padding-left: 15px;
	text-align: left;
}

.contextRight {
	float: right;
	padding-right: 15px;
	text-align: right;
	color: #FFFFFF;
}

#users-table,#signup-registry {
	width: 748px;
	background-color: #fff;
	border-collapse: collapse;
	text-align: center;
}

#users-table th,#signup-registry th {
	color: #666;
	background-image: url('../images/calendarTitleBarBG.gif');
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	padding: 0;
}

#users-table .name,#users-table .details {
	padding-left: 1.0em;
	text-align: left;
	line-height: 1.8em;
}

tr.user-entry:nth-child(odd) {
	background-color: #eee;
}

tr.user-entry:hover {
	background-color: #FCF0AD;
}

#users-table .user-details {
	background-color: #ffc;
	display: none;
}

#users-table td,#signup-registry td {
	font-size: 0.9em;
	border: 1px solid #999;
	padding: 4px;
	text-align: center;
}

#users-table a {
	font-size: 0.9em;
}

#signup-registry td.first {
	text-align: left;
}

.user-entry .name {
	font-weight: bold;
	font-style: italic;
}

.status-archived td {
	color: #ccc;
}

a.edit-user {
	width: 120px;
	overflow: hidden;
}
/*
div.navbar {
	width: 173px;
	margin: 0 auto;
	float: none;
}

.navbar h3 {
	letter-spacing: -1px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin: 0.6em 0;
}

.navbar li {
	border: 0 none;
	font-size: 12px;
	margin: 0 auto 6px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	height: 25px;
}

.navbar li a {
	border: 1px solid transparent;
	color: #000000;
	display: block;
	text-decoration: none;
}
*/
.navbar hr {
	height: 1px;
	display: block;
	clear: both;
	margin: 1.0em 0;
	color: #ffe;
}

.raised-panel {
	/*background: url('../images/raisedPanel.gif') no-repeat scroll center
		bottom transparent;*/
	float: left;
	list-style: none outside none;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.raised-panel li {
	list-style: none;
}
/*
.backToSiteManagement {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	margin: 0 auto 6px;
	text-align: left;
	background: url("../images/iconLeftArrow.png") no-repeat scroll 0 0
		transparent;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 42px;
	color: #333;
	text-decoration: none;
}

.backToSiteManagement:visited {
	color: #333;
	text-decoration: none;
}
*/
#user-register {
	text-align: left;
}

#user-register input[type=text] {
	width: 20em;
	height: 2.0em;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #999;
	padding: 0 0.5em;
}

.modal-window .zend_form {
	font-size: 80%;
}

.zend_form dt {
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	padding: 2px 0;
}

.zend_form dd {
	width: 300px;
	float: left;
	clear: right;
	text-align: left;
	padding: 2px 0;
}

.zend_form .description {
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 0;
}

.zend_form .errors {
	margin: 0;
	padding: 0;
}

.zend_form .errors li {
	font-size: 0.8em;
	padding: 2px;
	color: red;
	list-style: none;
}

.zend_form input[type=text],.zend_form input[type=password],.zend_form textarea
	{
	border: 1px solid #999;
}

.thread_form .zend_form dt {
	width: 100px;
	float: left;
	clear: left;
	text-align: right;
	padding: 2px 0;
}

.thread_form .zend_form dd {
	width: 300px;
	float: left;
	clear: right;
	text-align: left;
	padding: 2px 0;
}

.thread_form input[type=text] {
	width: 250px;
}

.forum-post-form dt {
	width: 30px;
}

.forum-post-form dd {
	width: 400px;
}

.forum-post-form textarea {
	width: 380px;
	height: 200px;
}

ul.thread-list li.myHeader {
	background: url("../images/calendarTitleBarBG.gif");
	height: 8px;
	line-height: 8px;
}

ul.thread-list li {
	list-style-type: none;
	padding: 5px;
}

ul.thread-list li:nth-child(odd) {
	background-color: #eee;
}

ul.thread-list li:hover {
	background-color: #FCF0AD;
}

#thread-table {
	width: 748px;
	background-color: #fff;
	border-collapse: collapse;
	text-align: center;
}

#thread-table th {
	color: #666;
	background-image: url('../images/calendarTitleBarBG.gif');
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	padding: 0;
}

#thread-table td {
	padding: 10px;
}

#thread-table td.name {
	width: 20%;
}

#thread-table tr.entry:nth-child(odd) {
	background-color: #eee;
}

#thread-table .name {
	text-align: center;
	vertical-align: top;
}

#thread-table .post {
	text-align: left;
}

#thread-table .other_post {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

.zf-iframe iframe {
	border: none;
}

.message span {
	font-weight: bold;
	color: #fff;
	padding: 10px;
}

.message .go {
	background-color: green;
}

.message .stop {
	background-color: red;
}

/********************************* BUTTON ICONS *********************************/
.emailAdminAccess {
	cursor: pointer;
	height: 40px;
	font-size: 9px;
	line-height: 18px;
	padding: 4px 4px 4px 22px;
}

.addNoticeButton {
	background: url(../images/iconAdd.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.addUserButton {
	background: url(../images/user_add.png) no-repeat;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 42px;
}

.addGroupButton {
	background: url(../images/group_add.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.addMainMenuItemButton {
	background: url(../images/application_form_add.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.userListButton {
	background: url(../images/group.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.newActivityButton {
	background: url(../images/iconAdd.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.exportAsPDFButton {
	background: url(../images/exportAsPDF.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.activeRTOButton {
	background: url(../images/folder_database.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.archiveRTOButton {
	background: url(../images/folder_error.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.expandAllButton {
	background: url(../images/iconExpand.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.collapseAllButton {
	background: url(../images/iconCollapse.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.addNewFileButton {
	background: url(../images/add.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.addNewTermButton {
	background: url(../images/add.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.addNewCategory {
	/* background: url(../images/folder_add.png) no-repeat; */
	background: url(../images/category_add.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.rebuildSearchIndexButton {
	background: url(../images/page_gear.png) no-repeat;
	background-position: 16px 8px;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

/**********************************NAVBAR original CSS******************************************/
.navbar {
	width: 100%;
	float: left;
	text-align: left;
}

.navbar li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 6px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	border: 0px;
}

.navbar li a {
	color: #000;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

.noticeBrdLink {
	background: url(../images/iconNoticeboard.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 52px;
	line-height: 28px;
}

.myDetailsLink {
	background: url(../images/iconMyDetails.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 52px;
	line-height: 28px;
}

.myStatisticsLink {
	background: url(../images/iconMyStatistics.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 52px;
	line-height: 28px;
}

.myPDRegisterLink {
	background: url(../images/iconMyPDRegister.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 52px;
	line-height: 28px;
}

.qaAddMainMenuItem {
	background: url(../images/iconAdd.png) no-repeat;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	padding: 4px 4px 4px 42px;
}

.exportCalendarLink {
	background: url(../images/iconCalendar.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 42px;
	line-height: 28px;
}

.backToMainLink {
	background: url(../images/iconLeftArrow.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 42px;
	line-height: 28px;
}

.downloadBasicStatisticsSummary {
	background: url(../images/iconMyDetails.png) no-repeat;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 42px;
}

.orgChartLink {
	background: url(../images/iconLineChart.png) no-repeat;
	background-position: 5% 0%;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 52px;
	line-height: 28px;
}

.mainFavoritesLink {
	background: url(../images/favorites.png) no-repeat;
	background-position: 16px 10px;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 52px;
}

.editMultiFolders {
	background: url(../images/iconExpand.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 42px;
}

.add-favorite-folder {
	background: url(../images/iconAdd.png) no-repeat;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 42px;
}

.edit-favorites {
	background: url(../images/iconMyDetails.png) no-repeat;
	cursor: pointer;
	height: 30px;
	/*line-height: 28px;*/
	padding: 4px 4px 4px 42px;
}

.sort-folders-toggle {
	background: url(../images/folder.png) no-repeat;
	background-position: 13px 10px;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 42px;
}

.sort-files-toggle {
	background: url(../images/button-noticeboard-small.png) no-repeat;
	background-position: 15px 9px;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 4px 4px 4px 42px;
}

.backToSiteManagement {
	background: url(../images/iconLeftArrow.png) no-repeat;
	cursor: pointer;
	height: 30px;
	padding: 4px 4px 4px 42px;
}

.plainButton {
	padding: 4px 4px 4px 10px;
}
/*
.cornerTopLeftDarkGray {
	background: url(../images/cnrRadius_darkGray_topLeft.png) no-repeat left top;
	height: 7px;
}

.cornerBottomLeftDarkGray{
	background: url(../images/cnrRadius_darkGray_bottomLeft.png) no-repeat left bottom;
	height: 7px;
}

.cornerTopRightDarkGray {
	background: url(../images/cnrRadius_darkGray_topRight.png) no-repeat right top;
	height: 7px;
}

.cornerBottomRightDarkGray{
	background: url(../images/cnrRadius_darkGray_bottomRight.png) no-repeat right bottom;
	height: 7px;
}

.cornerTopLeftDarkPurple {
	background: url(../images/cnrRadius_darkPurple_topLeft.png) no-repeat left top;
	height: 7px;
}

.cornerBottomLeftDarkPurple{
	background: url(../images/cnrRadius_darkPurple_bottomLeft.png) no-repeat left bottom;
	height: 7px;
}

.cornerTopRightDarkPurple {
	background: url(../images/cnrRadius_darkPurple_topRight.png) no-repeat right top;
	height: 7px;
}

.cornerBottomRightDarkPurple{
	background: url(../images/cnrRadius_darkPurple_bottomRight.png) no-repeat right bottom;
	height: 7px;
}


.cornerTopLeftLightGray {
	background: url(../images/cnrRadius_lightGray_topLeft.png) no-repeat left top;
	height: 7px;
}

.cornerBottomLeftLightGray{
	background: url(../images/cnrRadius_lightGray_bottomLeft.png) no-repeat left bottom;
	height: 7px;
}

.cornerTopRightLightGray {
	background: url(../images/cnrRadius_lightGray_topRight.png) no-repeat right top;
	height: 7px;
}

.cornerBottomRightLightGray{
	background: url(../images/cnrRadius_lightGray_bottomRight.png) no-repeat right bottom;
	height: 7px;
}

.cornerTopLeftWhite {
	background: url(../images/cnrRadius_white_topLeft.png) no-repeat left top;
	height: 7px;
	background-color: #FFFFFF;
}

.cornerBottomLeftWhite {
	background: url(../images/cnrRadius_white_bottomLeft.png) no-repeat left bottom;
	height: 7px;
	background-color: #FFFFFF;
}

.cornerTopRightWhite {
	background: url(../images/cnrRadius_white_topRight.png) no-repeat right top;
	height: 7px;
}

.cornerBottomRightWhite {
	background: url(../images/cnrRadius_white_bottomRight.png) no-repeat right bottom;
	height: 7px;
}
*/
.navbar li.active {
	background: #c6daf2;
}

.navbar li.active a {
	color: #000;
	border: 1px solid #526a8c;
	text-decoration: none;
}

.navbar li.disabled a {
	
}

.navbar li.active {
	
}

.navbar li.disabled {
	
}

.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: left;
	width: 100%;
	/*background: url(../images/raisedPanel.gif) no-repeat center bottom;*/
}

.html_area {
	float: left;
	width: 100%;
	overflow: hidden;
}

.html_area a {
	display: inline;
	padding: 0px;
	background: none;
	text-decoration: none;
	color: #353535;
}

.html_area h3 {
	display: block;
	color: #333;
	border-bottom: 1px #666 solid;
	font-size: 12px;
}
/*
.html_area hr {
	color: #000;
	background-color: #000;
	height: 1px;
}
*/
.tree li {
	text-align: left;
	list-style: none;
}

.small-group-name {
	border: 1px solid #bbb;
	font-size: 0.8em;
	padding: 2px;
}

.small-group-name.hide-me {
	display: none;
}

.zend_form label.required { color: red; }

ul.jd_menu, ul.jd_menu_vertical { float: left; background: none; border: none; padding-top: 1px; text-align: right; }

ul.jd_menu ul,
ul.jd_menu_vertical ul {
	background-color: #E2E2E2;
	border: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px 20px 10px 5px;
	
}

ul.jd_menu ul li, ul.jd_menu_vertical ul li { background-color: #E2E2E2; border: 1px solid: #999999; color: #000000; width: 160px; text-align: left }
#contextBar ul.jd_menu ul li a { color: #000000 }

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #521B33;
	color: #000;
	
	padding: 3px 6px 2px 6px;
	border: 1px solid #521B33;
	border-left: 1px solid #521B33;
	border-top: 1px solid #521B33;
	
}

ul.jd_menu ul li.jdm_hover,
ul.jd_menu ul li.jdm_active {
	background-color: #F3F3F3;
	
	padding: 3px 6px 2px 6px;
	border: 1px solid #526A8C;
	
}

ul.jd_menu li { list-style-type: none; }

#tracking-table { width: 98%; }
#tracking-table .left { text-align: left; }

.uploader {}
.uploader .file { clear: both; margin: 3px 0px; }
.uploader .file .filename { float: left; }
.uploader .file .file-progress { float: right; width: 100px; border: 1px solid }
.uploader .file .file-progress .bar { background-color: green; width: 0px; }
.uploader .file b { float: right; width: 30px; }
.uploader .file .controls { float: right; width: 20px; }
.uploader .file .controls img:hover { cursor: pointer; border: none; }
.uploader .file .controls .delete {}

.highlight { background-color: yellow; border-radius: 2px; -moz-border-radius: 2px;  }

#doctree-left { 
	background-color: #fff; border-radius: 5px; margin: 0 auto; min-height: 200px;
	padding: 1.0em;
}

#doctree li { list-style: none; height: 1.2em; }
.angular #center-content {  width: 100%; }

#content-list .box { padding: 4px; margin: 2px 0; border-radius: 5px; }
#content-list .box:hover { background-color: #f1f1f1; }
#content-list .box button { vertical-align: middle; }

#content-list li .btn { font-family: Verdana, Helvetica, Sans;
	font-size: 0.9em !important; font-weight: bold !important; color: #777; 
}

#content-list span.sub { display: none; }

#doctree-left #move-form { display: none; }
#move-form span#doctitle { font-style: italic; font-size: 0.9em; }

/* Fix for Bootstrap 3 with Angular UI Bootstrap */

.modal { 
	display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error { background-color: #d2322d; }
.dialog-header-wait { background-color: #428bca; }
.dialog-header-notify { background-color: #eeeeee; }
.dialog-header-confirm { background-color: #333333; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; }

/* Ease Display */

.pad { padding: 25px; }

#search-bar { margin-top: 5px; }
#search-bar input[type=radio] { position:relative; top: 4px; }
#search-bar input[type=submit] { position:relative; top: 1px; }
.bold-gray-italic { font-style: italic; font-weight: bold; color: #999;  }

a { color: #1f2860; text-decoration: none; }

.ui-dialog, .ui-dialog-content {
	background-image: none;
	background-color: #e2e2e2;
}

#pagetabs {
	width: 100%;
	margin: 1px 0px 0px 3px;
}

#pageTabButton, .pageTabButton {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	cursor: pointer;
	background-color: #e2e2e2;
}

#pagetabs-page-view-active {
	background: #FF0;
}

#pagetabs-page-view-inactive {
	background: #FF0;
	color: #666;
}

#pagetabs-edit-mode-active {
	background: #0FF;
}

#pagetabs-edit-mode-inactive {
	background: #0FF;
	color: #666;
}

#pagetabs-save {
	
}

#pagetabs-save-and-view {
	
}

#pagetabs-save-as-new-version {
	
}

.pagetabs-buttons {
	border: 1px solid #5f6267;
	padding: 3px;
	background-color: #e2e2e2;
	margin-right: 2px;
	vertical-align: middle;
	color: #6d6c6c;
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
	padding-top: 7px;
	height: 17px;
}

.pagetabs-buttons a {
	color: #999999;
}

.pagetabs-buttons a:hover {
	color: #000000;
}

.content-page {
	width: 96%;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}

#legislation.content-page {
	padding: 10px;
	background-color: #A2AFC0;
	color: #FFFFFF;
}

.diff-html-removed { text-decoration: line-through; background-color: #FDFF6D; color: #aaa; }
.diff-html-added { text-decoration: none; font-style: italic; background-color: #00FFFF; }

body .ui-tooltip {
	border: none;
	border-radius: 0;
	padding: 0px;
}

.ui-tooltip-content { 
	border-radius: 0;
	border: 1px solid #444;
	background: #ffc;
	padding: 3px;
	width: 200px;
	font-size: 10px;
}

.fancy-label-input {
	position: relative;
}

.fancy-label-input label {
	position: absolute;
	left: 5px;
	top: 3px;
}

.fancy-label-input.compliance-title-filter {
	margin-bottom: 5px;
    position: relative;
}

.fancy-label-input.compliance-title-filter label {
	font-style: italic;
	color: #666666;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

.fancy-label-input.compliance-title-filter input {
	height: 20px;
	line-height: 20px;
    width: 99%
}

.sticky {
	position: fixed;
	top: 0;
}

#finished-linking-container {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#finished-linking-container.sticky {
	margin: 0 auto;
	width: 788px;
	background-color: #99999A;
	margin-left: -10px;
}

table.no-border {
	
}

table.no-border td, table.no-border th {
	border: none;
}

fieldset.border { border: 1px solid; border-radius: 5px; padding: 10px; width: 500px; }
fieldset.border legend { margin-left: 5px; }

#contextBar a.navLink { padding: 0 1.0em; }

.archiveDocuments {
    background: url(../images/category_add.png) no-repeat;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    padding: 4px 4px 4px 42px;
}

#documentsTable th,
#archivedDocumentsTable th {
	background-color: #676767;
    color: #fff;
    background: -moz-linear-gradient(top, #ababab 0%, #4a4a4a 100%);
    background: -webkit-linear-gradient(top, #ababab 0%,#4a4a4a 100%);
    background: linear-gradient(to bottom, #ababab 0%,#4a4a4a 100%);
    border: 1px solid #ababab;
    padding:10px;
}

#documentsTable td,
#archivedDocumentsTable td {
	border: 1px solid #ababab;
    max-width: 250px;
    overflow: hidden;
}

.clickable {
	cursor:pointer;
}

.removeRow {
    position: absolute;
    z-index: 900;
    background-color: #ad0000;
    width: 14px;
    text-align: center;
    color: #eee;
    cursor: pointer;
    font-weight: bold;
    margin-top: -7px;
    margin-left: -21px;
    vertical-align: middle;
    height: 14px;
    display: none;
}

.archive_button {
	padding: 5px 10px !important;
}

.table-filter {
	width: 708px;
    margin: 30px 0 10px;
}

.doc_pagination {
	display: inline-block;
    padding-left: 0;
    margin: 10px 0 30px;
    float: right;
}

.doc_pagination>li {
	display: inline;
}

.doc_pagination>li>a:hover {
	background-color: #d0cdcd;
    border-color: #6f6f6f;
}

.doc_pagination>.active>a:hover {
	background-color: #6e6e6e;
    border-color: #4e4e4e;
    cursor: default;
}

.doc_pagination>.active>a {
	z-index: 2;
    color: #fff;
    font-weight: bold;
    background-color: #6e6e6e;
    border-color: #4e4e4e;
    cursor: default;
}

.doc_pagination>li>a {
	position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3276b1;
    background-color: #e2e2e2;
    border: none;
    margin-left: 1;
}

.archive-notice {
	border: 1px solid #8ad09e;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgb(207, 245, 218);
}

.archive-error {
	border: 1px solid #d08aa1;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgb(245, 207, 216);
}

.close-alert {
	float: right;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -11px;
    right: -11px;
    padding: 4px 7px;
    cursor: pointer;
}

.text-centered { text-align: center; }

.text-bold { font-weight: bold; }

.clear-both { clear: both; }

.float-left { float: left; }

.margined-left-20 { margin-left: 20px; }

.margined-top-20 { margin-top: 20px; }

.hidden_element { display: none; }

.monitoring-list .review-date-col { width: 75px; }

#compliance-legend fieldset.border { width: 150px; /* padding: none; margin: none;*/ }

#compliance-legend .link-legend img {
    height: 8px;
    width: 20px;
}

#anecdotal-notes #entry-status {
    margin-top: 2px;
    width: 175px;
}

#anecdotal-notes textarea.take-priority-color {
    width: 646px;
    height: 350px;
}

.search-field #search-query {
	width: 100%;
	display: block;
	padding: 5px;
}