html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	padding:0px;
}

body {
	background-image:url("/images/repricer_background.png");
	padding:0px;
	margin:0px;
}

input {
	color:#333;
	border:#ccc 1px solid;
	background-color:#fff;
	padding:3px;
}

textarea {
	color:#333;
	border:#ccc 1px solid;
}

.advanced_search_options {
	display:none;
}


#body_div {
	width:1100px;
	margin:50px auto;
	border:#ccc 1px solid;
	background-color:#fff;
	min-height: 600px; 
	bottom:50px;
}

#header {
	height:50px;
}


#content {
}

#footer {
	color:#fff;
	height:30px;
	position:absolute;
	bottom:0px;
	width:100%;
	font-size:10px;
	text-align: center;
	margin:0px auto;
}

#menu {
	text-align: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	float:right;
}

#menu li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 20px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#menu li:hover {
	background: #555;
	color: #fff;
}

#menu li.selected {
	background: #555;
	color: #fff;
}

#menu li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#menu li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#menu li ul li:hover { background: #666; }
#menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.page_title {
	color:#399616;
	font-size:22px;
	font-weight: bold;
	margin:5px 15px;
	border-bottom: #399616 1px solid;
}

.search_table {
	border:#ccc 1px solid;
	padding:3px;
	margin:15px;
	width:1070px;
	text-align: center;
}

.search_table .title {
	background-color:#399616;
	color:white;
	padding:3px;
	font-size:14px;
	font-weight: bold;
}

.search_table th {
	background-color:#ccc;
	color:#333;
	padding:3px;
	font-size:12px;
}

.search_table td {
	background-color:#eee;
	color:#333;
	padding:3px;
	font-size:12px;
}



.list_table {
	border:#ccc 1px solid;
	padding:3px;
	margin:15px;
	width:1070px;

}

.list_table .title {
	background-color:#399616;
	color:white;
	padding:3px;
	font-size:14px;
	font-weight: bold;
}

.list_table .header {
	background-color:#73C953;
	color:white;
	padding:3px;
	font-size:12px;
	text-align: center;
}

.list_table .record {
	cursor:pointer;
	padding:3px;
	font-size:12px;
}

.list_table .row_1 {
	background-color: #fff;
}

.list_table .row_1 {
	background-color: #eee;
}

.list_table .record:hover {
	background-color: #BEEEAC;
}

.list_table .footer {
	background-color:#399616;
	color:white;
	padding:3px;
	font-size:12px;
	text-align: center;
}

.details_table {
	border:#ccc 1px solid;
	padding:3px;
	margin:15px;
	width:1070px;

}

.details_table .title {
	background-color:#399616;
	color:white;
	padding:3px;
	font-size:14px;
	font-weight: bold;
}

.details_table th {
	background-color:#ccc;
	color:#333;
	padding:3px;
	font-size:12px;
}

.details_table td {
	background-color:#eee;
	color:#333;
	padding:3px;
	font-size:12px;
}

.details_table .subtitle {
	background-color:#73C953;
	color:white;
	padding:3px;
	font-size:14px;
	font-weight: bold;
}

.details_table .header {
	color:#399616;
	padding:3px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

.details_table .footer {
	background-color:#399616;
	color:white;
	padding:3px;
	font-size:12px;
}

.search_box {
	border:#399616 2px solid;
	padding:3px;
}

.search_box .search_button{
	border:#399616 1px solid;
	background-color:#73C953;
	color:#fff;
	padding:3px;
}

#save_div {
	display:inline;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	background-color:#0C0;
	color:#fff;
	font-weight: bold;
	z-index:100001;
	text-align: center;
	border-bottom: #999 2px solid;
	margin:0px;
}

#error_div {
	display:inline;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	background-color:#900;
	color:#fff;
	font-weight: bold;
	z-index:100001;
	text-align: center;
	border-bottom: #999 2px solid;
}

#error_div ul{
	font-size:12px;
	width:400px;
	margin:5px auto;
	text-align: left;
}

.ftp_files {
	padding:0px 20px;
}

.ftp_files a{
	color:#399616;
	font-size:10px;
	text-decoration: none;
}

.ftp_files a:hover{
	text-decoration: underline;
}

#success_msg {
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	height:50px;
	padding:10px;
	margin:-25px auto auto -150px;
	border:#090 2px solid;
	background-color:#fff;
	color:#333;
	font-weight: bold;
	z-index:100001;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	font-size:18px;
}

#success_msg span{
	float:right;
	cursor:pointer;
	font-size:14px;
	line-height: 14px;
	border:#ccc 1px solid;
	background-color:#eee;
	padding:4px;
}

#error_msg {
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	height:50px;
	padding:10px;
	margin:-25px auto auto -150px;
	border:#900 2px solid;
	background-color:#fff;
	color:#333;
	font-weight: bold;
	z-index:100001;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	font-size:18px;
}

#error_msg span{
	float:right;
	cursor:pointer;
	font-size:14px;
	line-height: 14px;
	border:#ccc 1px solid;
	background-color:#eee;
	padding:4px;
}

#msg {
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	height:50px;
	padding:10px;
	margin:-25px auto auto -150px;
	border:#999 2px solid;
	background-color:#fff;
	color:#333;
	font-weight: bold;
	z-index:100001;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	font-size:18px;
}

#msg span{
	float:right;
	cursor:pointer;
	font-size:14px;
	line-height: 14px;
	border:#ccc 1px solid;
	background-color:#eee;
	padding:4px;
}

.adv_provider_record {
	padding:5px;
	cursor:pointer;
}

.adv_provider_record:hover {
	background-color: #eeffee;
}

.adv_provider_record p{
	margin:0px;
	padding:0px;
}

.service_option {
	width:300px;
	height:300px;
	margin:10px;
	font-size:24px;
	font-weight: bold;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        color:#fcc92d;
	border:none;
	background-size: 300px;
	-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #666;
}



