/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #00A2AB;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #EFEFEF;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #E5E5E5;
}

.odd11 td.t11 {
	background: #E5E5E5;
}

.odd11 td.t01 {
	background: #EFEFEF;
}

/* images */
table.imagecontainer {
	background: none;
	width: 100px;
	height: 100px;
}
	table.imagecontainer td {
		text-align: center;
		vertical-align: middle;
	}


h2.title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}

.txtSep {
	background: #d8d8d8 no-repeat left top;
	height: 1px;
	margin: 10px 0px 20px 0px;
}


/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #000000;
		}

		.formcontainer p.title span.error {
			color: #ff0000;
		}
	
	
	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #A9A9A9;
		border-right: 1px solid #A9A9A9;
		background: #FFFFFF;
		width: 99%;
	}	

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #A9A9A9;
		border-right: 1px solid #A9A9A9;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}	

	.formcontainer p.button {
		padding-top: 10px;
	}
	

		.formcontainer p.button input {
			border: 1px solid #00A2AB;
			background: #00A2AB;
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			width: 90px;
		}	
	

#pathBox {
	font-size: 18px;
	color: #1a3c79;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
}
	
	#pathBox A {
		text-decoration:none;
		color: #D34D1A;
		font-weight: normal;
	}
		
	#pathBox A:hover {
		text-decoration:none;
		color: #000000;
		font-weight: normal;
	}

	#pathBox span {
		color: #000000;
		font-weight: bold;
	}

	#pathBox span.bullet {
		color: #000000;
		font-weight: normal;
	}

form#subscribe p {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

form#subscribe .field {
	border-top: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	background: #FFFFFF;
	width: 148px;
}

form#subscribe .button {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #000000;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	width: 80px;
	margin-top: 2px;
}

table.submenu {
	margin-bottom: 20px;
	width: 100%;
}

	td.submenu a {
		color: #D34D1A;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}
	
	td.submenu  a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	td.submenu  a.selected {
		color: #000000;
		text-decoration: none;
	}
	
	td.submenu  a.selected:hover {
		color: #000000;
		text-decoration: none;
	}
