table.crs td { 
	font-size: 11px;
	padding: 2px;
	font-family: Tahoma;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	color: black;
}

table.crs {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

table.crs td.horizontalHeaderTop {
	border-left: 0px !important;
}

table.crs td.horizontalHeaderBottom {
	border-left: 0px !important;
	border-top: 1px dashed #dcdcdc;
}

table.crs td.currency {
	width: 70px;
	text-align: center;
}

a.previousLink, a.nextLink {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
}

a.previousLink {
	float: left;
	margin-right: 20px;
}

a.nextLink {
	float: right;
	margin-left: 20px;
}

table.crs td.flags img {
	vertical-align:middle;
}

table.crs td.flags {
	text-align: center;
}

ul.checklist li { 
	font-size: 11px;
}

ul.checklist li#marked {
	background-color: #ffffe0;
}
		
ul.checklist {
	border: 1px solid #d0cece;
	list-style: none;
	height: 120px;
	overflow: auto;
	width: 300px;
}

ul.checklist, ul.checklist li {
	margin: 0;
	padding: 0; 
}

ul.checklist label {
	display: block;
	padding: 0 0.2em 0 25px;
	text-indent: -25px;
}

table.selectors td {
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
}

table.selectors td.spacing {
	width: 20px;
}

table.selectors {
	border: 1px solid #d0cece;
	margin-bottom: 15px;
}

table.selectors td.title {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0cece;
	background-color: #204a81;
	color: white;
}

table.selectors td.submit {
	text-align: right;
}

table.selectors td.submit input {
	background-color: #204a81;
	border: 1px solid #d0cece;
	color: white;
}

div.tabs {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-right: 2px;
	border-top: 1px solid #d0cece;
	border-left: 1px solid #d0cece;
	border-right: 1px solid #d0cece;
	cursor: pointer;
}

div.selected {
	font-weight: bold;
	cursor: default;
}

div.error {
	font-size: 11px;
	font-weight: bold;
	color: red;
}
