td img {display: block;}

body {
                font-family: Arial, Helvetica, sans-serif;
                background-color: #C7D3DF;
                background : url(../images/bg_image.jpg) fixed;
                background-repeat: repeat-x;
                border : 0;
                margin : 0;
                padding : 0;
                font-size : .8em;
                }    
td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-left: 3px;
}

input, textarea, select {  font: 1em Arial, Helvetica, sans-serif; }

a  {
	text-decoration: none;
	color : #003366;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	color: #003366;
	font-weight : bold;
}
.calendar-bg {
	background-color: #003366;
}
.tableheader, th, .calendar-head  {
	font-weight: bold;
	color: #FFFFFF;
	background-color : #003366;
	border-color : #7C7CC7;
}
.calendar-day {
	background-color: #FFFFFF;
	height : 5em;
	vertical-align : top;
	font-size : 80%;
}
.calendar-date {
	font-size : 90%;
}
 .calendar-cell {
	background-color: #FFFFFF;
}
a.calendar-cell {
	background-color: #FFFFFF;
	font-weight: bold;	
}
a.breadcrumbs{
	text-decoration: none;
	color : #003366;
	font-weight : 300;
    font-size: 10pt;
}
a.breadcrumbs:hover{
	text-decoration: underline;
	color : #003366;
	font-weight : 400;
   font-size: 10pt;
}

p 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	margin: 1px;
}
h2 {
        font-size: 120%;
        font-weight: bold;
        color: Black;
}
h3 {
        font-size: 110%;
        font-weight: 400;
        color: #FF3300;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: 	#003366;
}
.nav	{  color: #003366; }
.menu, .calendar-title {
	font-size : 1px;
	color: White;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}
.announcements {
	font-size: small;
	color: #222222;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
    font-weight: 300;
}

 a.menu, a.calendar-title {
	font-size: 1px;
	color: White;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}
.menu:hover, .menuSel, .menuSel:hover, .calendar-title:hover {
	font-size : 1px;
	color: White;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}
.subMenu {
	color: #306192;
	text-decoration : none;
	font-size : small;
	padding-left: 1px;
	display: block;
	font-weight : 200;

}
.subMenu:hover {
	color: #ff9933;
	text-decoration: none;
	font-size : small;
	font-weight : 300;
}
.subMenuSel:hover {
	color: #666666;
	text-decoration: none;
	font-size : small;
	font-weight : 300;
}
.subMenuSel {
	color: #666666;
	text-decoration : none;
	font-size : small;
	padding-left: 1px;
	display: block;
	font-weight : 300;
}
.footMenu {
	color: #306192;
	text-decoration : none;
	font-size : small;
	padding-left: 1px;
	font-weight : 200;
}
.footMenu:hover {
	color: #306192;
	text-decoration : underline;
	font-size : small;
	padding-left: 1px;
	font-weight : 200;
}
.sidehead {
	background-color : #003366;
	color : White;
	font-weight : bold;
	margin-bottom : .18em;
	padding-top : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	font-size: 105%;
}
.sidehead:hover {
	color: #FF9900;
	text-decoration: none;
}
.sidebar {
        color : Black;
        background-color : White;
        padding-left : .4em;
        padding-right : .4em;
        width : 190px;
}
.tab    {
	margin-left: 2em;
	margin-right : .1em;
}
.footer {
	font-weight: bold;
	color: White;
	background-color : #003366;
	text-decoration : none;
}
.footer:hover {
	font-weight: bold;
	color: #220A6B;
	text-decoration: underline
}
.folder {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.folder-dir {
	list-style-type: none;
	list-style-image:    url(util/foldericon.gif);
}
.folder-file {
	list-style-position: outside;
	list-style-image:    url(util/preview.gif);
	list-style-type: none;
}

.error { font-weight: bold; color: #c00; }

hr { color: #fff; background-color: #fff; height: 1px; border: 0; margin: 1.7em 0; }
