﻿/* 
   The below CSS file is for the AC! POP web site
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* border-top: 2px solid #B51032; */
}

/* Header Section */

#header {
	/* border-top: 3px solid #B51032; */
	/* border-bottom: 1px dotted #B51032; */
	/* height: 3em; */
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .aclogo {
	font: 190% "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited
{
    color: #3788c9;
}

/* Navigation */ 

#navigation
{
    width: 150px;
    top: 5em;
    left: 1em;
    width: 13em;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

/*
#navigation a:link, a:visited
{
    color: #3788c9;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul a:visited
{
    background-color: #3788c9;
    color: white;
}

#navigation li a:visited
{
    background-color: #3788c9;
    color: white;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: #0033ff 12px solid;
    border-right: #0033ff 1px solid;
    background-color: #3366ff;
    color: white;
    text-decoration: none;
    font-family: 'Times New Roman';
}
#navigation li a:hover
{
    background-color: #0000ff;
    color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;
    background-color: #66ffcc;
    color: white;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
    /* background-color: #33cccc; 
    background-color: #3788c9;
    color: white;
}
#navigation ul ul a:hover
{
    background-color: #0033ff;
    color: #FFFFFF;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 15em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}



