/*
 * CSS Top-Bookings Backend
 *
 * Copyright 2011, top-bookings.com
 * http://www.top-bookings.com
 *
 */

/* body styles */

body {
	background-color: #ffffff;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
}

a {
	color: #0d9ac7;
	text-decoration: none;
}

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

#content {
	min-height: 400px;
	margin: 10px 5px 5px 50px;
	background: #ffffff;
	margin: 25px 10px 10px 10px;
	padding: 0;
}

h1 {
	color: #0d9ac7;
	font-weight: bold;
	font-size: 14px;	
}

input, textarea, select {	
	border: 1px solid #0d9ac7; 
	background-color: #deeaed ; 
	color: #000000;
}

input.disabled {
	border: 1px solid #0d9ac7; 
	background-color: #c0e6ef; 
	color: #000000;
}

input.inputDisabled {
	border: 0px;
	background-color: transparent ; 
	color: #000000;
}

input.inputEnabled {
	border: 1px solid #0d9ac7; 
	background-color: #deeaed ; 
	color: #000000;
}

input:focus, textarea:focus { 
	border: 1px dotted #0d9ac7; 
	background-color: #f7fbfc;
}

input.error, textarea.error { border: 1px dotted #7f0000; }

form label.error { margin-left: 15px; color: #7f0000; font-style: italic}

label.error { display: none; } 

input.button {
	border: 1px solid #0d9ac7; 
	background-color: #0d9ac7; 
	color: #ffffff;
	font-weight: bold;
}

td.menu {
	background:#ffffff;
}

td.menuactive {
	background:#c0e6ef;
}

td.menu:hover, td.menuactive:hover {
	cursor: pointer;
	background:#c0e6ef;	
}

fieldset {
	border: 1px solid #0d9ac7;
	padding: 1em;
}

fieldset label {
	height: 25px;
}

div.generic {
	min-height:18px;
	padding: 2px;
}

div.generic2 {
	height:30 px;
	padding: 2px;
}

div.generic:hover, div.generic2:hover {
	background:#c0e6ef;
}

tr.odd
{
	background-color: #f7fbfc;
}

tr.even
{
	background-color: #ffffff;
}


td.tdlink {
	cursor: pointer;
}

td.tdlink_n {
	cursor: normal;
}

#planningInfo {
	background-color:#c0e6ef; 
	border: 1px solid #0d9ac7;
	color:#000000;
	position:fixed; 
	left: 300px;
	right: 300px;
	top: 150px;
	height: 80px;
	margin: auto;
	padding: 20px 0px 0px 0px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-opacity:0.95;
	z-index:3;
}

#ImageInfo {
	background-color:#c0e6ef; 
	border: 1px solid #0d9ac7;
	color:#000000;
	position:fixed; 
	left: 300px;
	right: 300px;
	top: 150px;
	height: 330px;
	width: 440px;
	margin: auto;
	padding: 20px 20px 20px 20px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-opacity:0.95;
	z-index:3;
}

#SelectCustomer {
	background-color:#c0e6ef; 
	border: 1px solid #0d9ac7;
	color:#000000;
	position:fixed; 
	left: 100px;
	right: 100px;
	top: 150px;
	height: 400px;
	width: 600px;
	margin: auto;
	padding: 20px 20px 20px 20px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-opacity:0.95;
	z-index:3;
}

#loadingDiv {
	color:#000000;
	position:fixed; 
	left: 50%;
	top: 50%;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-opacity:0.95;
	z-index:3;
}

ul.fontselector {
  background-color: #deeaed ; 
  border: 1px solid #0d9ac7;
  border-top: 0;
  font-size: 14px;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
  width: 350px;
  line-height: 1.2;
  z-index:    10;
  position:   absolute;
}
ul.fontselector li {
  margin:   0;
  padding:  0;
  list-style: none;
}
ul.fontselector a {
  display:    block;
  padding:    3px;
  color:      black;
  text-decoration: none;
}
ul.fontselector a:hover {
  background-color: #0d9ac7;
  color:	#ffffff;
  cursor:     pointer;
}
  
#preview{
	position:absolute;
	top:150px;
	border:1px solid #0d9ac7;
	background:#c0e6ef;
	padding:5px;
	display:none;
	color:#000000;
	z-index:3;
	text-align:center;
	}  

form .counter{
	position:absolute;
	right:0;
	top:-5px;
	font-size:18px;
	font-weight:bold;
	color:#ccc;
	}
form .warning{color:#600;}	
form .exceeded{color:#e00;}	