html {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #f4f4f4;
	margin: 0;
	padding: 0;
	color: #333;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

img {
	border: 0;
}

a {
	color: #0071bb;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	outline: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    float: center;
}

.clear {
	clear: both;
}

.spacer {
	height: 10px;
}

.border-all {
	border: 1px solid #BBB;
}

.no-border-top {
	border-top: none !important;
}

.no-border-bottom {
	border-bottom: none !important;
}

.no-border-left {
	border-left: none !important;
}

.no-border-right {
	border-right: none !important;
}

.label {
	color: #0469BB;
}

.success {
	color: green;
}

.ui-corner-all-8 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-box-shadow {
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
}

.instruction-icon {
	width: 160px;
	height: 20px;
	background: url(../img/arrow_up.png) center center no-repeat;
}

.instruction-text {
	height: 50px;
	line-height: 50px;
	border: 1px solid #BBB;
	padding: 0 10px; background-color: #FFF;
}

.padding-all-5 {
	padding: 5px;
}

.padding-all-10 {
	padding: 10px;
}

.padding-all-20-10 {
	padding: 20px 10px;
}

.db-manage-msg {
	font-size: 16px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
    font-style: italic;
}

.red-border {
	border: 1px solid red !important;
}
/* @START GROUP FORM */
input, select, textarea {
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #333;
	height: 32px;
	padding: 5px;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.42857143;
}

input.disabled, textarea.disabled {
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	color: #777;
}

input[type=submit], input[type=button], button, div#uploadImageID {
	width: auto;
	padding: 5px 10px;
	background: #0071bb;
	color: #fff;
	border: 1px solid #005e9c;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.42857143;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, div#uploadImageID:hover {
	background: #007ed0;
	border-color: #0071bb;
}

input[type=checkbox] {
	font-size: 14px;
	border: inherit;
	height: auto;
	padding: 0;
	width: auto;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	display: inline-block;
}

.top-buttons-section {
	text-align: right;
}

.bottom-buttons-section {
	text-align: right;
}

span.required {
	color: red;
}

fieldset {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	margin-top:10px; 
}

fieldset a {
	text-decoration: none !important;
	font-size: 11px;
	font-weight: bold;
	color: #A70303;	
}

legend {
	color: #0469BB;
	padding: 0 10px;
	text-transform: uppercase;
}

label.main-label {
	display: block;
	float: left;
	line-height: 35px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}

label.inline-label {
	padding: 0 5px 0px 10px;
}

.form-container {
	background-color: #FFFFFF;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	padding: 15px 20px;
}

.form-row {
	padding: 0px;
	overflow: auto;
	zoom: 1;
}

.form-row .input {
	width: 160px;
}

.form-row .input label {
	margin-bottom: 5px;
}

.form-row p {
	font-style: italic;
	line-height: 18px;
	padding: 10px 0;
}

.form-row-field-set {
	background: url("../img/tbl_header.png") repeat-x scroll left top transparent;
	border-bottom: 1px solid #CCC;
	border-top: none;
	color: #333;
	text-transform: uppercase;
}

.alert {
	font-style: italic;
	color: red;
}
/* @END GROUP FORM */

/* @START GROUP HEADER */
#header {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 20px 0 0;
}

.ui-corner-bottom-12 {
}
#header a {
}

.container {
    margin: 0 auto;
    /*width: 980px;*/
}

.app-name {
	font-size: 18px;
	float: left;
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd; 
}

#logo {
    width: 98px;
    /*height: 26px;*/
    float: left;
    background-size: 100% 100%;
    margin: 0 10px 15px 0;
}
#headerTop {
    padding-top: 5px;
    float: right;
}

#headerTop ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headerTop li {
    float:left;
    margin-right:2px;
    font-size: 12px;
    border-left: 1px solid #ddd;
}

#headerTop li:first-child {
	border-left: none;
}

#headerTop li.spacer {
    display:none;
    height:0;
    margin:0;
    width:0;
}
#headerTop li span {
    padding: 0px 10px;
    border: 1px solid transparent;
    display: block;
}
#headerTop li span label {
    padding: 0 5px 0 0;
}


#headerTop li a {
    display: block;
    padding: 0px 10px;
    font-weight: bold;
    border: 1px solid transparent;
}

#headerTop li a:hover, #headerTop li a.active {
    
}

#headerBottom {
	clear: both;
}

#headerBottom ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
    overflow: auto;
	zoom: 1;
	
}

#headerBottom li {
    float:left;
    display: inline;
}

#headerBottom li.spacer {
    display:none;
    height:0;
    margin:0;
    width:0;
}

#headerBottom li a {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

#headerBottom li:last-child a {
	border-right: 1px solid #ededed;
}

#headerBottom li a:hover, #headerBottom li a.active {
    color: #fff;
    background: #0071bb;
	border-color: #005e9c;
}
#searchBox {
    margin-top: 4px;
    width: 170px;
    background: #FFF url(../img/search-area-bg.gif) no-repeat scroll right center;
    border: 1px solid #BBB;
}

.form-item {
    display: inline;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0;
}

input.form-text {
	background: none; 
    border: none;
    color: #333333;
    float: left;
    font-size: 11px;
    height: 22px;
    width: 145px;
}

#breadcrumbs {
    height: 30px;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    display: none;
    -moz-box-shadow:0 1px 3px #CCC;
    -webkit-box-shadow:0 1px 3px #CCC;
}

#breadcrumbs a {
    font-size: 11px;
    text-decoration: none;
    color: #444;
    padding: 0 10px;
    position: relative;
    float: left;
}

#breadcrumbs a:hover {
    color: #3B87C5;
}

#breadcrumbs span{
    float: left;
    height: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 9px;
    background: url(../img/breadcrumb_sep.png) center center no-repeat;
}

#breadcrumbs span.home {
    background: url(../img/home.png) no-repeat scroll center center;
    width: 24px;
}

.breadcrumbs-wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
/* @END GROUP HEADER*/

/* @START GROUP BODY WRAPPER*/
#bodyWrapper {
	text-align:center;
	margin-top: 10px;
}

#bodyContainer {
	margin: 0 auto 20px;
	min-height: 400px;
	position: relative;
	text-align: left;
	width: 90%;
}
/* @END GROUP BODY WRAPPER */

/* @START GROUP FOOTER */
#footer	{
	color: #888;
	height: 80px;
	text-align: center;
	font-size: 11px;
	width: 980px;
	margin: 0 auto;
}
#footer  a {
	color: #777;
	text-decoration: none;
}
/* @END GROUP FOOTER */

/* @START GROUP SECOND NAVIGATION LEVEL */
#secondNavLevel {
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
    border: 1px solid #999;
    border-bottom: none;
    height: 32px;
    -moz-border-radius: 8px 8px 0 0 ;
    -webkit-border-radius: 8px 8px 0 0 ;
    background: url(../img/panel-header-bg.png) bottom left repeat-x;
    text-align: center;
    margin: 0 auto;
    width: 980px;
}

#secondNavLevel a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    color: #0469BB;
    text-decoration: none;
    margin-top: 4px;
}

#secondNavLevel a:hover{
    background: #DDD;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#secondNavLevel a.active {
    background-color: #999;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #FFF;
}
/* @END GROUP SECOND NAVIGATION LEVEL */

/* @START GROUP QUICK UTILITY NAVIGATION */
#quickNav {
	position: fixed;
	height: 30px;
	text-align: center;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

#utilityNav {
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	background: url(../img/quick_nav_bg.png) top left repeat-x;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	position: relative;
	height: 30px;
}

#utilityNav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#quickNav li {
	float:left;
	border-right: 1px solid #CCC;
}

#quickNav li.spacer {
	display:none;
	height:0;
	margin:0;
	width:0;
}

#quickNav li a {
	color: #333;
	display: block;
	font-size: 11px;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration: none;
}

#quickNav li a:hover, #quickNav li.active a {
	background-color: #B5B5B5;
	color: #FFFFFF;
}
/* @END GROUP QUICK UTILITY NAVIGATION*/

/* @START GROUP GRID TABLE */
table.grid {
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.grid th {
	background-color: #F3F3F3;
	border-bottom: 1px solid #ddd;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
	padding: 6px 5px;
	text-align:left;
	text-transform: uppercase;
}

table.grid th.header { 
    cursor: pointer; 
    text-align: left;
}

table.grid th.headerSortUp { 
    background: #eaeaea url(../img/asc.png) 98% 43% no-repeat !important;
}

table.grid th.headerSortDown { 
    background: #eaeaea url(../img/desc.png) 98% 43% no-repeat !important;
} 

table.grid tr td, table.grid tr th {
	padding: 5px;
}

table.grid tbody tr {
	background: #fff;
	border-top: 1px solid #ededed;
}

table.grid tbody tr:nth-child(even) {
	background: #f6f6f6;
}

table.grid tbody tr:hover {
	background: #fffed9;
}

table.grid tbody tr:first-child {
	border-top: none;
}

div.table-caption {
	-moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    background: #E7E7E7 url(../img/tbl_header.png) top left repeat-x;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    padding: 10px;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

div.table-footer {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    background: #E7E7E7 url(../images/tbl_header.png) top left repeat-x;    
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 10px;
    text-align: left;
    font-size: 11px;
}

div.table-footer-2 {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    background-color: #F3F3F3;    
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    color: #999;
}
/* @END GROUP GRID TABLE */

/* @START GROUP PAGING */
.prev {
	margin: 0 5px 0 0;
}

.next {
	margin: 0 20px 0 5px;
}

.current {
	color: #000;
	text-decoration: underline;
}

.counter {
	color: #555;
}
/* @END GROUP PAGING */

/* @START GROUP OVERRIDE JQUERY UI DIALOG */
.custom-dialog {
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-box-shadow:0 0 20px #222;
    -webkit-box-shadow:0 0 20px #222;
    border: none !important;
    overflow: visible !important;
    padding: 0 0 8px 0 !important;
}

.custom-dialog > .ui-widget-header {
	-moz-border-radius: 8px 8px 0 0 !important;
    -webkit-border-radius: 8px 8px 0 0 !important;
    background: #EEE url("../img/tbl_header.png") left bottom repeat-x !important;
    border: none !important;
    border-bottom: 1px solid #CCC !important;
}

.custom-dialog .ui-widget-content {
    padding: 1em 1em 0.5em 1em !important;
}

.custom-dialog .ui-dialog-buttonpane {
    border-top: none !important;
    padding: 0 1em 0 1em !important;
}

.custom-dialog .ui-dialog-titlebar-close {  
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    height: 18px !important;
    width: 19px !important;
    border: 1px solid transparent;
}

.custom-dialog > .ui-widget-header .ui-icon-closethick {
    background: transparent url("images/ui-icons_222222_256x240.png") -96px -128px no-repeat !important;
    height: 18px !important;
    width: 19px !important;
}

.custom-dialog .ui-dialog-title {  
   font-size: 1em;
   text-transform: uppercase;
   height: 27px;
   line-height: 27px;
}

.custom-dialog .ui-dialog-titlebar {
	padding:0 1em;
}

.custom-dialog > .ui-widget-header .ui-state-hover {
    background: none !important;
    border: none !important;
    border: 1px solid #CCC !important;
}

.custom-dialog > .ui-widget-header .ui-state-focus {
    background: none !important;
    border: none !important;
    border: 1px solid transparent !important;
}

.ui-widget-overlay {
	background: #555 !important;
    opacity: 0.7 !important;
}

.ui-button-text-only .ui-button-text {
	padding: 0.2em 1em;
}
/* @END GROUP OVERRIDE JQUERY UI DIALOG */

/* @START GROUP OVERRIDE JQUERY UI TAB */
.ui-tabs {
	border: none;
	padding: 0;
}

.ui-tabs > .ui-tabs-nav {
	background: #F8F8F8 url(../img/tab-bg.png) bottom left repeat-x;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	list-style: none outside none;
	position: relative;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	background: none repeat scroll 0 0 transparent;
	border: none;
	border-right: 1px solid #CCC; 
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: none repeat scroll 0 0 #FFF;
}

.ui-tabs > ul.ui-corner-all {
	-moz-border-radius: 4px 4px 0px 0px;
}

.ui-tabs li.ui-corner-top {
	-moz-border-radius: 0;
}

.ui-tabs .ui-tabs-panel {
	border: 1px solid #CCC;
	border-top: none;
}

/* @END GROUP OVERRIDE JQUERY UI TAB */

/* @START GROUP AJAX LOADING */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

.opacity-overlay {
	overflow: hidden;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20); /* IE Setting */
}

.indicator-ajax {
	width: 150px;
	height: 80px;
	background: #FEFEFE;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 20px #333;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 20px #333;
	position: relative;
	top: 250px;
}

#indicatorMsg {
	height: 80px;
	line-height: 80px;
	font-size: 10px;
	background: url(../img/ajax-loader.gif) no-repeat 50% 50%;
}
/* @END GROUP AJAX LOADING */

/* @START GROUP ADMIN WIDGET*/
.admin-widget {
	font-size: 11px;
	background-color: #FEFEFE;
	border: 1px solid #AAA;
	min-height: 220px;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	width: 298px;
}

.admin-widget-title {
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
	background: url(../img/panel-header-bg.png) bottom left repeat-x;
	border-bottom: 1px solid #DDD;
}

.admin-widget-content {
	padding: 10px;
	border-top: 1px solid #FEFEFE;
}

.admin-widget-content ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

.admin-widget-content ul li {
	padding: 0 0 10px 0;
}

.admin-widget-content ul li a {
	color: #555;
	text-decoration: none;
}

.admin-widget-content ul li a:hover {
	color: #111;
}
/* @END GROUP ADMIN WIDGET*/
span.formAlertMsg {
    color: red;
    font-style: italic;
}

.report-header-18 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.report-header-15 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.report-header-12 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

/* Grid Report table */
/* @Diep: update CSS */
table.grid-report {
    padding: 0;
    margin: 0;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: none;
}

/* @Diep: update CSS */
table.grid-report th {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
    text-align: left;
    padding: 8px 5px;
    height: 17px;
    background-color: #F3F3F3;
    text-transform: uppercase; 
}

table.grid-report th.last { 
    border-right: none; 
}

table.grid-report th.header { 
    cursor: pointer; 
}

table.grid-report td {
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    background-color: #FEFEFE;
    padding: 9px 5px;
    color: #333;
    font-size: 11px;
}

table.grid-report td.order {
    border-bottom: 1px solid #D0D0D0;
    background: #EEE;
    padding: 10px 5px;
    color: #333;
    font-size: 11px;
}

table.grid-report td.last { 
    border-right: none; 
}

table.grid-report tr.last td {
    border-bottom: 1px solid #BBB;
}

table.grid-report tr.footer td {
    border-right: none;
}

table.grid-report tr:hover td {
    /*background-color: #DDD;*/
}

table.grid-report td a {
    color: green;
    text-decoration: none;
}

table.grid-report a:hover {
    color: #0635FF;
}

table td.group_title, th.group_title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
}

/* ppdong 2010-04-12 */
.total-label {
    color: red !important;
    font-weight: bold;
}

.total-value {
    color: red !important;
    font-weight: bold !important;
}

/*-18/07/2011-*/
.form {
	width: 100%;
	height: 100%;
	padding: 10px;
}

select[multiple=multiple] {
	width: 100%;
}

label {
	display: inline-block;
}
.no-label input{
	margin-left: 135px;
	margin-bottom: 4px;
}
.submit {
	display: inline;
	padding-left: 10px; 
}

.input {
	float: left;
	padding-right: 10px;
}

div.star-rating {
	margin-top: 10px !important;
}

div.rating-cancel {
	margin-top: 10px !important;
}

.select-search {
	width: 40%;
	
}
.bntsearch {
	display: inline;
}

.row {
	clear: both;
	line-height: 20px;
}

.row input {
	width: 200px;
}
.row input.date {
	width: 30px;
	float: left;
}
.row select {
	width: 208px;
}
.row span {
	color: #0469BB;
	padding-left: 5px;
	float: left;
}

#SpaceTotal{
	margin-right: 50px;
}

/*	
label[for="SpaceFloor"] {
	padding-left: 58px;
	width: 80px;
}
*/

div.message {
	display: inline;
	color: green;
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
}
div.error-mess, .error-mess {
	color: red;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	font-style: italic;
}

.form-error {
	border: 1px solid red !important;
}

fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

.sub-menu {
	padding: 10px;
}
#SpaceAddSpaceForm .detail{
	display: block;
	clear: both;
	padding: 15px;
	padding-top: 5px;
}
.detail-note {
	clear: both;
	font-size: 140%;
	text-decoration: underline;
}

#SpaceAddSpaceForm .checkbox {
	width: 45%;
}

#SpaceAddSpaceForm .checkbox label{
	width: 90%;
}

#SpaceAddSpaceForm .checkbox input{
	float: left;
	margin-top:13px;
}
label[for="SpaceGeneralSpaceNote"] {
	width: 150px;
}

.bntadd{
}

#uploadVideoID {
	float: left;	
}

#searchCityId {
	margin: 0 auto;
	display: block;
	width: 300px;
	font-size: 20px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
}

select#searchCityId:focus {
	
}

.align-center {
	margin: 0 auto;
}

.label-style-1 {
	width: 120px;
	font-size: 20px;
	padding: 5px 0px;
}

.label-style-2 {
	color: #AAA;
	width: 120px;
	font-size: 20px;
	padding: 5px 0px;
}

#navigationButtons {
	margin-top: 40px;
}

#navigationButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationButtons li {
	float: left;
	width: 239px;
	text-align: center;
}

#navigationButtons li a {
	display: inline-block;
	font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #81BFE2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #66A1C4;
	-moz-box-shadow: 0 0 3px #66A1C4;
	-webkit-box-shadow: 0 0 3px #66A1C4;
}

#navigationButtons li a:hover {
	background-color: #F2B31C;
	border: 1px solid #E09F02;
	-moz-box-shadow: 0 0 3px #E09F02;
	-webkit-box-shadow: 0 0 3px #E09F02;
}

#navigationButtons li div {
	display: inline-block;
	font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #81BFE2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #66A1C4;
	-moz-box-shadow: 0 0 3px #66A1C4;
	-webkit-box-shadow: 0 0 3px #66A1C4;
}

#navigationButtons li div:hover {
	background-color: #F2B31C;
	border: 1px solid #E09F02;
	-moz-box-shadow: 0 0 3px #E09F02;
	-webkit-box-shadow: 0 0 3px #E09F02;
}

#detailResult{
	clear: both;
	padding: 0 0;
}

#detailResult > p {
	padding: 10px 0;
}

#detailResult .input{
	display: block;
	clear: both;
	float: none;
}

#SpaceAddSpaceForm #errorMessage{
	padding-left: 90px;
	margin-top: 0px;
	float: right;
}
#mapCanvas {
        height: 400px;
        width: 100%;
        border: 1px solid #ddd;
        margin-top: 20px;
        margin-bottom: 5px;
}
#amenitiesID {
	display: block;
	clear: both;
	padding-left: 20px;
}
#amenitiesID fieldset {
	width: 30%;
	display: inline;
	vertical-align: top;
}
#amenitiesID fieldset legend {
	color: #0469BB;
	font-size: 120%;
}
#imageShow {
	display: inline;
	float: left;
	width: 45%;
}
#imageShow ul {
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;
	float: left;
}
#imageShow div {
	color: #0469BB;
	float: left;
	width: 100px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
#videoShow {
	display: inline;
	width: 55%;
	padding-top: 10px; 
}
#videoShow ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
#detailResult table{
	width: 100%;
}
#detailResult ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

#detailResult li {
    float:left;
    margin-right:2px;
}
#detailResult ul#content{
	height: 300px;
	overflow: scroll; 
	vertical-align: text-top;
	width: 100%;
}
#detailResult ul#content .row{
	width: 100%;
	float: left;
	display: inline;
	line-height: 40px;
}
#detailResult ul#content .row:hover{
	background-color: #DDD;
}

#detailResult ul#content .row div{
	float: left;
	display: inline;
}
#detailResult ul#content .row input{
	width: 70px;
}
#detailResult ul#content .row.selected{
	background-color: #BBB;
}

 .edit-space{
 	padding: 5px;
 	display: inline;
 	cursor: pointer;
 }
 .delete-space{
	padding: 5px;
	display: inline;
	cursor: pointer;
 }
 .lock-space{
	padding: 5px;
	display: inline;
	cursor: pointer;
 }
 .unlock-space{
	padding: 5px;
	display: inline;
	cursor: pointer;
 }
 #emailGroup{
 	display: inline;
 	float: left;
 	padding-left: 20px;
 	width: 65%;
 }
 #emailGroup label{
 	width: 100%;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	padding-left: 0px;
 }
 #emailGroup div{
 	line-height: 20px;
 	float: left;
 	clear: both;
 	width: 100%;
 }
 #emailGroup div label{
 	display: inline;
 	width: 4%;
 	padding-bottom: 10px;
 }
 #emailGroup input{
 	width: 60%;
 }

 #downloadGroup{
 	display: inline;
 	float: right;
 	width: 31%;
 }
#downloadGroup label{
 	width: 100%;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	padding-left: 0px;
 }
 
 
 
 
 
 
#vendorID {
	margin-top: 40px;
}

#vendorID ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#vendorID li {
	float: left;
	width: 300px;
	height: 100px;
	text-align: center;
}

#vendorID li a {
	display: inline-block;
	font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #5db052;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #5db052;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#vendorID li a:hover {
	background-color: #F2B31C;
	border: 1px solid #E09F02;
	-moz-box-shadow: 0 0 3px #E09F02;
	-webkit-box-shadow: 0 0 3px #E09F02;
}

#vendorID li div {
	display: inline-block;
	font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #81BFE2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #66A1C4;
	-moz-box-shadow: 0 0 3px #66A1C4;
	-webkit-box-shadow: 0 0 3px #66A1C4;
}

#vendorID li div:hover {
	background-color: #F2B31C;
	border: 1px solid #E09F02;
	-moz-box-shadow: 0 0 3px #E09F02;
	-webkit-box-shadow: 0 0 3px #E09F02;
}

 
 #mapForm label{
 	float: none !ie7;
 	
 }
 #mapForm .form-row{
 	line-height: 10px !ie7;
 	
}

.highlight-box {
	padding: 10px; 
	background: #f6f6f6; 
	margin-bottom: 20px; 
	border-radius: 3px;
}