
/* 
LAMEDICAID.COM and LMMIS Global StyleSheet

SideBar		Left Index
Header		Top of page
Main		Main body

LIFT 4570 KJP 06/06/2007
Added LoginTable class for Provider Login Button
Re-ordered A styles to make links always change to black even after visited 

*/

IMG.Logo
{
    MARGIN-LEFT: 50px;
    MARGIN-TOP: 30px
}
BODY
{
    BACKGROUND-COLOR: #fff2e6;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
#header
{
    BOTTOM: auto;
    HEIGHT: 150px;
    LEFT: 0px;
    POSITION: absolute;
    RIGHT: 0px;
    TOP: 0px;
    WIDTH: 575pt
}
#sidebar
{
	font-size: 8pt;
	right: auto;
	left: 0px;
	margin: 1mm;
	width: 14em;
	color: black;
	bottom: 100px;
	line-height: 25px;
	font-family: Arial;
	position: absolute;
	top: 125px;
	height: auto;
	background-color: #fff2e6;
	text-align: left;
}

#main
{
    BOTTOM: 100px;
    HEIGHT: auto;
    POSITION: absolute;
    RIGHT: auto;
    TOP: 25px;
    WIDTH: auto
}
#footer
{
    BOTTOM: 0px;
    HEIGHT: 7px;
    LEFT: 0px;
    POSITION: absolute;
    RIGHT: 0px;
    TOP: auto;
    WIDTH: 100%
}

A:link
{
    COLOR: firebrick;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: firebrick;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
A:hover
{
	color: black;
	font-family: Arial;
	text-decoration: underline;
}
H3
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bolder;
    LINE-HEIGHT: 5mm;
    TEXT-DECORATION: none
}
P
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal
}
.Button_Next
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    BORDER-LEFT: thin outset;
    CURSOR: hand;
    COLOR: firebrick;
    BORDER-BOTTOM: thin outset;
    BACKGROUND-COLOR: #fff2e6
}
#warning
{
    BORDER-BOTTOM: firebrick thin solid;
    BORDER-LEFT: firebrick thin solid;
    BORDER-RIGHT: firebrick thin solid;
    BORDER-TOP: firebrick thin solid;
    COLOR: firebrick;
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    LINE-HEIGHT: 10px;
    MARGIN-TOP: 1mm;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 4px;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    WIDTH: 14em
}
#headerline
{
    COLOR: black;
    FONT-FAMILY: Arial;
    HEIGHT: 6px;
    LINE-HEIGHT: normal;
    MARGIN: 14px 1px 1px;
    POSITION: absolute;
    TEXT-DECORATION: none;
    TOP: 24mm;
    WIDTH: 100%
}
input 
{
	font-size:7pt;
	height:20px;
	font-family:Verdana;
}

#sidebar input
{
	font-size:7pt;
	height:18px;
}

#sidebar .techsupport
{
	font-size: 8pt;
	font-weight: bold;
}

#sidebar .indextable
{
	margin-top: 3px;
	font-size: 8pt;
}

#sidebar .indextable td
{
	padding-bottom: 2pt;
	padding-top: 2pt;

}

#sidebar .logintable
{
	font-size: 8pt;
	border: none;
	border-color: green;
}

#sidebar .logintable td
{
	padding-bottom: 2pt;
	padding-top: 2pt;
	color: White;
	text-decoration: none;
	background-color: red;
}

#sidebar .logintable td a
{
	COLOR: white;
    FONT-FAMILY: Arial;
	text-decoration: none;
}

#sidebar .logintable td a:link a:visited
{
	COLOR: white;
    FONT-FAMILY: Arial;
	text-decoration: none;
	background-color: red;
}

#sidebar .logintable td A:hover
{
	color: firebrick;
	font-family: Arial;
	background-color: red;
	text-decoration: none;
}

