@charset "utf-8";
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 14px;
	color: #000000;
	background-color: #040436;
	background-image: url(../images/pageBackground.jpg);
	background-repeat: repeat;
	padding:0;
	margin:0;
}
#page {
	position:relative;
	width:980px;
	height:650px;
	left:50%;
	margin-left:-490px;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:131px;
	height:109px;
	background: url(../images/graphics.jpg) no-repeat 0px 0px;
}
#company {
	position:absolute;
	left:130px;
	top:15px;
	width:348px;
	height:28px;
	background: url(../images/graphics.jpg) no-repeat -132px 0px;
}
#catchPhrase {
	position:absolute;
	right:7px;
	top:34px;
	width:307px;
	height:18px;
	background: url(../images/graphics.gif) no-repeat -1px -51px;
}
#toolbar {
	position:relative;
	margin-left:110px;
	margin-right:7px;
	top:55px;
	height:41px;	
	background: url(../images/graphics.jpg) repeat-x 0px -110px;
	white-space:nowrap;
}
#footerbar {
	position:relative;
	margin:0 0;
	clear:left;
	top:10px;
	height:41px;	
	background: url(../images/graphics.jpg) repeat-x 0px -110px;
	white-space:nowrap;
}
#toolbar img.sep, #footerbar img.sep {
	position:relative;
	float:left;
	margin:8px 8px 0 8px;
	width:2px;
	height:20px;
	background: url(../images/graphics.jpg) -138px -32px;
}
#toolbar a .icon, #footerbar a .icon {
	margin-right:6px;
	border:0;
}
#toolbar a img.hoverRight, #footerbar a img.hoverRight {
	visibility:hidden;
	width:8px;
	height:30px;
	border:0;
	margin-left:3px;
}
#toolbar a.leftButton img.hoverRight, #toolbar a.rightButton img.hoverRight,#footerbar a.leftButton img.hoverRight, #footerbar a.rightButton img.hoverRight {
	background: url(../images/graphics.jpg) -333px -32px;
}
#toolbar a.selectedButton img.hoverRight, #footerbar a.selectedButton img.hoverRight {
	background: url(../images/graphics.jpg) -333px -65px;
}
#toolbar a:hover img.hoverRight, #footerbar a:hover img.hoverRight {
	visibility:visible;
}
#toolbar a.selectedButton img.hoverRight, #footerbar a.selectedButton img.hoverRight {
	visibility:visible;
}
#toolbar a.leftButton, #toolbar a.rightButton, #toolbar a.selectedButton, #footerbar a.leftButton, #footerbar a.rightButton, #footerbar a.selectedButton {
	position:relative;
	margin-top:4px;
	padding-left:10px;
	height:30px;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
#toolbar a.leftButton:hover, #toolbar a.rightButton:hover, #footerbar a.leftButton:hover, #footerbar a.rightButton:hover {
	background: url(../images/graphics.jpg) -142px -32px;
	color:#fff;
}
#toolbar a.selectedButton, #footerbar a.selectedButton {
	background: url(../images/graphics.jpg) -142px -65px;
}
#toolbar a.leftButton, #toolbar a.selectedButton, #footerbar a.leftButton, #footerbar a.selectedButton {
	float:left;
}
#toolbar a.rightButton, #footerbar a.rightButton {
	float:right;
}
#content {
	margin-top:70px;
}
span#welcome {
	float:right;
	color:#fff;
	font-weight:bold;
	padding-top:2px;
	padding-right:10px;
	font-size:90%;
	text-align:right;
	display:none;
}
#popup {
	position:absolute;
	z-index:1001;
}
#popupContent {
	position:absolute;
	padding:10px;
	left:28px;
	right:28px;
	top:28px;
	bottom:28px;
	background-color:#2F5BB9;
	border:1px solid #274D9A;
	/*background-image: url(../images/popupBackground.jpg);
	background-repeat: repeat-x;*/
}
div.shadowtl,div.shadowtop,div.shadowtr,div.shadowright,
div.shadowbr,div.shadowbottom,div.shadowbl,div.shadowleft {
	position:absolute;
	display:block;
}
div.shadowtl {left:0px;top:0px;width:35px;height:35px;background-image:url(../images/shadow/shadow_tl.png)}
div.shadowtop {
	left:35px;
	right:35px;
	top:0px;
	height:28px;
	background-image:url(../images/shadow/shadow_top.png);
	background-repeat: repeat-x;
}
div.shadowtr {right:0px;top:0px;width:35px;height:35px;background-image:url(../images/shadow/shadow_tr.png)}
div.shadowright {
	right:0px;
	top:35px;
	width:28px;
	bottom:35px;
	background-image:url(../images/shadow/shadow_right.png);
	background-repeat: repeat-y;
}
div.shadowbr {right:0px;bottom:0px;width:35px;height:35px;background-image:url(../images/shadow/shadow_br.png)}
div.shadowbottom {
	left:35px;
	bottom:0px;
	right:35px;
	height:28px;
	background-image:url(../images/shadow/shadow_bottom.png);
	background-repeat: repeat-x;
}
div.shadowbl {left:0px;bottom:0px;width:35px;height:35px;background-image:url(../images/shadow/shadow_bl.png)}
div.shadowleft {
	left:0px;
	top:35px;
	width:28px;
	bottom:35px;
	background-image:url(../images/shadow/shadow_left.png);
	background-repeat: repeat-y;
}
#shade {
	display:none;
	z-index:1000;
	position:absolute;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	background-color:#000;
	opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
}
div.spacer{
height:1px;
font-size:1px;
clear: both !important;
}

#pageTitle {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
#updateRight {
	overflow: visible;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#updateLeft {
	overflow: visible;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.handCursor {
	cursor: hand;
}
.dataCell {
	border: 1px outset;
}
.headerCell {
	background-color: #E6E6B5;
	border: 1px outset;
}
a.logout {
	color:#ddd;
}
a.logout:hover {
	color:#fff;
}
a.listOptions:link, a.listOptions:visited {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C5E1A8;
	margin-top: 3px;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-left: 4px;
}
a.listOptions:hover {
	background-color: #F4F4F4;
	border: #FF0000;
}
.dataForm {
	border: thick solid #333333;
	position: absolute;
	width: 400px;
	background-color: #F0F0D2;
	bottom: 10%;
	right: 10%;
	display: none;
}
.offline {
	color: #FF0000;
}