@charset "UTF-8";
/* CSS Document */

html, body
{
	padding:0px;
	margin:0px;
	height: 100%;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.banner
{
	background-image: url('../images/admin/banner_bg.jpg');
	background-repeat: repeat-x;
	/*background:white;*/
	height: 120px;
}

.admin_logo
{
	margin-top: 20px;
	width: 289px;
	height: 108px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/admin/logo.png",sizingMethod=image);
}

.admin_logo[class]
{
	background-image: url("../images/admin/logo.png");
	margin-left: 10px;
	background-repeat:no-repeat;
}

.admin_text
{
	float: left;
	color: white;
	font-size: 2em;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold;
}



.menu-bar
{
	background-color: #0974D6;
	color: #fff;
	height: 30px;
}

.menu-bar a
{
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

.menu-bar a:hover
{
	text-decoration: underline;
}

.pages
{
	text-align: center;
	height: 30px;
}

.pages a
{
	color: #0000ff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.pages a:hover
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.title
{
	font-weight: bold;
}

.spacer
{
	height: 10px;
}

.row
{
	background-color: #fff;
}

.row:hover
{
	background-color: #eee;
}

.selectedRow
{
	background-color: #b6d1e2;
}

div.tree div
{
	padding-left:16px;
}

div.tree div.parent div
{
	display:none;
	cursor:default;
}

div.tree div.parent
{
	cursor:pointer !important;
	background:transparent url(../plus.gif) no-repeat top left;
}

div.tree div.expanded
{
	background:transparent url(../minus.gif) no-repeat top left;
}

.button
{
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
	cursor: pointer;
}

.button:hover
{
	color: #000;
}

.button_inactive
{
	border: 1px solid #777;
	color: #bbb;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

.button_invisible
{
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

.button_subtle
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.button_subtle:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.link
{
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover
{
	text-decoration: none;
}
