/* FONT STACK */
body,
input, select, textarea, td, th {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}


/* BASE LAYOUT */
html * {
    margin: 0;
}
body {
	background: #fff;
}

ul {
    padding-left: 15px;
}

a:link, a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}


#header {
	padding: 1em 1em 1em 1em;
	margin-bottom: 0;	
	background-image: url(../images/header_background2.jpg);
}

.headerTitle {
	color: #104E8B;
	font-family:Verdana, sans-serif;
	font-weight: bold;
	font-size: 22px; 
	margin: .8em 0 .3em 2.0em;
}

a.header-main:link, a.header-main:visited, a.header-main:hover {
	color: #fff;
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
}

.header-sub {
	color: #fff;
	font-size: 1.25em;
	font-style: italic;
}

#loginRow {
	background-image: url(../images/glassBarTile.png);
	background-repeat:repeat-x;
	background-position: bottom;	
}

#loginHeader {
	/*color: #fff;*/
	border: 0px;
    width: 0%;    
}

#loginHeader a{
	/*color: #fff;*/
	
}
#loginHeader td a:hover{
	color: #333;
}
#loginHeader td, th  {
    padding: 0px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 12px;
}

#footer {
	font-size: 0.75em;
	font-style: italic;
	padding: 2em 1em 2em 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	clear: both;
}

/* NAVIGATION MENU */

.nav {	
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;    
    margin-top: 0px;
    font-size: 10px;
    padding: 0px 0px;    	  
}

.nav a {
    color: #333;
    padding: 4px 6px;
}
.nav a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.nav a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.nav a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.search {
    background: url(../images/skin/search.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.delete {
    background: url(../images/skin/database_delete.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.excel {
    background: url(../images/skin/excel_icon.gif) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.edit {
    background: url(../images/skin/database_edit.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.locationTree {
    background: url(../images/skin/treeview.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav a.fullDetails {
    background: url(../images/skin/zoom.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.nav ul{
   list-style: none;
   padding: 0;
}

.nav ul li {
    display: inline;
    font-size: 10px;
    font-weight: bold;
}



input[type=text]{
    border: 1px solid;
    font-size: 14px;
}

textarea{
    border: 1px solid;
    font-size: 14px;
}

input.submitButton{
   cursor: pointer;
   background:#1564b2;
   border-radius:14px;
   border:1px solid #000000;
   text-align:center;
   font-weight: bold;
   font-size: 12px;
   color:#ffffff;
}

input.submitButton:hover{
   background:#8ec7ff;
   color:#000000;
}

h1 {
    color: #1874CD;
    font-weight: normal;
    font-size: 16px;
    margin: .5em 0 .8em 0;
}

.sectionHeader {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    margin: 2em .5em 2em .5em;
}

div.content{
	margin: 10px 3px 5px 3px;
}

div.information{
   background: transparent url(../images/skin/information.png) 8px 50% no-repeat;
   color: #006dba;
   text-align:left;
   font-weight: bold;
   font-size: 12px;
   padding: 5px 5px 5px 30px;	
   line-height: 15px; 	
}

/* Layout table */
#layoutTable {
    border: 0px;
    width: 0%;
    padding: 0px;
    cellspacing:0;
    cellpadding:0;
}
#layoutTable td, th  {
    padding: 0px;
    line-height: 10px;
    vertical-align: middle;
    text-align: left;
    border:0;
}

/* Search Criteria panel */
.searchCriteriaPanel{
	width:100%;
	border-collapse:collapse;
	background-color:#d2e8ff;	
}
.searchCriteriaPanel td, .searchCriteriaPanel th 
{
	border:1px solid #125699;
	padding:1px 5px 1px 5px;
}

.searchCriteriaPanel th  
{
	font-size:14px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#8ec7ff;
	color:#000000;
	font-weight: bold;
	height:15px;
}

select.searchCriteriaTitle {
   background: transparent;
   text-align:right;
   font-weight: bold;
   border: 0;
   border-radius: 0;
   font-size: 14px;
}
span.searchCriteriaTitle {
   background: transparent;
   text-align:right;
   font-weight: bold;
   font-size: 14px;
}
span.searchCriteriaContent {
   background: transparent;
   text-align:right;
   font-weight: normal;
   font-size: 14px;
}

span.positionInDialog {
   background: transparent;
   text-align:right;
   font-weight: bold;
   font-size: 65px;
   color:#b0510e;
}

span.highlightedInMessage {
   background: transparent;
   text-align:right;
   font-weight: bold;
   font-size: 16px;
   color:#b0510e;
}

span.mandatory {
   color: #ff0000;
   font-weight: bold;
   font-size: 14px;
}


select.searchCriteriaContent {
   background: fff;
   text-align:left;
   font-weight: normal;
   border: 1px solid;
   font-size: 14px;
}

/* sample list table */
div.recordCount{
   background: transparent url(../images/skin/information.png) 8px 50% no-repeat;
   color: #006dba;
   text-align:left;
   font-weight: bold;
   font-size: 14px;
   padding: 5px 5px 5px 30px	 	
}

.resultListTable
{
	width:auto;
	border-collapse:collapse;
}
.resultListTable td, .resultListTable th  
{
	font-size:14px;
	border:1px solid #125699;
	padding:3px 3px 2px 3px;
	line-height:100%;
}
.resultListTable th 
{
	font-size:14px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#8ec7ff;
	color:#000000;
	font-weight: bold;
	height:15px;
}

.resultListTable td.caption 
{
	text-align:right;
	font-weight: bold;
	background-color:#8ec7ff;
}

.resultListTable tr:hover {
	background: #e8f3ff;
}

.resultListTable td a:link, .resultListTable td a:Visited{
	color: blue;
	font-weight: normal;
	font-size:14px;
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.0em;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.0em;
}

th.sortable a:link, th.sortable a:Visited{
	color: blue;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

/* Attribute Tips */
table.tips{
	border: 0px;
}
table.tips td  
{
	font-size:12px;
}
table.tips th  
{
	white-space: nowrap;
	font-size:12px;
	text-align:right;
	font-weight: bold;
}


/* cells Layout table */
.cellLayoutTable
{
	width:auto;
	border-collapse:collapse;
	border:1px solid #125699;
}
.cellLayoutTable > tbody > tr > td  
{
	font-size:14px;
	border:1px solid #125699;
	padding:4px;
	text-align:center;
	vertical-align: middle;
	width: 30px;
}
.cellLayoutTable > tbody > tr > td.header 
{
	font-size:14px;
	text-align:center;
	vertical-align: middle;
	background-color:#8ec7ff;
	color:#000000;
	font-weight: bold;
	height:15px;
	width:15px;
	white-space: nowrap;
}

td.occupiedCell 
{
	font-size:14px;
	text-align:center;
	vertical-align: middle;
	background-color:#ffffff;
	color:#000000;
	font-weight: bold;
	height:32px;
	width:32px;
	white-space: nowrap;
	background: url(../images/empty_cell.png) center center no-repeat;
    background-size:40px 40px;
    border:0px;
    padding:0px;
}

td.savingCell 
{
	font-size:14px;
	text-align:center;
	vertical-align: middle;
	background-color:#ffffff;
	color:#000000;
	font-weight: bold;
	height:32px;
	width:32px;
	white-space: nowrap;
	background: url(../images/refresh-icon-black.png) center center no-repeat;
    background-size:40px 40px;
    border:0px;
    padding:0px;
}

td.emptyCell 
{
	font-size:14px;
	text-align:center;
	vertical-align: middle;
	background-color:#ffffff;
	color:#000000;
	font-weight: bold;
	height:32px;
	width:32px;
	white-space: nowrap;
	border:0px;
	padding:0px;
}

td.operatingCell 
{
	font-size:14px;
	text-align:center;
	vertical-align: middle;
	background-color:#ffffff;
	color:#000000;
	font-weight: bold;
	height:32px;
	width:32px;
	white-space: nowrap;
	background: url(../images/operating_cell.png) center center no-repeat;
    background-size:40px 40px;
    border:0px;
    padding:0px;
}

/* legend */
.legend{
   font-size: 14px;
}

/* MESSAGES AND ERRORS */

.errors,
.message,
.error {
	font-size: 0.8em;
	line-height: 2;
	margin: 1em 0em;
}

.errors {
	background: #fff3f3;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	margin: 10px 3px 5px 3px;
    padding: 5px 5px 5px 0px
}

.errors ul,
.message {
	padding: 0;
}

.errors li {
	list-style: none;
	background: transparent url(../images/skin/exclamation.png) 0.5em 50% no-repeat;
	text-indent: 2.2em;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 3px 5px 3px;
    padding: 5px 5px 5px 30px
}

.error {
	background: #fff3f3 url(../images/skin/exclamation.png) 0.5em 50% no-repeat;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	margin: 10px 3px 5px 3px;
    padding: 5px 5px 5px 30px
}

/* form fields with errors */

.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}


/* PAGINATION */
.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* Button Bar */
.buttonsBar{
    background: #8ec7ff;
    border: 1px solid #ccc;
    font-size: 10px;
    margin: 0 0 0 0;
    overflow: hidden;
    padding:3px 1px 3px 1px;
}

/* Spark background */
.sparkBg{
   background: url(../images/spark_bg.gif) top left no-repeat;
   background-size:10px;
}

.highlightBorder{
   border-color: red;
	-moz-box-shadow: 0 0 0.5em red;
	-webkit-box-shadow: 0 0 0.5em red;
	box-shadow: 0 0 0.5em red;
}

/* buttons */
input.exportToExcel {
    background: transparent url(../images/export_xls.gif) 5px 100% no-repeat;
    padding-left: 28px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
}

input.delete {
    background: transparent url(../images/close.gif) top left no-repeat;
    cursor: pointer;
    height:16px;
    width:19px;
}

.required-indicator {
	color: red;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -0.1em;
}

.headerTable
{
	width:auto;
	border-collapse:collapse;
}
.headerTable td, .headerTable th  
{
	font-size:14px;
	border:1px solid #125699;
	padding:3px 3px 2px 3px;
	line-height:100%;
}
.headerTable th 
{
	font-size:16px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#1564b2;
	color:#ffffff;
	font-weight: bold;
	height:15px;	
}

input.riskySubmitButton{
   cursor: pointer;
   background:#000000;
   border-radius:14px;
   border:1px solid #000000;
   text-align:center;
   font-weight: bold;
   font-size: 12px;
   color:red;
}

input.riskySubmitButton:hover{
   background:#ffffff;
   color:red;
}

.quickfill {
	
	background-color:#FFFFCC;	
	
}

.excel {	
	background: url('../images/skin/excel_icon.gif') center left no-repeat;
    color: #333;
    padding-left: 20px;			
}





