//Living Prairie stylesheet
//Authored by Sumit Vijayvergiya
//Updated: Sept 27 2003
//All Living Prairie specific styles are prefixed with "l" for "local".

BODY {
	font-family : Arial, sans-serif;
	<!--font-size:75%;-->
}
TD {
	font-family: Arial, sans-serif;
	<!--font-size:75%;-->
}

/* CURSOR */

.lHandButtOn {
	cursor: hand;
}
.lHandButtOff {
	cursor: pointer;
}

/* BORDERS */

.lBord999999All {
	border-color:#999999;
	border-style: solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.lBord999999T {
	border-color:#999999;
	border-style: solid;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}
.lBord999999B {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
}
.lBord999999L {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
}
.lBord999999R {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
}
.lBord999999RB {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
}
.lBord999999LR {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
}
.lBord999999LB {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.lBord999999TB {
	border-color:#999999;
	border-style: solid;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
}
.lBord999999LRB {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.lBordBCC9933 {
	border-color: #CC9933;	
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.lBordTBCC9933 {
	border-color: #CC9933;	
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.lBordDCC9933 {
	border-color: #CC9933;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F1F1F1;
}
.lDashedGray {
	border-color: #CC9933;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F1F1F1;
	font-size:14px;
	td.align:center;
	td.valign:top;
}
.lTinyTable {
	font-size:14px;
	td.align:center;
	td.valign:top;
}
.lGreyBucket {
	border-color:#999999;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	background-color: #F1F1F1;
}
.lImgBord999999 {
	border-color: #999999;	
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* FONTS */

.lUnderline {
	text-decoration:underline;
}
.lHoverOnly {
	a.link	{text-decoration:none;}
}
a.lHoverOnly:visited	{
	text-decoration:none;
}
a.lHoverOnly:hover {
	text-decoration:underline;
}
a.lHoverOnly:active	{
	text-decoration:none;
}
.lSmall {
	font-size:90%;
}
.lFeatDesc {
	font-size:90%;
	color:#666666;
}
.lFeatTitle {
	font-size:90%;
	color:#CC9933;
}
.lFeature {
	font-size:85%;
	color:#666666;
	font-style:italics;
}
.lItemDesc{
	color:#666666;
}
.lSubTitle1 {
	color:#CC9933;
	font-weight:bold;
}
.lSubTitle2 {
	color:#666666;
	font-weight:bold;
}
.lSubTitle3 {
	color:#999999;
	font-weight:bold;
}
.lSubTitle4 {
	color:#CC3434;
	font-weight:bold;
}
.lSubTitle5 {
	font-size:125%;
	color:#CC3434;
	font-weight:bold;
}
.lSubTitle6 {
	font-size:125%;
	color:#CC9933;
	font-weight:bold;
}
.lSubTitle7 {
	color:#000000;
	font-weight:bold;
}
.lSubTitle8 {
	color:#333399;
	font-weight:bold;
}
a.lSubTitle3:link {text-decoration:none;color:#999999;}
a.lSubTitle3:visited {text-decoration:none;color:#999999;}
a.lSubTitle3:hover {text-decoration:none;color:#999999;}
a.lSubTitle3:active {text-decoration:none;color:#999999;}

.lExternLink {
	color:#999999;
}
a.lExternLink:link {color:red;}
a.lExternLink:visited {color:#800000;}
a.lExternLink:hover {text-decoration:none;color:red;}
a.lExternLink:active {color:red;}

.lRedLink {
	color: red;
}
	a.lRedLink:visited	{
		text-decoration:underline;
		color: red;
	}
	a.lRedLink:hover {
		text-decoration:underline;
		color: red;
	}
	a.lRedLink:active	{
		text-decoration:underline;
		color: red;
	}
	a.lRedLink:link {
		text-decoration:underline;
		color: red;
	}



/* TABLE CELL HILIGHTING */

.lHilight {
	background-color:yellow;
}

.lOddRow{
	background-color:#FFFFFF
}
.lEvenRow{
	background-color:#F1F1F1
}
.lRowOn{
	background-color:#CCCCCC
}
.lMenuCellOff {
	background-color: #999966;
	cursor: hand;
	font-size: 75%;
    color:FFFFFF;
    font-weight:bold;
}
.lMenuCellOn {
	background-color: #336699;
	cursor: hand;
	font-size: 75%;
    color:FFFFFF;
    font-weight:bold;
}


/* BULLETS */

.lBullet1 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../../images/icons/icon_flower_1.gif)
}
.lBullet2 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../../images/icons/icon_flower_2.gif)
}
.lBullet3 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../../images/icons/icon_flower_3.gif)
}
.lBullet4 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../../images/icons/icon_flower_4.gif)
}
.lBullet5 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../../images/icons/icon_flower_5.gif)
}
