﻿body {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #999999;
	text-align: justify;
}
a:active
{
	color: Navy;
	font-weight: bold;
	text-decoration:none;
}
a:link
{
	color: Navy;
	font-weight: bold;
	text-decoration:none;
}
a:visited
{
	color: Navy;
	font-weight: bold;
	text-decoration:none;
}
a:hover
{
	color: #0066ff;
	font-weight: bold;
}
table 
{
	background-color:White;
	border-style:none;
	
}

.mediaplayer {
	border: 2px solid black;
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid black;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/*
	Working Page
*/
td.WorkingPage
{
	height: 100%;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}

/* 
	Main Menu
*/
td.MainMenu
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;	
	color: black;
	width: 200px;
	height: 100%;
	vertical-align: top;
}

/* 
	Main Menu
*/
td.RightPanel
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;	
	color: black;
	width: 150px;
	height: 100%;
	vertical-align: top;
}

/*
	Seperator columns/rows
*/
td.VerticalSeperator
{
	height: 2px;
}
td.HorizontalSeperator
{
	width: 20px;
}

h1 {
	font-family: Arial;
	font-size: 13px;
	color: #FD0100;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

/*================================================================================*/
/* top menu with tabs */
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid black; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid black;
}

#modernbricksmenu2 a:hover{
background-color: #F50101; 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #F50101; 
color: white;
border-color: black; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desi#F50101 */
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid black;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid black;
background-color: #F50101;
}

