#practiceServiceMenu input[type="checkbox"]
{
	padding-top: 0;
	margin-top: 4px;
}

#practiceServiceMenu label
{
	color: white;
	margin-right: 15px;
	position: relative;
	top: -2px;
}

#otherLinks
{
	float: right;
	width: 150px;
	text-align: center;
}

ul.newsList
{
	width: 725px;
}

ul.newsList li
{
	list-style-type: none;
	padding: 10px;
	margin: 5px 0;
}

ul.newsList li.even
{
	background-color: #f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#mainBody ul.newsList h1
{
	font-size: 14px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 0;
	line-height: 14px;
	max-height: 27px;
	overflow: hidden;
}

ul.newsList .icon
{
	float: left;
	margin-right: 0px;
	height: 25px;
	width: 32px;
	padding-top: 7px;
	background-color: #283f6e;
}

ul.newsList .type
{
	float: right;
	font-weight: bold;
	color: #283f6e;
}

ul.newsList .type img
{
	position: relative;
	top: 4px;
}

ul.newsList .pr .icon { background-color: #416524;}
#mainBody ul.newsList .pr h1 { border-color: #416524;}
ul.newsList .pr .type { color: #416524;}

ul.newsList .blog .icon { background-color: #883434;}
#mainBody ul.newsList .blog h1 { border-color: #883434;}
ul.newsList .blog .type { color: #883434;}

ul.newsList .ai .icon { background-color: #a7911a;}
#mainBody ul.newsList .ai h1 { border-color: #a7911a;}
ul.newsList .ai .type { color: #a7911a;}

ul.newsList .twitter .icon { background-color: #ab432e;}
#mainBody ul.newsList .twitter h1 { border-color: #ab432e;}
ul.newsList .twitter .type { color: #ab432e;}

#mainBody ul.newsList .byline
{
	margin-bottom: 3px;
	margin-left: 37px;
}

#mainBody ul.newsList p
{
	margin-bottom: 0;
	line-height: 15px;
}

ul.newsList a
{
	text-decoration: none;
}

ul.newsList a:hover
{
	text-decoration: underline;
}

.summary
{
	display: none;
}

.fields
{
	padding: 7px 0;
}

input.datePicker
{
	width: 70px;
}

#mainBody h2
{
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 18px;
}

img.enlargeable
{
	cursor: pointer;
}

div.imgPopup
{
	position: absolute;
	background-color: white;
	padding: 10px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px #666;
	z-index: 101;
	cursor: pointer;
}

div.imgPopup p
{
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
}
