body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	margin:0;
	padding:0;
	background: #eee;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
}

a:link,a:visited {
	color:#EB6005;
	text-decoration:none;
}

a:hover {
	color:#EB6005;
	text-decoration:underline;
}

cl {clear:both}
.left{
	float:left;
	width: 700px;
}
.right{
	float:right;
	min-width: 650px;
}
.main-container {
	background: #fff;
	padding: 15px;
	width: 1360px;
	margin: 0 auto;
}
.menu-container {
	width: 200px;
	background: #ddd;
	float: left;
	padding: 0;
}
.error {
	background: red;
	padding: 3px;
	color: white;
	margin: 1px;
}
.flash {
	background: green;
	padding: 3px;
	color: white;
	margin: 1px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 5px;
}
h2 a {
	font-weight: normal;
	font-size: 12px;
}
.cl {clear: both}
table {font-size: 12px;border-collapse: collapse;}

table td, th {padding: 3px;text-align: left;}
table th {background: #999;color: #fff;}
table td table {border: 1px solid #999; min-width:400px}
table td.first table{min-width: 590px}
table td b {padding: 1px 6px; background: #999; color: #fff}
#admins {
	margin-left: 15px;
	width: 1000px;
	padding: 0 10px;
	float: left;
}
#admins h2 {margin: 10px 0;}
#admins .grid {
	padding:0;
	display:inline-flex;
	width: 100%;
}
#admins .hrow, #admins .row {
	width: 20% !important;
}
#admins .double, #admins .double {
	width: 40% !important;
}
#admins .row {
	background: #efefef;
	padding: 5px 0;
}
#admins .row a{padding-left: 5px;}
.details{
	display: none;
	padding: 0 5px;
}
.details a {
	padding: 0 !important;
	color: blue !important;
}
#filter .hrow{
	float:none;
}
#partners {
}
.grid {
	display: block;
	margin: 2px 0;
	clear: both;
	padding: 2px 0;
	min-height: 18px;
}
.partner-all-data {
	display: none;
	min-height: 120px;
	background: rgb(253, 230, 223);
	margin-top: -2px;
	border-top: 1px dashed #999;
}
.hrow{
	font-weight: bold;
	float:left;
	width: 100px;
	min-height: 18px;
}
.row{
	float:left;
	width: 100px;
}
.form_row label {
	width: 160px;
	display: inline-block;
}
#partners .left .form_row label {
	width: 160px;
}
input {
	width: 200px;
	height: 22px;
	padding: 3px 6px;
	font-size: 12px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 1px;
}
textarea {
	font-size: 12px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 6px;
	height: 70px;
	width: 250px;
	resize: none;
}
select {
	font-size: 12px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 1px 0 1px 0;
	min-width: 100px;
}
.row select {max-width: 110px !important}
input[type='submit'], input[type='button'] {
	width: 100px;
}
#form_placeholder {
	display:none;
}
#reservation_systems_grid_new, #communication_grid_new, #countries_grid_new {
	display:none;
}

.hidden_value{
	display: none;
}

#reservation_systems input[type='button'], #communication input[type='button'], .ccommunication input[type='button'], #countries input[type='button'] {
	width: 55px !important;
}

#reservation_systems input, #communication input, .ccommunication input, #countries input {
	width: 115px !important;
}

#reservation_systems .row, #communication .row, .ccommunication .row, #countries .row,
#reservation_systems .hrow, #communication .hrow, .ccommunication .hrow, #countries .hrow {
	width: 120px !important;
	min-height: 1px;
}
#reservation_systems .row.w-date, 
#communication .row.w-date, 
.ccommunication .row.w-date, 
#reservation_systems .hrow.w-date, 
#communication .hrow.w-date, 
.ccommunication .hrow.w-date
{
	width: 100px !important;
}

#reservation_systems .row.w-date input, 
#communication .row.w-date input, 
.ccommunication .row.w-date input
{
	width: 90px !important;
}
#reservation_systems .row.w-notes, 
#communication .row.w-notes, 
.ccommunication .row.w-notes, 
#countries .row.w-notes,
#reservation_systems .hrow.w-notes, 
#communication .hrow.w-notes, 
.ccommunication .hrow.w-notes,
#countries .hrow.w-notes{
	width: 260px !important;
}

.sub-box {
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}
.sub-box h3 {
	padding: 9px 14px 9px 6px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border-bottom: 1px solid #e1e1e8;
	font-weight: bold;
	font-size: 15px;
}
.sub-box div {
	padding:0 0 0 9px;
}

#popup_overlay {
    display: none;
    position:fixed;
    left:0px;right:0px;
    top:0px;bottom: 0px;
    z-index:5;
}

#popup_window {
    display: none;
    width:700px;
    margin: 0 auto;
    z-index:10;
    background:#999;
    margin-top: 20px;
    padding: 10px;
}

#popup_box {
    min-width:150px;
    min-height: 300px;
    background:#eee;
    padding: 5px;
}

.hidden {
	display:none
}
