* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	color: #707070;
	background-color: #FFFFFF;
	line-height: 18px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Cakephp elements - Begin*/
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: 160%;
	margin: 0.1em 0;
}

h2 {
	color: #2C6877;
	font-size: 140%;
	margin: 0.3em 0;
	padding-top: 1em;
}

h3 {
	color: #c6c65b;
	font-size: 120%;
	padding-top: 2em;
}

h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}

/* ul, li {
	margin: 0 12px;
} */
ul {
	list-style-position: inside;
}

#content {
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 10px 20px;
	overflow: auto;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
}

td.actions a {
	display: inline;
	margin: 0px 6px;
	white-space: nowrap;
	font-size: 0.8em;
	line-height: 1em;
}

.cakeSqlLog table {
	background: #f4f4f4;
}

.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #bbb;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
}

dl .altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	padding-left: 2em;
	margin-left: 0em;
	margin-top: 0em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}

fieldset legend {
	color: #2C6877;
	font-size: 110%;
	font-weight: bold;
}

form div {
	clear: both;
	vertical-align: text-top;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.optional,form div.input {
	color: #444;
	padding-top: 1em;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

/* filter */
form.filter {
	background-color: #61B561;
	padding: 8px;
	margin: 2px;
	width: auto;
}

form.filter div.input {
	display: inline;
}

form.filter div.input label {
	display: inline;
	padding-left: 1em;
	padding-right: 0.4em;
	font-weight: normal;
}

form.filter div.submit {
	margin-left: 20px;
	display: inline;
}

form.filter input {
	width: auto;
	display: inline;
}

label {
	display: block;
	font-size: 90%;
	padding-right: 20px;
}

input,textarea {
	clear: both;
	display: block;
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif
		;
	padding: 2px;
	width: 95%;
}

div.addElement {
	float: right;
	position: relative;
	top: -1.5em;
	background-image: url("/img/gweb/external.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1em;
}

select {
	clear: both;
	font-size: 90%;
	vertical-align: text-bottom;
}

select [multiple=multiple] {
	width: 100%;
}

option { /*font-size: 80%;*/
	padding: 0 3px;
}

input [type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input [type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 90%;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message,p.error,div.error-message {
	color: #900;
	font-weight: bold;
	clear: both;
	padding: 4px;
	background-color: #ffe4c4;
	font-size: 110%;
}

div.error-message {
	font-size: 90%;
}

div.error em {
	font-size: 90%;
	color: #003d4c;
}

span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 90%;
	padding: 0.5em;
	margin: 1em 0;
}

/*  Nav & Actions */
div.nav {
	text-align: left;
	position: absolute;
	top: 9em;
	left: 60%;
}

div.nav ul li a {
	display: block;
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}

div.nav ul {
	background: #003d4c;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.nav ul li a {
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}

div.nav ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/* for input of extended times */
input.hourminute {
	clear: none;
	display: inline;
	width: 3em;
	text-align: right;
}
input.hour {
	clear: none;
	display: inline;
	width: 6em;
	text-align: right;
}
input.minute {
	clear: none;
	display: inline;
	width: 2em;
	text-align: right;
}

/* performed row */
table tr.performedrow td {
	background: #7AA9CB;
}

/* expired row */
table tr.expiredrow td {
	background: #FEA65F;
}

/* expired dd */
dd.expiredrow {
	background: #FEA65F;
}

/* for checkbox multiple inputs */
ul.checkboxMultiple {
	border: 1px solid #ccc;
	list-style: none;
}

ul.checkboxMultiple li label {
	padding: 0.5em 1em 0.5em 1em;
}

ul.checkboxMultiple input {
	display: inline;
	width: auto;
	padding: 0em;
}

ul.checkboxMultiple label:hover {
	background: #777;
	color: #fff;
}

/* for checkbox simple inputs */
div.checkbox input {
	display: inline;
	width: auto;
	padding: 0em;
}

div.checkbox label {
	display: inline;
	width: auto;
	padding: 0.5em 1em 0.5em 1em;
}

div.checkbox label:hover {
	background: #777;
	color: #fff;
}

/* for radio inputs */
div.radioInput input,div.radioInput label {
	display: inline;
	width: auto;
}

div.radioInput label {
	margin-left: 0.5em;
	margin-right: 1em;
}

/* for myRadio inputs */
ul.myRadio {
	border: 1px solid #ccc;
	list-style: none;
}

ul.myRadio li label {
	padding: 0.5em 1em 0.5em 1em;
}

ul.myRadio input {
	display: inline;
	width: auto;
}

ul.myRadio label:hover {
	background: #777;
	color: #fff;
}

/* Cakephp elements - End */ /*----TOP PANEL----*/
div.topPan {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #242424;
}

div.topPan div {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

div.topPan p {
	position: absolute;
	top: 10px;
	left: 390px;
}

div.topPan table {
	margin: 0;
}

div.topPan td {
	border: none;
	padding: 0;
}

div.topPan td.headRight {
	background-image: url("/img/gweb/motor0_bg4.jpg");
}

div.topPan div.menuHead {
	position: absolute;
	top: 60px;
	right: 40px;
	line-height: 2.33em;
	background-image: url("/img/gweb/menu_degrad.png");
	background-repeat: repeat;
}

div.topPan div.menuNav {
	background-color: #386838;
	background-image: url("/img/gweb/menu_degrad.png");
	background-repeat: repeat;
	position: relative;
	text-align: center;
	line-height: 2.33em;
	text-align: center;
	margin-top: 0px;
}

div.topPan ul {
	padding: 3px 6px 3px 7px;
}

div.topPan ul li {
	display: inline;
}

div.topPan ul li a {
	margin: 0px 2px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #19408b;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

div.topPan ul li a:hover {
	border-bottom: 3px solid #FFFFFF;
}

div.topPan ul li a.selected {
	border-bottom: 3px solid #FFFFFF;
}

div.topPan div.chgLang {
	background-color: #386838;
	color: white;
	padding: 2px 0px;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	font-size: small;
	position: absolute;
	top: 110px;
	right: 40px;
}

div.topPan div.chgLang a {
	background-color: inherit;
	color: white;
	font-weight: normal;
	font-size: small;
}

div.topPan div.prospect {
	background-color: #386838;
	padding: 3px;
	position: absolute;
	top: 110px;
	right: 40px;
}

div.topPan div.prospect a {
	background-color: inherit;
	color: white;
	font-weight: bold;
	background: url("/img/icon/play-icon.png") no-repeat;
	padding-left: 1.7em;
	line-height:1.6em;
	display: block;
}

/*----FOOTER PANEL----*/
#footermainPan {
	background: url("/img/gweb/footerbg.gif") 0 0 repeat-x #565656;
	color: #fff;
	clear: both;
	position: relative;
	height: 210px;
}

#footermainPan img {
	vertical-align: middle;
	padding: 3px 1px 3px 1px;
}

div.footMenu {
	position: relative;
	display: block;
	margin-bottom: 1em;
}

div.footMenu a {
	color: white;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0.2em 0 0.2em;
}

div.footMenu a:HOVER {
	background-color: #343434;
	color: white;
}

#footerPan {
	position: relative;
	top: 30px;
	padding-left: 2em;
	padding-right: 2em;
}

#footerPan li {
	display: inline;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	padding: 0 12px 0;
}

#footerPan ul li a {
	color: #fff;
	text-decoration: none;
}

#footerPan ul li a:hover {
	text-decoration: underline;
}

/*  Actions  */
div.actions {
	position: relative;
	margin: 12px;
	line-height: 2em;
}

div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
}

div.actions ul li a {
	padding: 2px 14px 2px 10px;
	background: url("/img/gweb/arrow5.gif") 99% 50% no-repeat #565656;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.actions ul li a.addLink {
	background: url("/img/gweb/arrow5.gif") 99% 50% no-repeat #386838;
}

div.actions ul li a:hover {
	background: url("/img/gweb/arrow2.gif") 99% 50% no-repeat #b3b3b3;
}

/* 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: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	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;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

#UserMobileNumber,#VehicleMobileNumber {
	width: 15em;
}

#UserLoginForm,div.remember {
	width: 20em;
	float: right;
}

div.registerUser {
	width: 40em;
}

div.activateAlert {
	background-color: #FFE4C4;
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
	left: 10em;
	padding: 0.8em;
	position: relative;
	margin: 0.6em;
	width: 40em;
	clear: both;
	width: 40em;
}

div.invitation,div.registerUser,div.genMobileApp {
	width: 40em;
	left: 10em;
	position: relative;
}

/* show help of Field */
div.helpField {
	border-color: #dddddd;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	font-family: Georgia, serif;
	padding: 0.4em;
}

div.helpHidden {
	display: none;
}

label.help {
	display: inline;
}

a.helpField {
	color: gray;
	font-size: x-small;
	text-decoration: none;
}

p.editBlock {
	cursor: pointer;
	background-image: url("/img/gweb/menu_degrad.png");
	padding: 0.3em;
	font-variant: small-caps;
	border-top-color: #386838;
	border-top-style: solid;
	border-top-width: 1px;
}

div.editBlock {
	padding: 0.5em;
}

tr.total td {
	background-color: #678ED7;
	font-size: 1.4em;
	border-width: 0;
}

div.charts table {
	width: 300px;
}

div.charts table tr td {
	text-align: right;
}

div.charts table tr td a {
	font-size: x-small;
}
div.time-period {
	clear: none;
	display: inline;
}
div.time-period input {
	width: 5em;
	display: inline;
	clear: none;
}
#tl-resizable {
	height: 150px;
	padding-bottom: 0.6em;
	background: url('/img/icon/grippie.png') center bottom no-repeat;
	opacity: .80;
	filter: Alpha(Opacity = 80);
}
#tl-resizable .ui-resizable-s {
	height: 14px;
}
div.timeline-contain {
	height: 100%;
}
label.UserState {
	display: inline;
}
div.a2a_default_style {
	display:inline-block;
	position:relative;
	top:3px;
}
