@charset "UTF-8";

/****************** LAYOUT ******************/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background: #FFFFFF;
	color: #7e5822;
	font-family:  Trebuchet MS;
	font-size: 9pt;
	text-align:left;
	background-image: url("../images/bg_page.gif");
}

table {
    text-align:left;
}

.small_font {
	color: #dcb481;
	font-size: 8pt;
}

form {
	margin : 0;
	padding : 2;
	display:inline;
}

.title {
	font-weight:bold;
	color: #b28e35;
	font-size: 16pt;
}

.title_gal_desc {
	font-weight:bold;
	color: #b28e35;
	font-size: 10pt;
}

.bold_text {
	font-weight:bold;
	color: #b28e35;
	font-size: 10pt;
}

.news_date {
	color: #b28e35;
}


a:link {
	color: #b28e35;
	text-decoration: underline;
}
a:visited {
	color: #b28e35;
	text-decoration: underline;
}
a:hover {
	color: #f2c04e;
	text-decoration: none;
}

.a_big:link {
	color: #b28e35;
	text-decoration: underline;
	font-size: 12pt;
}
.a_big:visited {
	color: #b28e35;
	text-decoration: underline;
	font-size: 12pt;
}
.a_big:hover {
	color: #f2c04e;
	text-decoration: none;
	font-size: 12pt;
}

select {
	font-size: 7pt;
}

.select_big {
	font-size: 12pt;
	font-weight:bold;
}

.thumblink3 {
	background-image: url(/images/frame_shadow.gif);
	background-repeat: no-repeat;
	/*display: block;*/
	height:124px;

}

.imageemphasize {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	font-style:italic;
	color: #A5B18B;
	margin: 0px 0px 0px 5px;
	line-height: 20px;
}

.myline {
	border-top: 1px dashed #dfe6ce;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	overflow: hidden;
}

/****************** TABLE ******************/
.yellow_table {
	border: 1px solid #d5cba5;
	background-color: #fff9e3;
	padding: 5px;

}

.table_border {
	border: 1px solid #d5cba5;
}

.table-body-normal {
	background-color: #fff9e3;
	padding: 5px;
}

.table-body-editor {
	background-color: #fff9e3;
}

.table-body-dark {
	background-color: #eee8d0;
	padding: 5px;
}

.table-body-medium {
	background-color: #f5efd9;
	padding: 5px;
}


.table-header-normal {
	background-color: #dcb481;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.table-header-dark {
	background-color: #035FB9;
	color: #FFFFFF;
	font-weight: bold;
}

.table-header-medium {
	background-color: #5492D0;
	color: #FFFFFF;
	font-weight: bold;
}


/****************** MENU ******************/
.menu:link {
	color: #b28e35;
	font-size: 14px;
	text-decoration: none;
}
.menu:visited {
	color: #b28e35;
	font-size: 14px;
	text-decoration: none;
}
.menu:hover {
	color: #f2c04e;
	font-size: 14px;
	text-decoration: underline overline;
}
