



.content .sidebar {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:220px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:15px;         	/* Width of the left-hand side padding on the left column */
	padding: 15px 0px 20px 0px;	
}

.wide .sidebar-wide {
    float:left;
    width:220px;
    position:relative;
    right:235px;
	padding: 15px 0px 20px 0px;	
}





#member-search {
	height: 353px;
	width: 213px;
	color: #FFFFFF;
}

#member-search p {
	padding: 3px 0px 4px 0px;
	margin:0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}

.member-search-form-prompt {
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

.member-search-form-small-prompt {
	text-align:center;
	padding:0;
	margin:2px 0px 2px 0px;
	color: #481212;
}

#member-search-text {
	padding: 55px 20px;
	text-align: left;
}

#member-search-form-red {
	height: 353px;
	width: 213px;
    text-align: left;
	padding: 55px 0px 0px 25px;
	background: url("/local/templates/hosting_01/images/member_search_form_red.jpg") no-repeat left top;	
}

#member-search-form-blue {
	height: 353px;
	width: 213px;
    text-align: left;
	padding: 55px 0px 0px 25px;
	background: url("/local/templates/hosting_01/images/member_search_form_blue.jpg") no-repeat left top;	
}

select.member-search-form-input {
	height: 17px;
	width: 160px;
	background: #eaeaea;
	font-size: 11px;
}

.member-search-form-input {
	height: 15px;
	width: 160px;
	font-size: 11px;
	line-height: 15px;
	border: none;
	border: 1px solid #a4a4a4;
}

#member-search-form-submit {
	height: 45px;
	width: 164px;
	background: url("/local/templates/hosting_01/images/member_search_form_submit.jpg") no-repeat left top;
	border: none;
	margin: 15px 0px 0px 0px;
}

input.member-search-form-input {
	padding: 0px 0px 0px 3px;
}

.sidebar-button-red {
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-align:center;
}

.sidebar-button-red a {
	height: 26px;
    width: 219px;	
	background: url("/ows/templates/hosting_01/images/sidebar_button_red.jpg") no-repeat left top;
	display: block;
	color: #310303;
	text-decoration:none;
}

.sidebar-button-red a:hover {
	background: url("/ows/templates/hosting_01/images/sidebar_button_red_rollover.jpg") no-repeat left top;
	color: #FFFFFF;
}

.sidebar-button-blue {
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-align:center;
}

.sidebar-button-blue a {
	height: 26px;
    width: 219px;	
	background: url("/ows/templates/hosting_01/images/sidebar_button_blue.jpg") no-repeat left top;
	display: block;
	color: #310303;
	text-decoration:none;
}

.sidebar-button-blue a:hover {
	background: url("/ows/templates/hosting_01/images/sidebar_button_blue_rollover.jpg") no-repeat left top;
	color: #FFFFFF;
}

#service-level-indicator {
    margin: 15px 0px 0px 0px;
	height: 15px;
	width: 160px;
	font-size: 14px;
	line-height: 15px;
	border: none;
	border: 1px solid #a4a4a4;
	color:#CC9900;
}

#status-indicator {
    margin: 15px 0px 0px 0px;
	height: 30px;
	width: 160px;
	font-size: 10px;
	line-height: 15px;
	border: none;
	border: 1px solid #a4a4a4;
	color: #006699;
}

#test-indicator {
    margin: 15px 0px 0px 0px;
	height: 15px;
	width: 160px;
	font-size: 14px;
	line-height: 15px;
	border: none;
	border: 1px solid #a4a4a4;
	color: #006699;
}
