body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
a img {
	border:0;
}
.wrap {	/* The color and opacity of the modal layer */
	background-color:#666666;
}
.container { /* The container element and it's offset from the top of the page */
	top:40px;
}
.container .content { /* Content of the ImageViewer styles */
	background-color:#FFF;
	font-size:11px;
	font-family:Tahoma;
	padding:2px 2px 2px 2px;
}
.text { /* Contains the caption and close button */
	background-color:#FFF;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.caption { /* Caption Style */
	margin-top:0px;
	padding:2px;
	margin-bottom:5px;
	font-weight:bold;
}
.close_button { /* Close button style */
	background-image:url("button_close.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}

/* Do not change the settings below */
.wrap {	
	position:fixed !important;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;

}
.container {
	position:absolute;
	text-align:center;
	width:100%;
	z-index:2000;
	left:0px;
}
.container .content {
	margin:0px auto;
	text-align:left;
}
.text {
	position:absolute;
	bottom:0px;
	margin-right:5px;
}
.close_button {
	float:right;
	display:block;
	width:50px;
	height:15px;
	margin-bottom:2px !important;
	margin-bottom:0px;

}



/* My Crap */

#copyright {

background-image:url(line.jpg);
background-repeat:repeat-x;
background-position:top;
font-size:12px;
padding: 5px;

}

#topmenu {

background-image:url(line.jpg);
background-repeat:no-repeat;
background-position:top;

}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width: 930px;
	padding: 5px;
	margin: auto;
	white-space: no-wrap;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	white-space: no-wrap;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	word-wrap: no-wrap;
	}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

#menuscroll div {

	width:150px;
	height:450px;
	overflow-x:hide;
	overflow-y:scroll;
	border:0px;

}