body {
	background-color: #000000;
	height: 100%;
	font-size: 12px;
	font-family: Tahoma,Verdana;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*background-image: url(../images/bg.jpg);*/
	background-image: url(../images/napalmed_top.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	
	padding-top: 60px;
}

.maintable {
/* 	background-color: #111111; */ 
	border-color: #333333;
	border-width: 0px 1px 1px 0px;
	text-align: left;
}

input {
	font-size: 10px;
	font-family: verdana;
}
h1 {
	font-size: 32px;
	text-align: left;
		color: #666666;
}

h2 {
	font-size: 18px;
	text-align: left;
	font-family: Verdana;
	font-style: italic;
	margin-top: 2px;
	margin: 0px 0px 0px 0px;
	color: #666666;
}

h3 {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #111111;
	opacity: .50;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #777777;
	padding: 2px;
}

h2:first-letter {
	font-size: 20px;
}

img {
	border: none;
}
.content {
	margin: 0px 0px auto 0px;
	padding: 0px 10 10px 0px;
}
.footer {
	font-size: 9px;
	text-align: center;
}
.contentbody {
	padding: 10px 20px 20px 10px;
}

a {
	color: #FFFFFF;
}
td {
	font-size:11px;
}
hr {
	fontsize: 0px;
	margin: 0px
	padding: 0px;
	height: 1px;
	background-color: #ffffff;
	border: none;
}

.previewholder {
		
}

/* 4 * (120 + 10) = 520 */
.preview {
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px 2px 2px 0px;
	width: 120px;
	height: 90px;
	border: solid 1px #110000;
	font-size: 10px;
	color: #888;
	text-align: center;
}

.preview img {
	/*max-width: 120px;
	max-height: 90px;*/
	min-width: 120px;
}

.primg {
	width: 120px;
	height: 90px;
	overflow: hidden;
}

.preview a {
    color: #666666;
    text-decoration: none;

}

.caption {
	position: relative;
	bottom: 32px;
	height: 30px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	background-color: #333;
	opacity: 0.4;
}
.preview:hover > .caption {
	opacity: 0.8;
	color: #fff;
}

.preview_list {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border: solid 1px #111111;
	border-width: 0px 0px 1px 0px;
}
.preview_listsmall img {
	width: 64px;
	height: 64px;
	float: left;
	margin: 1px;
	padding: 5px;
	border: solid 1px #111111;
	
}

.preview_listsmall img {
	max-width: 32px;
	max-height: 32px;
}

.preview_list a {
	text-decoration: none;
	color: #999999;
}
.preview_list img {
	padding: 10px 0px 10px 0px;
}
.preview img {
	
	align: middle;
}

.preview:hover {
	border: solid 1px #111111;
}

.viewer {
	display: none;
	position: absolute;
	z-index: 10;
	height: 100%;
	top: 0px
	left: 0px;
	background-color: #333;
}


.comment {
	
}
.bigimg form {
	padding: 0px;
	margin: 0px;
}

.commentform {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-top-color: #444;
	border-left-color: #444;
	border-bottom-color: #111;
	border-right-color: #111;
	margin-top: 0px;
	text-align: left;
	padding: 10px 40px 10px 40px;
	
}

.prevbtn, .nextbtn {
	position: relative;
	width:30px;
	height: 200px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #444;
	/*border-radius: 10px;
	-moz-border-radius: 20px;*/
	opacity: 0.6;
	/*padding: 150px 0px 150px 0px;*/
	font-size: 10px;
}

.prevbtn:hover, .nextbtn:hover {
	opacity: 1;
}

.prevbtn {
	z-index:21;
}

.nextbtn {
	z-index:20;
	margin-left: 770px;
	top: -200px;
}

.nextbtn a , .prevbtn a{
	text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	font-family: verdana;
}
.bigimg {
	text-align: center;
	margin: 0px 0px;
	width: 800px;
}

.photo {
	margin: 0;
	padding: 0;
	z-index: 10;
	position: relative;
	top: -400px;
	text-align: center;
	width: 800px;
	margin-bottom: -400px;
}

.bigimg img {
	/*margin-top: -300px;*/
	margin: 0px auto;
	padding: 0px;
	
	/*max-width: 90%;*/
	/*max-height: 500px;*/
}

.box {
	padding: 10px;
	overflow: hidden;
}

.delbtn {
	position: absolute;
	width: 120px;
	text-align: right;
	color: #0f0;
}

.delbtn a {
	color: #0f0;
	background-color: #222;
	padding: 2px;
	font-weight: bold;
}

.dotted {
    margin: 7px 0px 7px 0px;
    padding: 0px;
    height: 1px; 
    font-size: 0px;
    color: #D9D8D7;
    border-width: 0px; 
    /* background-image: url('../images/dotted.gif'); */
    background-repeat: repeat-x; 
}
