/* CMS.css

CMS-specific stylesheet.
*/


/*** Flash Notices and Errors ***/
div.flash_note {
background-color:#ddffd1;
border:2px solid #32b704;
color:#185702;
padding:5px 20px 5px;
margin-bottom: 15px ;
}

div.flash_error, div.errorExplanation {
background-color:#ffddd1;
border:2px solid #b73204;
color:#571802;
padding:5px 20px 5px;
margin-bottom: 15px ;
}

div.fieldWithErrors input, div.fieldWithErrors select {  
background-color:#ffddd1;
}

#content div.flash_error h1 { 
color:#571802;
}

#content div.errorExplanation h2 { 
color:#571802;
}


/*** Hierarchical list in a table ***/
 
table.table_as_list {
	border-spacing: 1px 3px ;	
}
table.table_as_list tr.depth0 { 
	background: #eee;
}
table.table_as_list tr.depth0 td div.menu_title {
	margin-left: 0px;
}
table.table_as_list tr.depth1 { 
	background: #c8e9ea;
}
table.table_as_list tr.depth1 td div.menu_title {
	margin-left: 20px;
}
table.table_as_list tr.depth2 { 
	background: #D7E0E9;
}
table.table_as_list tr.depth2 td div.menu_title {
	margin-left: 40px;
}


/*** HTML panel within page ***/

div.html_panel {
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
}


/*** Custom List Formatting ***/
ul.roles_list {  
	list-style-image: url("/goldberg/images/role.png");
}

ul.permissions_list {  
	list-style-image: url("/goldberg/images/permission.png");
}


/*** System Settings ***/

table.system_settings tr.settings_row { 
	background-color:#ecdbbe ;
}

div.guidance_text { 
	font-style: italic ;
	margin-left: 20px ;
}


/*** Tabbed Panels ***/

.tablist
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

.tablist ul, .tablist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tablist a:link, .tablist a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.tablist a:link.current, .tablist a:visited.current
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

.tablist a:hover { color: #f00; }
.tablist ul a:hover { color: #f00 !important; }

