/* CSS Document */
body {

}

@font-face {
	font-family: test;
	font-style: normal;
	font-weight: normal;
	src: url(MYRIADR0.eot);
}

#header {
	position:absolute;
	left: 120px;
	top: 30px;
}

#enter_base {
	position: relative;
	top: 130px;
	z-index: 1;
}

#enter_base_popup {
	position: relative;
	top: 130px;
	z-index: 1;
	background-color:#666666;
}

#enter {
	position: relative;
	top: -10px;
	z-index: 0;
}

#enter_popup {
	position: relative;
	top: 130px;
	z-index: 1;
}

#submitbutton_m { 
	background: url('images/m_enter.gif') no-repeat left top; 
	height: 140px; 
	width: 140px; 
}

#submitbutton_b { 
	background: url('images/b_enter.gif') no-repeat left top; 
	height: 140px; 
	width: 140px; 
}

#login {
	position: relative;
	top: 0px;
	z-index: 0;
}

#logout {
	position:absolute;
	left: 1018px;
	top: 100px;
}

#category_base {
	position: absolute;
	left: 140px;
	top: 130px;
	z-index: 2;
}

#edit {
	position: absolute;
	width="600"
	height="300"
	left: 400px;
	top: 130px;
	z-index: 1;
}

#category {
	position: absolute;
	left: 140px;
	top: 130px;
	z-index: 0;
}

#category_over {
	position: absolute;
	left: 140px;
	top: 130px;
	z-index: 1;
}

#thumbs_base {
	position: absolute;
	left: 270px;
	top: 130px;
	z-index: 2;
}

#thumbs {
	position: absolute;
	left: 270px;
	top: 130px;
	z-index: 0;
}

#thumbs_over {
	position: absolute;
	left: 270px;
	top: 130px;
	z-index: 1;
}

#content_base {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 0;
}

#content {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 1;
}

#menu {
	position: absolute;
	left: 260px;
	top: 130px;
	z-index: 1;
}

#content_edit {
	position: absolute;
	left: 380px;
	top: 130px;
	z-index: 1;
	visibility: hidden;
}

#content_add {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 2;
	visibility: hidden;
}

#general_edit {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 2;
	visibility: hidden;
}

#cat1_over { visibility: hidden; }
#cat2_over { visibility: hidden; }
#cat3_over { visibility: hidden; }
#cat4_over { visibility: hidden; }

#th_up_over { visibility: hidden;	}
#th_1_over { visibility: visible;	}
#th_2_over {	visibility: hidden;	}
#th_3_over {	visibility: hidden;	}
#th_4_over {	visibility: hidden;	}
#th_5_over {	visibility: hidden;	}
#th_6_over {	visibility: hidden;	}
#th_7_over { visibility: hidden;	}
#th_8_over {	visibility: hidden;	}
#th_9_over {	visibility: hidden;	}
#th_10_over {	visibility: hidden;	}
#th_11_over {	visibility: hidden;	}
#th_12_over {	visibility: hidden;	}
#th_13_over {	visibility: hidden;	}
#th_14_over {	visibility: hidden;	}
#th_15_over {	visibility: hidden;	}
#th_16_over {	visibility: hidden;	}
#th_17_over {	visibility: hidden;	}
#th_18_over {	visibility: hidden;	}
#th_19_over {	visibility: hidden;	}
#th_up_over {	visibility: hidden;	}

img {
	border: none;
	behavior: url("pngbehavior.htc");
}

img.popup {

}

input.alpha {
	border: none;
	behavior: url("pngbehavior.htc");
}

a {
	color: #841517;
}

.headerinfo {
	vertical-align: bottom;
	text-align: left;
	text-indent: 13px;
}

.info1 {
	font-family: "test", Arial;
	font-weight: bold;
	font-size:	12px;
	color: #841517;
}

.info2 {
	font-family: "test", Arial;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

.info3 {
	font-size-adjust: none;
	font-family: "test", Arial;
	font-weight: bolder;
	font-size: 10px;
	color: #666666;
}

.warning {
	font-size-adjust: none;
	font-family: "test", Arial;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.input {
	border: solid;
	border-width: thin;
	font-size: 10px;
	width: 100px;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fileinputs {
	position: relative;
	z-index: 1;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.button {
	color: #ffffff;
	background-color: #841517;
	border: solid;
	border-width: thin;
	border-color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	width: 50px;
}

div#links a img {height: 0; width: 0; border-width: 0;}