@import "acumen.css";

A {
    color: #49518c;
}

A:visited {
    color: #49518c;
}

body {
    background-color: #f4f4f4;
}

#titleBlock {
    background-color: #333366;
    color: #cccccc;
}

#titleText {
}

#titleBlock a {
    color: #cccccc;
}

#titleBlock a:visited {
    color: #777777;
}

#titleBlock a:hover {
    color: #44AA44;
}

#emailLink a{
    color: #CCCCCC;
}

#footer {
    background-color: #333366;
}

.footerText {
    color: #CCCCCC;
    background-color: #333366;
}

#subtitleBlock {
    color: #333366;
}

#mainBlock {
    color: #333366;
}

#bodyWrapper {
    background-color: #CCCCCC;
    background-image: url(../images/acumen-background-blue.jpg);
}


#menu a {
    color: #333366;
}

#menu a:visited {
    color: #333366;
}

#menu a:hover {
    color: #000000;
}

#menu {
    background-color: #999999;
}

.regularMenu {
    background: url(../images/acumen-bullet-blue.png) no-repeat 92%;
}

.adminMenu {
    background-color: #888899;
    background: url(../images/acumen-bullet-blue.png) no-repeat 92%;
}

ul, li {
 color: #333366;
}

tr.even {
    background-color: #c3c6d8;
}

th {
    background-color: #8a90b5;
}

.title{
    color: #333366;
}

.subtitle{
    color: #333366;
}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	z-index:100;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15pt;
	text-transform: uppercase;
}

#dropmenudiv a {
	display: block;
	width: 100%;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color: #333366;
	background-color: #999999;
}

#dropmenudiv a:hover {
	color: #000000;
	text-decoration: underline;
}

.join_button{
    background-color: #333366;
    color: #CCCCCC;
}

.join_button a{
    color: #CCCCCC;
}
