/*-----------------------------------------------------------------------------------------------------------
  General Styles                                                                                      
-----------------------------------------------------------------------------------------------------------*/
html {
  	font-size: 100%;
  	-webkit-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
}
body {
	background: url(../img/bg.jpg) no-repeat #e9e7ff center -100px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333;
}
body.lv-owner {
	background: url(../img/main-bg2.png) repeat;
}
a {color: #2b6290; text-decoration: none; cursor: pointer;}
a:hover {color: #275881; text-decoration: underline;}
a:active, a:hover, a:visited, a:link {border: 0 none; outline: 0;}
p {margin-bottom: 10px;}
h1, h2, h3, h4, h5, h6 {
  	margin: 10px 0;
  	font-family: inherit;
  	font-weight: bold;
  	line-height: 20px;
  	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  	font-weight: normal;
  	line-height: 1;
  	color: #999;
}
h1, h2, h3 {line-height: 40px;}
h1 {font-size: 38.5px;}
h2 {font-size: 31.5px;}
h3 {font-size: 24.5px;}
h4 {font-size: 17.5px;}
h5 {font-size: 14px;}
h6 {font-size: 11.9px;}
h1 small {font-size: 24.5px;}
h2 small {font-size: 17.5px;}
h3 small {font-size: 14px;}
h4 small {font-size: 14px;}

table {max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0;}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
select, input, textarea {font: 11px Arial, Helvetica, sans-serif; padding: 3px;}

/*-----------------------------------------------------------------------------------------------------------
  Class Styles                                                                                          
-----------------------------------------------------------------------------------------------------------*/
.lv-clearfix {*zoom: 1;}
.lv-clearfix:before, .lv-clearfix:after {display: table; line-height: 0; content: "";}
.lv-clearfix:after {clear: both;}
.lv-pull-left {float: left;}
.lv-pull-right {float: right;}
.lv-rcorner {-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;}
.lv-inner {margin: 0 20px;}
.lv-text-bold {font-weight: bold;}
.lv-text-left {text-align: left;}
.lv-text-right {text-align: right;}
.lv-text-center {text-align: center;}
.lv-text-red {color: #ff0000!important;}
.lv-text-blue {color: #06f;!important;}
.lv-hidden {display: none;}

.lv-table {width: 100%;}
.lv-table a {text-decoration: underline;}
.lv-table *.lv-text-left {text-align: left;}
.lv-table *.lv-text-right {text-align: right;}
.lv-table *.lv-text-center {text-align: center;}
.lv-table th, .lv-table td {padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd;}
.lv-table th {font-weight: bold;}
.lv-table thead th {vertical-align: bottom;}
.lv-table caption + thead tr:first-child th, .lv-table caption + thead tr:first-child td, .lv-table colgroup + thead tr:first-child th, .lv-table colgroup + thead tr:first-child td,
.lv-table thead:first-child tr:first-child th, .lv-table thead:first-child tr:first-child td {border-top: 0;}
/*.lv-table tbody + tbody {border-top: 2px solid #dddddd;}*/
/*.lv-table .lv-table {background-color: #ffffff;}*/
.lv-table-condensed th, .lv-table-condensed td {padding: 4px 5px;}
.lv-table-bordered {border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px;     -moz-border-radius: 4px; border-radius: 4px;}
.lv-table-bordered th, .lv-table-bordered td {border-left: 1px solid #dddddd;}
.lv-table-bordered caption + thead tr:first-child th, .lv-table-bordered caption + tbody tr:first-child th, .lv-table-bordered caption + tbody tr:first-child td, .lv-table-bordered colgroup + thead tr:first-child th, .lv-table-bordered colgroup + tbody tr:first-child th, .lv-table-bordered colgroup + tbody tr:first-child td,
.lv-table-bordered thead:first-child tr:first-child th, .lv-table-bordered tbody:first-child tr:first-child th, .lv-table-bordered tbody:first-child tr:first-child td { border-top: 0;}
.lv-table-bordered thead:first-child tr:first-child > th:first-child, .lv-table-bordered tbody:first-child tr:first-child > td:first-child, .lv-table-bordered tbody:first-child tr:first-child > th:first-child {-webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;}
.lv-table-bordered thead:first-child tr:first-child > th:last-child, .lv-table-bordered tbody:first-child tr:first-child > td:last-child, .lv-table-bordered tbody:first-child tr:first-child > th:last-child {-webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px;}
.lv-table-bordered thead:last-child tr:last-child > th:first-child, .lv-table-bordered tbody:last-child tr:last-child > td:first-child, .lv-table-bordered tbody:last-child tr:last-child > th:first-child, .lv-table-bordered tfoot:last-child tr:last-child > td:first-child, .lv-table-bordered tfoot:last-child tr:last-child > th:first-child {  -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;}
.lv-table-bordered thead:last-child tr:last-child > th:last-child, .lv-table-bordered tbody:last-child tr:last-child > td:last-child, .lv-table-bordered tbody:last-child tr:last-child > th:last-child, .lv-table-bordered tfoot:last-child tr:last-child > td:last-child, .lv-table-bordered tfoot:last-child tr:last-child > th:last-child {  -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;}
.lv-table-bordered tfoot + tbody:last-child tr:last-child td:first-child {-webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0;}
.lv-table-bordered tfoot + tbody:last-child tr:last-child td:last-child {-webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0;  -moz-border-radius-bottomright: 0;}
.lv-table-bordered caption + thead tr:first-child th:first-child, .lv-table-bordered caption + tbody tr:first-child td:first-child, .lv-table-bordered colgroup + thead tr:first-child th:first-child, .lv-table-bordered colgroup + tbody tr:first-child td:first-child {-webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;}
.lv-table-bordered caption + thead tr:first-child th:last-child, .lv-table-bordered caption + tbody tr:first-child td:last-child, .lv-table-bordered colgroup + thead tr:first-child th:last-child, .lv-table-bordered colgroup + tbody tr:first-child td:last-child {-webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;  -moz-border-radius-topright: 4px;}
.lv-table .Zebra_DatePicker table tbody tr td, .lv-table .Zebra_DatePicker table tbody tr th {border: 0 none!important; padding: 5px 0; text-align: center;}
.lv-table-bordered .Zebra_DatePicker table tbody tr td, .lv-table-bordered .Zebra_DatePicker table tbody tr th {border: 0 none!important;}
.lv-table tbody .lv-table-alt td {background-color: #f0f0f0;}
.lv-table-hover tbody tr:hover > td, .lv-table-hover tbody tr:hover > th, .lv-table tbody .lv-table-row-hover td, .lv-table tbody .lv-table-row-hover th {background-color: #ddd; cursor: pointer;}
.lv-table tbody .lv-table-row-active td, .lv-table tbody .lv-table-row-active th {background-color: #2b6290; color: #fff;}
.lv-table-noborder, .lv-table-noborder th, .lv-table-noborder td {border: 0 none!important;}
.lv-table-row-unread th, .lv-table-row-unread td {background-color: #ffddff!important;}

.lv-widget {
	background-color: #fff;
	border: solid 1px #ccc;
	margin-bottom: 20px;
}
.lv-widget-title {
	height: 40px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 40px;
	padding: 0 10px;
	background: url(../img/widget_title_bg.jpg) repeat-x;
	border-bottom: solid 1px #bbb;
	color: #555;
}
.lv-widget-content {
	padding: 10px;
}
.lv-widget-table {
	padding: 0;
}

.lv-label, .lv-badge {display: inline-block; padding: 2px 4px; font-size: 11.844px; font-weight: bold; line-height: 14px; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; vertical-align: baseline; background-color: #999999;
}
.lv-label {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.lv-label-important, .lv-badge-important {background-color: #b94a48;}
.lv-label-important[href], .lv-badge-important[href] {background-color: #953b39;}
.lv-label-warning, .lv-badge-warning {background-color: #f89406;}
.lv-label-warning[href], .lv-badge-warning[href] {background-color: #c67605;}
.lv-label-success, .lv-badge-success {background-color: #468847;}
.lv-label-success[href], .lv-badge-success[href] {background-color: #356635;}
.lv-label-info, .lv-badge-info {background-color: #3a87ad;}
.lv-label-info[href], .lv-badge-info[href] {background-color: #2d6987;}
.lv-label-inverse, .lv-badge-inverse {background-color: #333333;}
.lv-label-inverse[href], .lv-badge-inverse[href] {background-color: #1a1a1a;}

.lv-btn {display: inline-block; *display: inline; padding: 4px 12px; margin: 0;	*margin-left: .3em; font-size: 14px;	line-height: 20px; color: #fff; text-align: center; overflow: visible; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align: middle; cursor: pointer; background-color: #006dcc; *background-color: #0044cc;	background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-repeat: repeat-x; border: 1px solid #cccccc; 	*border: 0; border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; 	-webkit-border-radius: 4px; -moz-border-radius: 4px;    border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 	*zoom: 1;	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.lv-btn:hover, .lv-btn:focus, .lv-btn:active, .lv-btn.active, .lv-btn.disabled, .lv-btn[disabled] {color: #fff; 	background-color: #0044cc; *background-color: #003bb3;
}
.lv-btn:active, .lv-btn.active {background-color: #003399 \9;}
.lv-btn:first-child {	*margin-left: 0;}
.lv-btn:hover, .lv-btn:focus {	text-decoration: none;	background-position: 0 -15px; 	-webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear;}
.lv-btn:focus {outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
.lv-btn.active, .lv-btn:active {background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: rgba(255, 255, 255, 0.75);}
.lv-btn.disabled, .lv-btn[disabled] {cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none;    -moz-box-shadow: none; box-shadow: none;}
button.lv-btn, input[type="submit"].lv-btn {*padding-top: 3px; *padding-bottom: 3px;}
button.lv-btn::-moz-focus-inner, input[type="submit"].lv-btn::-moz-focus-inner {padding: 0; border: 0;}
a.lv-btn, a.lv-btn:hover {text-decoration: none;}

.lv-datepicker {
	width: 60px;
	display: inline-block;
}

.lv-tabs {}
.lv-tabs-header {
	position: relative;
	display: block;
	margin:0;
	margin-bottom: -1px;
	list-style: none;	
}
.lv-tabs-header li {
	float: left;
}
.lv-tabs-header li a {
	float: left;
	line-height: 40px;
	padding: 0 10px;
	background-color: #f1f1f1;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.lv-tabs-header li a:hover {
	text-decoration: none;
	background-color: #e0e0e0;
}
.lv-tabs-header li a.lv-active {
	border: solid 1px #ccc;
	border-bottom: none;
	color: #333;
}
.lv-tabs-content {
	border-top: solid 1px #ccc;
	padding: 10px 0;
}
.lv-tabs-content .lv-tabs-main {
	display: none;
}
/*-----------------------------------------------------------------------------------------------------------
  Content Styles                                                                                     
-----------------------------------------------------------------------------------------------------------*/
.lv-wrap {
	margin: 100px 100px 20px 100px;
	width: 720px;
	background-color: #f0f0f0;
	line-height: 20px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}
body.lv-owner .lv-wrap {
	margin: 20px;
	width: 1152px;
}
.lv-header {
	display: block;
	height: 80px;
}
#lvLogo a {
	display: block;
	height: 50px;
	width: 450px;
	margin-top: 15px;
}
#lvUserMenu ul {
	list-style: none;
	margin-top: 20px;
}
#lvUserMenu ul li {
	float: left;
	padding-left: 10px;
}

.lv-nav {
	height: 50px;
	background: url(../img/nav_bg.jpg) repeat-x;
}
.lv-nav ul {line-height: 50px; *line-height: 45px; list-style: none; margin: 0;}
.lv-nav ul li {
	float: left;
}
.lv-nav ul li a {
	display: inline-block;
	*float: left;
	margin-right: 10px;
	height: 45px;
	font-size: 11px;
	color: #555;
	text-shadow: 0 1px rgba(255, 255, 255, .5);
	border-bottom: solid 3px #ddd;
	*zoom: 1;
}
.lv-nav ul li a:hover, .lv-nav ul li.lv-active a {
	color: #7da718;
	text-decoration: none;
	border-bottom-color: #7da718;
}
.lv-nav ul li a.first-child {margin-left: 0;}
.lv-nav ul li a.last-child {margin-right: 0;}


.lv-nav ul li.lv-dropdown {
	position: relative;
}
.lv-nav ul li.lv-dropdown .lv-dropdown-menu {
	position: absolute;
	top: 49px;
	left: 0;
	background-color: #fff;
	border: solid 1px #ddd;
	border-top: 0 none;
	width: 150px;
	display: none;
	padding: 10px;
	z-index: 999999;
	zoom: 1;
	line-height: 20px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.lv-nav ul li.lv-dropdown .lv-dropdown-menu.lv-active {
	display: inline-block!important;
}
.lv-nav ul li.lv-dropdown .lv-dropdown-menu li {
	float: none;
	display: block;
}
.lv-nav ul li.lv-dropdown .lv-dropdown-menu li a {
	display: block;
	float: none;
	height: auto;
	padding: 5px 0;
	margin: 0;
	color: #333;
	text-shadow: 0 1px rgba(255, 255, 255, .5);
	border-bottom: 0 none;
}
.lv-nav ul li.lv-dropdown .lv-dropdown-menu li a:hover {
	color: #7da718;
}

.lv-login {
	background-color: #4085e3;
	padding: 20px;
	margin: 0 -20px;
	*zoom: 1;
	position: relative;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}
.lv-inner-login {
	padding: 10px;
	background-color: #eee;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}
#lvHeaderLogo img {
	width: 554px;
	margin-left: 83px;
}
#lvSlider {
	width: 460px;
	height: 257px; /*MODIFIED BY LESTER 08/14/2013*/
	margin-right: 10px;
}

#lvLoginArea {
	width: 230px;
}
#lvLoginTitle {
	background-color: #ddd;
	padding: 4px;
	margin-bottom: 10px;
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
}
#lvLoginArea .lv-input-text {
	width: 220px;
	height: 20px;
	padding: 4px;
	line-height: 20px;
	border: solid 1px #ccc;
	color: #555;
}
#lvLoginArea #lvLoginBottom .lv-pull-left {
	margin-top: 4px;
}
#lvLoginArea .lv-remember {
	font-size: 11px;
	color: #555;
	vertical-align: top;
	*vertical-align: middle;
}
#lvLoginArea .lv-btn {
	/*width: 226px;*/
	*margin-left: 0;
	width: 80px;
	font-size: 14px;
	padding: 3px;
}
#lvLoginStatus {display: none;}
#lvLoginStatus img {
	float: left;
	margin: 2px 5px 0 0;
	line-height: 20px;
}
#lvLoginText {
	display: inline-block;
	font-size: 11px;
	color: #c2191f;
}
#lvLoginText.success {
	color: #4ba614;
}



.lv-login #lvMenu {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.lv-login #lvMenu ul {
	list-style: none;
	margin: 0;
}
.lv-login #lvMenu li {
	float: left;
	padding: 5px 0;
}
.lv-login #lvMenu a {
	margin-right: 20px;
	color: #fff;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.lv-login #lvMenu a:hover, .lv-login #lvMenu a.link-active {
	color: #1f4476;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
	text-decoration: none;
}

.lv-body {
	padding: 20px 0;
}

/************************************************************
* Home Page                                                                                              *
************************************************************/
#lvNewsSec {
	width: 440px;
	margin-right: 20px;
}
#lvAboutSec {
	width: 220px;
}



#lvPageTitle {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../img/border.png) repeat-x 0 bottom;
	margin-bottom: 20px;
}

.lv-footer {
	text-align: center;
	padding: 20px;
	background-color: #ddd;
	color: #555;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
	font-size: 11px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.swf-upload .swf-files-wrapper {
	border: solid 1px #aaa;
	width: 400px;
	height: 150px;
	overflow-y: auto;
	padding: 5px;
}

.swf-upload .progressWrapper {
	overflow: hidden;
}

.swf-upload .progressContainer {
	margin-bottom: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.swf-upload .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.swf-upload .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.swf-upload .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.swf-upload .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.swf-upload .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.swf-upload .progressBarInProgress,
.swf-upload .progressBarComplete,
.swf-upload .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.swf-upload .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.swf-upload .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.swf-upload .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.swf-upload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../js/swfupload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

.swf-upload a.progressCancel:hover {
	background-position: 0px 0px;
}