/*
{
margin:0;
padding:0;
}
*/
/* General Style Info */
/*body {
	background-color: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:70%;
	margin: 0;
}
a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
*/

/*h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
 h2 {
	color: #020204;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 130%;
	margin: 0.3em 0;
	padding-top: 0.1em;
	width:100%;	
	background:#FFD78F;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	
}*/
.backcolor {background: #000000 url(../img/top_bar_bg.jpg) repeat-x top left;}
.h_title {
	color: black; font-size: 18pt; font-family: "Arial Narrow", sans-serif; text-align: left
	
}


/*h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}*/
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	padding: 0px 30px;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
table.datagrid2 {
	background-color: #fff;
	color: #000000;
	width:100%;
	padding:6px;
}

table.datagrid2 tr td {
	background: #F9F9F9;
	border: 1px solid #D8D6D6;	
	padding: 10px;
	vertical-align: top;
	font-size:14px;
}
/* Tables */
table.datagrid {
	background-color: #fff;
	border-top: 1px solid #202020;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	clear: both;
	color: #000000;
	margin-bottom: 10px;
	width:99%;
	padding:2px;
}
table.datagrid th {
	background: #000000 url(../img/top_bar_bg.jpg) repeat-x top left;
	border-top: 1px solid #C0CBCD;
	border-left: 1px solid #C0CBCD;
	/*border-right: 1px solid #bbb;*/
	border-bottom: 1px solid #fff;
	text-align: center;
	padding-left:5px;
	padding-right:5px;	
	color: #ffe600;
	height:25px;
	line-height:25px;
	white-space: nowrap;
}
table.datagrid th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #ffe600;
	font-size:12px;
	
}
table.datagrid th a:hover {
	color: #fff;
	border:0px;
	padding: 2px 4px;
	text-decoration: none;
}
table.datagrid tr td {
	background: #FFFFFF;
	border-right: 1px solid #CFCDCD;
	padding: 4px;
	vertical-align: top;
	height:20px;
	line-height:20px;	
	font-size:11px;
}
table.datagrid tr.altrow td {
	background: #F4F2F0;
	border-bottom:1px solid #B3B3B3;
	border-top:1px solid #D1CFCF;
}
table.datagrid td.actions {
	text-align: center;
	white-space: nowrap;
	color:#810000;
}
table.datagrid td.actions a {
	display: inline;
	margin: 0px 6px;
	text-decoration:none;
	color:#810000;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
 
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
	
}
dl.altrow {
	background: #C1CCCE;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	border:1px solid #789198;
	background:#C1CCCE;
	line-height:22px;
	margin:1px;	
	
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
	padding-left:50px;
}


dt.altrow{
 border:1px solid #789198;
 line-height:22px;
 background: #CED8DA;
 
}


dd.altrow{

line-height:25px;

}


/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 5px;
	width: 90%;
}
fieldset {
	border: 1px solid #9F9F9F;
	margin: 10px;
	padding: 10px;
}
fieldset legend {
	color: maroon;
	font-size: 100%;
	font-weight: bold;
	padding:0px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
	margin:5px;
	padding:5px;
	border:0px;
}
form div.input {
	color: #444;
	margin:0px;	
	
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;	
	
}
label {
	display: block;
	font-size: 80%;
	padding-right: 0px;
}
input {
	clear: none;
/*	display: block;*/
	font-size: 80%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 200px;
	height:16px;	
	margin: 5px;
	
	
}
	
textarea {
	clear: both;
/*	display: block;*/
	font-size: 80%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;		
	background:url(../img/form_bg.jpg) #FFFFFF repeat-x left top;	
	border:1px solid #9F9F9F;
	margin-left:20px;
}  
input[type=text], input[type=password]{
	
	background:url(../img/form_bg.jpg) #FFFFFF repeat-x left top;	
	border:1px solid #9F9F9F;
	margin-left:20px;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	background:url(../img/form_bg.jpg) #FFFFFF repeat-x left top;	
	border:1px solid #9F9F9F;
	margin-left:20px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear:none;
	width: auto;
	vertical-align:bottom;	
}

input[type=file] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	height:auto;
	vertical-align: bottom;
	background:url(../img/form_bg.jpg) #FFFFFF repeat-x left top;	
	border:1px solid #9F9F9F;
	margin-left:20px;
}

input[type=submit] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	height:auto;
	vertical-align: bottom;	
	background-color:#202020;
	color:#FFFFFF;
	font-weight:bold;
	
	
}

input[type=button] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	height:auto;
	vertical-align: bottom;
	background-color:#202020;
	color:#FFFFFF;
	font-weight:bold;

}

input[type=radio] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: 25px;
	line-height: 10px;


}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;

}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
.flashmeg{
background:#C1CCCE;
font-size:14px;
text-align:left;
width:100%;
padding-left:10px;
color:#000000;
}

.hnametxt{
text-decoration:none;
color:#080000;
}

.hnametxt a{
text-decoration:none;
color:#080000;
}

.customPhoto{
border:1px solid #666666;
width:301px;
height:250px;
overflow:hidden;
}

.customPhotomax{
border:0px solid #666666;
width:301px;
height:250px;
overflow:hidden;
}

.usersform{
width:100%;
}

.uuaval{
color:#FF3333;
font-size:10px;
text-align:left;
/*height:12px;*/
}

.aval{
color: #339900;
font-size:10px;
text-align:left;
/*height:12px;8*/
}
.operation{
width:750px;


}

.staticstext{
color:#FFFFFF;


}

#dels{
display:none;

}

#FindCose{
background:#999999;
margin:2px;

}

#FindCust{
position:absolute;
left:300px;
top:100px;
width:300px;
height:250px;
border:1px solid #333333;
overflow-x:hidden;
overflow-y:scroll;
background:#CCCCCC;
padding-left:0;
display:none;
}


#TFindCose{
background:#999999;
margin:2px;
}

#TFindCust{
position:absolute;
left:300px;
top:100px;
width:300px;
height:250px;
border:1px solid #333333;
overflow-x:hidden;
overflow-y:scroll;
background:#CCCCCC;
padding-left:0;
display:none;
}

.tripPlanResult{

border:1px solid #cccccc;
padding:3px;

}

.tripPlanResult td{

border:2px solid #ffffff;
background:#f1f1f1;
padding:5px;

}

table tr td {
font-family:tahoma;
font-size:12px;

}


.about-menu { margin:15px 10px 0px 10px; padding:4px 0px 4px 0px; border:1px solid #C3C3C3;}
.about-menu li { padding: 5px 0px 5px 26px; border-bottom:1px solid #C3C3C3; list-style:none; vertical-align:middle; background:#f1f1f1 url(../img/about-bar-menu-arrow.jpg) no-repeat 7px 8px; margin:2px 6px 1px 6px; }
.about-menu  li a { color:#5F0000; } 
.about-menu  li a:hover { color:#ff6600; text-decoration:none; } 
.trip_head { color:#FF6600; font-size:12px; font-weight:bold; border-bottom:0px solid #d7d7d7; padding:10px;}
.tip-style table tr td { border-bottom:0px solid #fff; font-size:11px; padding:0px; margin:0px; height:15px;}
.tip-style table { border:1px solid #d7d7d7; padding:2px; margin:3px 0px 3px 0px;}