﻿.displayBox {
	background-image: url( 'Images/pagetop_gradient.gif' );
	background-repeat: repeat-x;
	background-color: #FFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 5px;
	padding: 5px;
}

.displayBox h4 {
	background-image: none;
	margin-bottom: 0.5em;
}

.displayBox th {
	padding-bottom: 5px;
	color: #666;
}

.displayBox td {
	padding-bottom: 2px;
}

.sideBar {
	background-color: #FFF8DD;
	border: solid 1px #A68D02;
	margin-bottom: 5px;
	padding: 5px;
}

.sideBar h4 {
	margin-bottom: 0.5em;
	color: #A68D02;
}

.bubbleBox {
	background-color: #FFF;
	background-position: bottom;
	background-image: url( 'Images/bubblebottom.gif' );
	background-repeat: repeat-x;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}

.bubbleBox a {
	text-decoration: none;
}
