﻿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;
}

bodyBkp
{
	background-color: #aabba1;
	background-image: url(Images/TileBackground.gif);
	background-repeat: repeat;
	font-family: Verdana;
	color: black;
	font-size: small;
	border-width: thick;
	margin-left: 60px;
}

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:small;
	color:Maroon;
	font-weight:bold
}

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:Fuchsia;
	text-decoration: none
}

a.AppLink
{
	color:#003300; 
	font-weight:bold;
}

table
{
	background-color:#003300;
	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;
	text-align:left;
	font-family:Verdana;
}

table.SmallFont
{
	background-color:White;
	font-family:Verdana;
	color:Black;
	font-size:10px;
}

table.BorderTable
{
	border-bottom-style:dotted;
	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;
} 

.txtSmallFont
{
	font-family:Verdana;
	color:Black;
	font-size:10px;
}

.DefaultFont
{
	background-color:White;
	font-family:Verdana;
	color:Black;
	font-size:8pt;
}

.UploadControlFont
{	
	font-family:Verdana;
	color:Black;
	font-size:small;
}

.modalBackground
{
	background-color: Silver;
	opacity :0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}

.modalTextSize
{
	font-family: Verdana;
	font-size: 9pt;
	text-align:center;
}

.InvisibleLink
{
	display:none;
}

div#MainMenu
{
	color:Lime;
}

div#MainMenu2
{
	color:Lime;
}

div#LoginMenu
{
	color:Lime;
	margin-top:10px;
}