h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}

.photo {
  float: right;
  padding: 5px;
  background-color: #1C3E7B;
}


pre {
  overflow: auto;
  width: 900px;
}

a {
  color: #C79E2A;
}

a:hover {
  color: #1C3E7B;
}

h1 {
   color: #1f5681;
   font-size: 24px;
  line-height: 120%;
}

h2 {
  color: #1C3E7B;
  font-size: 16px;
  line-height: 20px;
}


/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/setup/page_bg.gif);
}

#mainbody {
  padding: 10px;
}

#header {
  height: 209px;
  text-align: center;
}

#ticker {
  background: url(/images/setup/ticker_bg.gif) no-repeat;
}

#globalNav {
  font-size: 14px;
  height: 25px;
}

#sectionHeader {
  background: url(/images/setup/section-header_bg.gif);
}

#leftcol {
  background-color: #D6A12D;
  width: 200px;
  padding: 0px;
}

#rightcol {
  background: #0C1C36 url(/images/setup/rcol_footer.gif) no-repeat bottom;
  width: 300px;
}

#calContainer {
  margin: 0px 16px;
  text-align: center;
}


.buttons {
  margin: 15px;
}
.buttons img {
  padding: 5px;
}

#poll {
  padding: 10px;
}

.section1 {
  width: 306px;
  background: #e8e8e8 url(/images/setup/section1_bg.gif) no-repeat top;
  height: 210px;
  overflow: auto;
}

#supporter {
  background: #cecece url(/images/setup/supporter_01.gif) no-repeat top;
  padding: 4px;
}


#supporter h2{
  text-align: center;
}

#supporter .photo {
  float: left;
  padding: 5px;
  margin-right: 5px;
  background-color: #1C3E7B;
}

#footer {
  background: #1C3E7B url(/images/setup/footer_bg.gif) no-repeat bottom;
  height: 60px;
  text-align: center;
  padding: 10px;
  color: #FFFFFF;
}

#footer a{
  color: #FFFFFF;
}

#footer a:hover {
  color: #C79E2A;
}


#footer img {
  float: right;
}


/********** NAVIGATION **********/

#globalNav a {
  text-decoration: none;
}

#leftcol a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left:5px;
}

#leftcol a:hover {
  color: #D00000;
}


.navbar-secondary {
  background-color: #244260;
  height: 20px;
  padding-left: 5px;
}

.navbar-secondary a {
  color: #FFFFFF;
}

.navbar-secondary a:hover {
  color: #C79E2A;
}


.navbar-rcol {
  margin: 0px 16px;
}

.navbar-rcol a {
  display: block;
  border: #0c1c36 1px solid;
  background: url(/images/setup/secondaryNav_bg.gif) no-repeat;
  text-decoration: none;
  color: #FFFFFF;
  margin: 5px 0px;
  padding: 0px 5px;
  line-height: 18px;
  height: 18px;
}

.navbar-rcol a:hover {
  border: #C79E2A 1px solid;
  color: #C79E2A;
  font-weight: bold;
}

/**** DROP DOWN MENU ****/


.dropdownmenu {
  position:absolute;
  visibility: hidden;
  background-color: #C79E2A;
  width: 150px;
  z-index: 200;
}

.dropdownmenu a {
  text-transform: none;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #1C3E7B;
  color: #1C3E7B;
  text-decoration: none;
 padding: 4px;
}

.dropdownmenu a:hover {
  background-color: #1C3E7B;
  color: #C79E2A;
}

/********** HEADLINES **********/


.top-story {
  padding-left: 5px;
  padding-right: 5px;
  clear: left;
}

.headline a {
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  text-decoration: underline;
}

#morestories {
  padding: 5px;
}

#morestories  .date {
  text-transform: uppercase;
}

#morestories a {
  color: #000000;
  font-weight: bold;
}

#morestories a:hover {
  color: #C79E2A;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}


/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:#FFFFFF;
    background-color: #1C3E7B;
    padding: 2px;
}
tr.roster-row a{
    text-decoration: underline;
    color: white;
}
tr.roster-row a:hover {
    text-decoration: underline;
    color: white;
}

tr.roster-row0 td {
    background-color: #D1D1D1;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #720100;
    font-size: 11px;
    padding: 2px;
    color: white;
}


/********** BIOS SYSTEM PROVIDED**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #0C1B35!important;
  overflow: hidden;
}

.bio-wrapper .bio-container a {
  color: #fff;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #0C1B35!important;
} 




.bio {
    background-color: #1C3E7B;
    border: outset;
    border-width: 9px;
    padding: 5px;
}

.bio-name {
    background-color: #;
    color: #FFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #FFFFF;
    font-size: 13px;
    padding: 5px;
}

.bio-data span {
font-weight: bold;

}

.bio-data a:hover {
  color:#FFFFFF;
}

.bio-photo {
  float: left;
  padding: 10px;
}


/********** SCHEDULE **********/
table.schedule {
  width: 900px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #244260;
    padding: 5px;
}

tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

.home-opp {
  text-transform: uppercase;
}

/**********CALENDAR***********/
#calendar {
  width: 268px;
  padding: 10px 0;
  background-color: #e8e8e8;
  margin: 0 auto;
}

#calendar #calendar-view {
  width: 218px;
  margin: 0 auto;
}

#calendar td {
  line-height: 20px;
  height: 20px;
  color: #333;
  background: #c79e2a;
}

#calendar .calendar-header  td {
  color: #fff;
  background: #886501;
}

#calendar .calendar-month td {
  font-size: 11px;
  border: none;
  background: #c79e2a;
}

#calendar .calendar-month a {
  color: #fff;
}

#calendar #calendar-now span {
  color: #fff;
}

#calendar .arr {
  display: none;
}

#calendar .calendar-event a {
  background: #c79e2a;
  line-height: 20px;
  height: 20px;
}

#calendar .no-calendar-event a {
  color: #333;
  background: #c79e2a;
  line-height: 20px;
  height: 20px;
}

#calendar .inactive {
  color: #333;
  background: #9f9f9f;
}

#calendar .today a {
  color: #fff;
  background: #000;
}

#calendar .current a,
#calendar .calendar-event a:hover {
  background: #00504e;
  color: #fff;
}


#calendar .event-schedule {
  text-align: left;
  overflow: auto;
  padding: 10px;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  background: #000;
}

/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}
.stats-wrapper th {
background: #244260; /* set the primary color here ??? dark color required */
color: #fff;
}
.stats-wrapper a { /* set the link color here */
color: #333;
text-decoration: underline;
}
.stats-wrapper a:hover { /* set the link color here */
color: #000;
}
/*** DO NOT INCLUDE OR IMPLEMENT WITHOUT AUTHORIZATION ***/


/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}



/********** HELP **************/
#help a {
    font-size: 12px;
    font-weight: bold;
    color: #CE1019;
}
