

body {
	background-color: #4e78b2;
	font-family: verdana, arial, helvetica;
	margin: 0px;
}

#loginwrapper {
	position: absolute;
	top: 33%;
	width: 100%;
	height: 1px;
}

#loginbox {
	position: relative;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 200px;

	background-color: #ddeaf3;

	border-top: 1px solid #aab5cb;
	border-bottom: 1px solid #aab5cb;
	padding: 10px;

	text-align: center;

	color: #000;

}

#loginbox h1 {
	display: block;
	margin: 30px auto;
	text-align: center;
}

#logininner {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

#loginbox label {
	clear: both;
	display: block;
	float: left;
	width: 170px;
}

#loginbox input {
	float:left;
}


.norightborder {
	border-right: 0px;
}

.bcMessage {
	background-color: transparent;
	font-family: arial, helvetica;
	font-size: 10pt;
	margin-left: 15px;
	padding: 1px;
}

.bcWTxt {
	width: 300px;	
}

.bcWCbo {
	width: 305px;
}

span.fieldDescription {
	font-size: 10pt;
	font-family: helvetica, arial;
}

#tools h2 {
	margin-top: 5px;
	margin-left: 3px;
	color: #fff; /*#f5f5ff;*/
}

#tools ul {
	margin-bottom: 10px;
}

#tools a {
	text-decoration: none;
}

.link {
	font-size: 10pt;
	cursor: pointer;
	font-family: verdana, helvetica, arial;

	margin-left: 3px;

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
/*
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
*/
}

.link, a.link, #tools a:visited {
	color: #000;
	text-decoration: none;
}

#tools .link {
	color: #fff;
}

#tools .link:hover {
	background-color: #849dce;
	padding: 0px 0px 0px 7px;
	margin:	0px;
/* bevel experiment
	border-top: 1px solid #708aB5;
	border-bottom: 1px solid #90A4D5;
*/
}

#tools .activelink, #tools .activelink:hover {
	background-color: #dfe8f6;
	color: #000;
	/*padding: 1px 0px 1px 10px;
	margin: -1px 0px -1px 0px;*/
}

div.link {
	border-right: 1px;
	border-color: #99bbe8;
	padding-left: 5px;
}


div.link:hover {
	border-color: #dfe8f6;
}

#tools li { list-style-type: none; }
#tools div {font-family: "Trebuchet MS", trebuchet, verdana, arial }

.btn { cursor: pointer; text-decoration: underline; }
.btn:hover { background-color: #46739b; }

.edrow {cursor: pointer; background-color: #efefb0; }
.odd {background-color: #e7e7a7; }
.rowhover {background-color: #f7f747; }


#page { 
	width: 100% /*800px*/ 
}

#app {
	background-color: #f5ffd0;
	width: 100% /*800px*/ 
}

#tools {
/*	padding: 15px;*/
	background-color: #4e78b1;
	float: left;
	height: 100%;
	width: 100%;
}

#tools strong {
	font-weight: 900;
	color: #fff;
	padding: 0 0 5px 0;
}

#ws {
	padding: 8px;
/*
	float: left;
	top: 0px;
	left: 210px;
	width: 800px;
	height: 100%;
*/
}

#footer {
	clear:both;
}

.toolsektion {
	padding: 0px 0px 15px 0px;
	clear: both;
}

.tool-tip {
	background-color: #fff581;
	border: 1px solid #ccc;
	width: 250px;
	padding: 7px;
	opacity: 0.95;
}

.tool-title {
	font-size: 1.2em;
	font-weight: 700;
	display: none;
}

.tool-text {
	font-size: 1em; 
}

.tools h2 {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 5px;
}

.appbar {
	font-family: 'Trebuchet-MS', Trebuchet, Verdana, Arial, Helvetica;
	letter-spacing: 2px;
	line-height: 15px;
}

.appbar a {
	text-decoration: none;
	color: #006;
}

.appbar a:hover {
	text-decoration: underline;
	color: #008;
}

#ws h1 {
	font-family:verdana;
	font-size:25pt;

	background-color:#D0DEF0;
	color:#15428B;

	border: 1px solid #99BBE8;
	border-bottom-width: 0px;

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;

	padding: 5px 0px 10px 10px;

	letter-spacing: 2px;

}

small {
	font-size: 0.80em;
}

span.smaller {
	font-size: 0.85em;
}

.margme {
	margin: 4px;
}

