BODY
{
	font-family: Arial;
	font-size: 10pt;
	<?php
	if(@$_GET['from']!="editor") echo "background-color: navy;";
	?>
}

TABLE
{
	border-collapse: collapse;
}
P,FONT
{
	background-color:white;
}
P
{
	padding-top: 0px;
	margin-top: 0px;
}
HR
{
	border-top: 2px dotted #6C7DAB;
      color: #fff;
      background-color: #fff;
      height: 2px;
      width: 95%;
      text-align: center;
}
.heading1
{
	color:#001C6F;
	font-size: 16pt;
}
.heading2
{
	color:#001C6F;
	font-size: 14pt;
}
.heading3
{
	color:#001C6F;
	font-size: 10pt;
	font-weight: bold;
}
.heading4
{
	color:#7F92BA;
	font-size: 12pt;
	font-weight: bold;
}
.heading5
{
	color:#7F92BA;
	font-size: 10pt;
	font-weight: bold;
}
.heading6
{
	color:#CB1410;
	font-size: 12pt;
	font-weight: bold;
}
#junior_table
{
	border: 1px solid black;
	background-color: #FEFF99;
	border-collapse: collapse;
}
#junior_table TD
{
	border: 1px solid black;
	padding: 3px;
}
#junior_table TR:first-child TD
{
	background-color: #FFE44A;
}
#junior_table2
{
	border: 1px solid black;
	background-color: #FFE44A;
	border-collapse: collapse;
}
#junior_table2 TD
{
	border: 1px solid black;
	padding: 3px;
}
#junior_table2 TR:first-child TD
{
	background-color:#FEFF99;
}
#ticker
{
	color: #CB1410;
}
#ticker A
{
	#CB1410
}
a:hover
{
	color:#CB1410;
}

.error
{
	color:red;
}

P
{
	margin-bottom:3pt;
}

EM
{
	color:red;
	font-weight:bold;
	font-style:normal;
}

SMALL
{
	font-size:10px;
}

.logout {
	color: #33CC33;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px;
}
/*News CSS*/

.news 
{
	margin: 10px 5px 10px 5px;
	padding: 0;
	font-size: 8pt;
	padding-bottom: 8px;
	border: 1px solid #868F95;
	border-bottom: 5px solid #868F95;
}

.news H3
{
	font-size: 10pt;
	font-weight: bold;
	margin:0;
	padding: 2px 2px 2px 10px;
	background-color: #868F95;
	color: white;
}

.news H4
{
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	margin:0;
	margin-bottom: 15px;
	margin-right: 3px;
	margin-top: 2px;
}

.story
{
	margin: 3px;
}

/*end news*/

INPUT 
{
	margin: 2px;
}

.okay
{
	color: #00FF33;
}

#Logout
{
	position:relative;
	color:red;
	top:-160px;
	left:750px;
	width:60px;
}

#Content
{
	height: 513px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	background-color: #FFF100;
	
	border-left: 1px solid #011D70;
	border-right: 1px solid #011D70;
	border-bottom: 1px solid #011D70;
}
#Content IMG
{
	margin-right: 10px;
}
#Content2
{
	background-image: url("../images/junior_middle.jpg");
	padding-left: 10px;
	padding-right: 10px;
}
#Sponsors
{
	background-color: #FFFFFF;
	height: 640px;
	width: 160px;
	text-align: center;
	font-size: 15px;
	color: #041C81;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
.Sponsors_imgs
{
	background-color: #FFFFFF;
	margin-right: 3px;
	padding-top: 25px;
}
#title
{
	color: #001C6F;
	font-size: 25px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 20px;
}
#table_style TD
{
	background-color: #FFE543;
}
#Logout a{
	color: #fff;
}
#Navbar A
{
	
	
	height:27px;
	text-decoration:none;
	margin:0;
	padding:0;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin-bottom:0px;
	/*background-image: url('../images/button_up.gif');*/
	background-repeat: no-repeat;
	color: #FFFFFF;
	
}
#Navbar A:hover
{
	text-decoration:underline;
}
/*for non-ie*/
#Navbar
{
	text-align:left;
	padding-left:5px;
	width:1000px;
}
a.toplink
{
	color:white ;/*important*/
	font-size:12px;
	border-right: 3px dotted #FFF;
	text-align:left;
	letter-spacing:0.2px;
}

.anylinkcss a
{
	width: 120px;
	font-size:12px;
	display:block;
	background:#001C72;
	color:#FFFFFF;/*important*/
	text-decoration:none;
	margin: 0;
	padding: 3px;
	top: 3px;
	left: -15px;
	text-align:left;
	border: none;
}
.anylinkcss
{
	display: block;
	left: -15px;
	padding: 3px;
	position:absolute;
	background:#001C72;
	z-index:10;
	border-top: 1px solid #7F93B8;
}

/*---------------*/
.tinyTable
{
	border-collapse: collapse;
	border: 1px solid black;
}
.tinyTable TH
{
	background-color: #FFF100;
	color: #000;
	border: 1px solid black;
}
.tinyTable TD
{
	background-color: #fff;
	color: #000;
	border: 1px solid black;
}
