/* LOT Website styles */

/*=== Backgrounds */

.HeadBkgd
{
	color: white;
	background-color: #9999ff;
	background-image: url(images/TitleBkgnd.bmp);
}

.MenuBkgd
{
	color: White;
	background-color: #483d8b; /*DarkSlateBlue*/
}

.CopyrightBkgd
{
	color: White;
	background-color: #483d8b; /*DarkSlateBlue*/
	font-family: Verdana, Helvetia, sans-serif;
	font-size: 9px;
}

.ContentsBkgd
{
	color:Black;
	background-color : White;
}


.Slogan
{
	font-size: 20px;
	color: #0000cd; /*mediumblue*/
	font-style: italic;
	font-family: Verdana,Arial,sans-serif;
	background-color: transparent;
}

.SloganHL
{
	font-size: 20px;
	color: #1e90ff; /*dodgerblue*/
	font-style: italic;
	font-family: Verdana,Arial,sans-serif;
	background-color: transparent;
}

.HomePanel
{
	background-image: url(images/LoneOak_bkgnd1.gif);
	background-repeat: no-repeat;
}

body
{
	background : White;
	color: black;
}

/*=== Titles ===*/
.LOTTitle
{
	font-size: 24pt;
	color: white;
	font-family: Arial;
}

.Tabs
{
	font-family: Verdana, Helvetia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color : #483d8b; /*DarkSlateBlue*/
}

td.SelectedTab
{
	background : White;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px white;
	height:22px;
	color : #483d8b; /*DarkSlateBlue*/
}

td.OtherTabs
{
	background: DarkGray;
	border: solid 1px black;
	height: auto;
}

a.SelectedTab
{
	color : #483d8b; /*DarkSlateBlue*/
}

a.OtherTabs
{
	color : White;
}

/* === Links === */
.MenuLinks
{
	font-family: Verdada, Helvetica, Sans-Serif;
	font-size: 13px;
	color: White;
}

a.MenuLinks:link
{
	text-decoration: none;
	color: White;
}

a.MenuLinks:visited
{
	text-decoration: none;
	color: #d3d3d3; /*LightGray*/
}

a.MenuLinks:active
{
	text-decoration: none;
	color: White;
}

a.MenuLinks:hover
{
	text-decoration: underline;
	color: White;
}

.LinksTitle
{
	font-family: Verdada, Helvetica, Sans-Serif;
	font-size: 16px;
	color: White;
}


