<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* General Overrides */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(../../images/backgrounds/myvob_background.jpg) center top fixed;
}

a {font-seight: bold; color: #C00; text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

a img { border: none;}

p.description { text-align:justify; }

ul {}

ol {}

h1 {}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 21px; color: #244674; margin: 0 0 5px 0; padding: 0;}

h3 {font-family: Arial, Helvetica, sans-serif; font-size: 23px; color: #244674; margin: 0 0 5px 0; padding: 0;}

h4 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #244674; margin: 20px 0 5px 0; padding: 0;}

label {width: 140px; display: inline-block;}

textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Core Layout */

#wrapper {
	width: 100%;
	max-width: 1180px;
	margin: 20px auto;
	padding: 0;
}

#menu {
	background: #EFF5EF;
	border: solid 1px #303E1B;
	height: 24px;
	padding: 3px 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.name {font-weight:bold;}
#info {
	padding: 10px 20px;
	clear: both;
	background-color: rgba(255, 255, 255, 0.9);-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius:0 0 10px 10px;border:1px solid #244674;
	margin-bottom: 2em;
}

#maincol {
	margin: 10px 0 20px 0;
	background-color: rgba(255, 255, 255, 0.9);-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;border:1px solid #244674;-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	padding: 10px 20px;
	width:850px;
	float:left;
	font-size:14px;
	line-height:1.4em;
}

#seccol {
	width: 250px;
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	
	margin-bottom: 2em;
	text-align: center !important;
}

#seccol .request_button img{
	margin: 10px 0;
}

@media only screen and (max-width: 720px) {
#maincol {
	float: left;
}
#seccol {
	width: 320px;
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border: solid 1px #303E1B;
	text-align: center;
}
}

#qrDiv{
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 5px 10px #000000;
    left: 375px;
    position: absolute;
    top: 100px;
    width: 500px;
    z-index: 9999;
	border-radius:20px;
}

.chartLink{
 	background: none repeat scroll 0 0 #CC0000;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline !important;
    font-weight: bold;
    padding: 10px;
    width: 100px !important;
}

.center{
	text-align:center;
}

.base_info{
	background:none;
}

.enhanced_info{
	border:1px solid #C00;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding: 10px;margin-top: 30px;}
.enhanced_info_title { font-weight: bold;}
.contact_info{
	background:none;
	margin-top:20px;
}

/* Login Page */

body.login {
}

#login_area {
	max-width:900px;
	margin:0 auto;
}
#login_container {
			margin: 0 auto;
			background: url(../../images/login/login-screen-laptop.jpg) no-repeat;
			-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;font-size:12px;margin-top:10px;margin-bottom:1.7em;
			width:900px;
			height: 232px;
}
#header_myvob{width:100%;min-width:1180px;background:url(../../images/login/vob_header_bg.jpg) center top no-repeat;background-size:cover;height:105px; }
#login_box_left {
	width:610px;
	float:left;
	height:232px;
}
#login_box {
	width: 250px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	float:right;
	text-align: center;
	-moz-border-radius: 0 0 10px 0; -webkit-border-radius: 0 0 10px 0; border-radius: 0 0 10px 0;
}
input { padding:3px; }
a.login_title {
	display: block;
	float: left;
	width: 250px;
	height: 250px;
	text-indent: -1000em;
}

/* Header */

#header {
	position: relative;
}

#logo {
	height: 100px;
	width: 200px;
	text-indent: -1000em;
}

/* Header Menu */
	
#menu a {font-size: 14px; font-weight: bold; line-height: 24px;}

/* User Info Box */

#info p {
	margin: 0 0 3px 0;
}

/* Main Column base styles */

#maincol p {
	margin: 0 0 3px 0;
}

/*#maincol input { width: 300px; }*/


/* Sidebar Column base styles */

#seccol a {
	display:block;
}

#seccol a.oob_button {
	border: dotted 2px #D20027;
	padding: 5px 0;
	font-weight: bold;
	background: #FC9;
	margin:0 5px 5px 5px;
}

/* Business listing */

.companyname { font-size: 14px; font-weight: bold; }
	
#business_logo { float: left; margin-right: 10px; margin-bottom:20px; }

input#contact_sal { width: 35px; }
input#contact_first_name, input#contact_last_name { width: 120px; }


/* Misc Styles */

.editbox {
	border: solid 1px #999;
	margin: 10px;
	width: 450px;
	padding: 5px;
}

a.update { padding: 2px 10px; background: #C00; color: #fff; border: solid 1px #600; font-weight: bold;}

/*a.edit {background: url(../../images/interface/pencil.gif) no-repeat center right; padding-right: 20px;}*/

/*a.edit:hover, a.edit:focus {background: url(../../images/interface/pencil2.gif) no-repeat center right;}*/
a.edit span {
     font-size: 12px;
     font-weight: bold;
     color: #36f;
 }

a.edit span:hover {
    text-decoration:underline;
}

.clearfix { clear: both;}
.clearfixleft {clear:left;}
.clearficright{ clear:right;}

.info_box{text-align:center;margin-bottom:1.7em;}.info_box{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;border:1px solid #244674;border-bottom:solid 5px #244674;font-size:12px;background-color: rgba(255, 255, 255, 0.8);-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);}.info_box h2{margin:0 0 10px;padding:5px;color:#fff;background-color:#244674;font-size:14px; text-align:left;}

#footer P,#footer a{color:#FFF}#footer_outer{background-color:#244674;padding-top:20px;clear:both;text-align:center;width:100%;}#footer{clear:both;color:#244674;height:300px;margin:0 auto;padding:20px;width:1180px;}#footer_menu{margin:0 auto 30px;width:900px;text-align:center;float: left}#footer_left{width:900px;text-align:justify;float:left}#footer_right{margin:0 auto;width:200px;text-align:right;float:right}.footer_logo{margin:0 auto;width:200px;text-align:right;float:right}#footer P{margin:0;padding:0}#footer P.powered{width:80px;float:right;margin-right:40px;text-align:center}#footer_social_wrapper{background-color:#1a3354;padding:20px 0;clear:both;text-align:center;width:100%;}#footer_social{clear:both;color:#1a3354;height:160px;margin:0 auto;max-width:1180px;}.footer_social{color:#FFF;font-size:20px;}.footer_social p{margin:0;padding:0 0 10px;color:#FFF;font-size:20px;}.footer_social img:hover { opacity: 0.4; }

/*************** Styles for myvob edit enhanced listings **********************/
#special_offer_myvob {width: auto; height: 375px;}
.col1 {width: 140px;float: left;clear: both;margin: 5px 0;}
.col2 {width: 600px;float: left; clear: none;margin: 5px 0;}
p.special_offer_desc { text-align:left; }
p.special_offer_title { text-align:left; }
p.special_offer_url { text-align:left; }
p.special_offer_image { text-align:left; }
.special_offer_title_output { text-align:left;color: #dc0002;font-weight: bold; }
.special_offer_url_output { text-align:left;color: #0000ff;text-decoration: underline; }
.special_offer_text {font-size: 12px;}
h4 a,h4 a:hover {text-decoration: none;}



</pre></body></html>