/* Old color #12A3EB New color #000001 */
/* Text old color #15317E New color #000002 */
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 8pt; font-weight: normal; font-family: arial;
}
/*
html>body div {
	overflow: hidden;
}
*/
html.mainwindow {
	overflow: scroll;
	background: url('/images/logo-tsp.png') white center no-repeat fixed;
}

table {
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 8pt; font-weight: normal; font-family: arial;
	text-align: left;
	
	/*
	table-layout: fixed;
	filter: alpha(opacity=70); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	-moz-opacity: 0.8;
	*/
}

input[type=text], input[type=password], input[type=file], input[type=checkbox], select {
	background-color: #DDDDDD;
	font-size: 8pt; font-weight: normal; font-family: arial;
	color: #000002;
	border: 1px solid black;
	border-color: #000001;
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus,
input[type=file]:hover, input[type=file]:focus, input[type=checkbox]:hover, input[type=checkbox]:focus, 
select:hover, select:focus {
	border-color: red;
	background-color: #FFFFB3;
}

textarea {
	background-color: #DDDDFF;
	font-size: 8pt; font-weight: normal; font-family: arial;
	color: #000002;
	border: 1px solid black;
	border-color: #000001;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
textarea:hover, textarea:focus {
	border-color: red;
	background-color: #FFFFB3;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	vertical-align: top;
}

tr.d0 { cursor: pointer; cursor: hand; }
/* tr.d1 { background-color: #FFCC66;	cursor: pointer; cursor: hand; } */
tr.d1 { background-color: #dddddd;	cursor: pointer; cursor: hand; }
tr.d2 { background-color: #dddddd;	cursor: pointer; cursor: hand; }
tr.d0:hover { background-color: #888888; color: #ffffff}
tr.d1:hover { background-color: #888888; color: #ffffff}
tr.d2:hover { background-color: #888888; color: #ffffff}

tr.totals {
	background-color: #000001;
	color: white;
	font-weight: bold;
	text-align: right;
}

table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
/*	height: 250px; */
	overflow-x: hidden;
}
	
thead tr	{
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}



td {
	padding-left: 3px;
	padding-right: 3px;
}

thead td, th, tfoot td, .headrow td {
	background-color: #000001;
	color: white;
	/*border: 3px outset black;*/
	border-width: 1px;
	border-style: groove;
	border-color: #AAAAAA #777777 #777777 #AAAAAA;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover, a:focus {
	color: red;
	text-decoration: underline;
}

input[type=button], input[type=submit] , input[type=reset] {
	width: 100px;
	height: 22px;
	border: 2px solid #5AA0B8; 
	padding: 0px 0px 2px 0px;
	border-color: #AAAAAA #000000 #000000 #AAAAAA;
	font-weight: normal;
	color: white;
	background-color: white;
	background: url(/images/button-2.png) white repeat-x;
	text-align: center;
	cursor: pointer;
	
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#777777));
	background: -moz-linear-gradient(top,  #000000,  #777777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#777777');
}

input[type=button]:hover, input[type=submit]:hover , input[type=reset]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#000000));
	background: -moz-linear-gradient(top,  #777777,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#000000');
}

input[type=button].small, input[type=submit].small, input[type=reset].small {
	height: 18px;
	width: 80px;
	font-size: 8pt;
	margin-bottom: 3px;
	cursor: pointer;
}

input[type=button].minibutton, input[type=submit].minibutton, input[type=reset].minibutton {
	width: 40px;
	height: 17px;
	font-size: 7pt;
	/* background-color: #000001; */
	color: white;
	/* font-weight: bold; */
	cursor: pointer;
	text-transform: uppercase;
}

input[type=button].minibutton2, input[type=submit].minibutton2, input[type=reset].minibutton2 {
	width: 40px;
	height: 17px;
	font-size: 7pt;
	background-color: #0C73A6;
	color: white;
	/* font-weight: bold; */
	cursor: pointer;
	text-transform: uppercase;

	background: -webkit-gradient(linear, left top, left bottom, from(#0C73A6), to(#7ED9EB));
	background: -moz-linear-gradient(top,  #0C73A6,  #7FEAFC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C73A6', endColorstr='#7FEAFC');
}

input[type=button].minibutton3, input[type=submit].minibutton3, input[type=reset].minibutton3 {
	width: 40px;
	height: 17px;
	font-size: 7pt;
	color: white;
	/* font-weight: bold; */
	cursor: pointer;
	text-transform: uppercase;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff7777));
	background: -moz-linear-gradient(top,  #ff0000,  #ff7777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff7777');
}

input[type=button].minibutton4, input[type=submit].minibutton4, input[type=reset].minibutton4 {
	width: 40px;
	height: 17px;
	font-size: 7pt;
	color: white;
	/* font-weight: bold; */
	cursor: pointer;
	text-transform: uppercase;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#339966), to(#aaffdd));
	background: -moz-linear-gradient(top,  #339966,  #aaffdd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#339966', endColorstr='#aaffdd');
}

input[type=button].minibutton5, input[type=submit].minibutton5, input[type=reset].minibutton5 {
	width: 40px;
	height: 17px;
	font-size: 7pt;
	color: white;
	/* font-weight: bold; */
	cursor: pointer;
	text-transform: uppercase;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#993333), to(#aaffdd));
	background: -moz-linear-gradient(top,  #993333,  #aaffdd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#993333', endColorstr='#aaffdd');
}

span.minibutton {
	width: 42px;
	height: 18px;
	float: left;
}

span.field {
	padding: 2px;
	height: 20px;
	width: 75px;
	display: inline-block;
}
span.smallfield {
	padding: 2px;
	height: 20px;
	width: 50px;
	display: inline-block;
}
span.shortfield {
	padding: 2px;
	height: 12px;
	width: 75px;
	display: inline-block;
}

div.field {
	padding: 2px;
	height: 20px;
	width: 75px;
}

p.field {
	width: 125px;
}
.pageheader
{
	/* background: url(/images/bg_header.png) repeat-x; */
	background-position: top;
	background-color: #000001;
	font-size: 8pt; font-weight: normal; font-family: arial; color: white;
}
.pageheader.td {
	padding: 0px;
	padding-right: 3px;
	text-align: left;
}

.boxborder {
	border: 1px solid black;
	border-color: #AAAAAA #000000 #000000 #AAAAAA;
}

.scrollbarcell {
	padding-right: 17px;
}

div.querybox {
	border: 1px solid black;
	/*
	border-color: #AAAAAA #000000 #000000 #AAAAAA;
	border-color: #DDDDDD #777777 #777777 #DDDDDD;
	border-width: 1px 3px 3px 1px;
	*/
	/*
	position: relative;
	top: 15px;
	left: 15px;
	*/
	padding: 0px 10px 10px 10px;
	margin: 10px 10px 10px 10px;

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow: #888 2px 2px 3px;
	-moz-box-shadow: #888 2px 2px 3px;
	box-shadow: #888 2px 2px 3px;	
	/* behavior: url(include/PIE.htc);	*/
}
div.querytitle {
	font-weight: bold;
	position: relative;
	top: -6px;
	background-color: #000001;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	width: 200px;
	z-index: 2;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: #888 1px 1px 3px;
	-moz-box-shadow: #888 1px 1px 3px;
	box-shadow: #888 1px 1px 3px;	
	/* behavior: url(include/PIE.htc);	*/
}
div.ddinputdiv {
	margin: 0px 0px 0px 0px;
	position:absolute; 
	visibility: hidden; 
	bborder: 2px solid orange; 
	background-color: white; 
	width: 350px; 
	padding: 8px;
	z-index: 1; 
}


div.groupbox {
	border: 1px solid black;
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
div.grouptitle {
	font-weight: bold;
	position: relative;
	top: -6px;
	background-color: #FFFFFF;
	/* 
	color: white;
	*/
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 200px;
	z-index: 2;
}

div.veil {
	visibility: hidden;
	margin:0px 0px 0px 0px;
	position:absolute;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	z-index:9999;
	width:100%;
	clear:none;
	top: 0;
	left: 0;
	/* background:url(/images/transbg.png); */
	background: black url(/images/bar-loader.gif) no-repeat center;
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}

div.vveil {
	visibility: hidden;
	text-align: center;
	vertical-align: middle;
	/* background-color: #000000; */
	/* background: black url(/images/bar-loader.gif); */
	z-index: 100; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.tabwindow {
	border: 1px solid black;
	border-color: #AAAAAA #000000 #000000 #AAAAAA;
}

.progressdiv {
	z-index: 99; 
	width: 100%; 
	/* height: 200px; */
	visibility: hidden;
}

input[disabled] {
	border: 1px solid #999;
	background-color: #ddd;
	color: #eee;
}

#navleft {
	font-size: 7pt;
	font-weight: bold;
	width: 60px;
	height: 18px;
	background: url('/images/arrow-left.gif') center left no-repeat;
	background-color: #0C73A6;
	color: white;

	background: -webkit-gradient(linear, left top, left bottom, from(#0C73A6), to(#7FEAFC));
	background: -moz-linear-gradient(top,  #0C73A6,  #7FEAFC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C73A6', endColorstr='#7FEAFC');
}
#navright {
	font-size: 7pt;
	font-weight: bold;
	width: 60px;
	height: 18px;
	background: url('/images/arrow-right.gif') center right no-repeat;
	color: white;

	background: -webkit-gradient(linear, left top, left bottom, from(#0C73A6), to(#7FEAFC));
	background: -moz-linear-gradient(top,  #0C73A6,  #7FEAFC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C73A6', endColorstr='#7FEAFC');
}

