body 
{
	background-color:yellow; 	
	font: 9px Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
}
 
TABLE.toptable { width: 100%; height: 30; border: 1px solid; background-color: yellow; empty-cells: show; }
TABLE.bottomtable { width: 100%; height: 30; border: 1px solid; background-color: yellow; empty-cells: show;  }

TD.header {text-align: left; color: #FFFFFF; background-color: #757575; font-weight: bold; font-size: 11px;}

IMG.tool { width: 25 }

.response_text { background-color: yellow; color: red; text-align: center; font-weight: bold;}
IMG.btn_link { border:0; }

TD.day {text-align: left; color: #FFFFFF; background-color: #757575; font-weight: bold; width:100;}
TD.time {text-align: left; color: #FFFFFF; background-color: #757575; font-weight: bold; -moz-border-radius: 8px; border-radius: 8px;}
TD.app {text-align: center; -moz-border-radius: 8px; border-radius: 8px;}
TD.param {text-align: left; color: #FFFFFF; background-color: #aaaaaa; font-weight: bold; width:150; font-size: 12px;}
TD.value {text-align: left; vertical-align: top; color: #000000; background-color: #FFFFFF; width:200; }
TD.commercial {vertical-align: top; width:100;}

TD.head {text-align: left; vertical-align: top; color: #FFFFFF; background-color: #757575; font-weight: bold; }
TD.item {text-align: left; vertical-align: top; color: #000000; background-color: #FFFFFF;}
TD.seltop {text-align: center; vertical-align: top; color: #000000; background-color: #FFFFFF; display:none;}

SPAN.day {text-align: left; color: #FFFFFF; background-color: #757575; font-weight: bold;}
SPAN.day_date {font-size: x-small;}
SPAN.LegalRemark {font-size: x-small;}
SPAN.LegalInfo {font-size: small; display:none;}
SPAN.smallwarn {font-size: x-small;}
TD.nav {text-align: center;}

IMG.link {border:0;}
IMG.startoper { width: 25; vertical-align: top; border: 0;}
IMG.daylist { width: 15; height: 15; vertical-align: bottom; border: 0;}
IMG.toolbar { height: 20; vertical-align: bottom; border: 0;}
TD.link {text-align: center;}
 
DIV.selitem {
	width: 150; height: 150; 
	vertical-align: bottom; border: 0;
	background-image: url('images/transition1.png');
}

DIV.advice {
	width: 400px;
	padding: 10px 10px 30px 10px;
}

IMG.selitem {
	width: 100%; height: 100%; 
	vertical-align: top; border: 0;
}

/* login windows */
#username 
{
	background:url("images/icon-user.gif") no-repeat scroll left center #FFFFCC;
	/* file relative to CSS */
}
#password 
{
	background:url("images/icon-authen.gif") no-repeat scroll left center #FFFFCC;
}

INPUT.login
{
	padding-left: 20px;
	width: 120px;

	border-color:#9AA587 #DDDDDD #DDDDDD #9AA587;
	border-style:solid;
	border-width:1px;
	/*padding-left:2px;*/
	
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

INPUT.settings { width: 100%; }
INPUT.saved { width: 100%; background-color: #00FF00; }

SPAN.debug {font-size: small; background-color: #757575; display: block;}

/* ---------- */

.fullwidth
{
	width: 100%;
}

TD
{
	font-size:12px;
}

.header
{
	border-bottom:solid 1px #bababa;
	margin-bottom:25px;
	padding-bottom:1px;
	font-family:'Verdana','Arial','Trebuchet MS';
	color:#666;
	font-size:12px;
	padding-top:25px
	text-align: center;
}
.footer
{
	border-top:solid 1px #bababa;
	margin-top:25px;
	padding-top:1px;
	font-family:'Verdana','Arial','Trebuchet MS';
	color:#666;
	font-size:12px;
	padding-bottom:25px
	text-align: center;
}
.footer a{color:#333}
.footer strong{color:#666;display:block;margin-bottom:5px}
