﻿html, body{
    cursor: default;
    font-family: verdana;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    height: 100%; 
    width: 100%;
    background-color: #000000;
    border: 0;
    background-image: url(../resources/main/bg.png);
    background-repeat: repeat-x;
}

body a{
    font-family: verdana;
    font-size: 8pt;
    color: #A71423;
    text-decoration: none;
}

body a:hover{
    color: black;
    text-decoration: none;
}

.alumni_table {
	display: none;
}
.alumni_table  tr td{
	padding-bottom: 6px;
}


.FloatingMenu{
    display: none; 
    position: absolute; 
    z-index: 0; 
    background-color: maroon; 
    background-image: url(../resources/main/submenubg.jpg);
    background-repeat: repeat-y;
    border: 1px solid #555555;
    width: 200px;
}

.FloatingMenu div{
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    height: 18px;
    border-top: 1px solid #aaaaaa;
}

.FloatingMenu div a{
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.FloatingMenu div a:hover{
    color: yellow;
}

.NoTopBorder{
    border-top: 0px;
}

.divUserButtonBarContainer{
    width: 100%; 
    background-color: #333; 
    border-bottom: 1px solid #aaaaaa; 
    color: White; 
    overflow: hidden; 
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.divButtonBarContainer{
    width: 100%; 
    height: 24px; 
    background-color: #660000; 
    border-bottom: 1px solid #aaaaaa; 
    padding-top: 4px; 
    color: White; 
    overflow: hidden; 
    background-image: url(../resources/main/menubg.jpg); 
    background-repeat: repeat-x;
    text-align: center;
}

.MainBarButton {
    display: inline ;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #777;
    padding-top: 0px;
}

.MainBarButton a {
    font-size: 8pt;
    font-weight: bold;
    color: White;
}

.MainBarButton a:hover {
    font-size: 8pt;
    font-weight: bold;
    color: Yellow;
}


.StateBarButton {
    display: inline ;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
}

.StateBarButton a {
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.StateBarButton a:hover {
    font-size: 8pt;
    font-weight: bold;
    color: #CC3333;
}

.LeftColDivEntry {
    margin: auto;
	display: inline-block;
    border-bottom: 1px solid #bbbbbb; 
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: White;
	width: 100%; 
}

.LeftColDivTitle {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #bbbbbb; 
    text-align: center;
    height: 18px;
    padding-top: 4px;
    background-color: #660000;
    font-weight: bold;
    font-size: 8pt;
    color: White;
    background-image: url(../resources/main/leftcolbg.jpg);
    background-repeat: repeat-x;
}

.LeftColDivTextAfterImage{
    font-size: 8pt; 
    padding-top: 8px; 
    text-align: justify; 
    padding-left: 8px; 
    padding-right: 8px;
    font-family: Verdana;
}

.LeftColDivText{
    font-size: 8pt; 
    text-align: left; 
    padding-left: 8px; 
    padding-right: 8px;
    font-family: Verdana;
}

.MainDivItem {
     overflow: hidden; 
     text-align: justify; 
     font-size: 8pt; 
     padding: 2px;
     
     display: inline-block;
}

.NewsHeader {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #660000;
    background-image: url(../resources/main/newsheader.jpg);
    background-repeat: repeat-x;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    height: 24px;
}

.NewsText {
    padding-top: 8px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
}

.Size8Link {
    font-size: 8pt;
}

.Size10Link {
    font-size: 10pt;
}

.club_table{
    width: 700px;
    margin-top: 20px;
}

.club_image_cell{
    width: 100px; 
    border-top: 1px solid #660000;
}

.club_title{
    font-weight: bold; 
    font-size: 12pt; 
    text-align: left;
    margin-bottom: 5px;
}

.club_details_cell{
    text-align: left;
    padding-top: 10px;
    width: 360px;
    font-size: 8pt;
    font-weight: normal;
    border-top: 1px solid #660000;
}

.club_details_inner td{
    padding-top: 2px;
}

#divFooter a {
    color: White;
}

#divFooter a:hover {
    color: red;
}

.EventDateCell{
    width: 160px; 
    height: 22px; 
    background-color: #696969; 
    color: White;
    padding-left: 4px;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.EventTitleCell{
    width: 510px; 
    height: 22px; 
    background-color: #eeeeee; 
    color: black;
    padding-left: 4px;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    
}

.EventDetailsCell{
    width: 700px; 
    background-color: white; 
    color: black;
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 25px;
    font-weight: normal;
}

.HomeNewsDateCell{
    width: 140px; 
    height: 20px; 
    background-color: #696969; 
    color: White;
    padding-left: 4px;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.HomeNewsTitleCell{
    width: 380px;
    height: 20px; 
    background-color: #eeeeee; 
    color: black;
    padding-left: 4px;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    
}

.HomeNewsDetailsCell{
    background-color: white; 
    color: black;
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 25px;
    font-weight: normal;
}


.StateNewsDateCell{
    width: 140px; 
    height: 20px; 
    background-color: #696969; 
    color: White;
    padding-left: 4px;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.StateNewsTitleCell{
    width: 550px;
    height: 20px; 
    background-color: #eeeeee; 
    color: black;
    padding-left: 4px;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;    
}

.heading{
    background-color: #eeeeee; 
    color: black;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-weight: bold;
    border: 1px solid #cccccc;
}


.StateNewsDetailsCell{
    background-color: white; 
    color: black;
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 25px;
    font-weight: normal;
}

.ResultsTable{
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
}

.ResultsTableHeader{
    text-align: center;
    font-weight: bold;
    padding-bottom: 8px;
}

.ResultsTable td{
    width: 30px;
    text-align: right;
    padding-right: 4px;
    padding-top: 2px;
}

.ResultsFormCell {
    font-family: Courier New;
    font-size: 8pt;
}

.photoTable{
    margin-left: 25px;
}

.photoCell{
    width: 160px;
    height: 150px;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt;
    border: 1px solid #C0C0C0;
}
.photoCellCaption{
    width: 160px;
    height: 25px;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt;
    border: 1px solid #C0C0C0;
}

.photoImage{
    cursor: pointer;
}

.venuename
{
    border-left: 1px solid #cccccc;   
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    
}

.venueimage
{
    border-right: 1px solid #cccccc;   
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.scheduleheaderrow
{
    border-bottom: 1px solid #777777;
    border-top: 1px solid #777777;
    font-weight: bold;
    background-color: #ededed;
    color: maroon;
    padding-bottom: 1px;
    padding-top: 1px;
}

.scheduleheaderrowmini
{
    font-weight: bold;
    color: maroon;
    padding-bottom: 5px;
    padding-top: 7px;
}


.schedulerowover
{
    background-color: #6A0009;
    color: White;
}

.schedulerowout
{
    background-color: White;
    color: black;
}

.dottedborderbottom{
    border-bottom: 1px dotted #cccccc;
}

.dottedborderright{
    border-right: 1px dotted #cccccc;
}

.imagebox
{
    width: 130px;
    height: 110px;
    text-align: center;
    padding-top: 21px;
    background-color: #2c2c2c;
    border: 3px solid #cccccc;
    margin-bottom: 8px;
}

.multimediaitema img {
    border: 5px solid white;
}

.multimediaitema:hover img{
    border: 5px solid maroon;   
}

.multimediaitema border {
    text-decoration: none;
    border: none;
}