/* CSS Document */

body
{
	font-size:100%;
	font-family:"Trebuchet MS";
}



#admin-wrapper
{
	width:100%;
	margin:0;
	padding:0;
}

#admin-wrapper #header
{
	background-image:url(../images/boxheader.gif);
	float:left;
	width:719px;
	height:18px;
}

#admin-wrapper #content
{
	float:left;
	width:719px;
	height:auto;
	margin:0;
	background-image:url(../images/boxtile.gif);
	background-repeat:repeat-y;
}

#admin-wrapper #content #padded
{
	margin:10px;
	font-size:0.9em;
}

#admin-wrapper #content #padded h2, #story-wrapper #content #padded h3
{
	margin:4px 0 8px 0;
	color:#2F3340;
}

#admin-wrapper #content #padded h2
{
	font-size:1.2em;
}

#admin-wrapper #content #padded h3
{
	font-size:1.1em;
}

#admin-wrapper #content #padded #admindetails
{
	float:left;
	width:700px;
	margin:30px 0 0 0;
	background-color:#fff;
	border:1px solid #707a95;
	padding:10px;
}

#admin-wrapper #footer
{
	background:url(../images/boxfooter.gif) no-repeat;
	float:left;
	width:719px;
	height:18px;
	margin:0;
}

#toptabs{
	background:url(../images/boxheader.gif) no-repeat bottom;
	float:left;
	padding:0;
	margin:0;
	height:43px;
	width:719px;
}

#toptabs ul li{
padding:0;
padding-top:1px;
margin:0px 5px 0px 0px;
float:left;
list-style:none;

}

#toptabs ul{
padding:0px 0px 0px 14px;
margin:0px;
}


#toptabs li{
padding:0;

margin:0px;
width:139px;
height:25px;
text-align:center;
background:url(../images/tabgreen.gif);

}



#toptabs a{
text-decoration:none;
color:#333;
font-weight:bold;
}

#toptabs a:hover{
text-decoration:underline;


}

.current {
text-decoration:underline;
}


.adminbutton
{
	border:none;
	background:none;
	padding:0;
}

.commentBox

{

float: left;
width: 675px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 20px;
margin-left: 0pt;
background-color: #ffffff;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #707a95;
border-right-color: #707a95;
border-bottom-color: #707a95;
border-left-color: #707a95;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;

}
