/*
-----------------------------------------------
Styles for Drupal admin
----------------------------------------------- */

.message, .status {
	color: #eee;
	font-weight: bold;
	margin: 1.0em 0;
	padding: 5px;
	border: 1px dashed #999;
	}
	.status {
		padding-left: 19px !important;
		background: url(../images/structural/icon_tick.gif) center left no-repeat;
	}

div.error {
	color: #aa0000;
	font-weight: bold;
	margin: 1.0em 0;
	padding: 5px;
	border: 1px dashed #999;
	background: #fff;
	}
	.error a {
		color: #aa0000;
	}
	.error ul li {
		color: #aa0000;
	}
	
#user_login {
	width: 235px;
}

.addthis {
	display: block;
	clear: both;
	margin: 1.5em 0 0 0;
}

ul.tags {
	margin-bottom: 1.6em;
}
	

ul.primary {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0.0em 1.1em 0.4em 0 !important;
	font-size: 95%;
	text-transform: capitalize;
	display: block;
	float: right;
	clear: right;
}	


ul.primary li {
	position: relative;
	display: inline !important;
	margin: 0 0.3em 0 0 !important;
	padding: 3px 10px 5px 10px !important;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	background: none;
}	

ul.primary li:hover {
	background: #5F5F5F !important;
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	border-top: 1px solid #5F5F5F;		
}

ul.primary li a {
	text-decoration: none;
	color: #ddd !important;
	}
	ul.primary li a:hover {
		background: #5F5F5F !important;
		text-decoration: underline;
		color: #ddd !important;
		}	
		ul.primary li:hover a:hover {
			background: #5F5F5F !important;
			text-decoration: underline;
		}

ul.primary li.active {
	background: #5F5F5F !important;
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	border-top: 1px solid #5F5F5F;
	}
	ul.primary li.active a, ul.secondarytabs li.active a {
		color: #ddd !important;
		font-weight: normal;
		text-decoration: none;
	}
	
ul.secondarytabs {
	position: relative;
	display: block;
	float: left;
	width: 474px;
	list-style-type: none !important;
	padding: 15px 0 10px 10px !important;
	margin: 0 0 1.0em 0;
	background: #5F5F5F !important;
	clear: right;
	}	
	ul.secondarytabs li {
		position: relative;
		display: inline !important;
		float: left;
		margin: 0 0.4em 0.4em 0 !important;
		padding: 3px 7px 5px 7px !important;	
		background: #5F5F5F;
		border: 1px solid #777 !important;
		text-transform: capitalize;
		}
		ul.secondarytabs li a {
			text-decoration: none !important;
		}
		
		ul.secondarytabs li:hover {
			background: #D97442 !important;
		}
		ul.secondarytabs li:hover a {
			color: #fff !important;
		}
	
	ul.secondarytabs li.active {
		background: #D97442 !important;
		color: #fff !important;
		font-weight: bold;
		padding: 3px 7px 5px 7px !important;	
		}
		ul.secondarytabs li.active a {
			color: #fff !important;
		}
	

div.node, div.project {
	clear: both;
	}			
	div.links ul {
		list-style-type: none;
		background: none;
		margin: 1.0em 0 1.5em 0;
		padding: 0;
		}
		div.links ul li {
			display: inline;
			float: left;
			margin: -0.3em 0.5em 1.2em 0 !important;
		}

div.help {
	color: #ddd;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	}
	div.help p {
		line-height: 1.1em;
	}
	div.help a {
		color: #ddd !important;
	}

div.description {
	color: #ddd;
	font-size: 0.9em;
	margin: 0.2em 0 0.3em 0
	}
	div.description a {
		color: #ddd !important;
	}
	
div#comments {
	clear: both;
	margin-top: 1.0em;
	}
	div#comments .indented .comment {
		margin-left: 1.3em;
		}
		div#comments .indented .comment h3.title {
			width: 476px !important;
		}

div.comment {
	background: #5D5D5D url(../images/structural/comment_bg.gif) bottom right no-repeat;
	padding: 0 0 16px 0;
	margin-top: 0.8em;
	}
	div.comment h3.title {
		padding: 4px 0 4px 8px !important;
		margin: 0 !important;		
		background: #545454;
		width: 492px !important;
	}
	div.comment .submitted {
		float: right;
		text-align: right;
		width: 298px;
		margin-top: -0.5em;
		padding: 0px 3px 0px 0px;
		font-size: 0.8em;
		color: #ccc;
		}
		div.comment .submitted a {
			color: #ccc;
		}
	div.comment .content {
		padding: 2px 2px 2px 8px !important;
	}
	div.comment .links {
		padding: 2px 2px 0 8px !important;
	}
	div.admincomment h3.title {	
		background: #D97442;
	}
	
	
#user-login-form {
	margin-top: 0 !important;
}	

div#profile {
	margin-top: 1.5em;
}

div.compact-link {
	margin: 0.4em 0 1.5em 0;
	font-size: 0.9em;
	}
	div.compact-link:before { 
		content: "(";
	}
	div.compact-link:after { 
		content: ")";
	}	
	
div.admin div.right {
	float:left !important;
	display: block !important;
	margin-top: -1.0em;
}	

div.admin-panel {
	margin: 0.9em 0;
	background: #7F7F7F;
	width: 490px;
	padding: 3px 0 3px 8px;
	}
	div.admin-panel h3 {
		font-weight: bold;
	}
	
#node-admin-filter ul, #user-admin-filter ul, #user-admin-account ul {
	padding: 0;
	margin: 0;
	}	
	#node-admin-filter ul li, #user-admin-filter ul li, #user-admin-account ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
input.form-submit {
	padding: 2px 3px 2px 3px;;
	border: 1px solid #555;
	background: #888;
	color: #fff;
	margin-top: 0.3em;
	}
	input.form-submit:hover {
		background: #555;
		border: 1px solid #aaa;
		color: #fff;
		cursor: hand;
	}	
	
div.links {
	clear: both;
}			

div.box {
	clear: both;
	margin: 1.5em 0;
	}
	div.box .content {
		padding-top: 0px !important;
	}
	div.box form {
		margin-top: 0.5em !important;
	}	
	
	body.menu div.box {
		background: #7f7f7f;
		padding: 4px;
	}	
	
div.profile {
	display: block;
	margin-top: 1.5em
}	

body.watchdog #leftcol {
	overflow: auto;
}

td.region {
	background: #D97442;
}

td.module {
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px;
	background: #D97442;
}

div.loginbutton input {
	width: 48px;
	height: 23px;
	background: url(../images/structural/button_login.gif) left top no-repeat;
	border: 0 !important;
	}
	div.loginbutton input:hover {
		width: 48px;
		height: 23px;
		background: url(../images/structural/button_login_over.gif) left top no-repeat;
		border: 0 !important;
	}
	
form#project-issue-query-result-quick-search {
	overflow: auto;
}	

.project-issue .header {
	font-weight: bold;
	margin-left: 0.4em;
	margin-top: 1.5em;
	}
	.project-issue .header:after { 
		content: ":";
	}
	
.directory-home-toggle-link {
	display: none;
}	

#directory-vid-4 h3, #directory-vid-5 h3 {
	margin-top: 0.8em;
	margin-left: 0;
	padding-left: 0;
}

#block-og-5 {
	clear: both;
	margin-bottom: 1.0em;
	}
	#block-og-5 div.content {
	font-size: 0.9em;
	color: #ccc;
	margin-left: 1.2em;
	width: 220px;
	}
	#block-og-5 div.content a {
		color: #ccc !important;
	}
	#block-og-5 ul {
		display: block;
		}
		#block-og-5 ul li {
		padding-left: 8px;
		text-transform: capitalize;
	}
	
#block-dhtml_menu-1 {
	display: block;
	clear: both;
}

.view-og-ghp-ron .node {
	background: #606060;
	height: 70px;
	margin-top: 1.5em;
	padding: 5px;
}

#fck_oFCK_1 textarea {
	width: 100% !important;
	height: 150px !important;
}