@charset "utf-8";

/******************************************************************
 *************** CSS FOR PHOTOGALLERIES JAVASCRIPT ****************
 *****************************************************************/
 
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../images/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #7b1900;
}
.highslide:hover img {
	border: 1px solid #ffffff;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10px;
    padding: 5px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(../images/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../images/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../images/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/highslide/graphics/close.png', sizingMethod='scale');
}

/******************************************************************
 ********************* CSS FOR STATIC PAGES ***********************
 *****************************************************************/
 
.static_page_table {
	width:97%;
}

.static_page_table_td_title {
}

.static_page_table_td_message {
	padding-top:10px;
}

.static_page_title {
	color:#b60000; 
	font-size:10px; 
	font-weight:bold;
}

.static_page_message {
	color:#403e3e; 
	font-size:10px;
	text-align:justify;
}

/******************************************************************
 ********************* CSS FOR LISTING NEWS ***********************
 *****************************************************************/

.listnews_table {
	width:97%;
}

.listnews_table_td_title_cat {
}

.listnews_table_title_cat {
	font-weight:bold;
	color:#b60000;
}

.listnews_table_td_paging {
	height:25px;
	text-align:right;
}

.listnews_table_td_news {
}

.listnews_table_td_insidenews {
}

.listnews_table_message_news{
}

.listnews_table_more_news{
	text-align:right;
}

.listnews_table_no_news{
}

/******************************************************************
 ********************* CSS FOR NEWS DETAILS ***********************
 *****************************************************************/

.news_table_table {
	width:97%;
	padding-left:10px;
}

.news_table_table_td {
}

.news_details_title {
	font-size:10px;
	font-weight:bold;
}

.news_table_message {
}

.news_table_photo_title {
	padding-top:10px;
}

.news_details_photo_title {
	font-weight:bold;
}


.news_details_message {
	color:#403e3e; 
	font-size:10px;
	text-align:justify;
}

/******************************************************************
 ********************* CSS FOR TYPE B VIDEO ***********************
 *****************************************************************/

.video_typeb_title {
	font-size:10px;
	font-weight:bold;
	color:#b60000;
}
.video_typeb_table {
}

.video_typeb_message {
	font-size:10px;
}

.video_typeb_player {
	width:450;
	height:255px;
}

/******************************************************************
 ********************* CSS FOR LISTING LINKS **********************
 *****************************************************************/

.listlinks_table {
	width:97%;
}

.listlinks_table_title_cat {
	font-size:10px;
	font-weight:bold;
	color:#b60000;
}

.listlinks_table_list_links {
	padding-left:10px;
}

.listlinks_table_title {
	font-size:10px;
}

.listlinks_table_url {
	font-size:9px;
}

/******************************************************************
 ***************** CSS FOR LISTING PHOTO GALLERY ******************
 *****************************************************************/

.gallerylist_categoryinside_general {
	width:100%;
}

.gallerylist_title_general {
	font-size:10px;
	color:#b60000;
	padding-bottom:10px;
	font-weight:bold;
}
