html,body
{
	background-color: #333333;
	color: #eee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,sans-serif,sans,"MS Sans Serif";
	font-size: 12px;
	height:100%;
}

td
{
	font-family: Verdana,sans-serif,sans,"MS Sans Serif";
	font-size: 12px;

}



h1,h2
{
	font-size:16px;
	margin:2px 0px 2px 0px;
	color:#E11;
	font-family:Georgia;
	letter-spacing:1px;
}

h3
{
	font-size:14px;
	margin:2px 0px 2px 0px;
	color:#E11;
	font-family:Georgia;
	letter-spacing:1px;
}
h4
{
	font-size:12px;
	margin:2px 0px 2px 0px;
	color:#E11;
	font-family:Georgia;
	letter-spacing:1px;
}

a
{
	color:#FF3333;
	text-decoration:none;
	cursor: pointer;
}

a:hover
{
	color:#aaaaaa;
	text-decoration:none;
}

a img {
	border: 0;
}

.title
{
	color: #444;
	text-align:left;
	font-size:1.6em;
	letter-spacing:1px;
	font-family: Arial,Verdana,"MS Sans Serif", sans-serif;
	vertical-align:bottom;
	margin-right: 80px;
	margin-top:16px;
}

.subtitle
{
	font-family: Verdana,sans-serif;
	text-align:left;
	font-size:1.2em;
	letter-spacing:2px;
	font-weight:lighter;
	vertical-align:bottom;
	margin-right: 80px;
	margin-top:20px;
}

.blue
{
	color: #00a0c6;
}

.white {
	font-weight:bold;
	color: #CECECE;
}
.fright {
	float: right;
}

.frame
{
	padding: 0 0 0 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	min-width:460px;
	max-width:1100px;
	border-left: 0px solid #ecf2ff;
	border-right: 0px solid #ddd;
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px dashed #aaa;
	//border-bottom: 1px dotted #aaa;
}

.frame {
	/*background-color: #fff;*/
	margin-top: 25px;
	/*border-left: 10px solid #ccc;*/
}

.credits
{
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color:#aaa;

}

.userlogin
{
	/*position: fixed;*/
	top: 0;
	width: 100%;
	padding: 3px 0 3px 0;
	border: 0;
	/*border-left: 10px solid #ff6d00;*/
}
.userlogin form
{
	padding: 0 0 0 7px;
	margin: 0px;
}
.userlogin input.txt
{
	border: solid 1px #ddd;
	height: 1em;
	width: 48px;
	margin-bottom: -2px;
}
.userlogin a {
	padding: 2px;
	text-decoration: none;
}
.userlogin a:hover {
	text-decoration: none;
	/*color: #ff6d00;*/
}

.icon
{
	margin-bottom: -6px;
}

.line
{
	clear:both;
	background-color:#333333;
	height:1px;
	margin-top:-1px;
}

select {
	font-size: 0.8em;
}
option.hd {
	background-color: #333;
}
input {
	font-size: 1em;
}

input.small
{
	width: 3em;
}


/* top */
.topdiv  {
	float:right;
	padding:0;
	color:#CCC;
}

/*  main */

.maindiv
{
	padding: 0px 13px 20px 13px;
	line-height: 1.8em;
	text-align:justify;
	font-size:11px;
}



/* lang */
.lang
{
	padding-right: 2px;
}

/* bottom */
.bottomdiv {
	text-align: center;
	font-family:georgia;
	font-size:13px;
	letter-spacing:4px;
	padding: 0px 0px 0px 0px;
	color:#888;
}

/* error & info-display */
div.error, div.info, div.warning {
	color: #666;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 100px;
	width: 350px;
	padding: 10px;
	background-color: #f4f3e5;
	cursor: pointer;
	text-align: left;
	border: solid 1px #ddd;
	font-size: 1.8em;
	font-style: italic;
}
div.error div, div.info div, div.warning div {
	font-style: normal;
	text-align: left;
	padding: 10px 15px 15px 10px;
	border: solid 1px #fdd;
	background: url(img/bg_error.gif) no-repeat center center #fffbd7;
	background: #fffbd7;
	font-size: 0.5em;
	line-height: 1.8em;
}
div.error div span, div.info div span, div.warning div span {
	color: #666;
	font-family: "Courier New",monospace;
	line-height: 1.2em;
}

img.icon, input.icon {
	margin-bottom: -3px;
}

div.image_tree a, div.MM_imagebrowser a {
	border: 0;
}

div.image_tree div, div.MM_imagebrowser div {
	display:  block;
	float: left;
	clear: left;
}
div.image_tree div span, div.MM_imagebrowser div span {
	display:  block;
	float: left;
}
div.image_tree div.hidden, div.MM_imagebrowser div.hidden {
	display: none;
	float: left;
	clear: left;
}
div.image_tree span.ico, div.MM_imagebrowser span.ico {
	display: block;
	float: left;
	width: 16px;
	border: 1px solid transparent;
}
div.image_tree a img, div.MM_imagebrowser a img {
	border: 1px solid transparent;
}

div.image_preview {
	overflow: auto;
	height: 324px;

}

/* message */
div#message {
	position: absolute;
	display: block;
	width: 200px;
	height: auto;
	z-index: 20;
	background-color: #ffeebb;
	border: solid 1px #f00;
	text-align: center;
	padding: 3px;
	padding: 30px 20px 25px 20px;
	margin: 50px 0 0 200px;
	color: #c33;
	cursor: pointer;
}
div#message a.ok {
	display: block;
	border: solid 1px #f66;
	background-color: #ffdddd;
	padding: 5px 0;
	color: #f66;
	margin: 25px 50px 0 50px;
	text-decoration: none;
	font-weight: bold;
}
div#message a.ok:hover {
	color: #f00;
	background-color: #ffd8d8;
}

.right
{
	width:32%;
//	width:100%;
	position:fixed;
	/*margin-top:0px;*/
	text-align:center;
}
.right .image
{
width:98%;
// width:360px;
margin-top:10px;border:1px solid #000000;cursor: pointer;
}

input,select,textarea {
	font-size:11px;
	margin: 2px;
	border: 1px solid #dddddd;
	background-color: #cccccc;
	color: #333333;
	height: 1.8em;
}

textarea
{
	height:140px;
	width:364px;
}
select
{
	height:auto;
}
.button
{
	height: 1.5em;
}

.radio
{
	border: solid 0px;
	background-color: #333333;
	width: 1.2em;
	height: 1.2em;
}

.txt
{
width:240px;
}

.i_title
{
	color:#FF3333;
}