
div,td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #65615e;
}

a {
	color: #65615e;
}

#mainContent {
	width: 1000px;
	border: 1px solid #8b8b7f;
	background-color: white;
}
#mainContentTop {
	background-repeat: repeat-x;
	background-image: url(../images/content_bg.gif);
	vertical-align: top;
	padding: 5px;
}

#mainContentBottom {
	background-repeat: repeat-x;
	background-image: url(../images/content_bottom_bg.gif);
	text-align: center;
	height: 50px;
}

#footer {
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #65615e;
}


.centeredPane {
	margin: auto;
	width: 600px;
}

.infoPane {
	background-color: #b7e9ff;
	border: 1px solid #69d1ff;
	padding: 10px;
	color: #383634;
	text-align: left;
}

.infoPaneTitle {
	margin-bottom: 5px;
	font-weight: bold;
}

.title {
	font-size: 18px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
}

#header {
	width: 998px;
}

#menubar {
	background-image: url(../images/menubar.gif);
	width: 750px;
	height: 50px;
}

.tab {
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	line-height: 38px;
	cursor: pointer;
}

.tab-selected {
	background-image: url(../images/tab_selected_bg.gif);
	color: #383634;
}

.tab-mo {
	background-image: url(../images/tab_mo_bg.gif);
}

#loginPanel {
	text-align: right;
	padding: 0px;
}
.button {
	border-right: 1px solid #65615e;
    border-bottom: 1px solid #65615e;
    border-left: 1px solid #e4e4e2;
    border-top: 1px solid #e4e4e2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	cursor: pointer;
	background-color: #00b25b;
    color: white;
}

form input {
	font-family: Tahoma, Geneva, sans-serif;
}

.formSpacer {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e6e0;
}

.errorMessage {
	color: white;
	border: 1px solid #c74100;
	background-color: #fb5403;
	width: 100%;
	padding: 2px;
	margin-bottom: 5px;
}

.fieldErrorMessage {
	color: white;
	background-color: #fb5403;
}

#quickSearchForm {
	display: inline; 
	background: none; 
	border: none;
	height: 20px;
}



