/* PERMANENT */
body, td, span, div, p {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
}
img {
	border: 0px;
}
p.indent {
	text-indent: 16px;
}

/* TEXT STYLES */
.u {
	text-decoration: underline !important;
}
.bold {
	font-weight: bold !important;
}
.nobold {
	font-weight: normal !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/* TEXT CLASSES */
.text {
	font-size: 13px;
	color: #666666;
	text-align: left;
}
.minitext {
	font-size: 11px;
	color: #666666;
}
/* .header {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #226622;
} */
.bigheader {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #226622;
}
.bigheader2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #88aa88;
}
.remark {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6699aa;
}
.remark2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #aa6688;
}
.highlight {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #6666aa !important;
}
.resulttext {
	font-size: 13px;
	color: #aa6666;
}
.minilink {
	font-size: 10px;
	font-style: normal;
	color:#99CC00;
}
.copyright {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.footer {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: left;
}

/* OTHERS */
.tborder
{
	border: 1px solid #444488;
	background-color: #ffffff;
	padding: 0px;
}
a:link, a:visited
{
	color: #888888;
	text-decoration: none;
}
a:hover, a:active
{
	color: #aabbaa;
	text-decoration: underline;
}

/* TABLE */
table.maintable {
	width: 836px;
	background-color: #ffffff;
}
table.header, .footer {
	width: 836px;
}
tr.footer {
	width: 836px;
	margin: 0px;
	padding-right: 8px;
}
td.leftpanel {
	/* width: 360px !important; */
	background-color: #ffffff;
	padding: 8px 8px 8px 16px;
}
td.middlepanel {
	/* width: 200px !important; */
	background-color: #ffffff;
	padding: 8px 8px 8px 8px;
}
td.rightpanel {
	/* width: 286px !important; */
	background-color: #ffffff;
	padding: 8px 16px 8px 8px;
}
td.leftline {
	border-left: 1px solid #ddeedd;
}
td.rightline {
	border-right: 1px solid #ddeedd;
}

/* SPECIFICS */
.topalign {
	vertical-align: top;
}
.middlealign {
	vertical-align: middle;
}
.bottomalign {
	vertical-align: bottom;
}
.sidepanel {
	background-color: #eeffee;
	border: 1px solid #668866;
	display: block;
	width: 270;
	margin: 4px;
	padding: 4px 8px 4px 8px;
}

.pad8 {
	padding: 8px;
}
.padleft0 {
	padding-left: 0px;
}
.padleft20 {
	padding-left: 20px;
}
.padnone {
	padding: 0px;
}

.margin8 {
	margin: 8px;
}
.marginnone {
	margin: 0px;
}

.greenbg {
	background-color: #eeffee !important;
}
.redbg {
	background-color: #ffeeee !important;
}

.nofloat {
	clear: both;
	margin: 4px;
}
.floatnone {
	float: none;
}
.floatleft {
	float: left;
	margin: 4px 4px 8px 0px;
}
.floatright {
	float: right;
	margin: 4px 0px 8px 4px;
}

/* input {
	width: 190px;
}

input.button {
	width: 50px;
} */

/* SLIDESHOW */
#slideshow {
	z-index: 100;
}
#slideshow a {
	float: left;
	margin: 4px;
	background: url(galleries/shadow.png) no-repeat bottom right !important;
	padding: 0px 6px 6px 0px !important;
}
#slideshow a img {
	border: 1px solid black;
}
#slideshow a:hover img {
	border: 1px solid yellow;
}

/* IMAGE LINKS */
.image-link {
	border: 1px solid black;
}
.image-link:hover {
	border: 1px solid yellow;
}

/* Specials */
#ec-button {
   border-top: 1px solid #f7f797;
   background: #d6c365;
   background: -webkit-gradient(linear, left top, left bottom, from(#ad6f2d), to(#d6c365));
   background: -moz-linear-gradient(top, #ad6f2d, #d6c365);
   padding: 6px 12px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
#ec-button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
#ec-button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
#ec-button-img {
	background-image: url(image/ec-button.gif);
}
#ec-button-img:hover {
	background-image: url(image/ec-button-active.gif);
	
}
