/* CSS Document */

body, html {
	background-color: #f2f2f2;
	margin:0 auto;
	font-family: Verdana, Arial;
	font-size:11px;
}

#header-container { 
	width:240px;
	height:100%;
	float:left;
	position:fixed;
	left:0;
}

#header {
	width:225px;
}

#header #title {
	font-size:24px;
	float:right;
	color: #333;
}

#header div#user {
	clear: right;
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-left:21px;
	margin-bottom:10px;
}

a {
	color:#036;
}

a:hover {
	text-decoration:none;
	color:#666;
}

.homeCars {
	width:100%; float:left;
	min-width:420px;
	margin:5px;
}

#nav {
	margin-top: 30px;
	margin-left:14px;
	margin-right:14px;
}


#body-container {
	width:auto;
	height:auto;
	margin-left:240px;
}

#menu-container {
	background-color:#FFF;
	width:292px;
	height:auto;
	float:right;
	margin-right:14px;
	margin-top:14px;
}

#menu-container #line {
	height:10px;
}

#menu-container #title {
	background-color:#f1f1f1;
	margin: 0 10px 0 10px;
	padding-top:4px;
	font-size:14px;
	font-weight:bold;
	height:31px;
}

#menu-container #content {
	margin: 0 10px 0 10px;
}

#menu-container #content .box {
	width:90px;
	text-align:center;
	display:block;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

#menu-container #content ul {
	list-style: none;
	display:inline;
}

#menu-container #content li {
	height:15px;
	background-color:#f8f8f8;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
}

#msg-container {
	margin:6px;
}
#msg-container #img {
	float:right;
	position:absolute;
	right:0;
}

#msg-container #line {
	height:10px;
}

#msg-container #title {
	background-color:#122b56;
	color:#fff;
	margin-left: 10px;
	margin-right: 10px;
	padding:14px;
	font-size:16px;
	font-weight:bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#msg-container #content {
	margin: 10px;
	padding:10px;
	border: 1px solid #f2f2f2;
	background-color:#fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.gridTable {
	margin:0 auto;
	border:1px solid #d1ddf0;
}
.gridTable tr {
	width:auto;
	background-color:#faf9f9;
	padding-left:10px;
	margin-bottom:1px;
	vertical-align:top;
	height:40px;
}
.gridTable tr td {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.gridTable tr.head {
	height:26px;
	background-color:#c3d8fa;
	padding-left:3px;
	vertical-align:middle;
}
.gridTable tr th {
	text-align:left;
}
.gridTable tr .action {
	position:absolute;
	font-size:10px;
	display:none;
}

.title {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.hint {
	color: red; 
	font-size: 11px;
	font-weight: bold;
}

#msg-container #content form .hd {
	width:100px;
	float:left;
}

#msg-container #content form input, select, textarea {
	background-color:#fff;
	border: solid 1px #d5d5d5;
	color:#333;
	padding: 1px 2px;
	padding:6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#msg-container #content form .submit {
	background-color:#f4f4f4;
	border: solid 1px #e9e9e9;
	color:#093;
	margin-top:15px;
	margin-bottom:10px;
	padding: 10px 20px;
}

#msg-container #content form .disabled {
	background-color:#f1f1f1;
	border: solid 1px #e9e9e9;
	color:#ccc;
	margin-top:15px;
	margin-bottom:10px;
	padding: 10px 20px;
}

.button {
	display: block;
	font-size:11px;
	padding:8px;
	margin-right:5px;
	color:#fff;
	float:left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	background: #459300 url('../images/bg-button-green.gif') top left repeat-x; !important
}
.button:hover{
	color:#fff;
	background: #61a326 url('../images/bg-button-green-h.gif') top left repeat-x; !important
}

form {
 margin: 0 auto;	
}
.page {
	float:right;
	margin:8px;
}
.pageNum {
	border:1px solid #d3d3d3; padding:4px; background-color:#eeeeee; display:inline-block; margin-bottom:3px;
}
.actPageNum {
	border:1px solid #d3d3d3; padding:4px; background-color:#dfdfdf; display:inline-block; margin-bottom:3px;
}

.red {
	color:#F00;
}

.green {
	color:#093;
}

.editGallery {
	display: inline-block;
	background: #d66715;
	padding: 10px;
	font-size:14px;
	color: #fff;
	text-decoration: none;
}
.editGallery:hover {
	color: #fff;
	text-decoration: none;
}

ul.gallery {
	display: inline-block;
    list-style-type: none;
	padding:0;
	margin:0;
}
ul.gallery li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 134px;
	height:100px;
}
ul.gallery li img {
	height: 100px;
}

#addMsg {
	background-color:#ffebe8;
 	border: solid 1px;
	padding: 10px;
	margin-top:5px;
	margin-bottom:5px;
}

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}
.number {
	text-align:right;
}
.date {
	width:90px;
	background:url(../images/calendar.png) right no-repeat;
}
.date:hover {
	width:90px;
	background:url(../images/calendar_hover.png) right no-repeat;
}

.dateRO {
	width:90px;
	background:url(../images/calendar.png) right no-repeat;
}
.dateRO:hover {
	width:90px;
	background:url(../images/calendar_hover.png) right no-repeat;
}

.time {
	width:35px;
}
.phone {
	width:90px;
}
.tabb {
	margin-top:2px;
	background-color:#0CF;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	margin-top:5px;
	margin-right:2px;
}
.tabbActive {
	margin-top:2px;
	background-color:#fff;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:23px;
	margin-right:2px;
}

.clear {
	clear: both;
}