html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {

}
ol, ul {
	list-style: dot;
}
li{
	padding-bottom:10px;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Style Info */
body {
	background-image:url("../img/vl-background.jpg");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color: #000000;
	font-family:'Arial',"Lucida Grande";
	font-size:.75em;
}
.round1{
    border: 1px solid #344857;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.round2{
    border: 2px solid #344857;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.round3{
    border: 3px solid #344857;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.vl-content-container {
    color: #000000;
    text-align: left;
    border: 5px solid #344857;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
 
}
#vl-social-media{
	background-color:#344857;
	height:32px;
}
#vl-social-media-blog{
	background-image:url(/img/vl-blog.png);
	height:32px;
	width:316px;
	float:left;
}
#vl-social-media-facebook{
	background-image:url(/img/vl-facebook.png);
	height:32px;
	margin-left:;
	width:316px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	
}

#vl-social-media-twitter{
	background-image:url(/img/vl-twitter.png);
	height:32px;
	width:316px;
	float:left;
}

#vl-header{
	padding: 10px 20px;
	background-image:url("../img/vl-header-logo.png");
	background-repeat:no-repeat;
	height:70px;
	color:white;
}
#vl-header h1 {
	color: #fff;
	padding: 0px 30px;
}
#vl-header h1 a {
	font-weight: normal;
	text-decoration: none;
}
#vl-header h1 a:hover {
	text-decoration: underline;
}
.vl-header-login-form{
	font-size:10px;
	float:right;
	width:423px;
}
.vl-header-login-form div{
	padding:5px;
}
.vl-header-login-form ul li{
	float:left;
}
.vl-header-email{
	float:left;
}
.vl-header-password{
	float:left;
}

.vl-header-submit{
	border-style:none;
	float:left;
	width:20px;

}
.vl-header-login-form input{
	
}
#vl-content{
	background-color:white;
	padding:20px;
}

#vl-content a{
	color:#275f91;
}

.vl-header-login-form a{
	color:#FFFFFF;
}
.vl-menu-container{
	text-align:center;
	height:34px;
}
ul.headerMenu{
	margin:0px;
	padding:0px;
	display:inline;
}
ul.headerMenu li{
	height:34px;
	display:inline;
	vertical-align:middle;
	text-align:center;
	font-family:"Georgia";
	margin:0px;
}
ul.headerMenu li a{
	text-decoration:none;
}



a {
	color: #344857;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0055A5;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color:#000000;
	font-size:16px;
	font-style:normal;
	font-weight:bold;}

h2 {
	color: #000000;
	font-family:arial, sans-serif;
	font-size: 190%;
	padding-bottom: 0.4em;
	font-weight:bold;
}
h2 a{
	color:#313A9F;
	font-size:12px;
}
h2 a:hover{
	color:#313A9F;
	font-size:12px;
	text-decoration:underline;
}
h4 {
	color: #FFFFFF;
	font-family:arial, sans-serif;
	font-size: 165%;
}
p{
	line-height:1.375em;
	text-align:justify;
}
ul, li {
	margin: 0 25px;
}

/* Layout */
#vl-container {
	text-align: left;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

.center{
	text-align:center;
}
.border{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;

}

.clear{
	clear: both;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.home-container{
	background-color:#344857;
}
.home-panel-top{
	clear:both;
}
.home-panel-top .left-panel{
	width:484px;
	color:#FFFFFF;
	height:258px;
	background-color:#0b151f;
	float:left;
}
.home-panel-top .right-panel{
	clear:right;
	height:258px;
}
.home-panel-top .left-panel .left-panel-content{
	padding:10px 20px 10px 20px;
}

.home-panel-bottom{
	margin-top:5px;
}

.home-panel-bottom .left-panel{
	float:left;
	width:484px;
}

.home-panel-bottom .left-panel .header{
	height:33px;
	color:white;
	background-image: url("/img/vl-home-header-slice.png");
}
.home-panel-bottom .left-panel .wrapper{
	background-color:white;
	padding:7px;
}


.home-panel-bottom .header .text{
	color:white;
	font-family:georgia;
	font-size:14px;
	padding-left:20px;
	padding-top:8px;
}

.home-panel-bottom .right-panel .header{

	height:33px;
	color:white;
	background-image: url("/img/vl-home-header-slice.png");
}

.home-panel-bottom .right-panel .wrapper{
	background-color:white;
		padding:7px;
}


.home-panel-bottom .right-panel{
	float:right;
	width:470px;
}
.home-panel-bottom .wrapper .content{
	text-align:center;
}

.home-panel-bottom .right-panel{
	float:right;
	width:470px;
}


.vl-users-add-wrapper{
	
}
.vl-users-add-left-column{
	width:453px;
	float:left;
}
.vl-users-add-right-column{

}

table.about-page tr td{
	text-align:left;
}

input.address{
	width:300px;
}
#footer {
	position:relative;
	clear: both;
	padding: 6px 10px;
	text-align: right;
	height:100px;
	text-align:center;
}
#footer a{
	font-size:.875em;
	text-decoration:none;
	color:#344857;
}
#footer div.menu{
	text-align:center;
}
#vl-footer-logo-left{
	position:absolute;
	background-image: url("/img/vl-logo.png");
	width:57px;
	left:0px;
	height:36px;
}
#vl-footer-logo-right{
	position:absolute;
	right:0px;
	background-image: url("/img/vl-logo.png");
	width:57px;
	height:36px;
	
}
/* Tables */
table {
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


#footer table {
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border:none;
}
#footer th {
	border:none;
}
#footer th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#footer .menu ul li{
	list-style:none;
	display:inline;
	padding:2px 10px 2px 10px;
	margin:0px 0px 0px 0px;
}
#footer .menu ul li.spacer{
	list-style:none;
	display:inline;
	padding:2px 1px 2px 1px;
	margin:0px 0px 0px 0px;
}

#footer th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#footer table tr td {
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#footer table tr.altrow td {
	background: #f4f4f4;
}
#footer td.actions {
	text-align: center;
	white-space: nowrap;
}
#footer td.actions a {
	margin: 0px 6px;
}

#footer a.homeMenuLink{
	font-size:24px;
	color:#0055A5;
	
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
.users.view.admin dd{
	margin-top: 0em;
}

/* Forms */
form {
	clear: both;
	padding: 0;
}
fieldset {
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #0055A5;
	font-size: 160%;
	font-weight: bold;
	background-color:transparent;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
div.text.required label, div.password.required label, div.radio.required legend{
  stupid-ie-be-more-funny: expression(this.doneReq ? '1' : (
    function(el) {el.innerHTML += '<span title="Required!" style="color:#900;"> *</span>'; return el.doneReq=true;})(this));
}
div.text.required label:after, div.password.required label:after, div.radio.required legend:after {
    content: ' *';
    color: #990000;
    display:inline;
}



.address-field{
	width:421px;
}
.city-field{

}
.state-field{
	width:80px;
}
.zip-field{
	width:100px;
}

.vl-survey-question{
	padding:10px;
}
form div {
	margin-bottom: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
	text-align:right;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}


input, textarea {
	padding-left:5px;
	border:1px solid #DDDDDD;
	margin:0;
	clear: both;
	font-family: "Lucida Grande", "verdana", sans-serif;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #313A9F;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
.users form{
	width:400px;
	
}
.users{
	width:400px;
	
}

form table tr td{
	text-align:left;
}
div.center{
	margin-left:auto;
	margin-right:auto;
}
form table {
	border:none;
}

