body{
	font-family: Courier New, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11pt;
	background: url(images/background.jpg);
}

p{
font-size: 11pt;
}

td{
	font-family: Courier New, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11pt;
}

a{
	text-decoration:none;
	color:blue;
}

#bg{
background:white;
}

#header{
position:relative;
left:0%;
top:0%;
width:100%;
height:15%;
list-style: none;
}

#header img{
width:100%;
height:100%;
}

#nav{
position:relative;
left:0%;
top:0%;
width:100%;
height:4%;
background:white;
line-height:20px;
border-bottom:1px solid gray;
}

#sidebar{
padding:5 10 5 10;
position:relative;
float:left;
left:0;
top:0%;
width:0%!important;
width:13%;
background:white;
line-height:20px;
}

#main{
padding:5 20 5 20;
position:relative;
left:13%!important;
left:0%;
top:0%;
width:80%!important;
width:100%;
background:white;
border-left:1px solid gray;
line-height:18px;
}

#footer{
padding:3 15 3 15;
position:relative;
left:0%;
top:0%;
width:97%!important;
width:100%;
height:6%;
background: #ffffff;
color:gray;
font-size:0.8em;
text-align:left;
border-top:1px solid gray;
}

/* calendar */
table.calendar{ border-left:1px solid #000000; }

tr.calendar-row	{  }

td.calendar-day	{ min-height:100px; font-size:15px; position:relative; } 

* html div.calendar-day { height:100px; }

td.calendar-day:hover	{ background:#eceff5; }

td.calendar-day-np	{ background:white; min-height:100px; } 

* html div.calendar-day-np { height:100px; }

td.calendar-day-head { 
background:white; 
font-weight:bold; 
text-align:center; 
width:100px; 
padding:5px; 
border-bottom:1px solid #000000; 
border-top:1px solid #000000; 
border-right:1px solid #000000; 
}
div.day-number{ 
position:relative;
color:red; 
font-weight:bold; 
width:100px; 
text-align:center; 
border-bottom:1px solid #000000; 
}
/* shared */
td.calendar-day, td.calendar-day-np { 
color:red; 
font-weight:bold; 
width:100px; 
height:140px;
border-bottom:1px solid #000000; 
border-right:1px solid #000000; 
}