#adminbox {
	width: 500px;
	padding: 0;
	margin: 0 auto;
	background: transparent url('/images/adminboxtop.gif') top left no-repeat;
}
#adminbox, form a {
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
#adminbox, form a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#adminbox a {
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
#adminbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#adminboxbottom {
	width: 500px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	clear:both;
	background: transparent url('/images/adminboxbottom.gif') top left no-repeat;
}
#adminbox2 {
	width: 500px;
	padding: 0;
	margin: 0 auto;
	background: transparent url('/images/adminbuttons.gif') top right no-repeat;
}
#adminbox2, form a {
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
#adminbox2, form a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#adminbox2 a {
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
#adminbox2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#admindisplaybox {
	width:500px;
	min-height:130px;
	padding:0;
	margin: 0 auto;
}
.adminbuttons {
	padding: 2px 0 4px 407px;
}
.texttoolbar a {
	display: inline;
	float: left;
	padding: 2px;
	margin: 0;
	background-color: #FFFFFF;
}
.texttoolbar a:hover {
	background-color: #CBDCF9;
}
input, textarea {
	margin-top: 3px;
}
#maincontent p {
	margin: 0 10px 0 10px;
	padding: 5px 0 0 0;
}
.toggleable {
	padding: 0 10px 0 10px;
	clear: both;
}



/* tabs */
.shadetabs{
width: 230px;
padding: 2px 0;
margin:0;
font: bold 10px Verdana;
color: #ffffff;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: transparent url('/images/adminbarbg.gif') top left repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs li a:visited{
text-decoration: none;
padding: 2px 7px 2px 7px;
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.adminbarleft {
	width: 9px;
	height: 16px;
	background: transparent url('/images/adminleft.gif') top left no-repeat;
	float: left;
}

.adminbarright {
	width: 9px;
	height: 16px;
	background: transparent url('/images/adminright.gif') top left no-repeat;
	float: left;
}

.shadetabs li.selected{
position: relative;
top: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
background: transparent url('/images/adminbaron.gif') top left repeat-x;
color: #ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



.tabcontentstyle{ /*style of tab content oontainer*/

width: 500px;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
