


/* the main page information.. */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin-top:30px;
	margin-right:40px;
/*	margin:50px; */
	color:blue;
	background-color: #ddddff; margin: 10px ! important;
}

iewarning {
	color:blue;
}

pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.maintable {
	border: 2px groove; border-color: blue; background-color: white;
}

div.results.print {
	padding:0px;
}

/* how to display forms */
legend {
	font-size: small;
}

h1 {
  font-size:140%;
}

.tooltip {
     background-color:#ffffcc;
     font-weight:normal;
     font-family: Tahoma,Arial,Helvetica;
     font-size:8pt;
     border:1px #000000 solid;
     padding:1px;
}

/* shadowed images */
.shadow {
	float: left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px ! important;
	margin: 10px 0 0 5px;
}

.shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px 6px 6px -6px;
}

label {
	text-align:right;
	width:180px;
	float:left;
	padding:0.2em;
/*	margin:0;
	margin-top:0.3em;*/
}

label.small {
	text-align:right;
	width:100px;
	float:left;
	padding:0.2em;
/*	margin:0;
	margin-top:0.3em;*/
}

label.error {
	text-align:right;
	width:180px;
	float:left;
	padding:0.2em;
/*	margin:0;
	margin-top:0.3em;*/
	color: red;
}

span.description,div.description {
	text-align:left;
	margin-left:190px;
	padding:0.2em;
	font-size:90%;
	width: 300px;
}
/*
div.description {
	text-align:left;
	margin-left:190px;
	padding:0.2em;
	font-size:80%;
	}*/

nobr {
	display:none; }
input {
	margin:3px;
	width:300px;
	padding:1px;
}
select {
	margin:3px;
	width:305px;
/*	padding:1px; */
}

input.short, select.short, input.err {
	margin:3px;
	width:150px;
	padding:1px;
}

input.err {
  background-color: red;
  color: white;
}

input.vshort, select.vshort {
	margin:3px;
	width:50px;
	padding:1px;
}


textarea {
	margin:3px;
	height:85px;
	width: 300px; }

textarea.xml {
	margin:3px;
	height:200px;
	width: 700px; }
	
input.btn {
	width: 90px;
	height: 22px;
}
input.checkbox {
	margin:3px;
	height:1em;
	width:20px;
	padding:1px;
}


a.tip{
    position:relative; /*this is the key*/
    z-index:24; 
}

a.tip:hover{z-index:25 }

a.tip span{display: none}
a.tip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-12px; left:2em; width:18em;
    border:2px solid #ffffff;
    background-color:blue; color:#ffffff;
	text-align: center
}

										

.btn {
	background-color: #a5b5ce;
/*	height: 1.7em; */
	border: 1px solid #293d84;
}

.btnhov {
	color: #ffffff; 
}

a.btn {
	text-decoration:none;
	background-color: #a5b5ce;
	border: 1px solid #49604c;
	padding:2px;
	color: black !important; 
	height: 2em;
}
a.btn:hover {
	text-decoration:none;
	color: #ffffff; 
}

span.crewC0 {
	background-color: red;
	padding: 2px;
	width: 40px;
	color: #fff;
}

a { text-decoration:none; color:blue; }
a:hover { text-decoration:underline; color:blue; }

td.Bk { color:#ffffff; }

tr.Bk { background-color:blue; color:#ffffff; }
.Bk a { text-decoration: none; color:#ffffff; }
.Bk a:hover { text-decoration: underline; }


a.selectimage:hover {
	filter:alpha(opacity=100);
	opacity: 1.0 !important;
}
img.current {
	filter:alpha(opacity=100);
	opacity: 1.0 !important;
	border: 3px solid blue;
}
img.selected {
	filter:alpha(opacity=100);
	opacity: 1.0 !important;
	border: 3px solid blue;
}
img.notselected {
	filter:alpha(opacity=50);
	opacity: 0.5;
	border: 3px solid #ffffff;
}






	tr.MainBk { background-color:blue; color:#ffffff; }
	div.MainBk { background-color:blue; color:#ffffff; }

	a.Main { text-decoration:none; color:blue; }
	a.Main:hover { text-decoration:underline; color:blue; }

	tr.Main { color:blue; }
	tr.DMain { color: blue; }

	span.Main { color:blue; }
	span.DMain { color: blue; }
	
	.MainBk a { color: #ffffff; }
	.MainBk a:hover { text-decoration:underline; color: #ffffff; }

	
	.TDMain,.TDMainW {
		border: 1px solid;
		padding: 5px;
		color:blue;
	}

	
	.TDsimpleMain,.TDsimpleMainW {
		border: 1px solid;
		padding: 5px;
		color:blue;
	}


	.TDMain a,.TDMainW a { color: blue; }

	.TDMain div,.TDMainW div { background-color: blue; color: #ffffff; }

	.TDMain input, .TDMain select {
		margin:3px;
		width:150px;
		padding:1px;
	}


	.TDMainW input, .TDMainW select {
		margin:3px;
		width:300px;
		padding:1px;
	}

	.TDMainW input.btn {
	 width:150px;
	}

