﻿body
{
	background-color: #AABBA1;
	background-image: url('http://www.lreye.com/Images/TileBackground.gif');
	background-repeat: repeat;
	font-family: Verdana;
	color: black;
	font-size: small;
	border-width: thick;
}

h1 
{
	font-family: Verdana;
	font-size: large;
	color:Maroon
}

h2 
{
	font-family: Verdana;
	font-size:small;
	color:Black;
	text-decoration:underline
}

h3
{
	color:Black;
	font-family: Verdana;
	font-size:small
}

h4
{
	color:Maroon;
	text-transform:capitalize;
	font-weight:bold 
}

h5 
{
	font-family: Verdana;
	font-size: large;
	color:Maroon;
	text-decoration:underline;
}

p 
{
	background-color: rgb(250,0,255);
	font-family: Verdana 
}

a:link 
{
	color:#93FF80;
	font-style:normal;
	text-decoration: none
}
	
a:visited 
{
	color: #93FF80;
	text-decoration: none
}

a:hover 
{
	color: Orange;
	text-decoration: none
}

a:active 
{
	color: #86D67A;
	text-decoration: none
}

a:link2
{
	color:Blue
}

a:hover2
{
	color:#003300;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;	
}

a.AppLink
{
	color:#003300; 	
}

table
{
	background-color:white;
	border:0
}

table.Plain
{
	background-color:White
}

table.MainTable
{
	border:0;
	margin-left:20px;
	background-color:#FFFFFF;
	background-image: "~/Images/BkgMain.png";
	background-repeat:repeat
}

table.BorderTable
{
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:Gray;
}

table.BottomBorder
{
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:Gray;
}

table.Row
{
	font-family: Verdana;
	font-size: large;
	color:Maroon;
	text-align: center
}

img.AlignImg
{
	margin-left: 80px
}

table.Main
{
	background-image: "~/Images/background.png"
}

img:onmouseover
{
	border:2;
	color:#93FF80
}

.gotopage{
    font-size:x-small;
    width:20px;
}

.previous{
    background:transparent url(Images/prev.jpg) no-repeat scroll center;
    height:1.3em;
    width:16px;
}

.next{
    background:transparent url(Images/next.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
} 

.VisibleLink{
   color:Black;
} 

BottomBorder
{
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:Black;
}

div#MainMenu
{
	color:Lime;
}

div#MainMenu2
{
	color:Lime;
}

div#LoginMenu
{
	color:Lime;
	margin-top:10px;
}