/* GLOBAL STYLES */

/* HEADER --------------------------------------------------------------------- */
.client-login {
	font-size: .63em;
	color: #2c4a9b;
		color:#999999;
}

.client-login .login-text {
	font-size: 1em;
	border: 0.06em solid #999999;
	color: #2c4a9b;
	color:#CCCCCC;
	margin-right: 0.06em;
	padding-left:.30em;
	background-color:#000000;
}

.client-login .submit-button {
	font-size: 1em;
	border: 0.06em solid #999999;
	color: #CCCCCC;
	margin-right: 0.06em;
	background-color:#333333;
	cursor:pointer;
}

/* NAVIGATION ----------------------------------------------------------------- */
#top-menu {
	clear:left;
	float:left;
	border-width: 0em;
	left: 0em;
	color: #333333;
	font-size: 0.75em;
	padding: 3px 0em 0em 10px;
	
	/*font-size: 0.68em;
	padding: 0.42em 0em 0em 0.83em;*/
}
#top-menu a {
	color: #99aad3;
	font-weight: bold;
	text-decoration: none;
}

#top-menu a:hover, #left-menu a:hover {
	text-decoration: underline
}
#top-menu .current, #left-menu .current {
	cursor: default;
}
#top-menu .menu-divider, #left-menu .menu-divider {
	cursor: default;
	color: #666;
}
#top-menu .last-item {
	/*padding-right: 1.12em;
	height: 20px;*/
}
#top-menu .last-item-current {
	cursor: default;
	/*padding: 8px 12px 0px 12px;
	padding-right: 1.12em;
	height: 20px;*/
}
#top-menu .last-item-current a, #top-menu .current a {
	color: #c07a36;
	text-decoration: none;
	font-weight: bold;
}
/* STRUCTURE ------------------------------------------------------------------ */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	background: #242424 url(/images/icebluesky_background.png) repeat-x left top;
/*	background-color: #b3b3b3;*/
	font-size: 1.0em;	
}

body, html {
height: 100%;
}

#main-container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 998px;
	min-width: 998px;
	
	/* width: 780em;
	min-width: 780em; */
	
	/*border: 0.06em solid #c0b436;
	background: #A4AFB3 url(/images/marblemiddle.jpg) repeat;*/
	background-color: #bcbec0;
	background-color:#000000;
	padding: 0px;

}

/* SEARCH --------------------------------------------------------------------- */
/* HEADINGS ------------------------------------------------------------------- */
/* LISTS ---------------------------------------------------------------------- */
/* FORMS ---------------------------------------------------------------------- */
/* LINKS ---------------------------------------------------------------------- */
/* MISCELLANEOUS -------------------------------------------------------------- */
p {
	/*font-size: 0.8em;*/
}
.hidden {
	display:none;
}