/* CSS Document */

body {
	margin: 0;
	background-color: #aaa;
	color: #000000;
	text-align: center;
}
td,p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}
h3 {
	color: #3366CC;
	font-size: 2em;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	border-bottom: 5px solid #eee;
}
h4 {
	padding: 3px;
	margin: 0;
	font-size: 10pt;
	background-color: #eee;
	color: #333;
}
a { color: #3366CC; }
a:hover { text-decoration: none; color: #CC3300; }
form { margin: 0; }
hr { color: #ccc; height: 1px; }

/* --- main nav button bg colors --*/
.gry { background-color: #ccc; }
.org { background-color: #FCA341; }
.yel { background-color: #FFCC00; }
.grn { background-color: #99CC00; }
.ltblu { background-color: #C1D6FF; }
.blu { background-color: #6699FF; }
td.blue { background-color: #69f; color: #fff; }

div.boxContainer { border: 1px solid #333; }
div.boxHead { font-weight: bold; text-align: right; padding: 2px; }
div.boxContent { padding: 5px; }

.smallboldwhite { 
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.smallbold { 
	font-size: 11px;
	font-weight: bold;
}

.listtable td {
	font-size: 10px;
	border-bottom: 1px solid #eee;
}
.listtable th {
	font-size: 11px;
	color: #fff;
}
.listtable ul { padding-left: 5px; }
.listtable ul li {
	padding-bottom: 4px;
}
input.login {
	font-size: 10px;
	font-family: verdana, sans-serif;
}
td.breadcrumbs { font-size: 10px; padding: 3px; border-bottom: 1px solid #E8ECFF; border-right: 1px solid #E8ECFF; }
ul.nicelist {
	list-style-type: square;
	font-size: 11px;
}
ul.nicelist li {
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
ul.nicelist2 {
	list-style-type: circle;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
ul.nicelist2 li {
	padding-bottom: 5px;
}
div.bubble {
	margin: 5px 10px;
	padding: 5px;
	background-color: #FFFFCC;
	border: 1px solid #CC9900;
	color: #996600;
	font-size: 11px;
	font-weight: bold;
}


#sidebarlist th { font-size: 11px; }
#sidebarlist ul { font-size: 10px; margin: 0 5px; list-style-type: none; }
#sidebarlist td { border-bottom: 1px solid #eee; }
#container {
	background-color: #fff;
	color: #444;
	border: 1px solid #333;
	border-bottom: medium solid #777;
	width: 760px;
	margin: 10px 0;
	padding: 5px;
}
#movie { margin-bottom: 5px; }
#masthead {
	background-color: #5AAA40;
	color: #fff;
}
#navcontainer {
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#navcontainer a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #333;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
}
#navcontainer a:hover {
	background-image: url(images/navbutton-bgtile.gif);
	border: 1px solid #fff;
}
#eop td { font-size: 9px; color: #eee; }
#eop a { color: #FFCC66; }
#pagecontent { margin: 5px; text-align: justify; }
#calendar th { 
	background-color: #3366CC;
	color: #fff;
	text-align: right;
	background-image: url(images/sidebox-corner.gif);
	background-repeat: no-repeat;
	padding: 3px;
	border-bottom: thin solid #99CCFF;
}
#joblistings th {
	background-color: #3366CC;
	color: #fff;
	text-align: right;
	background-image: url(images/sidebox-corner.gif);
	background-repeat: no-repeat;
	padding: 3px;
	border-bottom: thin solid #99CCFF;
}
#joblistings td {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
