/* 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: #D34D1A;
	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: #FFCF92;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #FFC480;
}

.odd11 td.t11 {
	background: #FFC480;
}

.odd11 td.t01 {
	background: #FFCF92;
}

/* images */
table.imagecontainer {
	width: 129px;
	height: 129px;
}
	table.imagecontainer td {
		text-align: center;
		vertical-align: middle;
	}

	table.imagecontainer td .textimage {
		position:relative;
		width: 129px;
		height: 129px;
		display: block;
		overflow: hidden;
	}

	table.imagecontainer td .textimage img {
		position:relative;
	}

	
h2.title {
	color: #533510;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.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: 15px;
	}

	.formcontainer p.title {
		margin-bottom: 5px;
	}
		.formcontainer p.title span {
			font-size: 14px;
			font-weight: bold;
			color: #000000;
		}

		.formcontainer p.title span.error {
			color: #DE5B14;
		}
	
	
	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
			font-size: 11px;
		border-top: 1px solid #533510;
		border-left: 1px solid #533510;
		border-bottom: 1px solid #D9CA9D;
		border-right: 1px solid #D9CA9D;
		background: #FFFCEF;
		width: 99%;
	}	

	.formcontainer p.resizeable textarea {
			font-size: 11px;
		border-top: 1px solid #533510;
		border-left: 1px solid #533510;
		border-bottom: 1px solid #D9CA9D;
		border-right: 1px solid #D9CA9D;
		background: #FFFCEF;
		overflow:auto;
		width: 99%;
	}	

	.formcontainer p.button {
		padding-top: 5px;
	}
	

		.formcontainer p.button input {
			border: 0px;
			background: none;
			color: #DE5B14;
			font-weight: bold;
			font-size: 12px;
			width: 90px;
			text-align:left;
		}	
	

#pathBox {
	font-size: 12px;
	color: #533510;
	font-weight: normal;
	padding-top: 10px;
}
	
	#pathBox A {
		font-size: 12px;
		text-decoration:none;
		font-weight: normal;
	}
		
	#pathBox A:hover {
		text-decoration:underline;
		font-weight: normal;
	}

	#pathBox span {
		color: #533510;
		font-weight: normal;
	}

	#pathBox span.bullet {
		color: #de5b14;
		font-weight: normal;
	}

#tellafriend input.field {
	font-size: 11px;
	border-top: 1px solid #533510;
	border-left: 1px solid #533510;
	border-bottom: 1px solid #D9CA9D;
	border-right: 1px solid #D9CA9D;
	background: #FFFCEF;
	width: 130px;
}	

#tellafriend input.button {
	border: 0px;
	background: none;
	color: #DE5B14;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}	

table.submenu {
	margin-bottom: 20px;
	width: 100%;
}

	td.submenu a {
		background: url(../images/submenu-bullet.gif) no-repeat;
		font-size: 12px;
		color: #533510;
		text-decoration: none;
		font-weight: normal;
		padding: 0px 10px 3px 22px;
	}
	
	td.submenu  a:hover {
		color: #de9614;
		text-decoration: none;
	}
	
	td.submenu  a.selected {
		color: #de9614;
		text-decoration: none;
	}
	
	td.submenu  a.selected:hover {
		color: #de9614;
		text-decoration: none;
	}
