
/* css/01-page.css */

/* General Document Formatting */

body {
	margin-top: 48px;
	margin-left: 59px;
	width: 857px;
	font-size: 14px;
}

#details {
	margin-left: 2px;
	width: 613px;
	float: left;
	font: 14px Helvetica, Arial, Helvetica, Geneva, sans-serif;
}

.map {
	margin: 0;
	border: 1px solid #414f91;
}

#logo {
	top: 48px;
	left: 59px;
}

#header {
	width: 857px;
}

#header img, #header p {
	display: inline;
}

#nav {
	float: right;
	font: 12px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 34px;
	margin-right: 43px;
	color: gray;
}

#subnav {
	float: left;
	font: 11px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	padding-top: 10px;
	width: 900px;
}

#nav a {
	text-decoration: none;
}

#subnav a {
	text-decoration: none;
}

ul.shopping {
	width: 192px;
	list-style: none;
	float: left;
	margin-left: 10px;
	margin-top: -24px;
	font: 11px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}

ul.shopping a {
	text-decoration: none;
}

.section {
	font-size: 9px;
	color: gray;
	margin-top: 5px;
}

#body h1 {
	font: bold 11px/13px Helvetica, Arial, Helvetica, Geneva, sans-serif;
}

.image1 {
	display: inline;
	float: right;
	clear: right;
	margin: 10px;
	margin-top: 5px;
	margin-right: 3px;
}

.image2 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	bottom: 0;
	top: auto;
}

.centered-image {
	margin-left: 130px;
}

.column2 {
	margin-top: -64px;
	margin-left: 200px;
	margin-bottom: 30px;
}

p#mapview {
	font: 11px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	float: right;
	margin-top: -20px;
	margin-right: 3px;
	display: inline;
}

a {
	text-decoration: none;
	color: #133AAD;
	font-size: 11px;
}

a:visited {
	color: #788CBD;
}

/* css/02-header.css */


/* Nav references */

/* css/03-footer.css */



/* css/debug.css */

/* CSS Document */

div.debug {
}
div.debug table  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
}

div.debug .header { 
	font-weight: bold; 
	color: #FFF; 
}
div.debug td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #000;
}
div.debug .error {
	background-color: #F00;
	color: #FFF;
}

/* default */
div.debug td {
	background-color:#FFF;
}
div.debug table, div.debug .header { 
	background-color: #7A7; 
}
div.debug td.key { 
	background-color: #CFC; 
}

/* array */
div.debug .array, div.debug .array td.header { 
	background-color: #77A; 
}
div.debug .array td.key { 
	background-color: #CCF; 
}

/* object */
div.debug .object, div.debug .object td.header { 
	background-color: #AA7; 
}
div.debug .object td.key { 
	background-color: #FFC; 
}

/* resource */
div.debug .resource, div.debug .resource td.header { 
	background-color: #A7A; 
}
div.debug .resource td.key { 
	background-color: #FDF; 
}

/* xml */
div.debug .xml, div.debug .xml td.header { 
	background-color: #AAC; 
}
div.debug .xml td.key { 
	background-color: #CCF; 
}

/* css/diff.css */

/* CSS Document */

.diff {
    margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.diff tr.titles td {
	border: none;
	color: gray;
	font-weight: bold;
} 

.diff td {
	font-family: mono;
	font-size: smaller;
	vertical-align: top;
	padding-left: 5px;
	border-top: 1px solid #EEE;
}

.diff ins {
	color: #FFF;
	background-color: #55F;
	text-decoration: none;
}

.diff del {
	background-color: #BBB;
}

.diff span {
	background-color: #BFB;
}

.diff .line {
	text-align: right;
	padding-right: 2px;
	color: #FFF;
	background-color: #CCC;
	border-top: 1px solid #CCC;
	width: 30px;
}


/* includes/filemanager/css/fm.css */

#filelist {
	width: 800px;
	border: 1px solid silver;
}

#filelist .form {
	padding: 0;
	margin: 0;
}

#filelist .form input {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

#filelist th, #filelist .status {
	background: #f3f3f3;
	color: #000;
}

#filelist th {
	padding: 0.5em 0.5em;
	text-align: left;
	font-weight: bold;
}

#filelist .title-links {
	font-size: smaller;
	font-weight: normal;
	float: right;
}

#filelist tr {
	background: #fcfcfc;
}

#filelist tr.odd {
	background: #FFF;
}

#filelist td {
	color: #000;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
}

#filelist a {
	color: gray;
	padding: 0.5em;
}

#filelist a:hover {
	background-color: none;
}

#filelist .long {
	font-weight: normal;
	padding-left: 1em;
}

#filelist .dir .name {
	font-weight: bold;
}

#filelist .thumb {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

#filelist .icon {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
}

#filelist .thumb img {
	margin: 0 auto 0 auto;
}

#filelist .operations {
	font-size: 9px;
	width: 18.75em;
}

#filelist .operations a img {
	font-size: 9px;
	padding-left: .1em;
	padding-right: .1em;
}

#filelist .perms {
	width: 2.25em;
}

#filelist .size {
	text-align: right;
	width: 7em;
}

#filelist .modified {
	width: 6.5em;
}

#filelist .separator {
	border-top: 1px solid #d3d3d3;
}

#filelist .status span {
	padding: 0;
	margin: 0;
}

#filelist .error {
	color: red;
}

#filelist .ok {
	color: #004d00;
}

/* css/form.css */

/* CSS Document */

/* form entries */

.form {
	display: block;
}

.form fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.form legend {
	display: none;
}

.form label, .form .comment, .form .comment-required {
    display: block;
	font-family: Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 2px;
	margin: 0;
	line-height: 11px;

}

.form select {
	margin: 5px 0 5px 0;
}

.form #refinement select {
	margin: 0;
}

.form label.required { 
	color: #F00;
}

#form-error {
	background-color: #F33;
}

li.form-error {
	background-color: #F33;
	color: white;
	margin: 0;
	padding: 2px;
	width: 300px;
}

.form .comment {
	padding-bottom: 4px;
	line-height: normal;
}

.form label.checkradio {
    display: inline;
	margin-right: .5em;
}

.form input, .form textarea {
	font-family: ;
	font-size: ;
	margin-bottom: 2px;
	padding: 2px;
}

.form .inline {
    float: left;
	margin-right: 0.5em;
	position: relative;
}

.form .field, .form .comment, .form .comment-required {
	clear: left;
}

.form .required-multifield, .form .required-newmultifield, .form .multifield, .form .newmultifield, .form .newfield, .form .multifield {
    float: left;
	margin-right: 0.5em;
	/* position: relative; */
}

.form .required-field, .form div.newfield, .form .required-newmultifield, .form .newmultifield {
	clear: left;
}

.form .submit {
	 clear: both; 
	 float: left;
	/* position: relative; */
}

#loginextras .form .field {
	float: right;
	text-align: right;
}


.hidden, .hidden input {
	display: none;
}

.group {
	padding: 0;
	margin: 0;
}



#basic label {
 display: none;
}

#basic select {
	margin-top: 1px;
}

.datelabel {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

/* css/forum.css */

/* Forum */

.forum .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}

.forum .entry .title {
	font-size: larger;
	font-weight: bold;
}


.forum .entry .author {
	font-style: italic;
	float: right;
	clear: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.forum .entry .post-date {
	font-style: italic;
	font-size: smaller;
	float: right;
	clear: both;
}

.forum .entry-end {
	clear: both;
}

/* Blog */

.blog .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}

.blog .entry .title {
	font-size: larger;
	font-weight: bold;
}


.blog .entry .author {
	display: none;
}

.blog .entry .post-date {
	font-style: italic;
	font-size: smaller;
	float: right;
	clear: both;
}

.blog .entry-end {
	clear: both;
}

/* Gallery */

.gallery .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 300px;
	width: 210px;
}

.gallery .entry .title {
	font-size: larger;
	font-weight: bold;
}


.gallery .entry .author {
	display: none;
}

.gallery .entry .post-date {
	font-style: italic;
	font-size: smaller;
}

.gallery .entry-end {
	/* clear: both; */
}

/* FAQ */

.faq .entry {
	padding: 10px;
	margin-bottom: 10px;
}

.faq .entry p {
	margin-left: 20px;
}

.faq .entry p.title {
	font-size: larger;
	font-weight: bold;
	margin-left: 0;
}


.faq .entry p.author {
	display: none;
}

.faq .entry p.post-date {
	display: none;
}

.faq .entry-end {
	clear: both;
}



/* css/gallery.css */

.gallery {
	padding: 5px;
}

.file-image {
	text-align: center;
}

.file-image img {
	margin: 0 auto 0 auto;
}

.gallery .file-details, .file-movie .file-details, .file-image .file-details {
	color: #333;
	font-size: 9px;
	font-weight: normal;
}

.gallery .directory .file-details {
    padding-left: 5px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.gallery .directory {
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	height: 260px;
}

.gallery .file {
	font-weight: normal;
	clear: left;
}

.gallery .file-image {
	float: left;
	margin: 5px;
	width: 195px;
	height: 200px;
	padding: 5px 5px 60px 5px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.gallery .file-image img {
	margin: auto;
	border: 1px solid #DDD;
	display: block;
}

ul.gallery {
	list-style-type: none;
}

.file-nav {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
}

.file-nav a:hover {
	text-decoration: none;
}

.icon {
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul.gallery li.directory {
	width: 220px;
	float: left;
	clear: none;
	padding-bottom: 10px;
}

.back img {
	display: block;
}

iframe.detail, iframe.detail img {
	vertical-align: middle;
	margin: 0 auto 0 auto;
	text-align: center;
}

.file-nav .prev {
	display: block;
	float: left;
}

.file-nav img {
	margin: 0;
	padding: 5px;
	border: 1px solid #565495;
}

.file-nav .next {
	display: block;
	float: right;
}

.file-nav {
	text-align: center;
}

.file-nav-end {
	clear: both;
}
/* css/print.css */

@media print {

body {
  background: white !important;
}

#nav, #footer, #subnav, form {
  display: none;
}

#content {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}

/*
#printfooter {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}
*/

.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}

}