body 
{
	color:			#333333;
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	line-height:	150%;
	height:			100%;
}

a
{
	font-size:10pt;
	color: #FFFFFF;
}

.Label
{
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		8pt;
}
/* ASP Table Cells */
.aspTableCell_CategoryCells1
{
	display: block;
	font-family:"Arial Black";
	color: white;
	width: 52px;
	height: 54px;
	background-image: url(../../images/LIUDD/CatCellBG.png);
	font-size: 17px;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	z-index: 3000;
	padding: 0px;
}

.aspTableCell_CategoryCells2
{
	display: block;
	font-family:"Arial Black";
	color: white;
	width: 52px;
	height: 54px;
	background-image:	url(../../images/LIUDD/CatCellBG2.png);
	font-size: 17px;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	z-index: 3000;
	padding: 0px;
}

.aspTableCell_CategoryCells3
{
	display: block;
	font-family:"Arial Black";
	color: white;
	width: 52px;
	height: 54px;
	background-image:	url(../../images/LIUDD/CatCellBG3.png);
	font-size: 17px;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	z-index: 3000;
	padding: 0px;
}

.aspTableCell_CategoryCells_Selected
{
	display: block;
	font-family:"Arial Black";
	color: white;
	width: 52px;
	height: 54px;
	background-image:	url(../../images/LIUDD/CatCellSelectedBG.png);
	font-size: 17px;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	z-index: 3000;
	padding: 0px;
}

.aspTableCell_CategoryCells_MouseOver
{
	display: block;
	font-family:"Arial Black";
	color: white;
	width: 52px;
	height: 54px;
	background-image:	url(../../images/LIUDD/CatCellSelectedBG.png);
	font-size: 17px;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	cursor: pointer;
	z-index: 3000;
	padding: 0px;
	
}

.aspTableCell_CategoryDetails_Hidden
{
	background-color:	#408000;
	color:				#FFFFFF;
	width:				0px;
	height:				0px;
	z-index:			0;
	font-size:			13px;
	font-weight:		bold;
	visibility:			hidden;
}

.aspTableCell_CategoryDetails_Show
{
	text-align:			center;
	height:				54px;
	vertical-align:		middle;
	background-image:	url(../../images/LIUDD/TableCellBG.png);
	color:				#FFFFFF;
	width:				165px;
	z-index:			2000;
	font-size:			13px;
	font-weight:		bold;
	visibility:			visible;
}

/* Tables */
.CaseStudyHeader
{
	background-color:#DCDDE1;
	background-image:url(../../images/LIUDD/caseStudy.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:59px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	width:785px;
}

.caseStudyTitle
{
	font-size:		18px;
	margin-top:		5px;
	margin-left:	140px;
}

/* div */
#caseStudyWrapper {
	border-top:2px solid #BABCC1;
	margin:10px auto;
	width:785px;
}

/*Topics */
.TopicCells
{
	margin:7px 5px 6px 5px;
	cursor:inherit;
}

.TopicCellsHover
{
	margin: 4px 11px 6px 5px;
}

.SelectedTopicMenu
{
	background-image:url("../../Images/LIUDD/TopicPannel_Selected.png");
	/*padding: 4 8 6 2;*/
}

.TopicMenuMouseOver
{
	background-image:url("../../Images/LIUDD/TopicPannel_Hover.png");
	cursor: inherit;
}

.TopicMenu
{
	background-image:url("../../Images/LIUDD/TopicPannel_Normal.png");

}

/* Confirm and Alert Boxes */

.PanelContainerClass
{
	border-right: #0342DC 1px solid;
	border-top: #0342DC 1px solid;
	border-left: #0342DC 1px solid;
	border-bottom: #0342DC 1px solid;
	background-color: #FFFFFF
}

.PanelTitleClass
{
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0054E3', EndColorStr='#98B9E9');*/
	background-image:url(../../Images/LIUDD/MenuBackground.png);
	border-bottom: #0342DC 1px solid;
	height: 20px;
	text-align: right;
}

.PanelAlertClass
{
	border-right: #0342DC 2px solid;
	border-top: #0342DC 2px solid;
	margin: 0px;
	border-left: #0342DC 2px solid;
	border-bottom: #0342DC 2px solid;
	background-color: #D5E3FF;
	height: 16px;
}

.PanelTitleLabelClass
{
	font-size: 9pt;
	font-family: Eurostile LT, MS Sans Serif, Sans-Serif;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.LabelWarningClass
{
	font-family: Arial Narrow;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	text-align: left;
	margin-left: 2px;
}

.LabelClass
{
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		11px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	margin-left: 2px;
}

/* Table Cells */
.MenuCells
{
	cursor:				pointer;
}

.MenuCellsMouseOver
{
	background-image:url(../../Images/LIUDD/MenuHoverBackground.png);
/*	background-image:	url(../../Images/LUIDD/Bar_Hover.png);*/
	background-repeat: repeat;
	cursor:				pointer;
}

.MenuCellsMain, .MenuCellsMainMouseOver, .MenuCellsMainSelected
{
	height:16px;
	vertical-align: middle;
	text-align:left;
	padding-right:10px;
	cursor: pointer;
}

.MenuCellsMain
{
	border:none 1px #002D96;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.MenuCellsMainMouseOver
{
	border:Solid 1px #002D96;
	background-image:url(../../Images/LIUDD/MenuHoverBackground.png);
	background-repeat:repeat;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.MenuCellsMainSelected
{
	border:Solid 1px #002D96;
	background-image:url(../../Images/LIUDD/MenuSelectedBackground.png);
	background-repeat:repeat;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.breadCrumbs, .breadCrumbs:active, .breadCrumbs:link, .breadCrumbs:visited, .breadCrumbs:hover 
{
	border-bottom:1px dotted #333333;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	color:#333333;
}


.CheckedBoxList
{
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		8pt;
}

.greenBtn 
{
	background-image:url(../../Images/LIUDD/greenButton.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-family:"Arial Narrow";
	font-size:10px;
	height:21px;
	letter-spacing:1px;
	line-height:21px;
	margin:2px;
	text-align:center;
	text-transform:uppercase;
	width:168px;
}

.greenBtn a {

}

.blueBtn 
{
	background-image:url(../../Images/LIUDD/blueButton.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:10px;
	height:21px;
	letter-spacing:1px;
	line-height:21px;
	margin:2px;
	text-align:center;
	text-transform:uppercase;
	width:168px;
}

.blueBtn a 
{
	color:#FFFFFF;
	text-decoration:none;
}


.blueBtnBig
{
	background-image:url(../../Images/LIUDD/blueButtonBig.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-family:Arial Narrow,Helvetica,sans-serif;
	font-size:10px;
	height:48px;
	letter-spacing:1px;
	line-height:21px;
	margin:2px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:84px;
}

.blueBtnBig a 
{
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropDownList
{
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		11px;
}

.NaviTable
{
	z-index:1000;
	background-image:url(../../Images/LIUDD/NaviBG.png);
	background-repeat: no-repeat;
}

.ShowPanelClass
{
	background-image:url(../../Images/LIUDD/ShowPanelBg.png);
	z-index: 1000;
	border: solid 1px #000000;
	position:absolute;
	padding-left: 10px;
	padding-bottom:10px
}

.PanelInfoClass
{
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		11px;
	padding:		0px 10px 0px 10px;
}

.standardlink
{
	cursor:			pointer;
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		11px;
	color:			#0000FF;
}

.NaviButtons
{
	cursor:			pointer;
}