@charset "utf-8";
/* CSS Document */

body, td, p {
	font-family:Trebuchet MS, Arial;
	font-size:14px;
}


a {
	color:#139bd5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main {
	text-align:left;
	width:1059px;
	margin-top:10px;
}

#header {
	height:169px;
	width:1059px;
	display:block;
	background-image:url(../images/header3.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

#mainTable .left {
	width:187px;
	background-color:#139bd4;
	background-image:url(../images/leftmenubg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;
	font-size:12px;
	color:#FFFFFF;
	border:0px;
	padding-left:30px;
}

#mainTable .center {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	width:768px;
	vertical-align:top;
	padding-left:30px;
	padding-top:40px;
}

#mainTable .right {
	background-image:url(../images/right.jpg);
	width:44px;
	background-repeat:no-repeat;
	vertical-align:top;
}


#bottom {
	background-image:url(../images/bottom.jpg);
	height:32px;
	background-repeat:no-repeat;
	background-position:left;
	border:0px;
	width:1058px;
}

#homepage {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	margin-bottom:40px;
	margin-left:-15px;
}

#homepage a, #menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#homepage a:hover, #menu a:hover {
	text-decoration:underline;
}

li.firstLevel {
	list-style-image:url(../images/arrowr.gif);
	font-size:12px;
	margin-bottom:20px;
	padding-right:10px;
}

li.secondLevel {
	list-style-image:url(../images/dot.jpg);
	margin-left:10px;
	font-size:11px;
}

h1 {
	font-size:16px;
	color:#0083c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}

.dotLine {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	border:0px;
	height:1px;
	font-size:1px;
	margin-top:15px;
	margin-bottom:15px;
}


#notificationsTable .date {
	font-size:12px;
	font-weight:bold;
}

#notificationsTable .files {
	margin-top:15px;
}

