﻿/* PNT blue = #0065BD   PNT gray = #818A8F   Mario sky blue = #5482E4*/

body
{
	background-color: #5482E4;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS' , Tahoma, Sans-Serif;
	font-size: 14px;
}

.LogoTD 
{
	border-bottom: 1px blue;
}

.FooterTD
{
	text-align:center;
	vertical-align:top;
	color: Silver;
	font-size: 11px;
	height: 220px;
	background-image: url(images/mario_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
.Content
{
	background-color: Gray
}

A
{
	color:#0065BD;
}

A: visited
{
	color:#0065BD;
}

.Logon
{
	font-size: 11px;
	color: white;
}


/*  Quick Search */
.QuickFindPanel
{
	background-color: White;
}

.QuickFind
{
	color: #0065BD;
	background-color: white;
}

.QuickFindNoText 
{
	color: #0065BD;
	background-color: #A1AAAF;
}



.autocomplete_completionListElement 
{  
	background-color : Silver;
	visibility : hidden;
	margin : 0px!important;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	list-style-type : none;
	text-align : left; 
	overflow : auto;
}

.autocomplete_highlightedListItem
{
	background-color: blue;
	color: White;
	padding: 1px;
	list-style-type: disc;
	list-style-image: url(images/quickfind_n.png);
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}





/* Side Menu (activities) */ 
.SideMenuTD 
{
	text-align:left;
	width: 100px;
	vertical-align:top;
}

.MenuSide
{
	padding-left: 8px;
	padding-right: 8px;
}

.MenuSideItem
{
	background-image: url(images/mario_sidemenu.png);
	height: 32px;
	width: 100px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	font-weight: bold;
}

.MenuSideItem A:link
{
	background-image: none;
}

.MenuSideItem A:visited
{
	background-image: none;
}

.MenuSideItemHover
{
   background-image: url(images/mario_sidemenu_over.png);*
}



/*  Top Menu (game system list) */
.TopMenuTD 
{	
	height: 32px;
}

.MenuTop
{
	background-image: url(images/mario_brick.gif);
	background-repeat: repeat;
	padding-left: 8px;
	padding-right: 8px;
}

.MenuTopItem
{
	height: 32px;
	background-color: #FC9838;
	color:#C84C0C;
	padding-left: 4px;
	padding-right: 4px;
	border: solid 1px black;
	font-weight: bolder;
}

.MenuTopItemHover
{
	background-color : Yellow;
    border: solid 1px #FC9838;
}



/* Accordians */
.Accordian
{ 
	border: solid 1px #Fc9838;
}

.AccordianContent
{
	background-color:Gray;
}

.AccordianHeader
{
	background-color:Blue;
	color:White;
}
