/*					
                  	                                                       S T A N D A R T
					
/////////////////////////////////////////////////////////////////////////////////////////*/

html {
	min-height: 100%;
	height: auto;
}
body {
	margin:0px auto;
	background-image:none;
	background-repeat:repeat-y;
}

a {
	outline: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {

}
img {border:0px;}

#log {font-size:9px;font-family:verdana}

/*					
                  	                                                             W R A P S
					
/////////////////////////////////////////////////////////////////////////////////////////*/



#wrap_interface {
	margin:0px auto;
	color:black;
}



#wrap_menu {
	margin:0px auto;
	color:black;
	float: left;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 250px;
	min-height: 400px;
}
.menu_cell_logo {

    font-family: courier;
    font-size: 12px;
    letter-spacing: 0em;
    text-transform:uppercase;
    width:180px;
    display:block;
    margin-top: 60px;
    margin-bottom: 40px;
    cursor:pointer;

}


.menu_cell {

    font-family: courier;
    font-size: 12px;
    letter-spacing: 0em;
    text-transform:uppercase;
    width:180px;
    display:block;
    margin-top: 14px;
    cursor:pointer;

}

.menu_email {
    width: 180px;
    color: black;
    text-transform: none;
    text-decoration:none;
    margin-left: 70px;
    text-align: left;
    display:block;

}




.menu_button {
    width: 180px;
    border-bottom: 1px solid black;
    color: black;
    margin-left: 70px;
    text-align: left;
    display:block;

}
.menu_button_over {
    width: 180px;
    color: red;
    border-bottom: 1px solid red;
    margin-left: 70px;
    text-align: left;
    display:block;
}
.menu_button_submenu {
    width: 180px;
    color: black;
    border-bottom: 1px solid black;
    margin-left: 20px;
    text-align: right;
    display:block;

}
.menu_button_submenu_over {
    width: 180px;
    color: red;
    border-bottom: 1px solid red;
    margin-left: 20px;
    text-align: right;
    display:block;
}







#wrap_list {
	margin: 			0px;
	margin-left:		260px;
	position:			absolute;
	display:			table;
	width: 				760px;
	z-index:			2;
}





#wrap_items {
	width: 260px;
	margin: 0px;
	display: table;
}



















.cell_item
{
	margin:				0px;
	float:				left;
	width:				750px;
	display:			block;
	
}
.cell_item_bottom
{
	margin:				2px;
	margin-top:			0px;
	margin-bottom:		20px;
	padding-bottom:		20px;
	float:				left;
	background:			transparent;
	width:				600px;

	
}

.cell_spacer
{
	margin:				2px;
	margin-top:			20px;
	margin-bottom:		20px;
	height:				1px;
	float:				left;
	width:				750px;
	display:			table-cell;
	border-bottom:		1px solid blue;
	
}


.cell_img 
{
	background-color:	transparent;
	float:				left;
	margin:				0px;
	padding:			0px;
	background-repeat:	no-repeat;
	
}
.cell_title 
{
	background-color:	transparent;
	width:				350px;
	padding:			10px;
	font-family: 		courier;
	font-size:			14px;
	text-align: 		left;
	color:				blue;
	text-transform:		uppercase;
	text-decoration:	underline;
	display:			table-cell;
	float:				left;
	clear:				right;
}
.cell_datefield 
{
	width:				350px;
	padding:			10px;
	font-family: 		courier;
	font-size:			14px;
	text-align: 		left;
	color:				black;
	text-transform:		uppercase;
	text-decoration:	underline;
	float:				left;
	clear:				left;
}
.cell_textfield
{
	width:			100%;
	font-family: 		times;
	font-size:			13px;
	line-height:		18px;
	text-align: 		left;
	float:				left;
	display:			block;	
	clear:				left;
	padding:			10px;
	padding-bottom:		15px;
}
.cell_gallery
{
	margin:				5px auto;
	width:				750px;
	height:				500px;
	position:			relative;
	overflow:			hidden;
	
}
.cell_gallery_stroke
{
	width:				2750px;
	height:				480px;
	position:			relative;
	
}

.cell_gallery_page
{
	width:				750px;
	height:				480px;
	position:			absolute;
	text-align:			left;
}

.cell_gallery_navigation
{
	width:				750px;
	height:				60px;
	background:			transparent;
	position:			absolute;
	text-align:			left;
	top:				450px;
}


.cell_gallery_navigation_button
{
	width:				60px;
	height:				12px;
	color:				red;
	font-family:		courier;
	font-size:			12px;
	border-bottom:		1px solid red;
	position:			relative;
	text-align:			left;
	cursor:				pointer;
	display:			table-cell;
	top:				35px;
	float:				left;
}
.cell_gallery_navigation_button_home
{
	width:				30px;
	height:				16px;
	position:			relative;
	text-align:			left;
	cursor:				pointer;
	display:			table-cell;
	top:				34px;
	float:				left;
	background:			url(../img/gallery_home.jpg) no-repeat;
}
.cell_gallery_navigation_text
{
	font-family: 		times;
	top:				0px;
	left:				10px;
	color:				black;
	font-size:			12px;
	position:			absolute;
	text-align:			left;
	display:			table-cell;
	float:				left;
}

.cell_gallery_img
{
	padding:			10px;
	background:			transparent;
	cursor:				pointer;
	
}
.cell_button_more 
{
	font-family: 		times;
	font-size:			12px;
	color:				red;
	width:				60px;
	border-bottom:		1px solid red;
	margin-left:		10px;
	float:				left;	
	clear:				left;
	cursor:				pointer;

}













#hider {
	margin:				0px auto;
	position:			fixed;
	background-color: 	yellow;
	width:				99%;
	height:				99%;
	z-index:			1;
	overflow:			hidden;
	visibility:			hidden;
}



#wrap_editor {
	margin:				0px auto;
	position:			fixed;
	color:				black;
	background-color: 	white;
	width:				502px;
	top:				40px;
	left:				50%;
	margin-left:		-250px;
	z-index:			3;
	overflow:			hidden;
}

#editor {
	width: 				500px;
	background-color:	white;
	border:				1px dashed gray;
	
}
.form_row
{
	width:				490px;
	padding:			5px;
	min-height:			30px;
	display:			block;
	
}

.form_item_head
{
	font-family:		helvetica;
	font-size:			24px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	color:				gray;
	width:				450px;
	padding:			5px;
}

.form_item_head_textinput {
	font-family:		helvetica;
	font-size:			24px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	color:				black;
	width:				470px;
	display:			block;
	padding:			5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.form_item_longtext {
	font-family:		helvetica;
	font-size:			12px;
	font-weight:		normal;
	letter-spacing:		0em;
	border:				1px solid gray;
	color:				black;
	width:				470px;
	height:				300px;
	display:			block;
	padding:			5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.form_item_img
{
	height:				200px;
}

.form_button_delete
{
	margin:				2px;
	height:				22px;
	border:				0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:	#c33;
	color:				white;
	font-family:		helvetica;
	font-size:			14px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	cursor:				pointer;
}
.form_button_cancel
{
	margin:				2px;
	height:				22px;
	border:				0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:	gray;
	color:				white;
	font-family:		helvetica;
	font-size:			14px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	cursor:				pointer;
}
.form_button_save
{
	margin:				2px;
	height:				22px;
	border:				0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:	#3c3;
	color:				white;
	font-family:		helvetica;
	font-size:			14px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	cursor:				pointer;
}
.form_button_theme
{
	margin:				2px;
	height:				22px;
	border:				0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:	#ddd;
	color:				white;
	font-family:		helvetica;
	font-size:			14px;
	font-weight:		bold;
	letter-spacing:		-0.1em;
	cursor:				pointer;
}


















.type_folder {
	width:				30px;
	background-color:	orange;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_folder.gif) no-repeat top left;
	
}
.type_article {
	width:				30px;
	background-color:	orange;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_article.gif) no-repeat top left;
	
}
.type_gallery {
	width:				30px;
	background-color:	orange;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_gallery.gif) no-repeat top left;
	
}
.type_textfield {
	width:				30px;
	background-color:	orange;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_textfield.gif) no-repeat top left;
}
.type_datefield {
	width:				30px;
	background-color:	orange;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_datefield.gif) no-repeat top left;
}

.type_img {
	width:				30px;
	background-color:	lightblue;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_img.gif) no-repeat top left;
}

.type_fx_background {
	width:				30px;
	background-color:	lightblue;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_fx.png) no-repeat top left;
}

.type_unknown {
	width:				30px;
	background-color:	transparent;
	display:			table-cell;
	padding-right:		6px;
	border-right:		1px solid #c2c2c2;
	background:			transparent url(../img/type_unknown.gif) no-repeat top left;
}




