﻿body 
{
    background-color:#E5F4FC;
    color:#233b55;
    font-family:Arial; 
    font-size:75%;
}

#LCSContainer
{
	display: block;
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	
}

#LCSContent
{
	padding: 5px 10px 15px 10px;
}

#clickHere
{
	text-align:center;
	height:45px;
	width:200px; 
	border:dashed 1px #233b55; 
	padding-top:25px; 
	float: right;
	margin-right: 100px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 25px;
}

#clickHere a
{
	font-size:110%;
	font-weight:bold;
}

.LCSTitle 
{
  /*color: #00a1b0;*/
  color: #003e7e;
}

.bulletSquare
{
	list-style-type:square;
}

ul.bulletSquare li 
{
	margin-bottom: 3px;
}

.bulletDisc
{
	list-style-type: disc;
}

ul.bulletDisc li 
{
	margin-bottom: 3px;
}

#requisiteLCS
{
	margin:0 auto 0 auto;
	margin-right: 5px; 
	padding: 10px;
    -moz-border-radius: 20px;
    border: solid 3px #00a1b0;
}

.requirementSubtitle 
{
    font-size:12px; 
    font-weight:bold; 
    padding-top:10px;
    border-bottom: solid 1px #000;
}

img.floatRight
{
	float: right;
	margin: 4px;
}

.LCSValueContainer
{
	width: 490px;
	margin: 15px auto;
	padding: 5px 5px;
/*
	background-color: #0085ba;
	border: solid 1px #006fa5;
*/
	background-color: #acdedd;
	border: solid 1px #498e91;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
