/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

h1 {
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
text-align:left;
line-height:22px;
color:#999;
}

hr {
border: 0;
color: #999;
background-color: #999;
height: 2px;
width: 100%;
text-align: left;
}

a:link, a:visited {
color: #0099FF;
font-weight: bold;
text-decoration:none;
}
a:hover {
	color: #0066FF;
}
DIV#wrap {
width: 950px;
height:800px;
position: relative;
}
DIV#sidebar {
	width: 191px;
	position: absolute;
	top: 0px;
	left: 0px;
}
DIV#viewer {
padding-top:20px;
vertical-align:middle;
position:absolute;
top:180px;
left:0px;
display:inline;
background-position:center;
background-repeat:no-repeat;
width: 440px;
height: 550px;
border: 1px solid #ccc;
text-align: center;
background-color:#333;
}


DIV#swfviewer {
padding-top:20px;
vertical-align:middle;
position:absolute;
top:180px;
left:0px;
display:inline;
background-position:center;
background-repeat:no-repeat;
width: 750px;
height: 550px;
border: 1px solid #ccc;
text-align: center;
background-color:#333;
}

DIV#picker {
background-color:#333333;
border: 1px solid #ccc;
position:absolute;
top:180px;
left:475px;
display:inline;
padding-left: 10px;
height: 570px;
width: 460px;
overflow:auto;
}

DIV#swfpicker {
background-color:#333333;
border:1px solid #CCCCCC;
display:inline;
height:570px;
left:780px;
overflow:auto;
padding-left:25px;
position:absolute;
top:180px;
width:140px;
}


DIV#picker_thumbs {
display:inline;
}

DIV#txt {
height:560px;
font-family:Microsoft Sans Serif,Verdana, Geneva, sans-serif;
font-size:14px;
text-align:left;
line-height:22px;
color:#999;
padding:10px 20px 10px 10px;
}


DIV#menu {
text-align: right;
}

DIV#title {
font-size: 25px;
height: 68px;
margin-bottom: 10px;
overflow: hidden;
}
DIV#titletext {
	margin-top: 20px;
}

IMG.thumbnail {
float: middle;
margin:20px 20px 0 0 ;
cursor: pointer;
border: solid 1px #CCCCCC;
}

DIV#notice {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

DIV#footer {
	margin-top: -20px;
        padding-bottom:50px;
}


