body {
    font-size: small;
    font-family: Verdana !important;
    margin: 0px;
    /* background-color: rgb(226,245,252); */
    background-color: white;
}
h2 {
    text-align: center;
    border-top: solid black 1px;
    font-size: medium;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid black 1px;
    background-color: #51A6D2;
}
img {
    border: 0px;
}
#footer {
    padding-left: 10px;
    padding-right: 10px; 
    clear: both;
    background-color: rgb(49, 63, 154);
    color: white;
    border-top: solid black 2px;
    border-bottom: solid black 2px;
    margin-top: 35px;
    padding-bottom: 5px;
}
#footer a {
    color: white;
}
#footer p {
    margin-top: 2px;
    margin-bottom: 2px;
}
#menu #logo {
    float: left;
}
#title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 991px;
    /* border-top: solid rgb(1, 84, 164) 14px; */
    padding-bottom: 0px;
    /* border-top: solid black 1px; */
    /* border-bottom: solid black 2px; */
}
#alert {
    border: solid black 2px;
    background-color: rgb(115, 208, 245);
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: black;
}
#alert h3 {
    background-color: rgb(1, 84, 164);
    color: white;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid black 2px;
    font-size: small;
    text-align: center;
}
#alert p {
    margin: 0px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#alert a {
    color: black;
}
#alert.normal {
    background-color: rgb(1, 84, 164);
}
#alert.black {
    background-color: black;
}
#menu {
    border-top:0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(1, 84, 164);
    /* background-color: rgb(81, 166, 210); */
    /* height: 90px; */
    color: #FFEF05;
    /* border-bottom: solid black 2px; */
    text-align: center;
    font-size: small;
    weight: 100%;
}
#menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    padding-left: 0px;
}
#menu li {
    display: inline;
    list-style-type: none;
    padding: 0px;
}
#menu .menuitem {
    float: left;
    width: 175px;
    //height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#menu a {
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover {
    color: black;
    /* background-color: #FFEF05; */
    background-color: rgb(204, 221, 237);
}

#content {
    clear: both;
    padding-left: 10px;
    z-index: 5;
}
#leftcolumn {
    float: left;
    width: 66%;
}
#rightcolumn {
    float: right;
    width: 33%;
    min-width: 250px;
}
#rightcolumn .section {
    background-color: rgb(115, 208, 245);
    border: solid black 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: small;
    border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#rightcolumn .rightmenu {
    border: solid black 2px;
    font-size: small;
    margin-right: 10px;
    margin-bottom: 10px;
}
.rightmenu ul {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.rightmenu li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
    background-color: rgb(1, 84, 164);
}
.rightmenu a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: small;
}
.rightmenu a:hover {
    color: black;
}
#rightcolumn h3 {
    background-color: rgb(1, 84, 164);
    color: white;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid black 1px;
    font-size: small;
    text-align: center;
}
#rightcolumn .section p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: small;
    padding-left: 5px;
    padding-right: 5px;
}
#leftcolumn .section, #leftcolumn .photoalbum {
    margin-bottom: 15px;
    border: solid #999999 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgb(226,245,252);
    clear: left;
    overflow: auto;
}
#leftcolumn .section h3 {
    color: white;
    background-color: #999999;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 1px;
    margin-top: 0px;
    font-size: 1em;
    margin-bottom: 3px;
}
.albumimg {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
}
.albuminfo {
    font-weight: bold;
}
.albumdetail {
    font-style: italic;
    font-weight: normal;
}
.currentstage {
    color: black;
    font-weight: bold;
}
.futurestage {
    color: grey;
}
.paststage {
    color: black;
}
th,td {
    vertical-align: top;
}
ul.error {
    color: red;
}
.date {
    margin-top: 0px;
    padding-top: 0px;
    text-align: right;
    font-style: italic;
    font-size: x-small;
}
.image {
    float: left;
    padding-right: 5px;
}
p.actions {
    text-align: right;
}
.thumb {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border: dashed black 1px;
    margin: 5px;
    background-color: rgb(115, 208, 245);
    text-align: center;
}
.thumb a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.fullwidth {
    clear: both;
}
table.result {
    border: none;
}
table.result td {
    font-size: x-small;
    border-bottom: solid black 1px;
}
#leftcolumn.hidden {
    padding-left: 5px;
    border-left: dashed red 3px;
    background-color: #c0c0c0;
}
#leftcolumn .hidden {
    padding-left: 5px;
    border-left: dashed red 3px;
    background-color: #c0c0c0;
}
#rightcolumn div.hidden {
    border: dashed red 3px;
    padding: 2px;
    border-left: solid black 2px;
}
#rightcolumn .hidden {
    background-color: #c0c0c0;
}
.photo {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.photo a {
    text-decoration: none;
}
#rightcolumn .scrollable {
    max-height: 130px;
    overflow: auto;
}
#rightcolumn .section {
    overflow-x: auto;
}
#rightcolumn .section select {
    overflow: hidden;
    max-width: 225px;
}
#leftcolumn .scrollable {
    max-height: 100px;
    overflow: auto;
}
#mainad {
    text-align: center;
    padding-top: 5px;
}

.blogentry {
    margin-top: 10px;
    border-top: dashed gray 1px;
    background-color: #eeeedd;
    padding: 3px;
}
.blogcomment {
    background-color: #e0efed;
    margin-left: 25px;
}
.blogcommentin {
    background-color: #c0c0c0;
    margin-left: 25px;
}
.bloguser {
    margin-right: 25px;
}
.blogrole .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bloguser .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcomment .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcommentin .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogbody {
    margin-left: 25px;
}
.blogbody p {
    margin-top: 0px;
    margin-bottom: 2px;
}
.auditsection {
    padding-left: 5px;
    border-left: solid black 2px;
    border-bottom: solid black 2px;
    border-right: solid black 2px;
    padding-right: 5px;
}
.auditsection p {
    margin-top: 0px;
    padding-top: 2px;
}
.audittitle a {
    color: white;
}
.audittitle {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: small;
    font-weight: bold;
    border-top: solid black 1px;
    background-color: black;
    color: white;
    margin-bottom: 0px;
}
.blogentry {
    margin-top: 10px;
    border-top: dashed gray 1px;
    background-color: #eeeedd;
    padding: 3px;
}
.blogcomment {
    background-color: #e0efed;
    margin-left: 25px;
}
.blogcommentin {
    background-color: #c0c0c0;
    margin-left: 25px;
}
.bloguser {
    margin-right: 25px;
}
.blogrole .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bloguser .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcomment .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogcommentin .bloghead {
    margin-top: 0px;
    padding-top: 3px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogbody {
    margin-left: 25px;
}
.blogbody p {
    margin-top: 0px;
    margin-bottom: 2px;
}


.newsdate {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.newsdate p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

/* START Any Link Menu Styles */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #0154A4;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
/* END Any Link Menu Styles */
.official-avail  td,.official-avail  th {
	padding-left: 4px;
	padding-right: 10px;
	text-align: center;
}
.official-avail .thick {
	border-left: solid black 1px;
}
.official-avail .thin {
	border-left: dashed black 1px;
}
#feature {
    background-image: url("http://static.southeastswimming.org/images/2010banner.png");
    background-repeat: no-repeat;
    width: 995px;
    height: 113px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid black 1px;
    border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
#feature-menu {
    background-color: rgb(1, 84, 164);
    float: right;
    width: 300px;
    overflow: hidden;
}
#feature-menu ul.outer {
    padding: 0px;
    margin: 0px;
    height: 91px;
    vertical-align:middle;
    overflow: hidden;
}
#feature-menu li {
    height: 30px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: medium;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    overflow: hidden;
}
#feature-menu li.sub {
    height: 25px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: small;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0px;
    overflow: hidden;
}
#feature-menu a {
    color: white;
    text-decoration: none;
}
#feature-menu a:hover {
    color: black;
}
#feature-message {
    clear: both;
    border-top: solid black 1px;
    background-color: rgb(115, 208, 245);
    height: 21px;
    width: 100%;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 3px;
}
#feature-message p {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: Verdana !important;
}
#feature-message p p {
    padding: 0px;
    margin: 0px;
}
#photoalwrap {
    overflow: auto;
}
.photoal {
    float: left;
    text-align: center;
    padding: 5px;
    width: 100px;
    color: grey;
}
.photoal:hover {
    color: black;
}
.photoal img {
    max-width: 50px;
    height: 50px;
}
.photoal p {
    font-size: xx-small;
}c