﻿body
{
	min-width: 880px;
	margin: 0;
	font-family:Verdana, Sans-Serif;
	font-size: 10px;
	color: #CCCCCC;
	background: #000000;
}

/***********************************/
/*          masterPage              /
/***********************************/

#base
{
    background-color: Black;
}

#calendar
{
	height: 120px;
	position: relative;
	width: 880px;
	background: #FCFCFC url('../img/calendar_bg.jpg') repeat-x;
	margin: auto;
	text-align: center;
}

.calendarscore01
{
	height: 120px;
	width: 100px;
	left: 180px;
	padding-top: 15px;
	position:absolute;
}

.calendarscore02
{
	height: 120px;
	width: 100px;
	left: 280px;
    padding-top: 15px;
	position:absolute;
}

.calendarscore03
{
	height: 120px;
	width: 100px;
	left: 380px;
	padding-top: 15px;
	position:absolute;
}

.calendarscore04
{
	height: 120px;
	width: 100px;
	left: 480px;
	padding-top: 15px;
	position:absolute;
}

.calendarscore05
{
	height: 120px;
	width: 100px;
	left: 580px;
	padding-top: 15px;
	position:absolute;
}

.calendarscore06
{
	height: 120px;
	width: 100px;
	left: 680px;
	padding-top: 15px;
	position:absolute;
}

#menu
{
	margin: auto;
	text-align: center;
	width: 812px;
}

.masterpagecontent
{
	position: relative;
	width: 100%;
	margin: 0 auto; 
	font-family: Arial;
	font-size: 11px;
	color: White;
}

#content
{
	background: #FCFCFC url('../img/Background.gif') repeat-x;
	text-align: center;
}

#footer
{
	text-align:center;
	height: 10px;
	position:relative;
}

.footertext
{
    font-size: 10px; 
    font-family: Arial;
    color:Gray;
}

.imgTitle
{
    border-bottom: solid 1px #fdb112;
}

/***********************************/
/*          home.aspx               /
/***********************************/
.homebody
{
	position: relative;
	width: 880px;
	height: 5000px;
    top: 15px;
	font-family: Arial;
	font-size: 11px;
	color: white;
	background-color: black;
	border-right: solid 1px #fdb112;
	border-left: solid 1px #fdb112;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.homeflash
{
	position: relative;
	width: 880px;
	height: 188px; 
}

#main_left
{
	float: left;
	width: 196px;
	background-color: black;
}

#main_mid
{
	float: left;
	width: 508px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: left;
	background-color: black;
}

#main_right
{
	width: 140px;
	float: left;
	padding-top: 3px;
	background-color: black;
}

.grey_content, .black_content
{
	padding: 20px;
	margin-bottom: 10px;
	text-align: justify;
	position: relative;
	color: White;
}

.grey_content
{
	
	background: #0D0D0D;
	border: solid 1px #fdb112;
} 

.black_content
{
	border: solid 1px #fe3000;
}

.left_thumb
{
	float: left;
	margin-right: 10px;
}

.right_thumb
{
	float:right;
	margin-left:10px;
}

.news
{
	padding: 20px;
	text-align: left;
}

.modebutton
{
	text-align:center;
	position:relative;
	height:20px;
}

.homeullogo
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}  

/***********************************/
/*          default.aspx            /
/***********************************/

.defaultcontent
{
    text-align:center;
    height:100%;
}

.defaultlogo
{
    top:50%;
    position:absolute;
    margin-top:-93px;
    margin-left:-146px;
}

.defaulttext
{
    font-size: 18px;
    color:White;
    text-decoration: none;
}

/***********************************/
/*          index.aspx              /
/***********************************/

.indexbody
{
	position: relative;
	width: 722px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Times New Roman;
	font-size: 16px;
	color: White;
	min-height:600px;
	border-right: solid 1px #fdb112;
	border-left: solid 1px #fdb112;
	border-top: solid 1px #fdb112;
	background-color: black;
}

.indexcontent
{
    padding: 5px;
	text-align:left;
	background-color: Black;
	min-height:600px;
}

.indextitle
{
	position: relative;
	width: 722px;
	height: 80px;
	text-align:center;
	background: url('../img/indextop.jpg');
}

.indextitletext
{
	font-family: Copperplate Gothic Bold;
	font-size: 32px;
	color: White;
}

/***********************************/
/*          schedule.aspx           /
/***********************************/

.scheduletable
{
    width: 700px;
    border: solid 1px #fe3000;
}

.schedulemonthheader
{
    font-size: 18px; 
    background-color: #3e2288; 
    text-align: left
}

.scheduleheader
{
    font-size: 16px; 
    background-color: #3e2288;
}

.scheduleheadercenter
{
    font-size: 16px; 
    background-color: #3e2288;
    text-align: center;
}

.schedulegame
{
    font-size: 12px;
}

.schedulegamecenter
{
    font-size: 12px;
    text-align: center;
}

/***********************************/
/*       sectionvoting.aspx         /
/***********************************/

.VotingItem
{
    text-align: left;
}

.VotingButton
{
    font-size: 11px;
    height: 20px;
}


/***********************************/
/*       sectionmailinglist.aspx    /
/***********************************/

.MailingListTextArea
{
    visibility:hidden;
    left: 0; 
    top: 0; 
    position: absolute;
}

/***********************************/
/*       sectionphotoedit.aspx      /
/***********************************/

.PhotoEditPhotoPreview img
{
    width: 150px;
}

/***********************************/

a
{
	color: #fdb112;
	text-decoration: none;
}
        
a:hover
{
	color: #993300;
}

ul
{
	color: #993300;
	font-size: 12px;
}

.VotingControl
{
    font-size: 0.7em;
    font-family: Verdana,Arial;
}

.buttonstyle
{
    height:20px;
    font-family:Arial;
    font-size:11px;
}

.btnContentSave
{
    width: 49%;
}

.btnContentPublish
{
    width: 49%;
}

.adminsection
{
    border:solid 1px #8cfb01; 
    background:#376202;
    color: white;
    padding:4px;
    text-align:left;
    font-size:smaller;
}

.adminsection a
{
	color: white;
	text-decoration: none;
}
        
.adminsection a:hover
{
	color: black;
}

.adminbutton
{
    border: 3px white outset;
    background:#376202;
    color: white;
    font-size:smaller;
    text-align:center;
    padding: 0 2px;
}

.btnCopyToClipboard:hover
{
    color: white;
}

.Flajaxian_FileBoxFileList
{
    color: black;
}

.PhotoItem td.PhotoGalleryCell
{
    background-color: #000000;
    text-decoration: none;
    vertical-align:text-top;
}

.PhotoItem td.PhotoGalleryCell:hover
{
    background-color: #3e2288;
}

.PhotoItem td.PhotoGalleryCell a
{
    color: #fdb112;
}

.PhotoItem td.PhotoGalleryCell:hover a
{
    color: #993300;
}

.PhotoCell img
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
}

.PhotoCell:hover img
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}