/* div useful settings. Used for menu framework + hacks */
/*
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
*/

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	/* overflow-y: scroll; */
}

p {
	padding: 10px 0px;
	margin: 0px;
}

/*************************************************************************************************/
/* header field / menu section */

#header {
	background-color: #686565;
	color: #fff;
	display: block;
	font-weight: bold;
	overflow: hidden;
}

#footer fieldset,
#content,
#menus {
	width: 970px;
}

#header fieldset {
	width: 780px;
}

div#logo {
	width: 190px;
}

fieldset {
	border: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

#subServices,
#services {
	position: relative;
}

#menus,
#content,
#footer fieldset {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header img {
	float: left;
}

#header #tabs {
	margin-left: 55px;
}

#header fieldset ul,
#header fieldset li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#services ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#subServices ul {
	margin-left: 55px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


#services {
	height: 50px;
}

#services ul li {
	float: left;
}

#services a {
	width: 130px;
	height: 25px;
	/*background-image: url('/static/gfx/buttons/inactiveGlobal.png');*/
	background-position: 0 -73px;
	float: left;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#services a:hover {
	/*background-image: url('/static/gfx/buttons/activeGlobal.png');*/
	background-position: 0 -1px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#services a.selectedBtn, 
#services a.selectedBtn:hover, 
#services a.unselectable, 
#services a.unselectable:hover {
	background-position: 0 -1px;
	/*background-image: url('/static/gfx/buttons/activeGlobal.png');*/
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #fff;
	font-weight: bold;
}

#services a.unselectable, 
#services a.unselectable:hover {
	background-position: 0 -73px;
	/*	background-image: url('/static/gfx/buttons/inactiveGlobal.png'); /* overrides previous class */
}

/* header field / sub section */
#header kbd {
	width: 177px;
	height: 25px;
	/*background-image: url('/static/gfx/buttons/loggedin.png');*/
	background-position: 0 -37px;
	padding-left: 13px;
	padding-top: 10px;
	float: left;
}

#subServices {
	background-color: #003F74;
	height: 35px;
	_padding-top: 1px;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	margin: 0px;
	text-align: center;
	width: 127px;
	height: 19px;
	background-position: -130px -1px;
	/*
	background: transparent url('/static/gfx/buttons/inactiveTab.gif') no-repeat scroll 0%;
	*/
	color: #656868;
	font-weight: bold;
	padding: 5px 3px 0 0;
	cursor: pointer;
}

#tabs a:hover {
	/*
	background-image: url('/static/gfx/buttons/activeTab.gif');
	*/
	background-position: 0 -1px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #656868;
	font-weight: bold;
	text-decoration: none;
}

#tabs a.selectedBtn, 
#tabs a.selectedBtn:hover {
	/*
	background-image: url('/static/gfx/buttons/activeTab.gif');
	*/
	background-position: 0 -1px;
	cursor: default;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #000;
}

#customLogo {
	background-color: #fff;
	width: 188px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 53px;
}

#customLogoTop {
	background-position: 0 -25px;
	width: 190px;
	height: 22px;
}
#customLogoBottom {
	background-position: 0 -45px;
	width: 190px;
	height: 10px;
}

#textResizer {
	position: absolute; 
	right: 0px; 
	bottom: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#textResizer span {
	display: block;
}
#textResizer a {
	padding:0 5px;
	color: #fff;
}

/* main content section*/
#content {
	display: block;
	clear: both;
	overflow: hidden;
}

#content div.navData {
	border-left: 1px solid #eaeaea;
	width: 189px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #F5F5F5;
}

#content div.navigation {
	padding: 10px 10px 0px 10px;
	display: block;
	clear: both;	
}

#content div.role {
	padding: 4px 11px;
	display: block;
	clear: both;	
	border-bottom: 1px solid #ddd;
}

#content div.appData {
	width: 725px;
	float: left;
	padding-left: 50px;
}

#content div.navShadow {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background: transparent url('/static/gfx/tables/shadowHorizontal.gif') repeat-y scroll 0%;
	float: left;
	width: 5px;
}

#content div.pagePadding {
	margin-top: 15px;
}

/* Start message of the day / aka motd / aka gul lapp */
#content div.motdBox {
	background-color: #FFFF99;
	margin: 15px 10px 0px; 
	padding: 5px;
	border: 1px solid #ddd;
}

#content div.motdYellow{
	background-color:yellow;
}

#content div.motdBlue{
	background-color:#B5CDDD;
}

/* End of motd css */


.resultsArea {
	padding-left:0px;
	padding-top:5px;
	width:510px;
}

/* A horizontal divider for usage with <div>&nbsp;</div> */
.horizontalDivider
{
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
	margin-bottom: 10px;
}

.blackHorizontalDivider
{
	border-bottom: 1px solid #fff;
	height: 1px;
}

/* footer section */
#footer {
	display: block;
	height: 1%;
	clear: both;
	text-align: left;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #eee;
}

#footer fieldset {
	color: #656868;
	font-size: 10px;
}


/* common input fields*/ 
input[type="text"], select, option, textarea {
	background-color: #fff;
}
input[type="text"], select, textarea {
	border-color: #ABADB3 #DBDFE6 #DBDFE6 #E2E3EA;
	border-width: 1px;
	border-style: solid; 
}

input[type="text"]:focus,
input[type="text"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
	border: 1px solid #006BB5;	
}

							/* in a non-ie6-world, this should be input[type=checkbox]. Damn you M$ */
/*
input.cb {
	background-color: transparent;
	border: none;
	cursor: default;
}
*/