/* Style rules to make data tables look better */


#menuDiv a:hover {
	background-color: #fed12d;
	color: blue;
}

#toolbarDiv a:hover {
	color: blue;
}

.bodyClass {
	background-color: #fff4ce;
    font-family: "Arial";
}

.menuColumnClass {
        width: 20%;
	padding: 0px 10px 0px 0px;
}

.mainColumnClass {
	padding: 0px 0px 0px 0px;
}

.menuEmailLink {
	display: block;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	color: #01233A;
	color: #E6E64C;
	text-decoration: none;
}

.imageLink {
	image-decoration: none;
}

.menuLink {
	display: block;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	color: #21536A;
	text-decoration: none;
}

.menuLink2 {
	display: block;
	font-weight: bold;
    font-size: smaller;
	padding: 6px 0px 6px 20px;
	color: #21536A;
	text-decoration: none;
}

.menuText {
	display: block;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	color: #ff636a;
	text-decoration: none;
}
.menuText2 {
	display: block;
	font-weight: bold;
    font-size: smaller;
	padding: 6px 0px 6px 20px;
	color: #ff636a;
	text-decoration: none;
}



.toolbarLink {
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	color: #21536A;
	text-decoration: none;
	font: Verdana,sans-serif;
}

.toolbarText {
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	color: #ff636a;
	text-decoration: none;
	font: Verdana,sans-serif;
}

#pageNav{
	float: left;
        width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E6E64C;
}

#footerDiv{
	float: left;
}

#pageMiddle{
        width: 100%;
        margin-top: 20px;
}

#menuDiv{
	margin: 0px;
	padding: 5px;
        height: 100%;
	background-color: #E6E64C;
	font: small Verdana,sans-serif;
}

#activityContent{
        padding-left: 10px;
        padding-bottom: 10px;
        margin-left: 10px;
}

#activityDiv{
	background-color: white;
	background-color: #ffebaf;
        border: 10px;
}

.activityHeading{
        background-color: #FFDB8F;
}

#bannerDiv{
        width: 100%;
	height: 120px;
	text-align: left;
	font: small Verdana,sans-serif;
}

#toolbarDiv{
	font-style: italic;
        width: 100%;
	text-align: left;
}

#bannerDivxxx{
        width: 100%;
	height: 120px;
	text-align: left;
	font: small Verdana,sans-serif;
	background-image:url(/img/bg.png);
}



a.btn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
	height: 24px;
    width: 128px;
    margin-bottom: 0px;
    text-align:center;
    display: block;
    color: #000000;
    border-width: thick;
    border-style: solid;
    background-color: #ddcc66;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btn:hover {
    font-weight: bold;
    color: #FFFFCC;
    background-color: #776644;
    border-bottom-color: #676746;
    border-right-color: #8b8b5f;
    border-left-color: #c9cda9;
    border-top-color: #fffff0;
}

a.btn:active {
    font-weight: bold;
    color: #FFFFCC;
    background-color: #776644;
    border-bottom-color: #fffff0;
    border-right-color: #c9cda9;
    border-left-color: #8b8b5f;
    border-top-color: #676746;
}


table.grid {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
table.grid td, table.grid th {
	border-width: 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	text-align: left;
}

table.grid th {
	font-weight: bold;
}

table.gridless {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: separate;
}
table.gridless td, th {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: gray gray gray gray;
}

table.btn {
	border-style: none;
	background-color: #ffeb9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
table.btn td, th {
	padding: 4px 4px 4px 4px;
	font-weight:normal;
}

