﻿#pageHeader
{
	font-size: 1em;
	color: #eee;
	background-color: #334;
	padding: 1px 5px 1px 2px;
	border-bottom: solid 1px #bbb;
	text-align: right;
	line-height: 24px;
	height: 24px;
	font-family: Tahoma, Sans-Serif;
}
#pageHeader a { color: #eee; }
#pageHeader h2
{
	float: left;
	padding: 0;
	margin: 0 4px;
	font-size: 8pt;
	font-weight: bold;
}
#pageTools
{
	display: inline;
}
#pageTools select,#pageTools input
{
	font-size: 100%;
	font-family: inherit;
}
.actionMenu
{
	margin: 3px;
	float: left;
	position: relative;
	z-index: 2;
}
.actionMenuToggle
{
	line-height: 16px;
	text-align: center;
	font-size: 1.2em;
	width: 16px;
	height: 16px;
	padding: 0;
	border: solid 1px #666;
	border-top-color: #bbb;
	border-right-color: #bbb;
	background-color: #f7f6f5;
	color: #000;
	cursor: pointer;
}
.actionMenuToggle:hover
{
	border: solid 1px #948fc1;
	background-color: #f0effc;
}
.actionMenuItems
{
	display: none;
	padding: 0;
	margin: 0;
	border: solid 1px #666;
	position: absolute;
	top: 17px;
	left: 0;
	width: 200px;
	color: #fff;
	background-image: url(../images/actionBarBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #f9f8f7;
	line-height: 0px;
	font-size: 0px;
	z-index: 3;
}
/* Normal */
.actionMenuItems li
{
	padding: 1px;
	margin: 0;
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
}
.actionMenuItems li div
{
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
	margin: 1px 9px 1px 1px;
	padding: 0;
}
.actionMenuItems li a
{
	padding: 2px;
	display: block;
	width: 194px;

	line-height: 18px;
	color: #000 !important;
	font-weight: normal;
	font-family: Tahoma, Sans-Serif;
}
.actionMenuItems li a:hover
{
	padding: 1px;
	text-decoration: none;
	border: solid 1px #0a246a;
	background-color: #b6bdd2;
}
/* Disabled */
.actionMenuItems li.disabled
{
	color: #a6a6a6;
}
.actionMenuItems li.disabled div
{
	opacity: 0.3;
	filter: Gray Alpha(opacity=60);
}
.actionMenuItems li.disabled a
{
	color: #a6a6a6 !important;
	cursor: default;
}
.actionMenuItems li.disabled a:hover
{
	padding: 2px;
	border: none;
	background-color: Transparent;
}
/* Separator */
.actionMenuItems li.separator
{
	padding: 0;
	margin: 1px 0 0 28px;
	border-top: solid 1px #a6a6a6;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

#adminSidebar
{
	position: relative;
	float: left;
	padding: 5px 0 0 5px;
	width: 250px;
	overflow: hidden;
}

#adminMain
{
	margin-left: 255px;
	width: 522px;
	padding: 5px;
}
.adminBox
{
	width: 520px;
	padding: 0;
	margin: 0 0 5px 0;
	border: solid 1px #333;
	overflow: hidden;
}
.adminBox .boxHead
{
	height: 14px;
	line-height: 14px;
	padding: 1px 2px;
	margin: 0;

	background-image: url(../images/boxHeaderBlue.gif);
	border-bottom: solid 1px #333;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	text-shadow: 1px 1px 2px #111422;
}
.adminBox .boxContent
{
	overflow: hidden;
}
.adminBox .padded
{
	padding: 2px;
}
.adminBox .boxContent:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
* html .boxContent { height: 1%; width: 100%; }

.adminBox .boxContent a.adminLink
{
	float: left;
	width: 64px;
	height: 60px;
	padding: 4px 2px;
	display: block;
	text-align: center;
	margin: 0 4px 2px 0;
	overflow: hidden;
	font-weight: normal;
	color: #111;
	border: solid 1px #fff;
}
.adminBox .boxContent a.adminLink:hover
{
	background-position: bottom left;
	background-color: #ffffe5;
	border: solid 1px #ddd;
	text-decoration: none;
}
.adminBox .boxContent a.adminLink img
{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 3px auto;
	border: none;
}
.adminBox .boxContent a.adminLink img.hoverIcon { display: none; }
.adminBox .boxContent a.adminLink:hover img { display: none; }
.adminBox .boxContent a.adminLink:hover img.hoverIcon { display: block; }

.sidebarBox
{
	width: 248px;
	padding: 16px 0 0 0;
	position: relative;
	border: solid 1px #333;
	margin-bottom: 5px;
}
.sidebarBoxHead
{
	position: absolute;
	top: 0;
	left: 0;
	width: 244px;
	height: 14px;
	line-height: 14px;
	padding: 1px 2px;

	background-color: #716d93;
	background-image: url(../images/boxHeaderPurple.gif);
	border-bottom: solid 1px #333;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	text-shadow: 1px 1px 2px #212;
}
.stats
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-bottom: solid 1px #bbb;
}
.stats td
{
	padding: 1px 2px;
}
.stats .row
{
	background-color: #fff; color: #333;
}
.stats .altRow
{
	background-color: #f5eefb; color: #333;
}
.stats .altRow td
{
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}


#screenFade
{
	/*display: none;*/
	background-image: url(/images/halfOpacity.png) !important;
	background-image: url(/images/halfOpacityIE6.gif);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	z-index: 100;
}
#popupHolder
{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 101;
}
#popupSizer
{
	position: absolute;
	left: 0;
	right: 0;
	width: 798px;
}
html, body {
	height: 100%;
}
.popupWindow
{
	display: none;
	z-index: 3;
	margin: 0 auto;
	background-color: #fff;
	border: solid 1px #333;
	width: 500px;
}
.popupHeader
{
	height: 20px;
	background-color: #406C99;
	background-image: url(../images/boxHeaderBlue.gif);
	background-repeat: repeat;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #333;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.popupContent
{
	padding: 5px;
}

.popupContent label 
{
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	line-height: 19px;
}

.popupContent input:focus, .popupContent select:focus
{
	background-color: #ffffee;
}
.popupContent select
{
	border: solid 1px #333;
	font-size: 12px;
	font-family: Arial,Sans-Serif;
}
.popupRow
{
	margin: 2px 0;
}
