/**
* Global styles.
*/

body {
	background-color: #000000;
  margin: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

img {
	border: 0px;
}

table {
	border: none;
	border-collapse: collapse;
	margin: 0px;
}

table td {
	padding: 0px;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #238fff;
	font-size: 13px;
}

/**
* Header panel.
*/

div#headerPanel {
	background-color: #ffffff;
	width: 800px;
	margin: auto;
}

div#headerPanel div#upperBand {
	width: 800px;
	margin: auto;
}

div#homeLinkContainer {
	width: 800px;
	margin: auto;
	padding-bottom: 0px;
	height: 113px;
}

div#headerPanel img#logo {
	margin-bottom: 0px;
	float: right;
}


/**
* Menu panel.
*/

div#menuPanel {
	width: 800px;
	margin: auto;
	height: 47px;
}

div.loggedInMenu {
	width: 792px;
	margin: auto;
	background-color: #ffffff;
	padding:0px 4px 12px 4px;
	color: #666666;
	text-align: center;
}

/*
* Page body (page content & sidebar panel)
*/
table#pageBody {
  width: 800px;
  margin: auto;
}

div#pageBodyContainer {
	margin-top: 0px;
}

/*
* Sidebar panel
*/
td#sidebarCell {
	background-color: #FFFFFF;
	width: 260px;
	padding-left: 10px;
	vertical-align: top;
}

div#sidebarPanel {
	
}

div.sidebarTitle {
	height: 30px;
	font-size: 20px;
	font-style: italic;
	padding-top: 18px;
	padding-left: 7px;
	font-weight: bold;
	color: #238fff;
	margin-right: 8px;
	margin-bottom: 28px;
	border-bottom: 1px #238fff dotted;
	/*background-color: #b0aca6;*/
	/*background-image: url("../images/header_background7.png");*/
}

div.socialContainer {
	margin-right: 8px;
	}

table.social {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	}
	
table.social td {
	
	padding: 1px;
	}

/*
* Content title.
*/

div.contentTitle {
	height: 30px;
	font-size: 20px;
	font-style: italic;
	padding-top: 18px;
	padding-left: 25px;
	font-weight: bold;
	color: #238fff;
	border-bottom: 1px dotted #238fff;
	/*background-color: #b0aca6;*/
}

/*
* Page content.
*/
table#pageBody td#pageContentCell {
	vertical-align: top;
	background-color: #FFFFFF;
}

div#pageContent {
	
}

div#spacerDiv {
	width: 800px;
  margin: auto;
  height: 200px;
	background-color: #ffffff;
}

table.content {
	width: 475px;
	margin: 18px 25px 20px 25px;
}

table.content tr td { 
	vertical-align: top;
}

table.content tr td h1 {
	font-size: 14px;
	color: #238fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16pt;
}

table.content tr td h2 {
	font: 14px/14px helvetica, arial, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
}

table.content tr td h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16pt;
}

/*
* Footer panel.
*/
div#footerPanel {
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	color: #238fff;
	font: 10px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

div.footerSponsors {
	text-align: center;
}

div#footerPanel div#footerLinks {
	width: 100%;
	text-align: center;
	height: 10px;
	padding-top: 40px;
}

div#footerPanel div#footerLinks a {
	font-size: 11px;
	text-decoration:underline;
}

div#footerPanel div#copyright {
	width: 100%;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	padding-top: 10px;
}

table.logos {
	margin: auto;
}

table.logos td {
	
}

/**
* Error feedback panel
*/

/**
* Error feedback panel
*/
ul.feedbackulERROR {
	background-color: #ffffff;
	background-image: url("../images/dialog-error02.png");
	background-position: 1.8em 50%;
	background-repeat: no-repeat; width =40em;
	border: 2px solid #fe6601;
	list-style-type: none;
	padding: 1em;
	margin:12px 20px 10px 20px;
}

ul.feedbackulERROR li {
	color: #fe6601;
	font-size: 1em;
	margin-left: 5em;
	margin-right: 1em;
}

ul.feedbackulERROR li label {
	color: #fe6601;
	font-size: 1em;
	margin-left: 4em;
	margin-right: 1em;
	font-weight: normal;
}

ul.feedbackulERROR li a label  {
	color: #0000FF;
	text-decoration: underline;
}

/* 
*   Feedback panel. 
*/
ul.feedbackulINFO {
	background-color: #e3ecf8;
	background-image: url("../images/information03.png");
	background-position: 30px 50%;
	background-repeat: no-repeat;
	border: solid 2px #63a1ec;
	font-weight: normal;
	list-style-type: none;
	margin:12px 20px 10px 20px;
	padding: 1.5em;
}

ul.feedbackulINFO li {
	color: #014090;
	font-size: 1em;
	font-weight: normal;
	margin-left: 5em;
}
	
ul.feedbackulINFO li label {
	font-weight: normal;
	margin-top: 1em;
}

/**
* View page styles.
*/
div.view {
	margin-top: 20px;
	margin-bottom: 80px;
	}
	
div.view table {
	width:450px;
	margin: 0px 30px 0px 30px;
}

div.view table tr th {
	text-align: right;
	font-weight: bold;
	padding: 5px 10px 0px 15px;
	width:200px;
}

div.view table tr td {
	text-align: left;
	padding: 5px 15px 0px 10px;
	width: 200px;
}

div.view table tr.buttonRow th, td {
	padding-top: 30px;
}

/*
* Dataview header (dataview headline and buttons)
*/
table.dataviewHeader {
	width: 730px;
	margin: 20px 30px 0px 30px;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}

table.dataviewHeader th {
	text-align: left;
  color: #EF7D34;
  font-size: 18px;
}

table.dataviewHeader td {
	text-align: right;
}

/* 
* Data table. 
*/

h2.dataview {
	border: 1px solid #C4E4EC;
	border-top: solid 3px #C4E4EC;
	border-bottom: none;
	color: #0178A9;
	display: block;
	float: left;
	clear: left;
	font-size: 11px;
	height: 15px;
	padding: 3px 18px;
	margin: 0 0 1px 12px;
}

table.dataview {
	background-color: #FFFFFF;
	border-bottom: 1px solid #cfd0d5;
	border-left: 1px solid #cfd0d5;
	border-right: 1px solid #cfd0d5;
	clear: left;
	width: 730px;
	margin: 15px 30px 100px 30px;
}

table.dataview tr th {
	background-color: #8cbefd;
	border-top: 1px solid #0FA0C6;
	border-bottom: 1px solid #0FA0C6;
	color: #014090;
	font-weight: bold;
	padding: 3px 8px;
	text-align: left;
	white-space: nowrap;
}

table.dataview tr th a {
	color: #014090;
	text-decoration: none;
}

table.dataview tr th input {
	margin: 0 auto;	
}

table.dataview tr td {
	padding: 3px 8px;
	font-size: 0.9em;
	font-family: Arial;
	color: #023c8d;
}

table.dataview tr td a {
	color: #023c8d;
}

table.dataview tr td input {
	margin: 0 auto;	
}

table.dataview th.centered {
	text-align: center;
}	

table.dataview tr td.centered {
	text-align: center;
}

table.dataview tr.even td {
	background-color: #FFFFFF;
}

table.dataview tr.odd td {
	background-color: #cfe3fe;
}

table.dataview tr.hover td {
	background-color: #D6F8E1;
}

table.dataview tr.modified td {
	background-color: #F7F7CE;
}
table.dataview tr th a {
	background-position: right;
	background-repeat: no-repeat;
}

table.dataview tr th.wicket_orderUp,table.dataview tr th.wicket_orderDown {
	background-color: #63a1ec;
}

table.dataview tr th.wicket_orderDown a {
	background-image: url("../images/dataview/arrow_down.png");
	padding-right: 12px;
}

table.dataview tr th.wicket_orderUp a {
	background-image: url("../images/dataview/arrow_up.png");
	padding-right: 12px;
}

table.dataview tr th.wicket_orderNone a {
	background-image: url("../images/dataview/arrow_off.png");
	padding-right: 12px;
}

table.dataview tr.filters-tr td {
	background-color: #F0F0F0;
	border-bottom: 1px solid #0FA0C6;
	padding: 5px 2px 5px 2px;
}

table.dataview td.norecords-td {
	text-align: center;	
}

table.dataview tr.navigation td {
	border-top: 1px solid #D9E5EC;
}

table.dataview tr.summary th {
	background-color: #FFFFFF;
	border-top: 1px solid #D9E5EC;
	font-weight: bold;
	padding-right: 0.1em;
	text-align: right;
}

table.dataview tr.summary td {
	border-top: 1px solid #D9E5EC;
}

/* Paging Navigator */
.pagingNavigator {
	display:block;
	text-align:center;
}
.pagingNavigator a, .pagingNavigator span.disabled {
	padding:1px 4px;
}
.pagingNavigator .pageLinks span.disabled {
	font-weight:bold;
	font-size:9pt;
}
.pagingNavigator a {
	text-decoration:underline;
}
.pagingNavigator a:hover {
	color:#095A6F;
	text-decoration:none;
}
.pagingNavigator span.disabled {
	color:#999999;
}

/* Tabbed panel */

span.tabbedPanel {
	margin: 30px 30px 0 30px;
	bgcolor: #ff0000;
  }

div.tab-row ul {
	border-bottom: solid 1px #CCCCCC;
	list-style-type: none;
	margin: 0;
	padding-left: 14px;
	padding-bottom: 22px;
	text-align: center;
}

div.tab-row ul li {
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	display: inline;
	float: left;
	font-weight: bold;
	height: 15px;
	margin-right: 8px;
	padding: 3px 18px;
	text-align: center;
}

div.tab-row ul li span {
	padding: 3px;
}

div.tab-row ul li.selected {
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 3px #CCCCCC;
	color: #0178A9;
	padding-top: 1px;
}

div.tab-row ul li a {
	color: #606060;
	text-decoration: none;
}

div.tab-row ul li.selected a {
	color: #0178A9;
}

div.tab-row ul li * {
	vertical-align: middle;
}

.tab-panel {
	border: 1px solid #CCCCCC;
	border-top: none;
	display: block;
	margin: 0px;
	padding: 8px 8px 6px 8px;
}

/* Autocomplete styles */
.wicket-aa {
	background-color: #FFFFFF; 
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 2px;
	margin: -1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	list-style: none;
	margin: 0;
	padding: 0 2px;
}
div.wicket-aa li {
	padding: 2px;
}
div.wicket-aa ul li.selected {
	background-color: #CCCCCC;
	padding: 2px;
	margin: 0;
}
