* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border { border: none!important; }

/* Base Template
------------------------------ */

html { color: #9EB7C2; font:normal 14px/1.3em Arial,Tahoma, Verdana, sans-serif; overflow-x:hidden; } /* Resets 1em to 10px */
body { background:#0C5D4D; }

a, a:link, a:active { font-size:1em; color: #FFEB8B; text-decoration: underline;  }
a:visited { color: #C9C08A; }
a:hover { text-decoration: none; }
a img { border:none; }

blockquote { }

h1,h2,h3,h4,h5,h6 { font:normal 12px/1.5em Arial, Helvetica, sans-serif; color:#FFEB8B; }
h1 { font-size:18px; line-height:24px; color:#3570A3; margin:0 0 25px 7px;}
h2 { font-size:18px; line-height:24px; margin:0.5em 0; }
h3 { font-size:18px; line-height:40px; background:url(bg-h3.png) 0 5px no-repeat; padding:5px 5px 10px 30px; margin-left:-20px; display:inline }
h4 { font-size:14px; line-height:36px; background:url(bg-h4.png) 0 0 no-repeat; padding:5px 5px 10px 30px; margin-left:-20px; display:inline }
h5 { }
h6 { }

h4 img { vertical-align:middle; padding-right:0.5em; }

hr { height: 1px; background: #ccc; color: #ccc; border: 0; }

img { border:none; }

dl {  }
dt { margin: 0;  }
dd { margin:0 0 0 2em; }
dl.short dt, dl.wide dt { margin:0.5em 0; }
dl.short dd { margin:-2em 0 0 6em; }
dl.wide dd { margin:-2em 0 0 10em; }

p { margin:0.8em 0; }

pre code { display:block; overflow:auto; }
* html pre { width:100%; overflow-x:auto; padding-bottom:16px; }

small { font-size: 90%; }
sub, sup { font-size: 80%; font-family:Tahoma; line-height:1em; }

table { border:0px; border-collapse:collapse; }
table td { padding:0px; }

ul, ol { padding:0 0 0 1em; }
ul { }
li { margin:3px 0; }

/* ==== FORM === */
form {  }
fieldset { }
legend { }
input, select, textarea { font:normal 0.9em/1.3em Tahoma, Verdana, sans-serif; width:95%; vertical-align:middle; }
select { padding:0; width:98%; }
textarea { height:100px; }
label { display:block; line-height:1.1em; }

.f-row { overflow: hidden; margin-bottom: .5em; }
.f-inputs { padding-left: 40%; }
.f-actions { padding:0 0 2em 40%; text-align:center }

.f-row label { float: left; width: 35.99%; padding: 0 2%; }

.f-rows .f-row { margin:0.7em 0; }
.f-rows .f-row label { float: none!important; padding:1px 0!important; width:98%; }
.f-rows .f-inputs { padding: 0!important; }
.f-rows .f-actions { padding:1em 0!important; text-align:left; }

input.text { }
input.password { }
input.checkbox, input.radio { border-width:0; width:auto!important; padding:0 10px 0 0; }
input.submit, input.reset, input.button {
	border:1px solid #C6C6AC; font-weight:bold;
}
input.image { width:auto!important; }
input.requiried, textbox.requiried { border-color:#c00;}

/* Text align & Float
------------------------------ */
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; margin-bottom:-1px; }
.column { float: left; overflow: hidden; }
.padding { padding: 5px 25px; }
.col-first { padding-left: 0px!important; }
.col-last { padding-right: 0px!important; }

/* Images
------------------------------ */
img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 0.3em; }
img.f-right { margin-left: 0.3em; }
img.pictureleft, span.pictureleft img { float:left; margin:1em 1em 0.2em 0; border:1px solid #CBDFAB; }
img.pictureright, span.pictureright img { float:right; margin:1em 0 0.2em 1em; border:1px solid #CBDFAB; }

/* FileList
------------------------------ */
dl.files {  }
dl.files dt { margin: 0.7em 0; }
dl.files dd { margin:-50px 0 0 5em; }

/* Navigation links */ 

#navlinks { display:block; text-align:center; padding-top:10px; font-size:90%; }
	#prevlink { background:transparent url('bg-a-prevlink.gif') center left no-repeat; padding:0 0 0 12px; }
	#listlink { margin:0 10px; }
	#nextlink { background:transparent url('bg-a-nextlink.gif') center right no-repeat; padding:0 12px 0 0; }
	
/* Table
------------------------------ */

#text table  { }
#text table tr.table_title td { text-align:left; background:#195849; padding:5px; }
#text table td { padding:5px; }
#text table tr.row_odd td { background:#30967E; }
#text table tr.row_even td { background:#277D69; } 

/* Other
------------------------------ */
.date { color:#9EB7C2; font-size:1em; }
td.date { width:70px; }

.tablelike { width: 100%; overflow: hidden; clear:both; }

.w100p { width:98%; }

/* Gallery blocks
------------------------------ */
.minigallery { float:left; display:block; width:110px; height:110px; margin:0 32px 20px 0; }
.gallery { float:left; display:block; width:110px; height:180px; margin:0 32px 0 0; text-align:center; }
.gallery h3 { margin:0; padding:0; font:normal 13px/16px Arial,Tahoma, Verdana, sans-serif; text-align:center; font-size:11px; background:none; }

.gallery a, .gallery a:link, .gallery a:visited { text-decoration:none; font-weight:bold; }
.thumbnail { 
	height: 120px; width: 120px; border: 1px solid #CCCCCC; background-repeat: no-repeat; background-position: center center; 
}

#galleryview { text-align:center; }
#galleryview img { border: 1px solid #CCCCCC; }