input, select, button {
	font-size:100%;
}

.mainContainerTableStyle{
	width:100%;
	table-layout:fixed;
}

.tabledefault {
	width:100%;
	table-layout:fixed;
}

.highlight {
	width:15%
}

#one-mercury-header {
	clear:both;	
	float:left;
	background-color: #fff;
	width:960px;
}

#one-mercury-logo {
	padding-left:10px;
	padding-top:10px;
	float:left;
}

#one-mercury-tagline {
	padding-left:8px;
	padding-top:30px;
	float:left;
}

#one-mercury-tagline p {
	font-size: 18px;
	letter-spacing: -1px;
	font-style: italic;
	color: #603;
}


#header-container {
	padding-left:10px; 
	padding-bottom:5px; 
	width:100%
}

#header-container a img {
	border:none;
}

.button-container {
	padding-top:3px;
}

.social-frame {
	padding-right:20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center-text {
	text-align: center;
}

.d1-button {
	cursor:pointer;
}

#results-table {
	width:950px
}

.search-result-row {
	border-top-style: solid; 
	border-top-width: 2px; 
	border-top-color: #4F0229;
}

.search-result {
	float: left;
	margin: -15px 0px 0px -5px;
	width:100%
}

#page-inner-frame a {
	font-weight:normal;
}

#main_menu-frame a {
	vertical-align: middle;
}

#main_menu-frame li {
	display: block;
    text-decoration: none;
    text-align:left;
    color:#fff;
    padding-left: 10px;
    padding-right: 8px;
    margin:0px;
    width:130px;
    height:27px;
}

#main_menu-frame ul {
	width: 930px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left:10px;
	height:auto;
	overflow:hidden;
	list-style:none;
}

#main_menu-frame * {
	background-color:#4F0229;
}

.full-display-text table * {
	font-size:12px;
}

.default-font-family {
	font-family: Tahoma, Geneva, sans-serif;
}

.top-rounded-corners {
	-moz-border-radius: 	10px 10px 0px 0px;
    -webkit-border-radius: 	10px 10px 0px 0px;
    -khtml-border-radius: 	10px 10px 0px 0px;
    border-radius: 			10px 10px 0px 0px;
}

.bottom-rounded-corners {
	-moz-border-radius: 	0px 0px 10px 10px;
    -webkit-border-radius: 	0px 0px 10px 10px;
    -khtml-border-radius: 	0px 0px 10px 10px;
    border-radius: 			0px 0px 10px 10px;
}

.rounded-corners {
	-moz-border-radius: 	10px;
    -webkit-border-radius: 	10px;
    -khtml-border-radius: 	10px;
    border-radius: 			10px;
}

.indented {
	text-indent:20px;	
}


.modal {
	display: none;
	position: fixed;
	top: 46%;
	left: 46%;
	width: 75px;
	height: 75px;
	padding: 5px;
	background-color: #E8EAEA;;
	z-index:1002;
	overflow: auto;
}

.overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

body.loading .overlay {
    display: block;
}

