﻿.container {
	margin-bottom: 15px ;
	padding: 20px ;
}

.leftpane-td .container, .rightpane-td .container {
	border-bottom: 1px dotted #000000 ;
}

.container-title {
}

.container-title .Head {
	color: #323e53	;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif ;
	font-size: 18px ;
}

.container-contentpane {
	padding: 10px 0px ;
}

.container-footer {
}

.brown-header {
	background: #4d4338 url(images/brown-bg-top-left.gif) no-repeat scroll left top ;
}

.brown-header-right {
	background: transparent url(images/brown-bg-top-right.gif) no-repeat scroll right top ;
	height: 8px ;
}

.brown-footer {
	background: #4d4338 url(images/brown-bg-btm-left.gif) no-repeat scroll left bottom ;
}

.brown-footer-right {
	background: transparent url(images/brown-bg-btm-right.gif) no-repeat scroll right bottom ;
	height: 8px ;
}

.brown-content {
	background-color: #4d4338 ;
	padding: 10px 25px ;
	color: #fff ;
}

.brown-content a:hover {
	color: #e8e8e8 ;
}

.brown .Head {
	color: #fff	;
}

.light-gray-header {
	background: #e8e8e8 url(images/light-gray-bg-top-left.gif) no-repeat scroll left top ;
}

.light-gray-header-right {
	background: transparent url(images/light-gray-bg-top-right.gif) no-repeat scroll right top ;
	height: 8px ;
}

.light-gray-footer {
	background: #e8e8e8 url(images/light-gray-bg-btm-left.gif) no-repeat scroll left bottom ;
}

.light-gray-footer-right {
	background: transparent url(images/light-gray-bg-btm-right.gif) no-repeat scroll right bottom ;
	height: 8px ;
}

.light-gray-content {
	background-color: #e8e8e8 ;
	padding: 10px 25px ;
}