@charset "utf-8";

/* =Reset
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body { line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ol, ul { list-style: none; }

blockquote { quotes: none; }

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

del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

small { font-size: 11px; }

strong, b { font-weight: bold; }

.p-no-margin { margin-bottom: 0; }

.lite { color: #787878; }

.align_right { text-align: right; }




/* =Global
-------------------------------------------------------------- */
body  {
	font: 100% Helvetica, Arial, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	height:100%;
	background: #f2f2f2 url(../../images/admin/int_headerBG.png) 0 47px repeat-x;
}

a {
	color: #5C6F7C;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear;
  	-moz-transition: color .2s linear, background .2s linear;
  	-o-transition: color .2s linear, background .2s linear;
  	transition: color .2s linear, background .2s linear;
}

a:hover { color:#B50938; }

p { margin-bottom: 15px; }

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

sub { font-size: 7px; }

td { vertical-align: middle; }

li.last { background: none!important; border: none!important; }

.round_corners {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.gradient_bg {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.float_left { float: left; }
.float_right { float: right; }






/* =Structure + Layout
-------------------------------------------------------------- */

html,
* html .container { height: 100%; }

.container {
	width: 955px;
	min-height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background: url(../../images/admin/transparent_white_bg.png);
} 

.body_home { background: #f2f2f2 url(../../images/admin/home_pageBG.png) repeat-x; }

.header { padding: 20px 0; } 

.logo { 
	height: auto; 
	margin-left: 30px; 
}

.client_logo {
	height: auto;
	float: right;
	margin-right: -30px;
	max-height: 100px;
}

.header_home .logo { width: 250px; }
.header .client_logo { width: 100px; }

.header .logo { width: 175px; }

.header a, 
.footer a {
	color: #5C6F7C;
	text-decoration: none;
}

.header a:hover, 
.footer a:hover {
	color: #BCBD32;
}

.header_home {
	padding: 30px 0 15px 0;
        width: 894px;
	
}

.header_login {
	padding-top: 200px;
	padding-left: 20px;
}

.breadcrumbs {
	padding-top: 5px;
	padding-bottom: 25px;
	color: #EBD723;
	font-size: 12px;
}

.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 40px;
	padding-bottom: 15px;
}

.sidebar1 li {
	list-style: none;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: url(../../images/admin/int_mainNavBG.png) no-repeat;
	height: 31px;
	width: 230px;
	padding-top: 10px;
}

.mainContent {
	font-size: 12px;
	padding-bottom: 160px; /* = footer height */
	margin: 25px 30px;
} 

.mainContent p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}

.mainContent_textArea {
	padding-right: 55px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 925px;
	height: 160px;
	padding: 0 15px;
	background: url(../../images/admin/oblique_rules.png) right top no-repeat;
} 

.footer p {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 11px;
	color: #5C6F7C;
}

.footer img {
    position: absolute;
    bottom: 38px;
    left: 135px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.instructions p {
	font-size: 10px;
	text-transform: uppercase;
}

.login {
	position: relative;
	width: 250px;
	height: 122px;
	margin-right: auto;
	margin-left: auto;
}

.login small {
	padding-right: 4px;
	color: #706F71;
}

.login_textField {
	font-size: 14px;
	color: #706F71;
	width: 240px;
	margin-bottom: 15px;
	border: 1px solid #5C707C;
	padding: 5px;
}

.login p {
    color: red;
}

a.submit_grey {
	border: 1px solid #a7a7a7;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #5A5A5A;
	padding: 5px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: border .25s linear;
  	-moz-transition: border .25s linear;
  	-o-transition: border .25s linear;
	border-radius: 4px;
	background: url(../../images/admin/int_sectionHeaderBG.jpg);
}

html .tabs_button {
	border-style: solid;
	font-size: 16px;
	border-width: 8px;
	-webkit-transition: none;
}

a.submit_grey:hover {
	border: 1px solid #5a5a5a;
}

.btn_submit {
	position: relative;
	right: -70px;
	bottom: 0;
	height: 30px;
	width: 82px;
	cursor: pointer;
	-webkit-transition: border .25s linear;
  	-moz-transition: border .25s linear;
  	-o-transition: border .25s linear;
  	transition: border .25s linear;
	border: 1px solid #5C707C;
	background: url(../../images/admin/int_btn_submit.png) center 0 no-repeat;
}

.btn_submit:hover {
	border: 1px solid #b50937;
}

.btn_forgot {
    right: -172px;
}

.home_logout span,
.home_help span { display: none; }

.home_help {
	position: relative;
	display: block;
	width: 120px;
	height: 32px;
	float: right;
	margin-right: 30px;
	background: url(../../images/admin/login_help_button_active.png) 0 0 no-repeat;
}

.home_help .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 32px;
}

.home_help:hover,
.home_help .hover {
	cursor:pointer;
	background: url(../../images/admin/login_help_button_hover.png) 0 0 no-repeat;
}

.home_logout {
	position: relative;
	display: block;
	width: 81px;
	height: 32px;
/*	float: right;*/
	margin-right: 30px;
	background: url(../../images/admin/logout_button_active.png) 0 0 no-repeat;
}

.home_logout .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	height: 32px;
}

.home_logout:hover,
.home_logout .hover {
	cursor:pointer;
	background: url(../../images/admin/logout_button_hover.png) 0 0 no-repeat;
}

.home_buttons {
	position: relative;
/*	margin: 0 110px 20px 0;*/
	
}

.home_buttons  ul {
	overflow: hidden;
}

.home_buttons li {
	/*color: #B50937;*/
	color: black;
	list-style: none;
	line-height: 1.1;
	width: 198px; 
	height: 69px;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	cursor:pointer;
	position: relative;
	background: url(../../images/admin/home_button2.png) no-repeat;
	
	/* vertically align text. */
	display: table;
	overflow: hidden;
}

.home_buttons .last { margin-right: 0; }

.home_buttons li .cell {
	#position: absolute; 
	#top: 50%; 
	display: table-cell; 
	vertical-align: middle;
	padding: 0 14px;
	z-index: 3;
}

.home_buttons li .link {
	position: relative;
	#top: -50%;
	z-index: 2;
}

.home_buttons li:hover { color: white; }

.home_buttons li .hover { 
	position: absolute;
	top: 0;
	left: 0;
	height: 69px;
	width: 198px;
	z-index: 1;
}

.home_buttons li:hover,
.home_buttons li:hover .hover {
	background: url(../../images/admin/home_button_on.png) no-repeat; 
}


.index_buttons {
	position: relative;
/*	margin: 0 110px 20px 0;*/
	
}

.index_buttons  ul {
	overflow: hidden;
}

.index_buttons li {
	/*color: #B50937;*/
	color: black;
	list-style: none;
	line-height: 1.1;
	width: 198px; 
	height: 69px;
	float: right;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	cursor:pointer;
	position: relative;
	background: url(../../images/admin/home_button2.png) no-repeat;
	
	/* vertically align text. */
	display: table;
	overflow: hidden;
}

.index_buttons .last { margin-right: 0; }

.index_buttons li .cell {
	#position: absolute; 
	#top: 50%; 
	display: table-cell; 
	vertical-align: middle;
	padding: 0 14px;
	z-index: 3;
}

.index_buttons li .link {
	position: relative;
	#top: -50%;
	z-index: 2;
}

.index_buttons li:hover { color: white; }

.home_buttons li .hover { 
	position: absolute;
	top: 0;
	left: 0;
	height: 69px;
	width: 198px;
	z-index: 1;
}

.index_buttons li:hover,
.index_buttons li:hover .hover {
	background: url(../../images/admin/home_button_on.png) no-repeat; 
}




#map_canvas {
	height: 500px;	
	border: 1px solid grey;
}

.info_window {
	position: relative;
	margin: 20px;
	overflow: hidden;
}


.info_window .caption { 
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 5px;
	font-size: 11px;
	opacity: .85;
	color: #333;
	background: white url(../../images/admin/info_window_pointer.png) 90% 5px no-repeat;	
}

.info_window .caption li {	
	margin: 2px 0;
}

#tabs_2 .info_window {
	display: inline-block;
}

.map_info_window .caption {
	font-size: 11px;
	margin-top: 5px;	
}
 
/* tabs
*************************/

/*.ui-tabs { position: relative; padding: .2em; zoom: 1; }  position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") 
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #B50938; border-bottom: 1px solid #FCFCFC; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }  first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.tab_links {
	position: relative;
	left: 14px;
}

.tab_links a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	border: 1px solid #5c707c; 
}

.tab { 
	border: 1px solid #5c707c; 
	margin-top: 20px;
	padding: 15px;
}*/

/* menu-specifc
*************************/

#menu {
	position: relative;
	width: 894px;
	height: 40px;
	line-height: 40px;
	margin-top: 55px;
	margin-left: 30px;
	z-index: 5;
	-webkit-box-shadow: 0 0 2px 0 #888;
	-moz-box-shadow: 0 0 2px 0 #888;
	box-shadow: 0 0 2px 0 #888;
        z-index: 1;
}


p.add_new {
	float: right;
	width: 200px;
	text-align: right;
}

.add_new span {
	font-size: 150%;
	font-weight: bold;
}



/* tabs
*************************/

ul.tabs {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	background: url(../../images/admin/nav-divider.png) 100% 50% repeat-y;
}

ul.tabs a {
	position: relative;
	display: block;
	color: #5C6F7C;
	padding-left: 4px;
	margin-right: 3px;
	text-transform: lowercase;
}

ul.tabs a:hover,
ul.tabs .current_page,
ul.tabs .current_parent {
	color: #5a9fce;
	background: #fff;
}

ul.tabs a span {
	display: block;
	padding: 0 15px 0 11px;
}

ul.tabs a:hover span {
	background: url(../../images/admin/topselectionright.png) top right;
}

ul.tabs .no_bg { background: none; }




/* dropdowns
*************************/

ul.dropdown {
	position: absolute;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 250px;
	
	display: none;
	z-index: 999;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 1px 0 #888;
	-moz-box-shadow: 0 0 1px 0 #888;
	box-shadow: 0 0 1px 0 #888;

	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}

ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background: url(../../images/admin/dd-menu-divider.gif) left bottom repeat-x;
}

ul.dropdown li a {
	font-size: 13px;
	padding: 4px 15px;
	margin-right: 0;
	display: block;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	background-position: 3px 12px;
}

ul.dropdown li.last a {
	border-bottom-width: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.dropdown li a:hover {
	color: #fff;
	background: #5a9fce url(../../images/admin/int_menu_arrow.png) no-repeat 10px 12px;
}

ul.tabs .current_page { background-position: 3px 12px; }

.contentEditor_pageTitle {
	padding: 1px 5px;
	border: 1px solid #b6b8bb;
	color: #666666;
	font: 24px/24px Arial, Helvetica, sans-serif;
	width: 725px;
	margin-right: 15px;
}

.btn_submitChanges {
	color: #B50938;
	position: relative;
	top: -4px;
	padding: 8px 35px;
	height: 32px;
	background: #F6EBA8;
	font-weight: bold;
	border: 1px solid #EBD723;
	cursor:pointer;
}

.btn_submitChanges:hover {
	color: #FFF;
	background: #56A0D3;
	border: 1px solid #5C6F7C;
}



.mainContent .content_lastEdited {
	color: #b6b8bb;
	clear: both;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.ckEditor {
	margin-bottom: 25px;
}

.sectionHeader {
	position: relative;
	text-transform: lowercase;
	font-size: 16px;
	padding: 11px 20px 0 20px;
	height: 26px;
	width: 856px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: #888 1px 1px 1px;
	color: #fff;
	background: url(../../images/admin/int_sectionHeaderBG.jpg);
	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.sectionHeader span {
	text-transform: capitalize;
	color: #5A5A5A;
	text-shadow: none;
}

.icon {
	position: absolute;
	right: 20px;
	top: 6px;	
}

.avail_icon_close {
	position: absolute;
	right: 0;
	top: 0;
	display: none;	
}

.section { 
	width: 894px;
	border: 1px solid #b6b8bb;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.section_wrapper {
	padding: 20px;
}

.seo_textField {
	border: 1px solid #b6b8bb;
	width: 500px;
	padding: 2px;
	color: #666;
}

.section table {
	width: 100%;
}

.section .white { color: #787878; background: white; }
.section .grey {  color: #787878; background: #F2F2F2; }

.section td,
.section th {
	text-align: left;
	padding: 10px 20px;
}

.meta {
	margin: 10px; 
	padding-bottom: 6px;
	overflow: hidden;
}

.meta p { padding: 0 10px }

.meta p.float_left {
	margin: 30px 0 0 0;
	width: 100px;
}

ul.inline_float { 
	float: left;
	width: 680px;
	overflow: hidden; 
	margin: 30px 0 0 0;
}

ul.inline_float li {
	float: left;	
	padding: 0 10px;
	font-size: 12px;
	border-right: 1px solid #a7a7a7;
}

.info {
	display: none;
	position: absolute;
	top: 130px;
	right: 100px;
	padding: 15px 20px!important;
	width: 300px;
	z-index: 9999;
	-moz-box-shadow: inset 0 2px 5px #888;
	-webkit-box-shadow: inset 0 2px 5px#888;
	box-shadow: inner 0 2px 5px #888;
}

.update {
	width: 210px;
	float: right;
	text-align: right;
	margin: 5px 15px 0 0;
}

.update p { margin-bottom: 5px; }

.update a { margin: 10px; }

.blue_button {
	padding: 3px 30px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #333 1px -1px 1px;
	border: 1px solid #56A0D3;
	color: white;
	background: #3d9ee1;
	
	-webkit-box-shadow: inset 0 0 1px #374651;
	-moz-box-shadow: inset 0 0 1px #374651;
	box-shadow: inner 0 0 1px #374651;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	
	-webkit-transition: color .2s linear, border .2s linear;
  	-moz-transition: color .2s linear, border .2s linear;
  	-o-transition: color .2s linear, border .2s linear;
  	transition: color .2s linear, border .2s linear;
}

.blue_button:hover {
	-webkit-box-shadow: inset 0 0 12px #374651;
	-moz-box-shadow: inset 0 0 12px #374651;
	box-shadow: inner 0 0 12px #374651;
	
	color: #fff;
	border: 1px solid #374651;
}

.grey_button {
	padding: 3px 30px;
	font-size: 13px;
	font-weight: bold;
	border: none;
	color: white;
	background: #a5a5a5;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	
	-webkit-transition: color .2s linear, border .2s linear;
  	-moz-transition: color .2s linear, border .2s linear;
  	-o-transition: color .2s linear, border .2s linear;
  	transition: color .2s linear, border .2s linear;
}

.grey_button:hover {
	background: #ECECEC;
	color: #777;
	border: none;
}

a.delete {
	/*display: block;
	width: 55px;
	height: 20px;
	background: url(../../images/admin/trash_icon.png) right 1px no-repeat;	*/
}

.reorder_up {
	margin-top: 10px;
	display: block;
	width: 32px;
	height: 24px;
	background: url(../../images/admin/arrow.png) 10px 0 no-repeat!important;
}

.reorder_up:hover { background: url(../../images/admin/arrow_over.png) 10px 0 no-repeat!important; }

.reorder_down {
	display: block;
	width: 32px;
	height: 24px;
	background: url(../../images/admin/arrow_down.png) 10px 0 no-repeat!important;
}

.reorder_down:hover { background: url(../../images/admin/arrow_down_over.png) 10px 0 no-repeat!important; }

#sorttable td img {
	height: 80px;
	width: auto;
}

form.amenity {
	margin: 30px 0 30px 100px;
}

form.amenity div {
	margin: 15px;
	overflow: hidden;	
	position: relative;
}

form.amenity input[type=text],
form.amenity textarea {
	width: 250px;	
	padding: 4px;
}

form.amenity select { width: 180px; }
form.amenity textarea { height: 80px; }

form.amenity div span {
	width: 220px;
	float: left;
	text-align: right;	
	margin-right: 10px;
	margin-top: 1px;
}

.url p {
	position: absolute;
	top: 4px;
	left: 236px;
	color: #787878;
	font-size: 11px!important;
}

.url input {
	padding-left: 34px!important;
	width: 220px!important;
}

div.sumbit { 
	width: 490px;
	text-align: right!important; 
}

form.amenity .btn_submit {
	position: relative;
	top: 0;
	right: 0;
}

form.amenity div img {
	width: 254px;
	height: auto;
	padding: 1px;
	border: 2px solid #999; 
}

input.caption {
	width: 250px;
	padding: 4px;	
}

.file_uploader {
	margin: 30px;
	padding: 30px 40px;
	overflow: hidden;
	border: 1px solid #a7a7a7;
	-moz-box-shadow: inset 0 0 3px #888;
	-webkit-box-shadow: inset 0 0 3px#888;
	box-shadow: inner 0 0 3px #888;
}

.file_uploader h2 {
	margin-bottom: 10px;	
}

.file_uploader h2 em { font-size: 12px; }

.instructions {
	width: 240px;
	float: right;
}
.instructions li { margin: 4px; }

#infoMessage { color: green; }

h2.sub_header {
	color: #5C707C;
	border-bottom: 1px solid grey;
        text-transform: lowercase;
}


.form {
	width: 430px;
	margin: 40px auto 20px;
	padding: 40px;
	background: white;
	-moz-box-shadow: 	0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow:			0 0 3px #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.row {
	overflow: hidden;
	clear: both;	
	margin: 20px 0;
}

.row p {
    color:red;
}

.form input[type=text], textarea {
	float: left;
	display: block;
	width: 300px;
	padding: 5px;
	outline: none;
	border: #a5a5a5 solid 1px;
	color: #fff;
	background: #a5a5a5;
        margin-top: 0px;
}

.form label {
	float: left;
	display: block;
	width: 100px;
	margin-right: 5px;
	text-align: right;
	padding: 5px;
	color: #777;
	background: #ECECEC;
        text-transform:lowercase;        
}

.form input[type=submit] {
	border: none;
	padding: 4px 18px;
	color: white;
	background: #a5a5a5;
        text-transform: lowercase;
}

.form input[type=submit]:hover {
	cursor: pointer;
	color: #777;
	background: #ECECEC;
}

.form button {
	border: none;
	padding: 4px 18px;
	color: white;
	background: #a5a5a5;
}

.form button:hover {
	cursor: pointer;
	color: #777;
	background: #ECECEC;
}


span.iblock {
	display: inline-block;
}

.admin-images {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.admin-delete-image {
    text-align: center;
    margin: 5px;
    width: 75px;
    height: 75px;
    border: solid #000 thin;
    float: left;
}

#session-message {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	background-color:rgba(3,137,1,0.8);
	width:200px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-110px 0 0 -110px;
	z-index: 1000;
	font-size: 14px;
        color: black;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

#error-message {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	background-color:rgba(255,0,0,0.8);
	width:200px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-110px 0 0 -110px;
	z-index: 1000;
	font-size: 14px;
        color: black;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

#error-message img {
    position: absolute;
    top: 0;
    right: 0;
}

.highlight {
    color: #FFF;
    background-color: red;
    padding: 5px;
}

.highlight a {
    color: #FFF;
}

#upload {
    padding: 5px;
}

#dropbox {
    width: 525px;
    padding: 5px;
    min-height: 150px;
}

#filelist th {
    background-color: gray;
    border: thin solid #000;
}

#filelist td {
    border: thin solid #000;
}
#complete p {
    color: green;
}

.removeFile {
    cursor: pointer;
}
.alt-row {
    background-color: #ECECEC;
}
.queue-row {
    padding: 5px;
}

.control-row {
    display: block;
    margin-top: -30px;
/*    margin-bottom: 15px;*/
    height: 40px;
/*    border: 2px solid #000;*/
    width: 100%;
    margin-left: 30px;
    clear: both;
    position: relative;
}

.control-row-items {
    float: right;
    
}
.control-row-items a {
    float:left;
    margin-right: 5px;
    margin-left: 5px;
}

#filter {
   position: relative;
   top: 5px;
   left: 10px;
}

#top_update {
    position: relative;
    top: 0px;
    float: right;
    margin-right: 10px;
    
}
#toolbar {
    margin-top: 5px;
}

#toolbar a {
    width: 25px;
    height: 25px;
    padding: 1px;
}

.icons label {
    width: 55px;
    height: 75px;
    margin: 2px;
    padding: 5px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
}

.icons label:hover {
    background-color: #ECECEC; 
}


.icons img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}

.icons p {
    font-size: 10px;
    text-align: center;
    color: black;
}

.input_hidden {
    position: absolute;
    left: -9999px;
}

.error-message {
    color:red;
}
.success-message {
    color:green;
}

.arrows {
    display:inline-block;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url('../../images/admin/int_menuArrow.png') no-repeat 1px 0px;
}

.form legend {
    color: #5C707C;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid grey;
    text-transform: lowercase;
}

.btn-group a {
    margin-right: 5px;
}

.username {
    font-size: 10pt;
    margin-right: 15px;
}

.order_table table {
    width: 100%;
    color: #5C707C;
        
}
.order_table th {
    font-size: 20px;
    padding: 8px;
}

.order_table td {
    font-size: 16px;
    border: 1px solid grey;
    padding: 8px;
}

/* Add the following to assets/css/admin/master.css */

/* =TouchTour Transit
-------------------------------------------------------------- */

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-button-text {
    font-size: 14px;
}

.transit .nav-top-utility {
    float: right;
}

.transit .nav-top-utility li {
    float: left;
    margin-right: 5px;
}

.transit .btn-alert-system.active {
    background: #c00;
    color: #fff;
}

.transit-dialog-alert-system,
.transit-dialog-copy-slides,
.transit-dialog-copy-slides-complete {
    font-size: 14px;
}

.transit-dialog-alert-system {
    padding-top: 10px !important;
}

.transit .formContainer h3 {
    margin-bottom: 20px;
    color: #5C6F7C;
}

.transit .formContainer {
    width: 730px;
    margin: 0px auto 20px;
    padding: 0px 40px;
}

.transit .chooseScreen {
    float: left;
    width: 223px;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
}

.transit .chooseScreen.last {
    margin-right: 0px;
}

.transit .chooseScreen img {
    width: 100%;
    margin-bottom: 20px;
}
