/* $Id: core.css,v 1.3 2008/06/29 18:56:19 shannonlucas Exp $ */

/* ------------------------------------------------------------------------
 * Provides styling for Drupal's admin related features.
 * http://drupal.org/projects/nitobe
 * --------------------------------------------------------------------- */


/* @group Node Editing Tabs */

#tabs-wrapper { margin-bottom: 1em;margin-top: 1em; }

#tabs-wrapper ul.primary, 
#tabs-wrapper ul.secondary {
	/*background: #ccc url(images/background.gif) repeat;
	border-bottom: 2px solid #333;*/
	color: #333;
	display: block;
	float: left;
	/*height: auto;*/
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 500px;
	font-size:.8em;
	line-height:20px;
}

#tabs-wrapper ul.primary li,
#tabs-wrapper ul.secondary li {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
	
}

#tabs-wrapper ul.primary li a,
#tabs-wrapper ul.secondary li a {
	background: transparent;
	border: 0;
	color: #333;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	font-weight:bold;
	
}

#tabs-wrapper ul.primary li a:hover {
	/*background: #333 url(images/background-dark.gif) repeat;*/
	background-color:#999999;
	color: #4cf;
	color: #FFFFFF;
	font-weight:bold;
}

#tabs-wrapper ul.primary li.active a,
#tabs-wrapper ul.primary li.active a.active {
	/*background: #333 url(images/background-dark.gif) repeat;*/
	border: 0;
	color: #FFFFFF;
	background-color:#999999;
	font-weight:bold;
}

#tabs-wrapper ul.secondary {
	background: transparent;
	color: #ccc;
}

#tabs-wrapper ul.secondary li {	line-height: 1.5em; }

#tabs-wrapper ul.secondary li a { padding-top: 4px; }

#tabs-wrapper ul.secondary li a.active {
	/*border-bottom: 4px solid #ccc;*/
	color: #333;
}

#tabs-wrapper ul.secondary li a:hover {
	/*border-bottom: 4px solid #ed1a09;*/
	color: #ed1a09;
	text-decoration: none;
}

#tabs-wrapper ul.secondary li.active a:hover {
	/*border-bottom: 4px solid #ccc;*/
	color: #333;
}

/* @end */


/* @group Admin Styles */
div.admin div.left {
	margin-left: 0;
	margin-right: 10px;
	width: 330px;
}

div.admin div.right {
	margin-right: 0;
	margin-left: 10px;
	/*width: 330px;*/
}

.admin-panel h3 {
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 0;
	
}

.admin-panel div.body {
	margin: 0;
	padding: 0;
}

.admin-panel div.body p.description {
	color: #888;
	/*font-style: italic;*/
	/*font-size: 90%;*/
	margin-bottom: 1em;
	font-style:normal;
	
}

.admin-panel div.body dl.admin-list dt {
	list-style-position: outside;
	list-style-type: disc;
	font-style:normal;
	/*font-size:.8em;*/
	
}

.admin-panel div.body dl.admin-list dd {
	color: #888;
	font-size: 100%;
	margin-bottom: 1em;
	font-style:normal;
}

dl.node-type-list {
	clear: both;
	float: left;

}

dl.node-type-list dt {
	float: left;
	width: 25%;
	clear:both;

}

dl.node-type-list dd {
	float: left;
	width: 75%;
	clear:both;
}

/* @end */


/* @group Status Messages */
div.messages {
	font-style:normal;
	margin-bottom: 1em;
	padding: 10px;
	font-size:.8em;
}

div.status {
	background-color: #d1ffc0;
	border: 1px solid #65b946;
}

div.warning {
	background-color: #fffbcc;
	border: 1px solid #cfc767;
	margin-bottom: 1em;
}

div.error {
	background-color: #fcc;
	border: 1px solid #d77;
}

/* @end */


