/*DEFINE BASE TAGS----------------------------------------------*/
body {
	margin: 0px;
	background-color: white;
}
table {
	padding: 0px;
	margin: 0px;
}
body, p {
	margin: 0px 0px 15px;
	padding: 0px;
}
img { border: 0px; }

h2 { margin: 5px 0 5px 0; }

h4 { font-size: 11px; }

/*   Navigation */

#topnav {
	background-color: #CC0000;
	border-top: 1px white solid;
	text-align: center;
}
#topnav_table TR TD {
	height: 20px;
	padding: 0 5px 0 5px;
	border-right: 1px white solid;
	vertical-align: middle;
}

#topnav_table a {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#topnav_table a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#subnav {
	background-color: #FFCC00;
	text-align: center;
}
#subnav_table TR TD {
	height: 20px;
	padding: 0 5px 0 5px;
}

#topnav_table TR TD.selected  {
	background-color: #FFCC00;
}

#topnav_table TR TD.selected a, #topnav_table TR TD.selected a:hover{
	color: #CC0000;
}

#subnav_table TR TD a {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
#subnav_table a.selected {
	font-weight: bold;
}

#subnav_table TR TD a:hover {
	text-decoration: underline;
}

#gillette_border {
	position: relative;
	padding: 10px;	
	background-color: #E35A09;
	width: 766px;
}
#container {
	position: relative;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	padding-bottom: 7px;
	width: 766px;
	background-color: #FFFFE5;
	
/*
	margin-left: auto;
	margin-right: auto;
*/
}

#main_container {
	margin-top: 7px;
/*	border: 1px green solid;	*/
}

#left_col {
	width: 170px;
	background-color: #FFFFE5;
	text-align: center;
	padding: 0px;
	vertical-align: top;
}

#left_hand_cart {
	padding: 7px 0px 4px 0px;
	color:white;
	font-weight: bold;
}

#main_content {
/* 448 pixels wide */
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: top;
}
#right_col {
	width: 134px;
	vertical-align: top;
	background-color: black;
	text-align: center;
	padding: 0px 0px 7px 0px;
}
.justified {
	text-align: justify;
}

.pod_title {
	padding: 7px 0px 4px 0px;
}
.pod_image {
	padding: 0px 0px 7px 0px;	
}

.nav_button {
	width: 162px;
	height: 22px;
	display: block;
	background-color: #FFCC00;
	margin: 2px 0 0 4px;
	padding-top: 2px;
	text-decoration: none;
}

.nav_button:hover,  .nav_button.selected {
	background-color: #FF6600;
	text-decoration: none;
}


.nav_button2 {
	padding: 10px 0 0 0;
	display: block;
}

.nav_button_image {
	width: 164px;
	height: 22px;
}


#banner {
	height: 125px;	
	width: 766px;
	padding: 0px;
	margin: 0px;
	background-color: white;
}
#options_table {
	border: 1px solid #666666;
}
#options_table TD, #options_table TH {
	padding: 4px;
}
#options_table TH {
	text-align: left;
	background-color: #666666;
	color: white;
}
#admin_link {
	width: 750px;
	text-align: right;
	position: absolute;
	top: 10px; 
	left: 0px;
	z-index: 10;
}
.admin_link_span {
	font: 10px/12px Verdana, sans-serif;
	background: url("/i/50_pc_white.png");	
	padding: 2px;
	line-height: 16px;
}
.update_form, .update_form tr td, .update_form input, .update_form textarea, textarea, .shop_form select {
	font: 10px/13px Verdana, Arial, sans-serif;
}
.update_form tr td {
	vertical-align: top;
	background: #ddd;
	padding: 2px;
}
.white_border {
	border: 1px white solid;
}
.white_border_left {
	border-left: 1px white solid;
}


/*TEXT CLASSES ALL PAGES----------------------------------------------*/
TR TD, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;

}

a:link {
	color: #003352;
}


a:hover {
	color: #012134;
	text-decoration: underline;
}

input {
	font-family: verdana, sans-serif;
	font-size: 10px;
}

/*---------*/
.tiny_text
{
	font: 9px/13px Verdana, Arial, sans-serif;
}



/*---------*/

.overscore { border-top: 1px solid #B8B8B8; }
.underscore { border-bottom: 1px solid #B8B8B8; }

/******* ADMIN *********/
#breadcrumbs {
	margin-bottom: 10px;
}

table.admin_buttons TR TD A {
    display: block;
    color: #00267F;
    background-color: #e3e3e4;
    border-bottom: 1px solid #c3c3c4;
    border-right: 1px solid #c3c3c4;
    padding: 3px;
    text-decoration: none;
    margin-bottom: 2px;
}
table.admin_buttons TR TD A:hover {
    background-color: #c3c3c4;
    text-decoration: none;
}

.markup_help TR TD{
	border: 1px #999 solid;
	vertical-align: top
}
.error {
	color: red;
}

.editable_area {
	border: 1px blue solid;
	margin: 0px;
	padding: 0px;
}
.edit_link, a.edit_link {
	font: 10px/12px Verdana, sans-serif;
	background-color: blue;
	color: white;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
#fixtures_edit_table {
	border: 1px #999999 solid;
	border-bottom: none;
	width: 100%;
	font-size: 10px;
}
#fixtures_edit_table TR TD, #fixtures_edit_table TR TH {
	padding: 3px;
	width: 150px;
	text-align: left;
}
#fixtures_edit_table TR TH {
	background-color: black;
	color: white;
}
#fixtures_edit_table TR TD {
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

#fixtures_edit_table TR TD input, #fixtures_edit_table TR TD select {
	font-family: verdana;
	font-size: 10px;
}

#fixtures_edit_table a {
	font-size: 10px;
}	
/* ########## FIXTURES ###### */
#fixtures_table {
	width: 100%;
}
#fixtures_table TR TD, #fixtures_table TR TH {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	border: 1px #ccc solid;
}
#fixtures_table TR TH {
	background-color: #666666;
	color: white;
}
#fixtures_table TR.header TH {
	background-color: black;
}
#fixtures_table h4 {
	margin: 10px 0 5px 0;
	padding: 0px;
}
/* ########## LEAGUE TABLE ###### */
#league_table {
	width: 100%;
}
#league_table TR TH {
	background-color: #666666;
	color: white;
}
#league_table TR TD, #league_table TR TH {
	text-align: right;
	padding: 4px;
	border: 1px #ccc solid;
}
.cart_contents {
	background-color: #AAAAAA;
}
.cart_contents TR TD {
	background-color: #FFFFE5;
	vertical-align: top;
	padding: 2px;
}

TABLE.cart_contents TR TD.grand_total {
	background-color: #666666;
	color: white;
	font-weight: bold;
}
TABLE.cart_contents TR TD.totals {
	background-color: #DDDDDD;
	color: black;
	font-weight: normal;
}

#archive_login TR TD {
	padding: 4px;
}

#archive_story_list {
/*
  border: 1px solid #666666;
*/
}

#archive_story_list TR TH {
  text-align: left;
  background-color: #666666;
  color: white;
}
#archive_story_list TR TD {
	vertical-align: top;
	padding-bottom: 20px;
}
#strip_container { 
	margin: 0 10px 0 10px;
}
#advertisement_title {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 9px;
	font-weight: bold;
	background-color: #FFFFE5;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 0 3px 0;
}

#shop_items_table TR TD {
	vertical-align: top;
	border: 1px solid #666666;
}


#shop_items_table h4 {
	margin: 2px 0 3px 0;
	background-color: #666666;
	padding: 0 0 2px 5px;
}
#shop_items_table h4 a {
	color: white;
	text-decoration: none;
}

#manage_subscribers {
	background-color: #CCCCCC;
}

#manage_subscribers TR TH {
	vertical-align: top;
}
#manage_subscribers TR TD {
	background-color: #FFFFE5;
}

#biog {
	height: 110px;
}
