/* 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: #7492C8;
	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: #FAF3BE;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #F8EEA6;
}

.odd11 td.t11 {
	background: #F8EEA6;
}

.odd11 td.t01 {
	background: #FAF3BE;
}

/* images */
table.imagecontainer {
	background: #FAF3BE;
	width: 140px;
	height: 140px;
}
	table.imagecontainer td {
		text-align: center;
		vertical-align: middle;
	}


h2.title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.txtSep {
	background: #E4E1CC 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-top: 1px solid #7B9AD3;
			border-left: 1px solid #7B9AD3;
			border-bottom: 1px solid #7B9AD3;
			border-right: 1px solid #7B9AD3;
			background: #7B9AD3;
			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 #7B9AD3;
	border-left: 1px solid #7B9AD3;
	border-bottom: 1px solid #7B9AD3;
	border-right: 1px solid #7B9AD3;
	background: #000000;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	width: 80px;
	margin-top: 2px;
}

table.submenu {
	margin-bottom: 20px;
	width: 100%;
}

	table.submenu td a {
		display: block;
		background: url(../images/bullet.gif) no-repeat 0px 2px;
		padding: 0px 5px 5px 25px;
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	
	table.submenu a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	table.submenu a.selected {
		color: #000000;
		text-decoration: underline;
	}
	
	table.submenu a.selected:hover {
		color: #000000;
		text-decoration: underline;
	}
