* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	/* background: #003d4c; */
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	/*font-size:90%;*/
	font-size:12px;
	margin: 0;
	background-color: #EEEEEE;
}
a {
	color: #003d4c;
	text-decoration:none;
/*	font-weight: bold;*/
}
a:hover {
	color: #367889;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	/*margin-bottom:0.5em*/;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #666666;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 250%;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

/** Layout **/
#header{
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	z-index: 1000;
	/*background-color: #EEEEEE*/;
}
#header h1 {
	line-height:40px;
	background: #5C9CCC;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #5C9CCC;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #5C9CCC;
	text-decoration: underline;
}
#content,
#content_home {
	background: #fff;
	clear: both;
	color: #333;
	overflow: hidden;
	text-align: left;
	border: 10px solid #FFFFFF;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
}
#content {
	/*padding: 95px 20px 40px 280px*/;
	margin: 78px 10px 10px 270px;
}
#content_home {
	/*padding: 95px 20px 40px 280px*/;
	margin: 78px 10px 10px 10px;
}
#content_login {
	background: #eee;
	clear: both;
	color: #333;
	padding: 100px 20px 10px 20px;
	overflow: hidden;
	text-align: left;
}
#footer,
#footer_home,
#footer_login {
	clear: both;
	padding: 6px 10px;
	color: #BBBBBB;
}
#footer,
#footer_home {
	text-align: right;
}
#footer_login {
	text-align: center;
}

/** containers **/
div.form,
div.index,
div.view {
	float:left;
	width:100%;
	/*border-left:1px solid #666*/;
	/*padding-top:2px*/;
	/*background-color: #EEEEEE*/;
}
div.actions {
	float:left;
	width:240px;
	margin:18px 10px;
	/*height:575px*/;
}
div.accordionMenu,
div.accordionLeftMenu {
	-moz-box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
	/*border: 1px solid #EEEEEE*/;
	border-radius: 6px;
}
div.accordionMenu h3 {
	padding-top:0;
	color:#777;
}

/** Tables **/
table {
	/*background: #fff;*/
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	/*background: #fff;*/
	padding: 3px;
	text-align: left;
	/*vertical-align: top*/;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	/*background: #f5f5f5;*/
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}

/*
.cake-sql-log caption {
	color:#fff;
}
*/

* Paging *
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0 0 10px;
	/*width: 60%;*/
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #aaa;
	margin-bottom: 1em;
	padding: 17px 20px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
fieldset legend {
	background:#fff;
	color: #666666;
	font-size: 130%;
	padding: 0px 3px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
/*	padding: .5em;*/
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	/*font-size: 110%;*/
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	font-size: 140%;*/
	width:40%;
	font-size: 1em;
}
select {
	clear: both;
	/*font-size: 120%;*/
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
	display: inline-block;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #DEA545;
	/*font-size: 140%*/;
	/*font-weight: bold*/;
	margin: 0 0 1em 0;
	/*background: #c73e14*/;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #DEA545;
	font-weight: normal;
	border-left: 4px solid #FF0000;
	margin-top: 2px;
	padding-left: 6px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** 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;
	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: #000;
	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: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
#actions-login {
	margin: 0 auto 0;
	width: 300px;
	/*padding-right: 280px*/;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
	height: 220px;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFDD;
}
input.amount {
	width: 100px;
	text-align: right;
}
input.number {
	width: 70px;
	text-align: right;
}
input.hasDatepicker {
	width: 70px;
	text-align: right;
}
form#UserLoginForm fieldset {
	    background: url("../img/j_login_lock.jpg") no-repeat scroll 100% 70% transparent;
}
textarea {
	height: 50px;
}
div.password input {
	width: 103px;
}
div.breadcrumb {
	color: #AAAAAA;
	padding: 2px 0px 0px 5px;
	height: 20px;
    /*background: url("../img/background_breadcrumbs.png") repeat scroll 0 0 transparent*/;
	background: -moz-linear-gradient(top , #3B3B3B 0%, #2B2B2B 100%) repeat scroll 0 0 transparent; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3B3B3B), color-stop(1, #2B2B2B)) repeat scroll 0 0 transparent; 
	background: -ms-linear-gradient(top, #3B3B3B 0%, #2B2B2B 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #3B3B3B 0%, #2B2B2B 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B3B3B', endColorstr='#2B2B2B');
	background-color: #2B2B2B;
	box-shadow: 0 5px 10px 5px #666666;
}
div.breadcrumb a {
	color: #FFFFFF;
}
#barre_navigation_1 {
	display: block;
    background: url("../img/header_background.png") repeat scroll 0 0 transparent;
    /*background: url("../img/background_navbar1.png") repeat scroll 0 0 transparent*/;
    /*background: -moz-linear-gradient(center top , #3B3B3B 0%, #2B2B2B 100%) repeat scroll 0 0 transparent*/;
	background-color: #000000;
	border-bottom: 1px solid #181818;
    box-shadow: none;
    font-family: Arial,Verdana,sans-serif;
    height: 36px;
}

#barre_navigation_1 .logo {
    list-style: none outside none;
    text-decoration: none;
    background: url("../img/diklr.png") no-repeat scroll 0 4px transparent;
    margin-right: 40px;
    /*width: 60px*/;
    height: 31px;
}

#barre_navigation_1 ul li.main {
    font-size: 240%;
    color: #FF9900;
    margin-left: 90px;
    text-decoration: none;
}
	
#flashMessage {
	/*background: url("../img/background_navbar2.png") repeat scroll 0 0 transparent*/;
	/*background: -moz-linear-gradient(center top , #3B3B3B 0%, #2B2B2B 100%) repeat scroll 0 0 transparent*/;
	/*background: -webkit-gradient(linear, center top, center bottom , from(#3B3B3B), to(#2B2B2B)) repeat scroll 0 0 transparent*/;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B3B3B', endColorstr='#2B2B2B')*/;
	/*border-bottom: 1px solid #181818*/;
    /*height: 28px*/;
    /*margin: 0 0 0.5em*/;
    /*padding-top: 4px*/;
    /*box-shadow: 0 5px 10px 5px #666666*/;
    margin-bottom: 2px;
}

#flashMessage.message {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    height: 19px;
    padding-top: 2px;
    color: #DEA545;
}

#flashMessage.info {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    height: 24px;
    padding-top: 2px;
    color: #999999;
}

#flashMessage div {
	/*width:90%*/; 
	/*margin-left:5%*/; 
	padding: .3em .7em;
}

#flashMessage div span.ui-icon {
	float: left; 
	margin-right: .3em;
}

#authMessage div {
	width:300px; 
	margin:0 auto 10px; 
	padding: .3em .7em;
}
#authMessage div div.message {
	margin:0; 
	clear: none;
}
#authMessage div span.ui-icon {
	float: left; 
	margin-right: .3em;
}

#flat {
	position: absolute;
	z-index: 100;
	padding: 3px 0px 0px 10px;
	margin: 5px 0 0 0;
	list-style: none;
	right: 10px;
	top: 0;
	height: 19px;
	width: 201px;
	text-align: left;
}
#flat2 {
	position: absolute;
	z-index: 100;
	padding: 3px 0px 0px 10px;
	margin: 5px 0 0 0;
	list-style: none;
	right: 10px;
	top: 0;
	height: 19px;
	width: 35px;
	text-align: left;
}
#Nav {
	position: absolute;
	z-index: 100;
	padding: 1px 0px 0px 10px;
	margin: 0;
	list-style: none;
	right: 25px;
	top: 0;
}

#Nav li {
	width: 200px;
	margin: 0;
	float: left;
	padding: 0;
	color: black;
}
#Nav li a {
	display: block;
	background-color: #555;
	color: white;
	text-decoration: none;	
	margin: 0; 
	padding: 3px;
}
#Nav li:hover,
#Nav li:active {
	background-color: #777;
	color: white;
	border-radius: 0;
}
#Nav li a:hover,
#Nav li a:active {
	display: block;
	background-color: #777;
	color: white;
	text-decoration: none;	
	margin: 0; 
	padding: 3px;
}
.Menu {
	padding: 0;
	margin: 6px 0px 0px -5px;
	list-style: none;
	display: none;
}
#Nav .menuUser {
	background: url("../img/icons/bullet_arrow_down.png") no-repeat scroll 195px 5px #666666;
	width: 200px;
	padding: 5px 5px 5px 5px;
	height: 16px;
	margin: 1px;
	border-radius: 0px 0 0 10px;
}
#Nav .menuLangage {
	background: url("../img/icons/bullet_arrow_down.png") no-repeat scroll 25px 5px #666666;
	width: 30px;
	padding: 5px 5px 5px 5px;
	height: 16px;
	margin: 1px;
	border-radius: 0 0 10px 0;
}
#Nav .submenuUser {
	width: 210px;
}
#Nav .submenuLangage {
	width: 100px;
	margin: 0px 0px 0px -60px;
	border-radius: 0 0 10px 0;
}

#module_area {
	position:absolute;
	z-index: 100;
	padding: 0px 0px 0px 10px;
	margin: 6px 0;
	list-style: none ;
	left: 200px;
	top: 0;
	height: 20px;
}

#module_area ul.modules {
    display: block;
    margin: 0 auto;
}

#module_area ul.modules li {
    list-style:none;
    display:inline;
    height: 20px;
    margin: 0 auto;
    color:#ffebb5;
    text-decoration:none;
    font-size:14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    border-top:1px solid #464c54;
    border-left:1px solid #464c54;
    /*border-right:1px solid #464c54*/;
    padding: 5px 0px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    width:138px;
    text-align: center;
}

#module_area ul.modules li.last {
    border-right:1px solid #464c54;
}

#module_area ul.modules li a {
    text-decoration:none;
    color: #666666;
    padding: 8px 20px;
}

#module_area ul.modules li:hover a {
    /*background-color:#2f343a;
    border-color:#2f343a;
    border-radius: 8px 8px 8px 8px*/;
    color:#FFFFFF;
}

#module_area ul.modules li a.active {
    /*background-color:#ffffff*/;
    color:#FFFFFF;
    /*border-radius: 8px 8px 8px 8px*/;
    /*border:1px solid #464c54*/;
    /*border-bottom: 1px solid #ffffff*/;
}

#menu_area {
    position: absolute;
    z-index: 200;
	padding: 10px 0px;
	margin: 0;
	list-style: none ;
	left: 200px;
    height: 38px;
    top: 35px;
}

#menu_area .sousMenu {
    padding:0px;
    float:left;
	position:relative;
	z-index:200
}

#sousMenu_2, #sousMenu_3, #sousMenu_4 { display:none; }

#menu_area #sousMenu ul {
    margin:0px;
    padding:0px;
}

#menu_area ul li {
    list-style:none;
    display:inline;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0px;
}

#menu_area  ul li a {
	background-color:#5C9CCC;
	color:white;
    text-decoration:none;
    padding:8px 20px;
    border:1px solid #464c54;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    border:1px solid #464c54;
    margin: 0 auto;
}

#menu_area ul a:hover {
    background-color:#2f343a;
    border-color:#2f343a;
}

#menu_area ul li a.active {
    background-color:#ffffff;
    color:#282e32;
    border:1px solid #464c54;
    border-bottom: 1px solid #ffffff;
}

#module_home {
	border-bottom: 3px solid #666666;	
}
#module_home:hover,
#module_home.active {
	background: url("") repeat-x scroll 50% 50% #666666;
}
#module_admin {
	border-bottom: 3px solid #DEA545;	
}
#module_admin:hover,
#module_admin.active {
	background: url("admin/images/ui-bg_highlight-soft_65_dea545_1x100.png") repeat-x scroll 50% 50% #DEA545;
}
#module_to {
	border-bottom: 3px solid #732EAD;	
}
#module_to:hover,
#module_to.active {
	background: url("to/images/ui-bg_highlight-soft_65_732ead_1x100.png") repeat-x scroll 50% 50% #732EAD;	
}
#module_be_green {
	border-bottom: 3px solid #4CA20B;	
}
#module_be_green:hover,
#module_be_green.active {
	background: url("be_green/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;	
}
#module_be_red {
	/*border-bottom: 3px solid #4CA20B*/;	
	border-bottom: 3px solid #CC0000;	
}
#module_be_red:hover,
#module_be_red.active {
	/*background: url("be/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B*/;	
	background: url("be_red/images/ui-bg_highlight-hard_65_cc0000_1x100.png") repeat-x scroll 50% 50% #CC0000;	
}
#module_ui-lightness {
	border-bottom: 3px solid #FFE45C;	
}
#module_ui-lightness:hover,
#module_ui-lightness.active {
	background: url("ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x scroll 50% 50% #FFE45C;	
}
#module_blitzer {
	border-bottom: 3px solid #CC0000;	
}
#module_blitzer:hover,
#module_blitzer.active {
	background: url("blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png") repeat-x scroll 50% 50% #CC0000;	
}
#module_redmond {
	border-bottom: 3px solid #D0E5F5;	
}
#module_redmond:hover,
#module_redmond.active {
	background: url("redmond/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50% #D0E5F5;	
}
#module_sunnyvale {
	border-bottom: 3px solid #7B0099;	
}
#module_sunnyvale:hover,
#module_sunnyvale.active {
	background: url("sunnyvale/images/ui-bg_highlight-soft_15_7b0099_1x100.png") repeat-x scroll 50% 50% #7B0099;	
}
table.dashboard tr td {
	vertical-align: top;
	border-bottom: none;
}
table.dashboard tr td.left {
	width: 30%;
}
table.dashboard tr td.right {
	width: 70%;
}
div.shortcuts {
	line-height: 25px;
}
table.dashboard tr td div h3 {
	padding-left: 5px;
	margin: 0;
}
table.dashboard tr td div div {
	padding: 5px;
	/*line-height: 25px*/;
}
div#related_list {
	padding-top: 10px;
}
.intable_form div {
	margin: 0;
}

/* Styles for jQuery menu widget
Author:	Maggie Wachs, maggie@filamentgroup.com
Date:		September 2008
*/
/* REQUIRED STYLES - the menus will only render correctly with these rules */	
.fg-menu-container { position: absolute; top:0; left:-999px; padding: .4em;  overflow: hidden; z-index: 1000;}
.fg-menu-container.fg-menu-flyout { overflow: visible; }
.fg-menu, .fg-menu ul { list-style-type:none; padding: 0; margin:0; }
.fg-menu { position:relative; }
.fg-menu-flyout .fg-menu { position:static; }
.fg-menu ul { position:absolute; top:0; }
.fg-menu ul ul { top:-1px; }
.fg-menu-container.fg-menu-ipod .fg-menu-content, 
.fg-menu-container.fg-menu-ipod .fg-menu-content ul { background: none !important; }
.fg-menu.fg-menu-scroll,
.fg-menu ul.fg-menu-scroll { overflow: scroll;  overflow-x: hidden; }
.fg-menu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0; }	
.fg-menu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */
.fg-menu-flyout ul ul { padding: .4em; }
.fg-menu-flyout li { position:relative; }
.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }
.fg-menu-breadcrumb { margin: 0; padding: 0; }
.fg-menu-footer {  margin-top: .4em; padding: .4em; }
.fg-menu-header {  margin-bottom: .4em; padding: .4em; }
.fg-menu-breadcrumb li { float: left; list-style: none; margin: 0; padding: 0 .2em; font-size: .9em; opacity: .7; }
.fg-menu-breadcrumb li.fg-menu-prev-list,
.fg-menu-breadcrumb li.fg-menu-current-crumb { clear: left; float: none; opacity: 1; }
.fg-menu-breadcrumb li.fg-menu-current-crumb { padding-top: .2em; }
.fg-menu-breadcrumb a, 
.fg-menu-breadcrumb span { float: left; }
.fg-menu-footer a:link,
.fg-menu-footer a:visited { float:left; width:100%; text-decoration: none; }
.fg-menu-footer a:hover,
.fg-menu-footer a:active {  }
.fg-menu-footer a span { float:left; cursor: pointer; }
.fg-menu-breadcrumb .fg-menu-prev-list a:link,
.fg-menu-breadcrumb .fg-menu-prev-list a:visited,
.fg-menu-breadcrumb .fg-menu-prev-list a:hover,
.fg-menu-breadcrumb .fg-menu-prev-list a:active { background-image: none; text-decoration:none; }
.fg-menu-breadcrumb .fg-menu-prev-list a { float: left; padding-right: .4em; }
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon { float: left; }
.fg-menu-breadcrumb .fg-menu-current-crumb a:link,
.fg-menu-breadcrumb .fg-menu-current-crumb a:visited,
.fg-menu-breadcrumb .fg-menu-current-crumb a:hover,
.fg-menu-breadcrumb .fg-menu-current-crumb a:active { display:block; background-image:none; font-size:1.3em; text-decoration:none; }
/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into 
	selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right	*/
.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active { float:left; width:92%; padding:.3em 3%; text-decoration:none; outline: 0 !important; }
.fg-menu a { border: 1px dashed transparent; }
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active { border-style: solid; font-weight: normal; }
.fg-menu a span { display:block; cursor:pointer; }
/* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */	
.fg-menu-indicator span { float:left; }
.fg-menu-indicator span.ui-icon { float:right; }
.fg-menu-content.ui-widget-content, 
.fg-menu-content ul.ui-widget-content { border:0; }
/* ICONS AND DIVIDERS */
.fg-menu.fg-menu-has-icons a:link,
.fg-menu.fg-menu-has-icons a:visited,
.fg-menu.fg-menu-has-icons a:hover,
.fg-menu.fg-menu-has-icons a:active { padding-left:20px; }
.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span { padding:0; margin:5px .6em; }
.fg-menu .horizontal-divider hr { border:0; height:1px; }
.fg-menu .horizontal-divider span { font-size:.9em; text-transform: uppercase; padding-left:.2em; }
.fg-button { 
	clear:left; margin:0 4px 40px 20px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; 
	border: 1px solid #333333; font-weight: bold; color: #666666;
}
.fg-button .ui-icon { background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left; }
a:hover.fg-button { color:#AAAAAA; }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
.fg-button.ui-state-loading .ui-icon { /*background: url(../img/spinner_bar.gif) no-repeat 0 0*/; }

/* PORTLETS */
.column { float: left; min-height: 100px;}
.column50pc { width: 50%; float: left; padding-bottom: 100px; }
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 3px; padding: 4px; cursor:move;}
.portlet-header .ui-icon { float: right; cursor:pointer;}
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
.layout_controls { float: right; margin-right: 18px; font-size: 10px; margin-top: -20px; height: 16px;}
.layout_control { float: left; overflow:hidden; width: 18px; }

.ui-datepicker .ui-datepicker-title select {font-size: 0.7em !important;}

.ui-accordion .ui-accordion-content {padding: 1em 1.2em 1em 2.2em !important;}

.diklr_color, table.report tr th {color: #CC6600; }
.report_title_right {text-align: right; font-family: Crushed; font-size: 32px; margin-bottom: 40px;}
table.report {width: auto; margin-bottom: 40px;}
table.report tr th {border-bottom: 0px; font-weight: bold;}
table.report tr td {border-bottom: 0px; text-align: right;}
table.report tr th.padding {padding-left: 40px; font-weight: normal;}
table.report tr.separator th, table.report tr.separator td {border-bottom: 3px solid silver;}
table.report tr td.amount {width: 100px; text-align: center; padding: 5px;}
table.report tr td.total {width: 150px; text-align: center; padding: 5px; color: white; background-color: #CC0000;}
table.report tr td.header_consolidated {text-align: center; padding: 5px; color: white; background-color: #CC0000; border: 1px solid white;}
table.report tr th.consolidated {color: black;}
table.report tr th.consolidated, table.report tr td.consolidated {border: 1px solid silver;}
span.report_icons {float: right;}

label[for=OvertimeRequestTypeCredit][aria-pressed=true] {color: #00FF00;}
label[for=OvertimeRequestTypeDebit][aria-pressed=true] {color: #FF0000;}
img.plus-minus_button {vertical-align: text-bottom;}

div.related div.ui-tabs-panel {
	padding: 0;
}

td.hour_a_td {
	padding-top: 15px;
	border-left: 1px solid;
	border-right: 1px solid;
	background-image: url(../img/icons/time.png);
	background-repeat:no-repeat;
	background-position: center;
}

td.hour_w_td {
	padding-top: 15px;
	border-left: 1px solid;
	border-right: 1px solid;
	background-image: url(../img/icons/time_add.png);
	background-repeat:no-repeat;
	background-position: center;
}

.ui-tooltip {
	font-size: 32px
	
}
