/* Start of CMSMS style sheet 'ImageGallery' */
/* Image Gallery - Small Thumbnail Images */
        #imagegallery {
                margin: 0px 0px 0px 12px;
                text-align: center;
        }

	.thumb {
		margin: 8px 1px 12px 3px;
                /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 80px; /* Image width*/
		height: 80px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: #FFFFFF; /*Background of photo */ 
		border: 4px outset #3C8AFF; /* Borders of photo frame */
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #FFFFFF; /*Background of photo on hover - sort of light blue/green */
                border: 4px inset #3C8AFF;
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 536px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 500px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: #FEFEFE; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 536px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}




/* End of 'ImageGallery' */

/* Start of CMSMS style sheet 'td' */
/*Copyright Gilles MAGNEVILLE 2006 - 2007 für Treasure Divers S.A., Dominikanishe Republik */

html {
margin : 0;
padding : 0;
}


img {
border: 0;
}


body {
font: 14px Verdana,Tahoma,Arial,sans-serif;
background: #0088FF;
margin: 0;
padding: 0;
text-align: center;
}


#wrap {
position: relative;
width: 95%;
max-width: 1200px;
min-width: 700px;
margin: 10px auto 10px auto;
color: #000000;
background: #FFFFFF;
text-align: left;
border: solid 2px #00BBFF;
}


#siteopt{
color: #FFFFFF;
background-color : #0100C8;
font-size: 10px;
font-weight: bolder;
padding: 4px 0px 4px 0px;
text-align: center;
margin: 0px 0px 0px 0px;
}


#header {
height: 148px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
background: #0088FF url(images/cms/header-bg.jpg) no-repeat center;
}


#topbox_left {
float : left;
width: 250px;
text-align: center;
margin-right: 16px;
}


#topbox_left img {
margin: 4px 0px 0px 8px;
}


#topbox_right{
float:right;
width: 250px;
font-family : tahoma,sans-serif;
text-align: center;
margin-left: 16px;
padding-right: 10px;
padding-top : 10px;
font-size:12px;
font-weight: bolder;
}


#topbox_center{
overflow: hidden;
font-family : "Comic Sans MS",Verdana,Tahoma,Arial,sans-serif;
font-size:28px;
font-weight : bolder;
text-align: center;
}

.subtopbox_center{
font-size:14px;
}


#best_dc{
clear : both;
text-align:center;
background-color : #0100C8;
margin: 0px 0px 12px 0px;
padding-top : 16px;
padding-bottom : 16px;
font-family : tahoma,sans-serif;
font-size:18px;
font-weight: bolder;
text-decoration:none;
color : #FFFFFF;
}


#columnleft {
float: left;
width: 174px;
margin: 0px 16px 10px 4px;
font-weight: bold;
font-size: 12px;
}


.boxleft {
width : 164px;
color: #FFFFFF;
text-align: left;
padding: 0px 2px 2px 2px;
background: #3399FF;
border: #3C8AFF 3px groove;
}


#logoboxleft {
width: 112px;
margin: 0px 0px 8px 31px;
}


.box_title {
margin: 4px 0px 4px 0px;
color: #000000;
text-align: center;
font-size: 18px;
background: #FFFFFF;
}


#columnright {
float: right;
width: 142px;
margin: 8px 4px 0px 16px;
font-weight: bold;
font-size: 12px;
text-align: center;
}


.boxright {
width: 132px;
color: #FFFFFF;
padding: 6px 0px 2px 4px;
border: #3C8AFF 3px groove;
background: #3399FF;
}


.breadcrumbs {
font-size: 12px;
}


#content {
overflow: hidden;
color: #000000;
/* padding: 0px 0px 16px 0px; */
/* margin: 0px 164px 0px 196px; */
}


#content-selflink {
float: left;
text-align: left;
padding: 16px 32px 16px 32px;
}


#content li{
margin-left: 72px;
}


/* h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
} */


a {
text-decoration: none;
color: #0000FF;
}


a:hover {
text-decoration: none;
color: #00DDFF ;
}


#footer {
clear: both;
padding: 8px 0px 8px 0px;
color: #FFFFFF;
text-align: center;
background: #0100C8;
}


#footer a {
text-decoration: none;
}


#footer a:hover {
text-decoration: underline;
}


/* .left {
margin: 0px 7px 0px 5px;
float: left;
}


.right {
margin: 0px 7px 0px 5px;
float: right;
}


.textright {
text-align: right;
}


.center {
text-align: center;
}


.small {
font-size: 0.8em;
}


.bold {
font-weight: bold;
}


.hide {
display: none;
} */


#clear_right {
clear:right;
}.NewsSummary {
width:160px;
margin: 15px 0px 0px 0px;
}

/********NEWS CSS******************/

.NewsSummary{

}


.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}


.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
}


.NewsSummarySummary {
}


#NewsPostDetailDate {
font-size: 90%;
font-style: italic;
margin-bottom: 5px;
}


#NewsPostDetailSummary {
margin-bottom: 10px;
line-height: 150%;
}


#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
}


#NewsPostDetailReturnLink {
margin-bottom:20px;
}


/* to add specific style to the below div, uncomment them. */

/* 
.NewsSummaryLink {}

.NewsSummaryAuthor {}

.NewsSummaryMorelink {}

#NewsPostDetailTitle {}

#NewsPostDetailHorizRule {}

#NewsPostDetailCategory {}

#NewsPostDetailAuthor {}

#NewsPostDetailAuthor {}

#NewsPostDetailPrintLink {}*/
/* End of 'td' */

