﻿

*, html, body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, table, td 
{
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal; 
}

ul 
{
	list-style-type: disc;
	list-style-position: outside;
	padding: .5em 0px .5em 1.5em; 
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
	padding: .5em 0px .5em 1.5em; 
}

ul li ul li
{
	list-style-type:circle;
	list-style-position: outside;
	padding: 0px 0px 0px 1.5em; 
}

ul li ul li ul li
{
	list-style-type:square;
	list-style-position:outside;
	padding: 0px 0px 0px 1.5em; 
}




body 
{
	background: transparent url(http://www.liifund.org/IMAGES/backgroundImages/LIIF-Background-pattern.gif) repeat left top; 
}

#pnlAuthControls
{
	text-align:right;
	width:100%;
}

#masthead
{	
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
}

#menuControls
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainWrapper 
{
	background: transparent url(http://www.liifund.org/IMAGES/backgroundImages/mainWrapper-dropShadow.gif) repeat-y left top;
	margin: 0px auto 0px auto;
	width: 820px; 
}

#main 
{
	background: #FEFEDC;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 10px;
	min-height: 400px;
}

#loginArea
{

	border: solid 1px #008000;
	width: 300px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	position:relative;
	left: 220px;
}

#footer 
{
	background: #063 url(http://www.liifund.org/IMAGES/backgroundImages/footerBackground.gif) repeat-x left top;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center;
}

#changePassword
{
	width: 757px;
	position: relative;
	border: solid 1px #008000;
	background: #FEFEDC;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	display: none;
	z-index: 500;
}

/* classes */

.errorContainer
{
	width: 773px;
	color: Red;
	border: dashed 1px red;
	padding: 2px 2px 2px 2px;
	background-color: White;	
	margin: 5px 0px 10px 0px;
}

.successContainer
{
	width: 773px;
	color: Blue;
	border: dashed 1px Blue;
	padding: 2px 2px 2px 2px;
	background-color: White;	
	margin: 5px 0px 10px 0px;
}

.showHideDiv
{
	width: 90%;
	border: solid 1px #008000;
	margin: 10px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	display: none;
}

.controlButton
{
	border: solid 1px #008000;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	background: #C8D8C5;	
}



/* link styles */

a:link, a:visited 
{
	color: #008000;
	text-decoration: none;
	font-weight:bold;
} 

a:hover, a:focus 
{
	color: #F18506;
	text-decoration: underline; 
	font-weight:bold;
}


/*  fonts and types */

.right
{
	text-align:right;
}

.error
{
	color: Red;
}

.success
{
	color: Blue;
}

.footer
{
	color: White;
}

