html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #111111;
}

h1
{
	//font-size: 20px; /*IE*/
	color: #3B5998;
}

h2
{
	font-size: 13px;
	color: #3B5998;
}
h3
{
	font-size: 11px;
	color: #3B5998;
}

.bigheading
{
	font-weight: bolder;
	font-size: 18px;
	color: #3B5998;
}

.heading
{
	font-weight: bolder;
	font-size: 15px;
	color: #3B5998;
}

.smallheading
{
	font-weight: bolder;
	font-size: 12px;
	color: #3B5998;
}

.title
{
	font-size: 20px;
	color: #3B5998;
}

.tinytext {
		font-size: 9px;
}

#wrapper
{
	width: 710px;
	margin: 10px auto;
	border: 2px solid #EEE;
	background-color: #FFF;
	text-align:left;
}

#splashbanner
{
	height: 80px;
	//border-bottom: 1px solid #3B5998;
	background-image: url(../images/blsplash.jpg);
	background-repeat: no-repeat;


}

#banner
{
	height: 60px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#bannertext
{
	font-size: 30px;
	color: #3B5998;
}

#nav
{
	height: 20px;
	border-bottom: 1px solid #3B5998;
}

#footer
{
	clear: both;
	height: 15px;
	margin-top: 20px;
	background-color: #EEE;
}
	
.container
{
	width: 709px;
	//width: 99%;
	//float: auto;
}

.leftcol
{
	float: left;
}

.rightcol
{
	float: right;
}

.formbox
{
	width: 350px;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box
{
	width: 350px;
	border: 1px solid #DDD;
	margin-top: 5px;
	//margin-left: -2px; /*Internet Explorer*/
	margin-bottom: 5px;
}

.box .top
{
	border-bottom: 1px solid #FEF;
	font-size: 13px;
	color: #3B5998;
}

.thecenter
{

	width: 500px;
	border: 1px solid #DDD;
	margin-top: 5px;
	//margin-left: -2px; /*Internet Explorer*/
	margin-bottom: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

.thecenter .top
{
	border-bottom: 1px solid #FEF;
	font-size: 13px;
	color: #3B5998;
}



.widebox
{
	width: 690px;
	border: 1px solid #DDD;
	margin: 10px 10px;
	padding: auto;
/*
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right; 5px;
*/
}

.widebox .top
{
	border-bottom: 1px solid #FEF;
	//background-color: #EEE;
	font-size: 13px;
	color: #3B5998;
}

.linebox
{
	width: 709px;
	border: 0px;
	float: left;
}

.kioskcart
{
	width: 325px;
	border: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right; 5px;
	float: left;
}

.kioskcart .top
{
	border-bottom: 1px solid #FEF;
	//background-color: #EEE;
	font-size: 13px;
	color: #3B5998;
}

.kiosk
{
	width: 600px;
	margin: 10px auto;
	border: 1px solid #000;
	//text-align:center;

/*
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right; 5px;
*/
	//float: left;
}

.kiosk .top
{
	border-bottom: 1px solid #FEF;
	//background-color: #EEE;
	font-size: 13px;
	color: #3B5998;
}

.kiosk .displaywindow
{
/*
	text-align:center;
	margin: 10px auto;
*/
}

.fieldname
{
	//clear: both;
	float: left;
	//margin: 2px;
	padding-bottom: 2px;
}

.fieldinput
{
	//clear: both;
	float: right;
	//margin: 2px;
}

.item
{
	clear: both;
	float: left;
	padding: 4px;
}
.options
{
	padding: 2px;
	float: right;
}

.edit
{
	//background-color: #5082C6;	
	background-color: #EEE;
	//border: 1px dotted #69c;
}

.panels
{
	font-size: 12px;
        text-align: center;
        padding: 0px 0px;
        margin: 10px 20px 10px;
        border-bottom: solid 1px #3B5998;
}

.panels div
{
        display: inline;
        padding: 0px;
        margin: 0px;
}
* html .panels div {margin: 0 3px;}


.panels a
{
        margin: 0px;
        padding: 2px 5px; 
	border-right: solid 1px #000000;
	background-color: #69c;
}

.panels .activepanel
{
	background-color: #69c;
	margin: 0;
}

.panels .activepanel a
{
        text-decoration: none; 
        color: white; 
	background-color: #69c;
	margin: 0;
}

.panels .activepanel a:hover
{
        text-decoration: none; 
	margin: 0px;
	background-color: #036;
	margin: 0;
}

.panels .inactivepanel a:hover
{
        background: #D8DFEA;
        text-decoration: none; 
}

.panels .disabled
{
        color: #c0c0c0;
        margin: 0px;
        padding: 4px;
        text-decoration: none;
}
.panels .activepanel A:link {text-decoration: none; color: white;}
.panels .activepanel A:visited {text-decoration: none; color: white;}
.panels .activepanel A:active {text-decoration: none; color: white;}
.panels .activepanel A:hover {text-decoration: none; color: white;}

div.float
{
	float: left;
	margin: auto;
	padding: auto;
}
  
div.float p
{
	text-align: center;
	margin: auto;
	padding: auto;
}

div.spacer
{
  //clear: both;
}

.messagebackdrop
{	
	filter:alpha(opacity=40);
	opacity:0.5;
	background-color:#3B5998;
	z-index:1;
	position:absolute;
}
.message
{
	border:2px solid #888;
	z-index: 20;
	position:absolute;
	background-color:#FFF;
	padding:2px;
	//font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.infodiv
{
	border:2px solid #888;
	z-index:30;
	position:absolute;
	background-color:#FFF;
	padding:2px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
}
.newsline
{
	padding: 2px;
	font-size: 12px;
}
.teamname
{
	font-size: 15px;
	color: #3B5998;
}
.smteamname
{
	font-size: 11px;
	font-weight: bolder;
	color: #3B5998;
}
.selectedtradeplayers
{
	font-size: 14px;
	color: #4B0082;
}
.fortradeplayers
{
	font-size: 14px;
	color: #27408B;
}
.playername
{
	font-size: 14px;
	color: #27408B;
}
.teamtitle
{
	font-size: 18px;
	font-weight: bolder;
	color: #3B5998;
}
.badnews
{
	font-size: 14px;
	color: #66B;
}
.goodnews
{
	font-size: 14px;
	color: #767;
}
.score
{
	font-size: 14px;
	color: #4B0082;
}
.eventtime
{
	font-size: 9px;
	color: #BBB;
}
.increase
{
	font-size: 16px;
	color: #006400;
}
.decrease
{
	font-size: 16px;
	color: #B22222;
}
.number1
{
	font-size: 16px;
	color: #FF6600;
}
.word1
{
	font-size: 16px;
	color: #551A8B;
}
.word2
{
	font-size: 16px;
	color: #009900;
}
.college
{
	font-size: 17px;
	color: #AA6600;
}
.and
{
	font-family: Arial;
	font-size: 17px;
	color: #FFB00F;
}
.rubitin
{
	font-weight: bolder;
	font-size: 15px;
	color: #9E0508;
}
.timer
{
	width: 30px;
	height: 30px;
	border: 1px solid #EEE;
	font-size: 17px;
	color: #27408B;
	text-align:center;
}
.closebox
{

	font-family: arial-black;
	font-weight: bolder;
	text-align: center;
	width: 20px;
	//height: 20px;
	border: 0px;
	font-size: 17px;
	color: #3B5998;	
}

.optionbox
{
	//font-family: arial-black;
	font-weight: bolder;
	text-align: left;
	font-size: 12px;
	width: 300px;
	border: 1px solid #EEE;
	color: #3B5998;	
}
.redlink
{
	font-weight: bolder;
	font-size: 15px;
	color: #9E0508;
}

.optionbox:hover
{
	border: 1px solid #EEE;
	background-color: #3B5998;
	color: #FFF;	
}


.closebox .heading {
	font-size: 12px;
	text-align: left;
}

.optionbox .subline {
	font-size: 9px;
}

.closebox:hover
{
	border: 1px solid #EEE;
	background-color: #3B5998;
	color: #FFF;	
}


.centerbox
{
	width: 176px;
}

.centerbox .inside
{
	width: 176px;
}

a:link {text-decoration: none; color: #000066;}
a:visited {text-decoration: none; color: #000066;}
a:active {text-decoration: none; color: #000066;}
a:hover {text-decoration: underline; color: #000066;}