html,body{ 
	height:98%;
	width:100%;
	padding:0px;
	margin:0px;
}
body,input,textarea,td,th,select,button{
	font-family: Trebuchet MS,Times New Roman,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;,Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
}
h1,h2,h3{
	font-family: Trebuchet MS,Times New Roman,Tahoma,Verdana,Arial,sans-serif;
}
textarea,input,select{
	background-color:rgba(255,255,255,0.5);
}
body{
	background-color:#ecedef;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
table{
	border-collapse:collapse;
}
.center{margin: 0 auto;}
.small{font-size:10px;}
.title{
	font-family:times new roman;
	font-size:24px;
	font-weight:bold;
}
.dot{
	border-top:1px dotted gray;
	height:1px;
	border-bottom:0px;
}
div.header{
	border-bottom:solid 1px white;
	margin:0px;
	padding:2px;
	background-color:rgba(255,255,255,0.5);
}
div.body{
	padding:10px;
}
.shadow{
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.diag666 {
	background: #666666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.diagred {
	background: #b81900 url(ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.link{
  cursor:hand;
  cursor:pointer;
}
.msg{
	width:98%;
	border:solid 0px black;
	border-bottom-width:2px;
	position:absolute;
	top:0px;
	background:rgba(0,0,0,0.5);
	color:white;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	display:none;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.bot{
	border-bottom:solid 1px gray;
}
.small-button {
   font-size: 0.8em !important;
}

.today{
	border-style:solid;
	border-color:gold;
	border-width:5px;
}
a{
	text-decoration:none;
}
