/* Defaults */

body {
	text-align: center;
	font-size: 80%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
.nodisp {
	display: none;
}
img {
	border: 0;
}
ul, ol {
	padding-left: 3ex;
}

/*
	DIVs
*/

#page {
	text-align: left;
	padding: 0em;
}


#center {
}

#hbreak {
	height: 1px;
	background-color: #003399;
	border: 0px;
	margin-bottom: 1em;
}

#left {
	position: absolute;
	left: 10px;
	width: 18em;
	border: 1px solid #b5c7e7;
	background-color: #eff3ff;
}

#central {
	position: absolute;
	padding-top: 6px; /*because of IE6*/
	left: 20em;
	right:20px;
}

/* H1 */
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	vertical-align: top;
	color: #FFF;
	background-color: #356AA0;
	padding-top: .3em;
	padding-left: .3em;

}

h1 span {
	text-decoration: none;
	padding-left: 1em;
	bottom: .5em;
	position: relative;
}

/* #left */
#left h3 {
	text-transform: uppercase;
	background-color: #688dce;
	color: #fff;
	margin: 10px;
	text-align: center;
	font-size: 100%;
	padding-top: 0.5ex;
	height: 2.5ex;
}
#left ul {
	list-style-type: none;
	margin-right: 10px;
}
#left a, #left a:active, #left a:visited {
	color: #003399;
	text-decoration: none;
	display: block;
	padding-top: 0.5ex;
	padding-left: 10px;
	height: 2.5ex;
}

#left a:hover {
	background-color: #fff;
}


select.short {
        width: 10em;
}

tr textarea {
        width: 44em;
}


tr input {
	width: 100%
}

input[type=submit] {
        width: auto;
}


tr input.text, tr select.editdlg {
        width: 43em;
}

thead tr th {
 	background-color: #DDE;
}

thead tr th.active {
 	background-color: #DED;
}

tbody {

}

xxxtbody {
 	height: 50em;
 	overflow: auto;
}

/* DB VIEW table */

table.dbview {
 	width: 100%;
 	font-size: 90%;
	border: 1px solid #AAA;
}

table.dbview thead tr th {
	background:#CCE url(../images/dbviewtaba.gif) repeat-x scroll left top;
	padding:0.3em;
}

table.dbview thead tr th.active {
	background:#88A url(../images/dbviewtab.gif) repeat-x scroll left top;
}
table.dbview thead tr th a {
 	color: #000;
 	text-decoration: none;
}

table.dbview thead tr th.active a {
 	color: #FFF;
}

table.dbview tbody tr.row0 td {
 	background-color: #E5E5E5;
}


table.dbviewreservation th.coltitle {
 	width: 25em;
}

/* DB VIEW END */

table.loglist th {
 	width: 12em;
}


div.databox {
	padding: .5em;
	border: 1px solid #688DCE;
	background-color: #FAFAFF;
}
div.databox pre {
	font-size: 115%;
}

div .scrollbox, div .scrollboxsmall, div .scrollboxsmall2, div .scrollboxtd, div .storescrollbox {
        padding: .5em;
	width: auto; 
	max-height: 34em; 
	overflow: auto; 
	border: 1px solid #688DCE;
}

div .storescrollbox, div .storescrollbox2 {
	height: 34em; /*because of IE6 */
}

div .scrollboxsmall2 {
	height: 14em; /*because of IE6 */
}

div .scrollboxsmall {
	max-height: 14em; 
}

td div .scrollboxsmall, td div .scrollboxsmall2 {
	width: 44em; 
}

.grayed1 {
	color: #AAA;
 	
}
.storelistactive0 {
	color:#CCF;	
	text-decoration: none;
}
.storelistactive1 {
	color:#00F;	
	text-decoration: none;
}
	
.loginbox {
	border: 1px solid #b5c7e7;
	background-color: #eff3ff;
}

th.colsessionId {
 	min-width: 11em;
}
