/*
	JABBA StyleSheet
*/


/* COMMON -------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* BGCOLOR ------------------------------------------------------------------ */

.bgColorLeftMenu, .bgColorLeftPanel {
	background-color: white !important;
}

.bgColorLeftPanelLinks {
	background-color: #313b3f !important;
	color:white !important;
}

.bgColorRightPanel {
	background-color: white !important;
}

.bgColorContent {
	background-color: #f2f2f2 !important;/*6d6e71 454545*/
}

.bgColorToolbar {
	background-color: #1a4278 !important;
}

.bgTransparent {
	background-color: transparent !important;
}

.bgColorBottomPanel {
	background-color: white !important;
}


/* LAYOUT -------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	height: 100%;
	/* BODY BACKGROUND */
	/*background: #e6e6e6 url("") top right no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table, table td {
	font-size: 13px !important;
}

fieldset {
	padding:10px;
}

h1 { 
	font-size: 16px; 
	color: #0065a6;
	margin-bottom:5px;
}

#wrapper {
	min-height: 100%;
	margin: 0 0 -50px 0;
}

#header {
	margin-top:0px;
}

#push {
	height: 80px;
	clear: both;
}

#footer {
	height: 50px;
}

img {
	border:none;
}

a {
	color: #dd5219;
	text-decoration: none;
}

a:hover{
	color: #dd5219;
	text-decoration: underline;
}

.rightButton {
	float:right;
}

#contentHome {
	margin:15px;
	margin-top:30px;
}

#content {
	margin:5px;
}

#leftPanel {
	margin:5px;
}

#rightPanel {
	margin:5px;
}

.bold {
	font-weight: bold;  
}

.right {
	vertical-align: right; 
}


/* HEADER -------------------------------------------------------------------  */

/* HEADER TOP BAR */
#header-topbar {
	background: #000000;
    opacity : 0.69;
    -moz-opacity : 0.69;
    -ms-filter: "alpha(opacity=69)"; /* IE 8 */
    filter : alpha(opacity=69); /* IE < 8 */
	height: 34px;
	/*line-height: 40px;*/
	text-transform: uppercase;
    position: absolute;
    top:0; left:0;
    width:100%;
}

#header-topbar-links li {
	display: block;
	float: left;
	margin-top:10px;
	padding-left:30px;
	font-weight: normal;
}

#header-topbar-links li.firstLink {
	padding-left:150px;
}

#header-topbar-links li a {
	color: #ccc;
	text-decoration: none;
}

#header-topbar-links li a:hover {
	color: white;
}

#header-topbar-logout {
	float: right;
	margin-right: 60px;
	margin-top:-2px;
}

#header-topbar-logout .ui-selectonemenu{
	position:relative;
	top:6px;
}

#header-topbar-logout a {
	color: #ffffff;
	text-decoration: none;
}

#header-topbar-logout a:hover {
	text-decoration: underline;
}


/* HEADER BANNER */
#header-banner-image {
	height: 125px;
	background: url("/fordoc/javax.faces.resource/images/JABBA/header-banner.jpg.xhtml") center left no-repeat;
	background-color: transparent;
}

#header-banner-logo {
	width:120px;
	height: 119px;
	background:transparent url("/fordoc/javax.faces.resource/images/JABBA/logoNSI.png.xhtml") top left no-repeat;
	position:absolute;
	top:0;
	left:10px;
	z-index:1000;
}

#header-banner-logo-right {
	width:64px;
	height: 64px;
	background:transparent url("/fordoc/javax.faces.resource/images/JABBA/java.png.xhtml") no-repeat;
	position:absolute;
	top:47px;
	right:17px;
	z-index:100;
}

#header-banner-title {
	/*padding: 35px 0 0 150px;*/
	position:absolute;
	/*
	left:101px;
	top:35px;
	*/
	left:150px;
	top:60px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
	color:#fed334;
	text-transform:uppercase;
}

#header-banner-title span.stitle {
	color:white;
}

#header-banner-stitle {
	/*padding: 35px 0 0 150px;*/
	position:absolute;
	left:260px;
	top:18px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#000;
	white-space: normal;
	line-height: 18px;
	margin-right:35px;
}

#header-banner-breadcrumb {
	/*padding: 10px 0 0 150px;*/
	position:absolute;
	left:150px;
	top:102px;
	color: #fed334;
	font-size: 13px;
	font-weight: normal;
}

#header-banner-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

#header-banner-breadcrumb a:hover{
	color: #fff;
	text-decoration: underline;
}

.header-banner-version {
	/*padding: 10px 0 0 150px;*/
	position:absolute;
	right:40px;
	top:30px;
	color: #dd5219;
	font-weight: bold;
	background: #d0e5f5 url("/fordoc/javax.faces.resource/images/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png.xhtml") 50% 50% repeat-x !important;
	padding: 5px;
    border:1px solid white;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#header-banner-user {
	display:inline;
	color: white;
	text-transform: uppercase;
}

#header-banner-user a{
	color: white;
}

#header-banner-user a:hover{
	text-decoration: underline;
}

#header-bottom {
	height: 3px;
	/*SPW*/
	background: url("/fordoc/javax.faces.resource/images/SPW/header-bottom.png.xhtml") repeat-x;
}


/* FORM ----------------------------------------------------------------- */

.nobr {
  white-space: nowrap;
}

input.fullSizeInput, textarea.fullSizeInput{
	width: 98%;
}

span.fullSizeInput input{
	width: 98%;
}


/* FOOTER ------------------------------------------------------------------ */
#footer {
	background: #1a4278;
	border-top:4px solid white;
}

#footer-logo {
	background: url("/fordoc/javax.faces.resource/images/JABBA/footer-logo.png.xhtml") no-repeat;
    height:37px;
    width:37px;
    position: absolute;
    top:10px;
    left:50px;
}

#footer-links {
	padding: 0 0 0 120px;
}

#footer-links li {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px;
	line-height: 30px;
	border-right: 1px solid #aaaaaa;
}

#footer-links li:last-child {
	border-right: 0;
}

#footer-links li a {
	color: #fff;
	text-decoration: none;
}

#footer-links li a:hover {
	text-decoration: underline;
}

#footer-scrollTop {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 80px 0 0;
	line-height: 30px;
	color:white !important;
}

#footer-scrollTop a {
	color: #fff;
	text-decoration: none;
}

#footer-scrollTop a:hover {
	text-decoration: underline;
}

.footerAction {
	padding:8px;
}

.footerAction button {
	margin-right:8px;
}

.footerActionLeft
{
	float:left;
}

.footerActionRight
{
	float:right;
}


/* LEFT PANEL MENU ------------------------------------------------------------------ */

#navMenu
{
	letter-spacing: 1px;
	width:228px;
	padding:0;
	margin: -5px;
	margin-left: -15px;
}

#navMenu .ui-commandlink {
	color: #313280;
}

#navMenu ul li {
	font-weight: normal;
	font-size: 16px;
	color: #082265;
}

#navMenu ul li ul li a {
	font-size: 13px;
	font-weight: normal;
	color:#dd5219 !important;
}

#navMenu ul li {
	display: block;
	/*margin: 0 10px 0 10px;*/
	text-indent: 20px;
	line-height: 32px;
	/*background: url("") 5px 15px no-repeat;*/
	list-style: none !important;
}

#navMenu ul li ul li {
	text-indent: 40px;
	/*margin: 0 0 0 20px;*/
}

#navMenu ul li.current a {
	color: white !important;
	background-color: #ec875e !important;
}

#navMenu ul li a {
	display: block !important;
	width: 100% !important;
	text-decoration: none !important;
	cursor: default !important;
}

#navMenu ul li a:hover, #navMenu ul li ul li a:hover {
	display: block !important;
	color: white !important;
	background-color: #ec875e !important;
	cursor: pointer !important;
}


/* DROPDOWN MENU ICON RIGHT ------------------------------------------------------------------ */
#menuIconRight, #menuIconRight ul {
	padding : 0;
	margin : 0;
	list-style : none;
	text-align : left;
	display: inline;
	position:absolute;
	right:12px;
	margin-top:2px;
	z-index: 1000;
}

#menuIconRight a {
	display : block;
	padding : 0;
	margin: 0;
	padding-top:2px;
	padding-bottom:2px;
	background-color:white;
	color : #222;
	text-decoration : none;
	width : 175px;
	font-size: 13px;
}

#menuIconRight li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	margin:0;
	padding:0;
	margin-left:-11px;
	margin-top:0px;

	border: 1px solid white ;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */

	box-shadow: 0 1px 5px #CCCCCC;

	/*
    -moz-box-shadow: 3px 3px 4px #777777;
    -webkit-box-shadow: 3px 3px 4px #777777;
    box-shadow: 3px 3px 4px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
    */

}

#menuIconRight li ul li {
	margin:-1px;
	padding:0;
	border : 1px solid transparent;
}

#menuIconRight li ul ul {
	margin    : -20px 0px 0px -177px ;   /*-227px*/
	border-left     : 1px solid #fff ;
	box-shadow: 0 1px 5px #CCCCCC;
}

#menuIconRight a:hover
{
	color: #000;
	background: #d0e5f5 url("/fordoc/javax.faces.resource/images/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png.xhtml") 50% 50% repeat-x !important;
}

#menuIconRight li:hover ul ul  {
	left: -999em;
}

#menuIconRight li:hover ul, #menuIconRight li li:hover ul {
	left: auto;
	min-height: 0;
}

#menuIconRight li ul li:hover {
	border: 1px solid transparent;
}

#menuIconRight a.arrow {
	background: #2e4661 url(../images/arrowWhiteLeft.gif) no-repeat left center;
}

#menuIconRight a.arrow:hover {
	background: #afcddd url(../images/arrowBlueLeft.gif) no-repeat left center;
}

ul#menuIconRight li {
	margin: 0;
	padding: 0;
	padding-right:10px;
	padding-top:2px;
	float: left;
	cursor: pointer;
}

ul#menuIconRight li span {
	width: 24px;
	height: 24px;
	display: block;
}

ul#menuIconRight li:hover {

}

ul#menuIconRight li a img {
	margin:5px;
}


/* MENU DROPDOWN ------------------------------------------------------------------ */
#menu-header {
	position:absolute;
	top:78px;
	left:128px;
}

ul#menu li {
	display: block;
	float: left;
	font-weight: normal;
}

ul#menu li:hover {
	/*background: #EEE url(../images/glass_on.png) 0 50% repeat-x;*/
	background: none;
}

#menu, #menu ul {
	padding : 0;
	margin : 0;
	list-style : none;
}

#menu li a.parent {
	padding:5px !important;
	color:#fed334;
	text-decoration: none;
	margin:20px;
	margin-right:10px;
	display:block;
    border:1px solid transparent;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    /*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	*/
}

#menu li a.parent:hover, #menu li a.parent.current {
	padding:4px;
	color: black;
	background-color: white;
	display:block;
    border:1px solid #CCCCCC;
    border-bottom:1px solid transparent !important;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    /*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	*/
	cursor: pointer;
}

#menu li a.parent.current {
	cursor: default;
}

#menu li ul a {
	display : block;
	margin: 0;
	padding-top:2px;
	padding-bottom:2px;
	padding:5px;
	background-color:white;
	color : #000;
	text-decoration : none;
	width : 175px;
}

#menu li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top:-20px;

	border: 1px solid white ;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
	/*
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    */

	box-shadow: 0 1px 5px #CCCCCC;

	/*
    -moz-box-shadow: 3px 3px 4px #777777;
    -webkit-box-shadow: 3px 3px 4px #777777;
    box-shadow: 3px 3px 4px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
    */
}

#menu li ul li {
	margin:-1px;
	padding:0;
	border : 1px solid transparent;
}

#menu li ul ul {
	margin    : -25px 0px 0px 186px ;   /*-227px*/
	border-left     : 1px solid #fff ;
	/*box-shadow: 0 1px 5px #CCCCCC;*/
}

#menu li ul a:hover
{
	color: #000;
	background-color: #d0e5f5;
	/*background: #d0e5f5 url("/fordoc/javax.faces.resource/images/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png.xhtml") 50% 50% repeat-x !important;*/
}

#menu li:hover ul ul, #menu li.sfhover ul ul  {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}

#menu li ul li:hover {
	border: 1px solid transparent;
}

#menu a.arrow {
	background: white url("/fordoc/javax.faces.resource/images/menu/arrowBlue.gif.xhtml") no-repeat right center;
}

#menu a.arrow:hover {
	background: #d0e5f5 url("/fordoc/javax.faces.resource/images/menu/arrowOrange.gif.xhtml") no-repeat right center;
}


/* TOOLBAR ------------------------------------------------------------------ */

ul.icon, ul.iconExport, ul.iconRight, ul.iconExportTab {
	display: inline;
	position:	relative;
	overflow:	hidden; /* required to CONTAINER 'floating li' in FF */
	margin:		0;
	padding:	0px;
	padding-left: 0px;
	list-style:	none;
	text-align: left;

	/*border-top: 1px solid #BBB;*/
}

ul.icon, ul.iconExport, ul.iconRight, ul.iconExportTab  {
	position:absolute !important;
	top:1px !important;
	height:36px;
}

ul.icon {
	left:20px !important;
}

ul.iconExport {
	top:13px !important;
	right:20px;
}

ul.iconExportTab {
	top:33px !important;
	right:20px;
}

ul.iconRight {
	right:20px !important;
}

ul.icon li, ul.iconExport li, ul.icon2 li, ul.iconRight li, ul.iconExportTab li {

	font-size: 100%;
	margin:0;
	padding:0;
	margin-bottom: -3px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2px;
	padding-top: 4px;
	float: left;
	color: #000;
	border: 1px solid transparent;
	/*border-right-color: #BBB;*/
	cursor: pointer;
}
ul.icon li span, ul.iconExport li span, ul.icon2 li span, ul.iconRight li span, ul.iconExportTab li span {
	/* icons in toolbar */
	width: 			24px;
	height:			24px;
	margin-left:	-3px;
	margin-right:	-2px;
	margin-bottom: 5px;
	/*margin-right:	0.75ex;*/
	vertical-align:	middle;
	/*
	opacity:		0.6;
	filter:			alpha(opacity=60);
	*/
	display:		block;
	display:		inline-block;
}
ul.icon li:hover, ul.icon li.selected, ul.iconExport li:hover, ul.iconExport li.selected, ul.icon2 li:hover, ul.icon2 li.selected, ul.iconRight li:hover, ul.iconRight li.selected, ul.iconExportTab li:hover, ul.iconExportTab li.selected{
	background: #d0e5f5 url("/fordoc/javax.faces.resource/images/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png.xhtml") 50% 50% repeat-x !important;
	/*background: #ecf3f9;*/
	/*background: none;*/
	border:1px solid #fff;
}
ul.icon li.noSelection:hover{
	background: none !important;
	/*background: none;*/
	border:1px solid transparent;
}
ul.iconExport li:hover, ul.iconExport li.selected, ul.iconExportTab li:hover, ul.iconExportTab li.selected{
	background: none;
	border:1px solid transparent;
}
ul.icon li.selected, ul.iconExport li.selected{
	cursor: default;
}


/* ICONS ------------------------------------------------------------------ */

/* TOOLBAR LEFT ICONS */
#home span { background: url("/fordoc/javax.faces.resource/images/toolbar/home.png.xhtml") no-repeat center; }
#save span { background: url("/fordoc/javax.faces.resource/images/toolbar/save.png.xhtml") no-repeat center; }
#search span { background: url("/fordoc/javax.faces.resource/images/toolbar/search.png.xhtml") no-repeat center; }
#searchResult span { background: url("/fordoc/javax.faces.resource/images/toolbar/searchResult.png.xhtml") no-repeat center; }
#comment span { background: url("/fordoc/javax.faces.resource/images/toolbar/comment.png.xhtml") no-repeat center; }
#print span { background: url("/fordoc/javax.faces.resource/images/toolbar/print.png.xhtml") no-repeat center; }

/* TOOLBAR RIGHT ICONS */
#info span { background: url("/fordoc/javax.faces.resource/images/toolbar/info.png.xhtml") no-repeat center; }

/* DROPDOWN MENU ICONS */
#userSetting span { background: url("/fordoc/javax.faces.resource/images/menu/userSetting.png.xhtml") no-repeat center; }

/* FORM / DATATABLE */
.edit {
	background: url("/fordoc/javax.faces.resource/images/datatable/edit.png.xhtml") no-repeat center;
	height: 24px;
	width: 24px;
	border:none !important;
}

.download {
	background: url("/fordoc/javax.faces.resource/images/datatable/download.png.xhtml") no-repeat center;
	height: 24px;
	width: 24px;
	border:none !important;
}

.noedit {
	background: url("/fordoc/javax.faces.resource/images/datatable/noedit.png.xhtml") no-repeat center;
	height: 24px;
	width: 24px;
	border:none !important;
}

.delete {
	background: url("/fordoc/javax.faces.resource/images/datatable/delete.png.xhtml") no-repeat center;
	height: 24px;
	width: 24px;
	border:none !important;
}


.nodelete {
	background: url("/fordoc/javax.faces.resource/images/datatable/nodelete.png.xhtml") no-repeat center;
	height: 24px;
	width: 24px;
	border:none !important;
}


.dataTableCommand table , .dataTableCommand tr, .dataTableCommand tr td {
	border:none !important;
}


/* ROUNDES BOX ------------------------------------------------------------------ */

.roundedBox  {
	float:left; 
	margin: 0 25px 25px 25px; 
	width:410px;   
    border:1px solid #0065a6;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    /*padding: 15px 15px;
    margin-top:10px;
    */

    background-color: white;
    /*margin-bottom: 10px;*/
    color:black;
    /*
    -moz-box-shadow: 3px 3px 4px #777777;
    -webkit-box-shadow: 3px 3px 4px #777777;
    box-shadow: 3px 3px 4px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
    */
}

.subMenu {
	border:1px solid black !important;
}

.roundedBox.loginStyle {
	width:380px;
}

.roundedBox.box1Style {
	/*border:1px solid #009d9c;*/
	background-color: #7FCFE4; /*#51afe9*/
	border:1px solid #7FCFE4;
}
.roundedBox.box1Style h1 {
	background-color: #7FCFE4;
	border-bottom:1px solid #000;
	margin-left:10px;
	margin-right:10px;
	color:black;
}

.roundedBox.box2Style {
	/*border:1px solid #dd5219;*/
	background-color: #7fade5; /*#51afe9*/
	border:1px solid #7fade5;
}
.roundedBox.box2Style h1 {
	background-color: #7fade5;
	border-bottom:1px solid #000;
	margin-left:10px;
	margin-right:10px;
	color:black;
}

.roundedBox.box3Style, .roundedBox.loginStyle {
	background-color: #FEE999;
	border:1px solid #FEE999;
}
.roundedBox.box3Style h1, .roundedBox.loginStyle h1 {
	background-color: #FEE999;
	border-bottom:1px solid #000;
	margin-left:10px;
	margin-right:10px;
	color:black;
}


.roundedBox.box4Style {
	/*border:1px solid #082265;*/
	background-color: #fff;
	border:1px solid #49afe7;
}
.roundedBox.box4Style h1 {
	background-color: #49afe7;
}

.roundedBox h1, h2 {
	font-weight: normal !important;
	font-size: 22px;
	letter-spacing: 1px;
	/*line-height:15px;*/
	color:#fff;
	text-align: center;
	display: block;
	line-height: 36px;
}

h2 {
	color:blue;
	text-align: left;
	color:#082265;
	font-weight: normal;
}

.importLabel {
	font-size: 16px !important;
	color:#082265 !important;
	font-weight: normal !important;
}

.roundedBoxContent, .roundedBoxContent2  {
	padding: 10px;
}

.roundedBoxContent a, .docGenPanel a {
	display: block;
	color: black;
	background-color: transparent;
	line-height: 32px;
	/*border:1px solid #fff;
	-moz-border-radius: 4px; /* FF1+ */
	/*-webkit-border-radius: 4px; /* Saf3+, Chrome */
	/*border-radius: 4px; /* Opera 10.5, IE 9 */
	margin-bottom: 10px;
	letter-spacing: 1px;
	padding: 1px;
	font-size: 13px;
}

.roundedBoxContent a:hover, .docGenPanel a:hover {
	background: #d0e5f5 url("/fordoc/javax.faces.resource/images/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png.xhtml") 50% 50% repeat-x !important;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
	/*border:1px solid #ddd;*/
	text-decoration: none;
}

.roundedBoxContent img {
	padding-right: 10px;
	border:none;
}


/* OTHER ------------------------------------------------------------------ */

.noborder, .noBorder, .noborder tr, .noborder td {
	border:none !important;
}

.scriptPanel {
	height:0px !important;
	width:0px !important;
}

.alignTop {
	vertical-align: top;
}

.ajax-loader {
	opacity:0.9 !important;
	filter: Alpha(Opacity=90) !important;

	 -moz-box-shadow: 3px 3px 4px #777777;
    -webkit-box-shadow: 3px 3px 4px #777777;
    box-shadow: 3px 3px 4px #777777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}

/* INFO PANEL */
.infoPanel, .infoPanel table, .infoPanel table tr, .infoPanel table tr td {
	background:none !important;
	background-color: #f0f0f0 !important;
	border:1px solid #dd5219 !important;
	/*color:white !important;*/
}

.infoPanel table, .infoPanel table tr, .infoPanel table tr td {
	border:none !important;
}

.infoPanel a {
	color:#dd5219 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.infoPanel a:hover {
	color:#dd5219 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
}

.infoImg {
	cursor:pointer;
	margin-left: 3px;
}

.infoInputImg, .infoCalendarImg {
	cursor:pointer;
	position:relative;
	top:7px;
	left:3px;
}

.tooltipLabel, .labelStyle {
	font-style: italic;
	font-size: 12px !important;
}

.tooltipValue, .valueStyle {
	font-weight: bold;
}

/* BULLET STYLE */
ul {
	list-style-image: url("/fordoc/javax.faces.resource/images/menu/li.png.xhtml");
}

ul.leftPanelLinks {
	list-style-image: url("/fordoc/javax.faces.resource/images/menu/liWhite.png.xhtml");
	margin-left:10px;
}

ul.leftPanelLinks li {
	margin-bottom: 5px; 
}

ul.leftPanelLinks  li:hover {
	list-style-image: url("/fordoc/javax.faces.resource/images/menu/liYellow.png.xhtml");
}

ul.leftPanelLinks a {
	color: white; 
	cursor:pointer;
}

ul.leftPanelLinks a:hover {
	color: #fed334;  
	text-decoration: none;
}

ul.leftPanelLinks li.selected a {
	color: #fed334;
}

ul.leftPanelLinks li.selected {
	list-style-image: url("/fordoc/javax.faces.resource/images/menu/liYellow.png.xhtml"); 
}

ul.leftPanelLinks li.selected a:hover {
	color: #fed334;
	text-decoration: none;
	cursor:default;
}



.upperCase {
	text-transform: uppercase;
}


/* DATATABLE ICONS */
.leftIcons {
	float:left;
}

.rightIcons {
	float:right;
}

.leftIcons img, .rightIcons img {
	margin-top:-2px !important;
	margin-right:15px !important;
	height: 20px !important;
}

ul.fullLinks {
	margin-left:20px;
	margin-right:20px;
	float:left;
}

ul.fullLinks li{
	margin:5px;
}

.searchResulPanel {
	list-style: none !important;
	border: none !important;
}

.searchResultPanel ul li{
	list-style: none !important;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
	padding: none !important;
}

.searchResultPanel .ui-datalist-content{
	border: none;
}

.searchResultPanel .ui-paginator {
	background: none;
	align-content: left;
	text-align: left;
	border-top: 1px dashed grey !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	margin-top: 20px;
	padding-top: 10px;
}

.searchResultTitle{
	font-size: 18px !important;
	font-weight: bold !important;
}

.noPadding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.searchResultLink{
	color: #006621 !important;
	font-style: normal !important;
	font-size: 14px !important;
}

.searchResultSummary{
	color: #545454 !important;
	line-height: 1.4 !important;
	word-wrap: break-word !important;
}

.spaceButton {
	margin-right: 10px !important; 
}