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

body {
 	background-color: #FFF;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333;
}

a {
	color: #333;
}

.contextMenu {
	display: none;
}

#container {
	margin: 8px auto;
	width: 98%;	
	padding: 0px;
	text-align:left;
}

#admin_header {
	background-image: url(/media/images/admin/header/background.gif);
	background-repeat:repeat-x;
	height: 54px;
}

#top_nav_options {
	margin: 0px;
	color:#666;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
#top_nav_options ul {
	list-style-type: none;
	margin:0;
	padding-left:10px;
	line-height: 26px;
	background-color: #EEE;
}
#top_nav_options li {
	display:inline;
	margin-right: 0px;
	
}
#top_nav_options a {
	color:#666;
	text-decoration:none;
	font-size: 11px;
}
#top_nav_options a:hover {
	color:#000;
	text-decoration:none;
}
#top_nav_options div {
	margin:0;
}

.errorMessage {
	background-color: #000066;
	padding: 3px;
	color: #FFF;
}

#p_title {
	line-height:24px;
	font-size: 12px;
	font-weight: bold;
	color: #009999;
}
#p_title a {
	color: #009999;
	text-decoration: none;
}
#p_title a:hover {
	color: #333;
	text-decoration: none;
}
#login {
	width: 335px;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-align:center;
	margin: auto;
	margin-top: 100px;
	padding: 20px 10px 10px 10px;
}
#loginText {
	margin: 10px 0px;
	color:#666;
	}
.loginText {
	position:relative;
	float: left;
	left: 40px;
	font-weight: bold;
	margin-top: 2px;
	width: 70px;
	cursor: pointer;
	
}
.loginInput {
	float: left;
	position:relative;
	left: 60px;
}
.loginSection {
	clear: both;
	padding: 4px;
}
.loginButton {
	clear: both;
	padding: 5px;
}
.loggedinBox {
	border:1px solid #CCCCCC;
	width:110px;
	height:100px;
	text-align:center;
	float:left;
	padding-top:10px;
	margin: 2px;
}
.loggedinBox a {
	text-decoration: none;
	color:#666666;
}
.loggedinBox a:hover {
	text-decoration: none;
	color:#333333;
}










/* Main White Box */

td.white_b_l {
	background-image: url(/images/boxes/white_b_l.gif);
	width: 9px;
	height: 9px;
}
td.white_b_r {
	background-image: url(/images/boxes/white_b_r.gif);
	width: 9px;
	height: 9px;
}
td.white_t_l {
	background-image: url(/images/boxes/white_t_l.gif);
	width: 9px;
	height: 9px;
}
td.white_t_r {
	background-image: url(/images/boxes/white_t_r.gif);
	width: 9px;
	height: 9px;
}
td.white_l {
	background-image: url(/images/boxes/white_l.gif);
	background-repeat:repeat-y;
}
td.white_r {
	background-image: url(/images/boxes/white_r.gif);
	background-repeat:repeat-y;
}
td.white_b {
	background-image: url(/images/boxes/white_b.gif);
	background-repeat:repeat-x;
}
td.white_t {
	background-image: url(/images/boxes/white_t.gif);
	background-repeat:repeat-x;
}

/* Inside White Box */

td.inside_b_l {
	background-image: url(/images/boxes/inside_b_l.gif);
	width: 9px;
	height: 9px;
}
td.inside_b_r {
	background-image: url(/images/boxes/inside_b_r.gif);
	width: 9px;
	height: 9px;
}
td.inside_t_l {
	background-image: url(/images/boxes/inside_t_l.gif);
	width: 9px;
	height: 9px;
}
td.inside_t_r {
	background-image: url(/images/boxes/inside_t_r.gif);
	width: 9px;
	height: 9px;
}
td.inside_l {
	background-image: url(/images/boxes/white_l.gif);
	background-repeat:repeat-y;
}
td.inside_r {
	background-image: url(/images/boxes/white_r.gif);
	background-repeat:repeat-y;
}
td.inside_b {
	background-image: url(/images/boxes/white_b.gif);
	background-repeat:repeat-x;
}
td.inside_t {
	background-image: url(/images/boxes/white_t.gif);
	background-repeat:repeat-x;
}
td.inside_top {
	height: 9px;
}