/*
	admin area style
	
	$Id: admin.css,v 1.15 2004/10/10 11:37:05 dekarma Exp $
*/

body {
	background: #ffffff; 
	margin:0px;
}
body, td, th, a, li, ul, textarea {
	color: #000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

textarea {
  font-size: small;
  width: 95%;
}

/* textareas for skin/template editing have monospace fonts */
textarea.skinedit, textarea.templateedit
{
	font-family: monospace;
	font-size: medium;
}

img			{ border: none; }
.skip 		{ display: none; }
label		{ cursor: pointer; }
.error 		{ color: red; font-size: 1.2em; }

/* header */
h1 {
	text-align: right;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.1em;
	/*color: #0001AA;	*/
	color: #085B93;
	margin: 0 0 5px 135px;
	height: 35px;
	/*display: none;	hide the header if you don't want it*/

}

/* page content */
#content {
   
	font-style: normal;
	text-decoration: none;
	color: black;
	text-align: justify;
	line-height: 13pt;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #666666;
	
	/* rounded borders in gecko-based browsers? why not :) */
	-moz-border-radius: 10px;	

	padding: 10px 10px 0 10px;	
	
	background-color: white;
	
}

/* quick menu on left */
/* 
	It's a real pain getting this absolute positioning to work correctly
	in all browsers. IE in particular seems to have a lot of trouble, even
	when a valid doctype is present. Because of the way it is solved currently,
	the top of the quickmenu and the contents will not line up
*/
#quickmenu {
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 70%;		
}

#quickmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position:absolute;
	margin-top:-43px !important;
	margin-top:-48px;
}
#quickmenu p {
	padding: 5px;
	margin: 0px;
	text-align: justify;
}
#quickmenu li {
	float:left;
	padding: 3px 0px 0px 2px !important;
	padding: 9px 0px 0px 2px;	
	display: block;
	background-image:url(../../images/bg-tab-right-1.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	height:29px !important;
	height:28px;	
	text-align: center;	
}
#quickmenu span {
	padding: 13px 10px 10px 10px !important;
	padding: 13px 10px 10px 10px;	
	text-align: center;
	background-image:url(../../images/bg-tab-left-1.gif);
	background-repeat:no-repeat;
	background-position:left -5px;
	background-position:left 6px !important;
}
#quickmenu li.light {
	float:left;
	padding: 3px 0px 0px 2px !important;
	padding: 9px 0px 0px 2px;
	display: block;
	background-image:url(../../images/bg-tab-right-2.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	height:29px !important;
	height:28px;	
	text-align: center;
}
#quickmenu span.light {

	padding: 7px 10px 10px 10px;
	padding: 13px 10px 10px 10px !important;
	text-align: center;

	background-image:url(../../images/bg-tab-left-2.gif);
	background-repeat:no-repeat;	
	background-position:left 6px !important;
	background-position:left 12px;
}
#quickmenu a {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}
#quickmenu a:hover {	
	display:inherit !important;
	display: block;
	/*background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; */	
	text-decoration:underline;
	/*letter-spacing: 1px;*/
	padding-right:0px !important;
	padding-right:10px;	
	color:#FF0000;
}

a.strong {
	font-weight:bold;
}
#quickmenu h2 {
	font-size: small;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	color: #000;
	float:left;
}
#quickmenu form {
	margin: 0;
	padding: 5px;
	text-align: center;
}
#quickmenu option {
	font-size: 0.9em;
}

#quickmenu2 {
	position: absolute;
	overflow: hidden;	
	top: 107px;
	left: 10px;
	width: 110px;
	margin: 0px;
	padding: 5px;	
	font-size: 70%;	
	border: 1px solid black;
 	background-color:#FFFF66;
}
#quickmenu h2 {
	font-size: 10px;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	color: #000;
	float:left;
}

.loginname {
	float: right;
	font-size: small;
	text-align: right;
	line-height: normal;
	padding-left: 5px;
	background-color: white;
}

#content h2 {
	color: #085B93; 
	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 0px 1px 0px;

	font-size: large;
	line-height: 120%;

	text-decoration: none;
	font-weight: normal; 

}

#content h3 {
	border-color: gray;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	font-size: medium;
	font-weight: normal;
	line-height: 120%;

	color: gray;
	padding-left: 20px;
	letter-spacing: 2;
}

#content .note, pre {
	background-color: #ddd;
	padding: 5px;
}

pre {
	margin-left: 10px;
}

table {
	border: none;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.batchoperations {
	background-color: #eef;
	width: auto;
	padding: 5px;
	text-align: right;
}

th {
	background-color: #003366;
	color: #FFF;
	font-size: small;
}

th, td {
	padding: 4px;
	empty-cells: show;	
}

td {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: small;
	vertical-align: top;
	text-align: left;
}

td a:link, td a:visited { 
	text-decoration: underline;
	color: black;
	font-weight: normal;
}
td a:hover {
	color: #1D3565;
	text-decoration: underline;
}

td.draft, td.future {
	background-color: #ffe;
}

tr.highlighted td {
	background-color: green;
}

a:link, a:visited {
	/*color: #1D3565;*/
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table.navigation td, table.navigation th {
	border: none;	
	text-align:right;
}

/* footer */
.foot {

 padding: 2px 0px 2px 10px;
 margin:10px -10px 0 -10px;
 text-align: center;
}

form {
	margin-bottom: 0px;
}

input.transparent {
	background-color: transparent;
}

/* a div that has an indent */
div.indent {
	margin-left: 40px;
}

/* 
	font size tricks, to make it work in all browsers
	
	See: 
	http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html

	(netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)	
	#content should be 'small' (in standard-compliant browsers)
	
*/

#content {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  margin-top:25px;
}
html>body #content { font-size: small; }


img.skinpreview {
	border: 1px solid #ccc;
}

/* Buttons */
a.dkBlue, a.dkBlue:link {
  cursor:pointer;
  border-bottom:solid 2px #000;
  border-right:solid 2px #000;
  border-top:solid 1px #336699;
  border-left:solid 1px #336699;
  background-color:#FF9900 ;
  color:#FFFFFF;
  font-size:105%;
  text-decoration:none;
  padding:.4em;
  font-weight:bold;
}
.dkBlue:hover {
  text-decoration:none;
  background-color:#F09100;
  color:#FFFFFF;
}
.orange {
  cursor:pointer;
  border-right:solid 2px #E55C00;
  border-bottom:solid 2px #E55C00;
  border-top:solid 2px #FF751A;
  border-left:solid 2px #FF751A;
  background-color:#ff6600;
  color:#fff;
  font-size:105%;
  font-weight:bold;
  padding:.4em;
  text-decoration:none;
}
.orange:hover {
  text-decoration:none;
  color:#fff;
  background-color:#FF751A;
}
/* Buttons over*/
#blink {
  font-weight:bold;color:#3366CC;
}
#blink:hover {
  color:#FF6600;
}