body {
    background: #FFFFFF;
    font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a, a:link, a:hover, a:visited {
	color: #3A7690;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

ul.obtabs {
    list-style: none;
    margin: 1px 0px -1px 20px;
    padding: 0px;
    position: absolute;
}

ul.obtabs li.first {
    margin-left: 0;
}

ul.obtabs li {
    float: left;
    display: inline;
    height: 24px;
    padding-right: 12px;
    margin-left: -5px;
    position: relative;
    background: url(../images/tabright-back.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bbb8a9;
    white-space: nowrap;
	color: #3A7690;
}

ul.obtabs span {
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
	padding-right: 2px;
    background: url(../images/tableft-back.gif) no-repeat;
	color: #3A7690;
	cursor: pointer;
}

html>body ul.obtabs span {
    display: block;
}

p {
	margin: 0px;
	margin-bottom: 1px;
}

select {
	width: 300px;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
}

ul.obtabs li.current {
    z-index: 1;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    height: 24px;
    background-image: url(../images/tabright.gif);
	color: #3A7690;
}

ul.obtabs li.current span {
    background-image: url(../images/tableft.gif);
}

ul.obtabs a {
    color: #3A7690;
	text-decoration: none;
}

.bottom_text {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F8F8F8;
	width: 98%;
}

.currentInfo {
	display: block;
}

.float_left, .float_right {
	float: left;
	width: 45%;
}

.float_right {
	float: right;
}

#footer-text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	width: 100%;
	border-top: 1px solid #BBB8A9;
	margin-top: 10px;
	float: left;
}

.form_header {
	float: left;
	width: 80px;
	font-weight: bold;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #BBB8A9;
	padding-bottom: 3px;
}

.hiddenInfo {
	display: none;
}

.logo {
	width: 190px;
	height: 55px;
	background: #FFFFFF url(../images/mcall-logo.png) no-repeat;
	margin-bottom: 5px;
	cursor: pointer;
}

.spacer {
	clear:both;
}

.spacer1 {
	padding: 1px;
	clear:both;
}

.spacer2 {
	padding: 2px;
	clear:both;
}

.spacer3 {
	padding: 3px;
	clear:both;
}

.spacer4 {
	padding: 4px;
	clear:both;
}

.spacer5 {
	padding: 5px;
	clear:both;
}

.spacer10 {
	padding: 10px;
	clear:both;
}

#tabs {
	width: 540px;
	height: 25px;
}

#tabBody {
	border: 1px solid #BBB8A9;
	width: 500px;
	padding: 10px;
}
