﻿/* CSS Document */

	a{
		color: #CC0000;
		text-decoration: none;
	}
	a:link{
		color: #CC0000;
		text-decoration: none;
		font-weight: normal;
		cursor: pointer;
	}
	a:visited{
		color: #CC0000;
		text-decoration: none;
		font-weight: normal;
		cursor: pointer;
	}
	a:hover{
		color: #CC0000;
		text-decoration: none;
		background-color: #FFECEC;
		/*font-weight: bold;*/
		cursor: pointer;
	}
	a:active{
		color: #CC0000;
		text-decoration: none;	
		font-weight: normal;
		cursor: pointer;
	}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#000000;
	margin: 4px;
	text-transform: capitalize;	
}

.iframeContainer{
	width:500px;
}

.formObjList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.item{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	height: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align:top;
}
.itemAlternate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	height: auto;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align:top;
}
.itemHeader a{
	font-weight:bold;
}

.itemHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	height: auto;
	font-weight:bold;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.itemList{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 465px;
	margin-left: 10px;
	vertical-align:top;
}
.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight:bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}