﻿html {
	height: 100%;
	overflow-y: scroll !important;
}

body {
	margin: 0;
	background-color: white;
	font-family: Verdana;
	font-size: 10pt;
	height: 100%;
	/*overflow-y: scroll !important;*/
}

img { border: none; }

hr {
	background-color: #babaca;
}

ul {
	list-style-type: square;
}

a { 
	color: black;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a:active { color: black; }
a:visited {color: black; }

.alert {
	color: red !important;
	font-weight: bold !important;
}

.alert2 {
	color: navy !important;
	font-weight: bold !important;
}

.info_bar {
	border: 1px solid #babaca;
	background-color: #FAFAFC;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	clear: both;
	background-image: url(img/mid_top.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	-moz-border-radius: .3em;
}

.page_bar {
	border: 1px solid #cacaca;
	background-color: #FAFAFC;
	font-size: 10pt;
	padding: 3px;
	clear: both;
	background-image: url(img/mid_bot.png);
	background-position: top left;
	background-repeat: repeat-x;
	-moz-border-radius: .3em;
}

div.post_title {
	border: 1px solid #babaca;
	text-align: left !important;
	padding: 4px;
	max-width: 800px;
	background-image: url(img/mid_top.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FAFAFC;
	font-size: 1.3em;
	font-weight: bold;
	color: #505070;
}

a.a_override {
	text-align: left !important;
	font-size: 1em;
	font-weight: bold;
	color: #505070;
	text-decoration: none;
}

div.post_text {
	border: 1px solid #babaca;
	text-align: left !important;
	padding: 4px;
	max-width: 800px;
	background-image: url(img/mid_bot.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

#content_wrapper {
	padding: 5px;
}

#footer_wrapper {
	text-align: right !important;
	color: #707070 !important;
	font-size: 9pt !important;
	border-top: 1px solid white;
	/*background-image: url(img/footer_back.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: white;
	padding: 6px;
	min-height: 60px;
	max-height: 150px;
	/*overflow-y: hidden !important;*/
}

#footer_wrapper a {
	color: #707070 !important;
}

#footer_shadow {
	height: 5px;
	background-image: url(img/mid_top.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-bottom: 1px solid  #A0A1A1;
}

#tricker {
	/*position: absolute;*/
	width: 100%;
}

#header_wrapper {
	height: 105px;
	/*background-repeat: no-repeat;*/
	overflow: hidden;
}

#bot_nav_bar {
	position: relative;
	height: 50px;
	top: 55px;
	background-image: url(img/header_shader2.png);
	background-repeat: repeat-x;
	text-align: center;
}

#menu_wrapper {
	font-weight: bold;
	padding-top: 18px;
}

#logo_wrapper {
	position: relative;
	top: -40px;
	left: +10px;
}

#shadow {
	height: 8px;
	border-top: 1px solid black;
	background-image: url(img/mid_bot.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* picture */

img.image_holder {
	border: 1px solid #C0C1C1;
	background-color: #FAFAFC;
	padding: 3px;
	/*background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}

/*img.image_holder:hover {
	border: 1px solid #A0A1A1;
}*/

img.byside {
	/*float: left;*/
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}
	
span.menu {
	margin-left: 4px;
	margin-right: 4px;
	color: white;
	padding: 3px;
	background-color: #2056CD;
	background-image: url(img/btn.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: pointer;
	border: 1px solid black;
	-moz-border-radius: .3em;
}

span.menu:hover {
	border: 1px solid white;
}

span.menu a {
	color: white;
	text-decoration: none;
}
span.menu a:hover { 
	color: white; 
	text-decoration: none;
}
span.menu a:active { color: white; }
span.menu a:visited { color: white; }

/* gallery link */

table.gallery_link {
	border-spacing: 0;
	border-collapse: collapse;
	width: 80%;
	font-size: 13pt;
	font-weight: bold;
}

td.gal_link_keeper {
	border: 1px solid #babaca;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	background-image: url(img/mid_top.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FAFAFC;
}

td.gal_link_keeper img {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
}

td.gal_img_keeper {
	border: 1px solid #babaca;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	width: 300px;
	max-width: 300px;
	background-image: url(img/mid_bot.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

.expanded_album {
	font-size: 10pt !important;
	font-weight: normal !important;
}

/* form */

textarea, input[type="text"], input[type="password"] {
	border: 1px solid #babaca;
	background-image: url(img/fld.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FCFCFC;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	border: 1px solid #cacaca;
	background-image: url(img/btn.png);
	background-repeat: repeat-x;
	color: white;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	/*border: 1px solid #00cafe;*/
	color: #babaca;
}

/* pb */

div.pb_back {
	border: 1px solid #B2B2B2;
	height: 11px;
	max-height: 11px;
	background-image: url(img/pb_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	-moz-border-radius: .2em;
}

div.pb_on {
	border: none;
	height: 11px;
	max-height: 11px;
	background-image: url(img/pb_on.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: relative;
}