/* ===== HTML tags ===== */

body {
	/*margin: 0px;*/
	/*padding:0px;*/
	color:white; 
	/*font: 50% verdana, geneva, sans-serif;*/
	background: url("../images/background.gif");
}

p {
	/*margin: 0px;*/
	/*padding:0px;*/
	/*font-family:verdana, geneva, sans-serif;*/
}

a {
	/*margin: 0px;*/
	/*padding:0px;*/
	text-decoration:none;
	color:white; 
}

a:link {
	/*margin: 0px;*/
	/*padding:0px;*/
	color:white; 
}

a:hover {
	/*margin: 0px;*/
	/*padding:0px;*/
	text-decoration:underline;
	color:white; 
}

a:visited {
	/*margin: 0px;*/
	/*padding:0px;*/
	color:white; 
}

/* ===== classes ===== */

/* General */

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.note{ 
	font-weight: bold; 
	margin: 1em;
}

.firstColumnWidth{
	width: 100px;
}

.indent{
	margin: 1em;
}

/* default slide out left menus */

.mainMenuHeading {	/* main menu heading */
	position:absolute;
	left:10px;
	top:126px;
	font-weight:bold;
	font-size:100%;
	width:150px;
	text-align:center;
}

.slidingLeftMenu {
	position:absolute;
	left:10px;
	top:151px;
	color:white;
	font-family:verdana, geneva, sans-serif;
	text-decoration:none;
	background-color:rgb(53, 54, 89);
}

.slidingLeftMenu .menuHeader {	/* main menu menu */
	font-size:70%;
	font-weight: normal;
	margin:1px;
	padding:2px;
	background: url("../images/right_white.gif") no-repeat 100% 4px;
	background-position: right;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:5px solid white;
	width:150px;
	cursor:default;
}

.slidingLeftMenu .menuLink {	/* main menu link */
	font-size:70%;
	font-weight: normal;
	margin:1px;
	padding: 2px;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:5px solid white;
	width:150px;
	cursor:default;
}

.slidingLeftMenu a .menuHeader {
}

.slidingLeftMenu a:hover {	/* main menu menu, mouse-over */
	text-decoration:none;
	/*color: yellow;*/
}

.slidingLeftMenu a:hover .menuHeader {
	/*font-weight: bold;*/
	/*color: yellow;*/
	background-color:rgb(47, 50, 86);
}

ul.droplink {
	/*do not remove margin & padding*/
	margin:0px;
	padding:0px;
	color: white;
	font-family:verdana;
	font-size:70%;
	font-weight:normal;
	background-color:transparent;
}

ul.droplink li {
	display:inline;
	list-style:none;
	letter-spacing:-1px;
}

ul.droplink li a {
	/*!!!! margin must be 0 !!!!*/
	margin:0px;
	padding:2px;
	padding-top:3px;
	display:block;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:5px solid white;
	text-decoration:none;
	letter-spacing:-1px;
	background-color:rgb(53, 54, 89);
	cursor:pointer;
}

ul.droplink li a:hover {
	text-decoration:none;
	/*color: yellow;*/
	font-weight:bold;
	background-color:rgb(47, 50, 86);
}

ul.droplink li a:active {
	color:#900;
	background:#fff;
}

ul.droplink li a.menu {
	padding-right: 5px;
	background: url("../images/right_white.gif") no-repeat 100% 4px;
	background-position: right;
	background-color:rgb(53, 54, 89);
	cursor:default;
	font-weight:normal;
}

ul.droplink li a.menu:hover {
	background-color:rgb(47, 50, 86);
	/*color: yellow;*/
}

/* IDs */

/*===== changePassword page =====*/

#changePasswordPage{
	margin-bottom: 50px;
}

#changePasswordPage h1.mainHeading{
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	/*margin-right: 20px;*/
	margin-top: -10px;
}

/*===== loggedInUsers page =====*/

#loggedInUsersPage{
	margin-bottom: 60px;
}

#loggedInUsersPage h1.mainHeading{
	font-size: 120%;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: -10px;
}

/*===== inputSondeCalibration page =====*/

#inputSondeCalibrationPage{
}

#inputSondeCalibrationPage h1.mainHeading{
	font-size: 150%;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 20px;
	margin-top: -10px;
}

/*===== viewSondeCalibration page =====*/

#viewSondeCalibrationPage{
	margin-bottom: 100px;
	
}

#viewSondeCalibrationPage h1.mainHeading{
	font-size: 150%;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: -10px;
}

/** default slide down top menus **/



#defaultSlidingTopMenu {
	height:19px;
	margin:0px;
	padding:6px 2px 0px 149px;
	background:#810101;
	color:#C99F90;
	font-family:verdana, geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	border-top:solid 1px #933;
	border-bottom:1px solid #600;
}

#defaultSlidingTopMenu a {
	color:#FDE4E3;
	text-decoration:none;
}

#defaultSlidingTopMenu a:hover {
	color:#c99;
	text-decoration:none;
}

#defaultSlidingTopMenu li{
	list-style:none;
	display:inline;
}

#defaultSlidingTopMenu li.toplinks {
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 9px;
	background: url("../images/down.gif") no-repeat 0px 5px;
}

#defaultSlidingTopMenu li.toplinksoff {
	margin-left:21px;
	padding-left:0px;
}



/** defines how wide menu will be before it wraps **/

#wrapper {
	width:770px;
}

