/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*wrapper
----------------------------------------*/
#my_wrapper {
	margin:0px 0px 0px 0px;
	width:800px;
	position:relative;
	}

/*header
----------------------------------------*/
#my_header {
	position: absolute;
	top: 5px;
	height: 55px;
	}

#my_header img {
	vertical-align: bottom;
	}

/*navigation
----------------------------------------*/
#ddcolortabs {
	position: absolute;
	top: 60px;
	padding: 2px 0 0 0;
	width: 100%;
	height: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

#ddcolortabs ul {
	font: 11px Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	}

#ddcolortabs li {
	display:inline;
	margin:0 4px 0 0;
	padding:0;
	text-transform:lowercase;
	}

#ddcolortabs a {
	float:left;
	color: #000000;
	background: #cccccc url(color_tabs_left.gif) no-repeat left top;
	margin:0 4px 0 0;
	padding:0 0 1px 5px;
	text-decoration:none;
	letter-spacing: 2px;
	}

#ddcolortabs a span {
	float:left;
	display:block;
	background: transparent url(color_tabs_right.gif) no-repeat right top;
	padding:4px 19px 2px 16px;
	}

#ddcolortabs a span {
	float:none;
	}


#ddcolortabs a:hover {
	background-color: #ff3366;
	}

#ddcolortabs a:hover span {
	background-color: #ff3366;
	}

#ddcolortabs #current a, #ddcolortabs #current span { /*currently selected tab*/
	color: #ffffff;
	background-color: #000000;
	}

/*contents
----------------------------------------*/
#texts {
	position: absolute;
	top: 470px;
	width: 800px;
	border-top:10px solid #000000;
	}

#top {
	position: absolute;
	background-color: #000000;
	top: 80px;
	width: 780px;
	height: 380px;
	padding: 10px 10px 0 10px;
	}

#top2 {
	position: absolute;
	background-color: #000000;
	top: 80px;
	width: 780px;
	height: 380px;
	padding: 10px 10px 10px 10px;
	}

#qlink{
	position: absolute;
	background: #ffffff;
	top: 10px;
	width: 180px;
	height: 34px;
	margin: 0 0 0 580px;
	border-bottom: 1px solid #ff00cc;
	padding: 5px 10px 0 10px;
	font: 12px Helvetica, Verdana, sans-serif;
	}

#qlinksub{
	position: absolute;
	background: #ffffff;
	top: 10px;
	width: 280px;
	height: 34px;
	margin: 0 0 0 480px;
	border-bottom: 1px solid #ff00cc;
	padding: 5px 0 0 20px;
	font: 12px Helvetica, Verdana, sans-serif;
	}

.preset{
	width: 160px;
	}
	
#list {
	position: absolute;
	background: #ffffff;
	top: 50px;
	width: 180px;
	height: 325px;
	margin: 0 0 0 580px;
	padding: 5px 10px 10px 10px;
	font: 12px Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	overflow: auto;
	}

#sidebar a {
	text-decoration:none;
	}

#urlreq {
	position: absolute;
	top: 470px;
	width: 780px;
	padding: 0;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	border-bottom:10px solid #000000;
	background-color: #000000;
	}

#rellist {
	position: absolute;
	top: 470px;
	width: 780px;
	height: 140px;
	padding: 0;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	border-bottom:10px solid #ff00cc;
	background-color: #000000;
	padding: 0 0 2px 0; 
	}
		
#thumblist {
	position: absolute;
	top: 611px;
	width: 780px;
	height:140px;
	padding: 0;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	border-bottom:10px solid #000000;
	background-color: #000000;
	overflow-x: hidden;
	overflow-y: scroll;
	}

#submitter {
	position: absolute;
	background: #ffffff ;
	top: 50px;
	width: 180px;
	height: 325px;
	margin: 0 0 0 580px;
/*	padding: 5px 10px 25px 20px; */
	padding: 5px 10px 10px 10px;
	font: 12px Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	}
	

/* typo, color
----------------------------------------*/
body{
	font: 12px Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	}

h2{
	font: 14px Helvetica, Verdana, sans-serif;
	font-weight: bold;
	}
a{
	color: #000000;
	}
	
img{
	border: none;
	margin:0;
	vertical-align: middle;
	display: inline;
	}
hr{
width:800px;
margin:0px 0px 5px 0px;
}

input{
        border: 1px solid #000;
        font-family: Helvetica, Verdana, sans-serif;
        font-size: 100%;
        padding: 0.2em 0 0.1em 0;
		margin: 3px 0 5px 0;
	}

/* popup window
---------------------------------------*/
#popimg {
	float: left;
	top: 10px;
	margin-right: 10px;
	background: #ffffff ;
}

#poptext {
	margin-left: 10px;
	top: 10px;
}	