/* ============== Overall ============== */

html        { margin:0; padding:0; }
body        { font:12px Arial,Tahoma,Verdana; color:#999999; margin:0; padding:0; background-color:#000000; }
form        { margin:0; }

a 			{ text-decoration:underline; border-width:0; color:#ffcc66; }
a:hover 	{ text-decoration:underline; color:#ffffff; }

.newstitle a{ font-size:14px; text-decoration:none; border-width:0; color:#ffffff; }
.newstitle a:hover{ font-size:14px; text-decoration:none; border-width:0; color:#ffffff; }

.gallery a{ font-size:14px; text-decoration:none; border-width:0; color:#999999; }
.gallery a:hover{ font-size:14px; text-decoration:none; border-width:0; color:#ffffff; }

.adminlinks { font-size:10px; color:#555555; }
.adminlinks a{ font-size:10px; text-decoration:none; border-width:0; color:#555555; }
.adminlinks a:hover{ font-size:10px; text-decoration:underline; border-width:0; color:#999999; }

hr 			{ height:1px; border-bottom:1px dashed #555555; border-left:0 none; border-right:0 none; border-top:0px; margin:8px; padding:0; }

.block 		{ padding:10px; margin:5px 5px 5px 5px; text-align:left; border:1px dashed #555555; }

/* ============== Graphics ============== */

img 		{ border: none; }

.colleft 	{ float:left; margin:0px 4px 0px 4px; }
.colright 	{ float:right; margin:0px 4px 0px 4px; }

.small  	{ font-size:11px; }

/* ============== ImageBox ============== */

#ImageBoxOverlay
{
	background-color: #000000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #f5dc9a;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #f5dc9a;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000000;
}
#ImageBoxCaptionImages
{
	padding: 7px;
	color:#f5dc9a;
}

#ImageBoxNextImage
{
	background-image: url(img/0.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(img/0.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(img/next.png);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(img/prev.png);
	background-repeat:	no-repeat;
	background-position: left bottom;
}