/* 	
	
	California Dental Association
	Content Management Stylesheet 
	
	NOTE: Many styles are inherited from 
	the public stylesheet

*/
	
/* 	PAGE SPECIFIC ITEMS ------------------------- */

/* Login Page ---------------------------------- */

#login {
	text-align: left;
	padding: 20px;
	border-style: none;
}


/* User Home Page ----------------------------- */

body.cms {
	background: #2f3538;
}

.cms #content {
	padding: 0;
}

#cmshome {
	background: #fff;
	padding: 10px;
}

#cmshome table {
	width: 100%;
	font-size: 1.2em;
	border-collapse: collapse;
}

#cmshome td {
	padding: 4px;
}

#cmshome th {
	background: #9c9e9f;
	color: #ffffff;
	text-align: left;
	padding: 3px;
	border-bottom: 2px solid #6f7375;
}

#cmshome th.active {
	background: #cbcece;
}

.location {
	font-style: italic;
	font-size: 1em;
}

#controls {
	color: #fff;
	background: #2f3538;
}

#controls h2, #controls h3 {
	color: #fff;
	background: #202326;
	padding: 3px;
}


#controls a:link, #controls a:visited {
	color: #fff;
}

#controls li {
	display: block;
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #474a4d;
}

#controls li a {
	display: block;
	text-decoration: none;	
	padding-left: 25px;
}

#currentWork, #yourHistory {
	margin-bottom: 10px;
	background: #6f7375;
	padding-bottom: 2px;
}

#currentWork table, #yourHistory table  {
	background: #fff;
}

#currentWork h2, #yourHistory h2 {
	margin: 0;
	padding: 5px;
	color: #ffffff;
}

p#messageBlock {
	color: #235071;
	font: 2.4em Arial, Helvetica, Geneva, sans-serif;
	padding: 15px;
	background-color: #cde3fc;
	border: 1px solid #235071;
}

#controls a:hover {
	color: #fed71f;
}

#urgentItems {
	background-color: #fed71f;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#urgentItems h2 {
	margin: 0;
	padding: 5px;
	border-bottom-color: #fff;
}

#urgentItems th {
	background: #f3df61;
	border-bottom-color: #ffcb08;
}

#urgentItems th.active {
	background: #f9eeab;
}

#urgentItems table {
	background: #fff;
}

#urgentItems .odd {
	background: #f9eeab;
}

#urgentItems .alert, #urgentItems .alert a {
	color: #cc0001;
}

#current .even, #history .even {
	background: #f1f2f2;
	border-bottom: 1px solid #e6e6e6;
}

/* User Management ------------------------------ */

#userInfo {
	width:  300px;
	float: left;
	background: #cccccc;
}

#userInfo input {
	width: 100%;
}

 #userPermissions {
	width: 460px;
	float: left;
	margin-left: 20px;
}

#userPermissions h2, #userPermissions h3 {
	clear: both;
	margin-top: 10px;
}

#setResponsibilities {
	margin-bottom: 15px;
	float: left;
}

#permissionList {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#permissionList thead {
	background: #666666;
	color: #ffffff;
}

#permissionList th {
	padding: 3px;
}

#permissionList td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

.setPermission {
	background: #ffffa5;
	width: 450px;
	float: left;
	padding: 5px;
	border-top: 1px solid #fff;
}

.submitRule {
	clear: both;
}

.submitRule input {
	display: inline;
}

.approvalLevel, .setSubject {
	width: 200px;
	float: left;
}

div.setLevels {
	width: 220px;
	float: left;
}

/* Subject and Keywords */

#subjects {
	width: 50%;
	float: left;
}

#subjects li {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	list-style: none;
}

#subjects li li {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	list-style-type: circle;
}

#subjects li li li {
	font-size: 1.2em;
}


li.editSubject {
	padding: 5px;
	border: 2px solid #cde3fc;
}

#keywordsntags {
	width: 50%;
	float: left;
}


#addSubject {
	background-color: #b8cae2;
	padding: 5px;
}

#addSubject label input {
	display: block;
}

#keywords li {
	color: #6f7375;
}

#tags li {
	display: inline;
	padding: 3px;
}

/* New and Edit Item screens ----------------- */

#pagetitle input {
	width: 100%;
	color: #e4780e;
	border: none;
	font: bold 19px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#wysiwyg table {
	width: 100%;
}

#addItems {
	background: #313a3d;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

#addItems ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 10px;
}

#addItems li {
	display: inline;
	padding: 0;
	margin: 0;
}

#addItems li a {
	color: #fff;
	padding: 5px;
	background: #2f3538;
	text-decoration: none;
	border: 1px solid #3e464a;
}

#addItems li a:hover {
	background: #3e464a;
}

.hiddenNav a {
	
}

/* Dashboard----------------------------------
	The control panel that appears at the bottom 
	of pages while in edit mode
*/



#dashwrap {
	width: 100%;
	min-width: 800px;
	position: fixed;
	bottom: 0;
	right: auto;
	left: auto;
	color: #607b97;
}

#editPage {
	width: 120px;
	height: 20px;
	float: right;
	background: no-repeat url(../img/editpage.gif);
	color: #fff;
	padding: 3px 10px 3px 35px;
}

#dashboard {
	background: #2f3538;
	clear: right;
	text-align: left;
	color: #fff;
	width: 100%;
}

#dashboard h2, #dashboard h3 {
	color: #fff;
	border: none;
	margin: 0;
}

#dashboard ul {
	list-style: none;
}

#dashboard a:link, #dashboard a:visited {
	color: #fff;
	border-style: none;
}

#dashboard a:hover {
	color: #fed71f;
}

#dashboard label {
	display: inline;
	padding: 5px;
}

#infoBox {
	width: 100%;
}

#infoBox ul {
	border-bottom: 1px solid #474a4d;
	border-top: 1px solid #474a4d;
	float: left;
	padding: 4px 0;
}

#pageStatus {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 5px;
}

#approval h2, #approval li, #approval ul, #approval p {
	display: inline;
}


#metaInfo {
	clear: both;
	color: #f1f2f2;
	margin: 10px;
	width: 380px;
	float: left;
}

#metaInfo li {
	color: #fff;
	width: 190px;
	float: left;
	list-style: none;
}

#metaInfo li strong {
	color: #6f7375;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#metaInfo h3 {
	clear: both;
}

#metaInfo label {
	font-weight: bold;
	padding: 2px;
	display: block;
}

#metaInfo label strong {
	display: block;
	width: 70px;
	float: left;
}

#metaInfo label input.text {
	margin-bottom: 3px 5px;
}

#tools {
	margin: 10px;	
	width: 380px;
	float: right;
	text-align: left;
}

#tools a:link, #tools a:visited {
	text-decoration: none;
}

#tools li {
	display: block;
	width: 190px;
	float: left;
	padding: 4px 0;
}

#tools li a {
	display: block;
	padding: 5px 20px;
}

#tools li a:hover {
	background-color: #474a4d;
}

#submitButton a {
	margin-top: 10px;
	display: block;
	text-indent: -5000px;
	width: 200px;
	height: 31px;
	background: url(../img/submit.gif) no-repeat;
	float: right;
}

#submitButton a:hover {
	background: url(../img/submit_over.gif) no-repeat;
}

#homeLink {
	clear: both;
}

#metaBox {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:5000;
	text-align:left;
}

#metaEntry {
	width: 600px;
	overflow: auto;
	margin: 10px;
	background: #fff url(../img/meta-bg.gif) repeat-y;
	border: 1px solid #474a4d;
}

#docMetaEntry {
	width: 600px;
	overflow: auto;
}

#chooseDoc {
	margin: 10px 0;
}

h3.docName {
	background-color: #e6e6e6;
	padding: 10px;
	color: #cc0001;
}

h3.docName strong {
	color: #000;
	font-weight: normal;
	font-style: normal;
}

#metaEntry h2 {
	background: #474a4d;
	color: #fff;
	padding: 5px;
	margin: 0;
}

#docMetaEntry h2 {
	background: #fff;
}

#metaEntry a {
	color: #235071;
}

#metaEntry a:hover {
	color: #cc0001;
}

#metaEntry li {
	list-style: none;
}

#metaForm {
	width: 300px;
	float: left;
}

#metaForm .textarea {
	width: 250px;
}

#metaForm label {
	padding: 10px;
}

#metaForm label.active {
	background: #cde3fc url(../img/meta-label-bg.gif) repeat;
	border-bottom: 1px solid #b8cae2;
	border-top: 1px solid #b8cae2;
}

#metaSuggest {
	width: 280px;
	padding: 10px;
	float: left;
}

#metaSubmit {
	clear: both;
}

#commentBox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5001;
}

#commentBox h2 {
	border: none;
	padding: 4px;
	background: #ffcb08;
	display: block;
}

#comments {
	background: #f3df61;
	margin: 10px;
	width: 200px;
	border: 1px solid #fed71f;
}

div.comment {
	margin: 5px;
	border-bottom: 1px solid #ffcb08;
}

div.comment p {
	margin: 0;
}

#addComment {
	padding: 10px;
}

#addComment textarea {
	width: 160px;
	height: 80px;
	background-color: #f9eeab;
}

span.close {
	background: no-repeat url(../img/icons/close-16.png) right 50%;
	display: block;
}

.editContent:hover {
	background: #ffee91;
}

.editContent:hover span a:link, .editContent:hover span a:visited {
	color: #000;
}

.editContent span {
	display: block;
	margin-top: 5px;
	padding: 3px;
}

.editContent span a:link, .editContent span a:visited {
	color: #fff;
}

.itemInsert {
	background-color: #fff4c2;
	padding: 10px;
}

.itemInsert label {
	display: block;
	margin-bottom: 3px;
}

hr.enter {
	padding: 10px;
	border: none;
}

hr.enter:hover {
	background: #fff4c2;
}

/* Document Library -------------------- */
h1#libraryTitle {
	color: #fff;
	background-color: #6f7375;
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin: 0;
}

#docLibrary {
	width: 357px;
	height: 700px;
	background-color: #fff;
	overflow: auto;
	float: left;
	border: 1px solid #e6e6e6;
}

#sortLibrary {
	padding: 4px;
	background-color: #e6e6e6;
}

#sortLibrary p {
	margin: 0;
}

#docTools {
	float: right;
	width: 210px;
	padding: 5px 0 5px 5px;
}

#docActions {
	padding: 0;
	background-color: #474a4d;
}

ul#docActions {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

#docActions li {
	list-style: none;
	padding: 2px 4px;
	border-bottom: 1px solid #6f7375;
	margin: 0;
}

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

#docActions li a:hover {
	color: #ffcb08;
}

#itemInfo {
	background-color: #f1f2f2;
	padding: 4px;
}

div.Doc {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cbcece;
}

div.specs {
	border-top: 1px solid #fff;
	padding-top: 8px;
}


div.specs h4 {
	font-size: 1.5em;
	margin-bottom: 0;
}

#itemInfo ul {
	padding: 0px 4px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
} 

#itemInfo li {
	list-style-type: none;
	margin: 4px 0;
	color: #000;
}

#itemInfo li strong {
	font-size: .8em;
	color: #9c9e9f;
	padding-right: 4px;
	text-transform: uppercase;
}

/* Module Windows-Popup Dialog Boxes -----------------*/
div.modWindow {
	width: 260px;
	position: absolute;
	top: 130px;
	right: 15%;
	background: url(../img/trans.png) repeat;
	border: 2px solid #101111;
}

div.modWindow h1 {
	margin: 0;
	padding: 6px 4px 4px 4px;	
	color: #fff;
	background-color: #101111;
	border-bottom: 1px solid #23282a;
	text-transform: uppercase;
	font-size: 1.3em;
}

div.modInside {
	padding: 8px;
}

div.modInside p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

span#addFolderName, span#addFolderFileName {
	font-weight: bold;
	color: #ffcb08;
}

div.modWindow label {
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
}

input#chooseDoc {
	width: 150px;
}

div.modWindow input.submit {
	float: right;
	margin: 0;
	padding: 0;
}

span.cancel {
	background-image: none;
	padding: 0;
	display: block;
}

span.cancel a {
	color: #cc0001;
}


/* Icons ------------------------------ */
a.addNewPage  {
	background: #cde3fc url(../img/icons/page_white_add.gif) no-repeat 3px 50%;
	padding: 3px 25px;
	text-decoration: none;
	color: #474a4d;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a.addNewPage:hover {
	color: #fff;
	background-color: #7aa2e2;
}

a.addNewDoc {
	background: #cde3fc url(../img/icons/page_add.gif) no-repeat 3px 50%;
	padding: 3px 25px;
	text-decoration: none;
	color: #474a4d;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a.addNewDoc:hover {
	color: #fff;
	background-color: #7aa2e2;
}

a.addContent {
	padding: 5px 5px 5px 20px;
	background: no-repeat url(../img/icons/add.gif) 2px 50%;
	font-size: 12px;
	font-weight: bold;
	color: #23282a;
	margin-top: 10px;
	text-decoration: underline;
	clear: both;
}

a.addContent:hover {
	background-color: #fff4c2;
	color: #2d547a;
}

.new {
	padding-left: 20px;
	background: no-repeat url(../img/icons/new.gif);
}

.urgent {
	padding-left: 20px;
	background: no-repeat url(../img/icons/exclamation.gif);
}

.locked {
	padding-left: 20px;
	background: no-repeat url(../img/icons/lock.gif);
}

.approve {
	padding-left: 20px;
	background: no-repeat url(../img/icons/accept.gif);
}

.decline {
	padding-left: 20px;
	background: no-repeat url(../img/icons/delete.gif);
}

.comments {
	padding-left: 20px;
	background: no-repeat url(../img/icons/comment.gif) 3px 50%;
}

.draft {
	padding-left: 20px;
	background: no-repeat url(../img/icons/disk.gif) 3px 50%;
}

.copy {
	padding-left: 20px;
	background: no-repeat url(../img/icons/page_copy.gif) 0 50%;
}

.delete {
	padding-left: 20px;
	background: no-repeat url(../img/icons/bin.gif) 0 50%;
}

.cancel {
	padding-left: 20px;
	background: no-repeat url(../img/icons/cancel.gif) 0 50%;
}

.enterMetadata {
	padding: 3px 10px;
	background: #ff0009;
	width: 160px;
}

.editMetadata {
	padding: 4px 4px 4px 24px;
	background: url(../img/icons/tag_blue_edit.gif) no-repeat 3px 50%;
}

.addPage {
	background: no-repeat url(../img/icons/page_white_add.gif) 3px 50%;
}

.addDoc {
	background: no-repeat url(../img/icons/page_add.gif) 3px 50%;
}

.addFaq {
	background: no-repeat url(../img/icons/help.gif) 3px 50%;
}

.addGrant {
	background: no-repeat url(../img/icons/money_add.gif) 3px 50%;
}

.addEvent {
	background: no-repeat url(../img/icons/date_add.gif) 3px 50%;
}

.addNews {
	background: no-repeat url(../img/icons/newspaper_add.gif) 3px 50%;
}

.keywords {
	background: no-repeat url(../img/icons/key.gif) 3px 50%;
}

.users {
	background: no-repeat url(../img/icons/group.gif) 3px 50%;
}

.sortAsc {
	padding-left: 12px;
	background: no-repeat url(../img/icons/sortAsc.gif) 0 50%;
}

.sortDesc {
	padding-left: 12px;
	background: no-repeat url(../img/icons/sortDesc.gif) 0 50%;
}

.extdoc {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_word.gif) 0 50%;
}

.extppt {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_powerpoint.gif) 0 50%;
}

.extpdf {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_acrobat.gif) 0 50%;
}
	
.extxls {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_excel.gif) 0 50%;
}	

.exthtml, .exthtm {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_world.gif) 0 50%;
}

.extzip {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_zip.gif) 0 50%;
}

.extgif {
	padding-left: 18px;
	background: no-repeat url(../img/icons/image.gif) 0 50%;
}

.extjpg {
	padding-left: 18px;
	background: no-repeat url(../img/icons/picture.gif) 0 50%;
}

.folder {
		padding-left: 18px;
	background: no-repeat url(../img/icons/folder.gif) 0 50%;
}

.cal {
	background: no-repeat url(../img/icons/calendar.gif) 3px 50%;
}

.forms {
	background: no-repeat url(../img/icons/textfield_rename.gif) 3px 50%;
}

.uploadFile {
	padding-left: 18px;
	background: no-repeat url(../img/icons/picture.gif) 0 50%;
}

.newFolder {
	padding-left: 18px;
	background: no-repeat url(../img/icons/folder_add.png) 0 50%;
}

.newWebpage {
	padding-left: 18px;
	background: no-repeat url(../img/icons/page_white_world.gif) 0 50%;
}

.library {
	background: no-repeat url(../img/icons/book.png) 3px 50%;
}

.stats {
	background: no-repeat url(../img/icons/chart_bar.png) 3px 50%;
}

/* Experimental AdminNavigation --------------------------*/
#adminNav {
	width: 100%;
	background-color: #1d1f22;
	border-bottom: 3px solid #101111;
	float: left;
	font-size: 1.5em;
}

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

img.home {
	margin: 3px;
	float: left;
}

strong.name {
	color: #fff;
}

#adminNav ul {
	float: left;
}

#adminNav li {
	display: block;
	float: left;
}

#adminNav li a {
	padding: 5px 8px 3px 8px;
	display: block;
	color: #9c9e9f;
}

#adminNav li a:hover {
	background-color: #23282a;
	color: #fff;
}

#adminNav li ul {
	position: absolute;
	left: -999em;
}

#adminNav li:hover ul {
	clear: both;
	left: auto;
	background: url(../img/trans.png) repeat;
}

#adminNav li li {
	width: 200px;
	height: auto;
	float: none;
	border: none;
}

#adminNav li li a {
	width: auto;
	height: auto;
}

ul.editPage {
	float: right;
}

