/* CSS Document for Generic Branding */

html {
	margin:0;
	padding:0;
		}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
		}

/* Page wrapper */

#page {
	}				

/* Header Stuff*/

#header {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
		}

#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 120px;
	background-color: #000;
	}
#logo img {
	padding: 0px;
	margin: 0px;
	border:none;
	}
	
/* Sitemap area - main navigation */	
	
#sitemap {
	width: 100%;
	position:absolute;
	top:121px;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #ff0000;
	text-align: left;
	}
	
#sitemap ul#section, #sitemap #section {
	margin: 0px;
	padding: 0px 0px 0px 195px;
	width:auto;
	list-style: none;
	list-style-type: none;
	}

#sitemap ul#section li.section-item, #sitemap #section .section-item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	list-style-type: none;	
	}

#sitemap ul#section li.section-item a.section-link, #sitemap #section .section-item .section-link, #sitemap #section .section-item .current {
	float:left;
	padding: 5px 10px 5px 10px;
	width: auto;	
	margin:0px;
	border-left:1px solid #fff;
	}	
	
#sitemap #section a.section-link:hover, #sitemap #section .section-link a:hover {
	display: inline;
	background-color: #000;
	float:left;
		}
		
/* Mark the current level in the top nav */
#sitemap #section .section-item .current {
	background-color:#000;
	color:#fff;
	}			
		
/* Second level nav is hidden in top area */

#sitemap #section ul ul, #sitemap ul#section ul.section {
	display: none;
	visibility: hidden;
	list-style: none;
	list-style-type: none;	
	}		
	
/* Section Map - A list of the pages that are in this section, excluding the current page */	

#sectionmap {
	margin: 187px 0px 15px 15px;
	width: 160px;
	float:left;
	}
/* Hide the root level in the sibling map */
/* We accomplish this by hiding the link tag, */
/* but leaving the LI tag that contains it. Otherwise */
/* IE 6 and 7 will render everything in the subsequent UL invisible as well */
#sectionmap .home, #sectionmap li.home {
	list-style: none;
	list-style-type: none;
	display: block;
	visibility: visible;
	}
#sectionmap .home .current, #sectionmap .home .section-link {
	list-style: none;
	list-style-type: none;
	}		
	
#sectionmap .section ul ul, #sectionmap ul.section ul.section, #sectionmap ul ul.section {
	display: block;
	visibility: visible;
	}		
#sectionmap .section-item, #sectionmap .section .section-item {
	list-style: none;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	}	

#sectionmap ul.section, #sectionmap .section {
	display: block;
	visibility: visible;
	list-style: none;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	}
	
#sectionmap ul.section li.section-item, #sectionmap ul.section li, #sectionmap .section .section-item {
	list-style: none;
	list-style-type: none;
	display: block;
	visibility: visible;	
	margin: 0px;	
	display: block;
	clear:both;
	}
	
#sectionmap a.section-link, #sectionmap .section a.section-link, #sectionmap .section .section-link {
	display: block;
	color: #ff0000;
	border-top:1px solid #000;	
	font-weight: bold;
	text-align: right;
	padding: 4px;
	}
	
#sectionmap a.section-link:hover, #sectionmap .section a.section-link:hover, #sectionmap .section .section-link:hover {
	background-color: #000;
	color: #fff;
	}				

/* Mark the current level in the sibling map */
#sectionmap .section .current, #sectionmap .section .current {
	list-style: none;
	list-style-type: none;
	background-color:#ff0000;
	color:#fff;
	}

/* - - - - - - - - - -  */
#main-menu-area a:visited
{
        color: #fff;
}

/* - - - - - - - - - -  */
/* - - - - - - - - - -  */	
/* Other links */
#section-info p {
	text-align: right;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border-top: 1px solid #a3d3ab;
	}	
	
#section-info p a {
	border: none;
	display: block;
	padding: 4px;
	}
		
/* Content area */		

#content {
	position: absolute;
	top:150px;
	left:180px;
	width: 60%;
	margin: 0px;
	padding:25px 20px 10px 20px;
	}
		
#content h2, h3, h4, h5, h6 {
	display: block;
	clear:both;
	}		
		
#content h2 {
	margin: 2px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	}
		
#content h3 {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;	
	background-color: #ff0000;
	margin: 2px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	}
		
#content h4 {
	border-bottom: 1px solid #ccc;
	margin: 2px 0px 5px 0px;
	padding: 4px 4px 4px 0px;
	}		
		
#content p {
	margin: 10px 0px 10px 0px;
	padding:0px;
	clear: both;
	}
		
#content ul, #content ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 5px 0px 10px;
	}		
		
#content li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
		}

#content dt {
	padding:3px 0px 3px 0px;
	margin: 5px 0px 5px 0px;
		}		

#content dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
		}	

#content pre {
	width: 99%;
	margin: 15px 0px 10px 0px;
	overflow: scroll;
	background-color: #ffcccc;
	border: 1px solid #000;
	}
		
#footer {
	width: 90px;
	margin: 0px;
	padding: 0px;
	clear:both;
	background-color: #fff;
	position: fixed;
	bottom: 5px;
	right: 20px;
	text-align: right;
		}

#locale-links {
	position: absolute;
	top: 5px;
	right:5px;
	}
	
#locale-links a {
	}
	
#locale-links a:hover {
	}
					
#copyright {
	padding: 0px;
		}
		
/*Hidden class - use to make something invisible */
.hidden {
	display: none;
	visibility: hidden;
	}	
	

/* Form Widgets and Elements */
.radio, .checkbox {
	display:block;
	clear:both;
	margin: 0px 0px 5px 0px;
	}
.component-label {
	padding: 0px 0px 0px 5px;
	}	

.field-title {
	clear:both;
	display: block;
	font-weight: bold;
	}

.field {
	display:inline;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	color: #666;	
	}

.text-area {
	clear: both;
	display:block;
	border: 1px solid #ccc;
	color: #666;
	width: 90%;
	height:150px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	}
#content form {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
.group-title { 
	display: block;
	clear:both; 
	font-weight: bold;
	margin: 1px 0px 5px 0px;	
 	}				
select {
	display:block;
	clear:both;
	}		

/* DEFAULT BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button, a.search-button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 10px 6px 10px 0px; 	
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span, a.search-button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active, a.search-button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span, a.search-button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* DISABLED BUTTON */

a.button-disabled, .button-disabled {
    background: transparent url('bg_disabledbutton_a.gif') no-repeat scroll top right;
    color: #999;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 10px 6px 10px 0px; 
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
}

a.button-disabled span, .button-disabled span {
    background: transparent url('bg_disabledbutton_span.gif') no-repeat;
    display: block;
    color: #999;
    text-decoration: none;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#wizard-button-bar {
	width:100%;
	min-width: 400px;
	max-width: 100%;
}

.button-container {
	float:left;
	min-width: 120px;
	max-width: 25%;
	width: 25%;
}

/* - - - - - - - - - -  */
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */	
/* Show the sitemap in the content area */	
	
#content #sitemap {
	float: none;
	clear:both;
	height:auto;
	margin: 0px;
	}
	
#content #sitemap ul#section, #content #sitemap #section ul {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	border: none;
	list-style: disc;
	list-style-type: disc;
	}

#content #section li.section-item, #content #sitemap #section .section-item {
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	float: none;
	}

#content li.section-item a, #content li.section-item .current {
	display:block;
	float:none;
	padding: 0px 0px 0px 0px;
	width: auto;	
	margin:0px 0px 0px 0px;
		}	
		
#content a.section-link, #content .section-link {
	display:block;
	float:none;
	width: auto;
	color: #ff0000;
	text-decoration: underline;		
		}
	
#content #section a.section-link:hover, #content #section .section-link a:hover {
	display: block;
	background-color: transparent;
	float:none;
		}
		
/* Mark the current level in the section map */
#content li.current, #content li.section-item .current {
	list-style: disc;
	list-style-type: disc;
	background-color:transparent;
	}
/* undo the home level */
#content li.home {
	list-style: disc;
	list-style-type: disc;
	}	
		
/* show the second level */

#content #section ul ul, #content ul#section ul.section {
	display: block;
	visibility: visible;
	}


/* - - - - - - - - - -  */
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */		
/*Messages - Error / Warning / Info */

.error, #content p.error {
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(action_stop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
	display: block;
	color: red;
	}

.warning, #content p.warning {
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(icon_alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
	display: block;
	}

.info, #content p.info {
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(icon_accept.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
	display: block;
	}

#content li.error, #content li.warning, #content li.info {
	background-image: none;
	margin:0px;
	padding:0px;
	list-style: none;
	list-style-type: none;
	}
	
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */		
/*Tables */

#content table {
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	border:1px solid #ccc;
	display: table;
	padding: 0px;
	}
	
#content th {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #ff0000;
	color: #fff;
	}
	
#content table caption {
	margin: 10px 0px 5px 0px;
	text-align: left;
	}	
		
#content tr {
	text-align: left;
	margin:0px;
	}	
#content td {
	border: 1px solid #ccc;
	text-align: left;
	padding: 6px;
	margin:0px;
	}			
	
	
/* Stuff for WIZARD wicket widgets */

#content .wicketExtensionsWizard table, #content .wicketExtensionsWizard tr, #content .wicketExtensionsWizard td, .wicketExtensionsWizard, .wicketExtensionsWizardOuterTable, .wicketExtensionsWizardInnerTable, .wicketExtensionsWizardHeaderRow, .wicketExtensionsWizardHeader, .wicketExtensionsWizardHeaderTitle, .wicketExtensionsWizardHeaderSummary, .wicketExtensionsWizardViewRow, .wicketExtensionsWizardView, .wicketExtensionsWizardViewInner, .wicketExtensionsWizardFeedbackRow, .wicketExtensionsWizardFeedback, .wicketExtensionsWizardButtonBarRow, .wicketExtensionsWizardButtonBar {
	border: none;
	padding:0px;
	margin:0px;
	}

.wicketExtensionsWizardOuterTable { 
	background-color: #fff;
	padding: 0px 0px 8px 0px;
	border: 1px solid #ff0066;
	display: block;
	width: 100%;	
	}

.wicketExtensionsWizardInnerTable { 
	width: 100%;
	padding: 8px 0px 8px 0px;
	}	
	
.wicketExtensionsWizardViewRow, .wicketExtensionsWizardButtonBarRow { 
	padding: 8px 0px 8px 0px;
	display: block;
	width: 100%;		
	}	

#wizard-button-bar { 
	padding: 8px 0px 8px 0px;
	display: block;		
	}	

.wicketExtensionsWizardHeaderSummary {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	width: 100%;
	color: #ff0000;		
	}

.wicketExtensionsWizardHeaderTitle { 
	text-transform: uppercase;
	font-size: 13px;
	padding:0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	color: #000;
	border-bottom: 1px solid #ff0000;
	clear:both;
}

/* Begin text styles */


/* CSS Document for Generic Branding */

html, body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
		}

/* page wrapper */

#page {
	}				

/* Global link colors */

a {
	color: #ff0000;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}	

a:visited {
	color: #000;
	text-decoration: underline;
	}			

/* Page header text */

#header {
		}

#header h1 {
	display:none;
	visibility:hidden;
	}

#logo {
	}
#logo img {
	}		

/* topnav sitemap styles */

#sitemap {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#sitemap ul#section, #sitemap #section ul {
	list-style: none;
	}

#sitemap #section li.section-item {
	font-size: 12px;
	}

#sitemap #section li.section-item a, #sitemap #section li.section-item span {
	color: #fff;
	text-decoration: none;
		}

#sitemap #section a.section-link:hover {
	color: #fff;
		}		

/* sidenav sibling map styles */

#sectionmap {
	text-align: right;
	}
#sectionmap ul.section, #sectionmap .section {
	list-style: none;
	list-style-type: none;
	text-align: right;
	}
#sectionmap ul.section li.section-item, #sectionmap ul.section li.current-section-item {
	list-style: none;
	list-style-type: none;
	text-align: right;
	font-weight: bold;	
	}
#sectionmap a.section-link, #sectionmap .section-link {
	color: #EC8023;
	font-weight: bold;
	text-align: right;
	}
	
#sectionmap .current a.section-link, #sectionmap .section .current a.section-link, #sectionmap .current .section-link, #sectionmap .section-link .current, #sectionmap .section .section-link .current, #sectionmap .section .current {
	color: #fff;
	font-weight: bold;
	}
#section-info p a, #section-info a {
	color: green;
	font-weight: bold;
	text-align: right;
	color: #669966;
	text-decoration: none;
	}	
#section-info p a:hover, #section-info a:hover {
	background-color: #a3d3ab;
	color: #000;
	text-decoration: none;
	}	
/* related links styles */

#relatedlinks {
	text-align: right;
	}
#relatedlinks ul.section {
	list-style: none;
	text-align: right;
	}
#relatedlinks ul.section li.section-item, #relatedlinks ul.section li.current-section-item {
	text-align: right;
	font-weight: bold;	
	}
#relatedlinks ul.section a.section-link, #relatedlinks ul.section .section-link {
	color: green;
	font-weight: bold;
	text-align: right;
	}


/*Content area */

#content {
	text-align: left;
	color: #000;
		}

#content h1 {
	display: none;
	visibility: hidden;
		}		
		
#content h2 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:20px;
	color:#000;
		}
		
#content h3 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:none;
	color:#fff;
	line-height:16px;
		}
		
#content h4 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	font-weight: bold;
		}
		
#content h5 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#000;
	font-weight: bold;
		}				
		
#content p {
		}
		
#content ul, #content ol {
		}		
		
#content li {
	list-style-position: outside;
		}	
	
#content pre {
	}
	
#content dt {
	font-weight: bold;
		}			
	
blockquote {
	font-style: italic;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	}	


/* DEFAULT BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button, a.search-button {
	text-decoration: none;
}

a.button span, a.search-button span {
	text-decoration: none;
}

a.button:active, a.search-button:active {
	text-decoration: none;
}

a.button:active span, a.search-button:active span {
	text-decoration: none;
}

/* DISABLED BUTTON */

a.button-disabled, #content a.button-disabled, .button-disabled, #content .button-disabled {
    text-decoration: none;
}

a.button-disabled span, .button-disabled span {
    text-decoration: none;
}


/* - - - - - - - - - -  */
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */	
/* Show the sitemap in the content area */	
	
#content #section .section-item .section-link, #content ul#section li.section-item a.section-link  {
	color: #000;
	text-decoration: none;
		}	

/* Footer links */

#footer {
		}
		
/* Language links */		
		
#locale-links {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #000;
	}
#locale-links a {
	color: #ff0066;
	}
#locale-links a:hover {
	color: #0099ff;
	text-decoration: underline;
	}				
#copyright {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#ccc;
	text-align:center;
		}

/* - - - - - - - - - -  */
/* - - - - - - - - - -  */
/* - - - - - - - - - -  */	
/* The file tree */	

#content table.wicket-tree-content, #content table.wicket-tree-content td, #content table.wicket-tree-content tr, .half-line, td.half-line, .junction-closed, a.junction-closed, .icon-panel, #content table.icon-panel, #content table.icon-panel tr, #content table.icon-panel td {
	}

#content table.wicket-tree-content {
	font-size: 12px;
	}
	
#content table.wicket-tree-content th {
	font-size: 11px;
	}
	
#content table.wicket-tree-content caption {
	text-align: left;
	}	
		
#content table.wicket-tree-content tr {
	text-align: left;
	}	
#content table.wicket-tree-content td {
	text-align: left;
	}	

