/***********************GLOBAL***********************/
/***********************GLOBAL STYLES****************/
/***********************GLOBAL***********************/
body, html {
	margin:0;
	padding:0;
	background: #fff;
	color:#000;
   font-family: Verdana, Arial, sans-serif;
   font-weight: normal;
   font-size: 12px;
	height: 100%;
	min-width:782px;
   text-align: center;
}
div
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
div.full /*SPACER*/
{
   width: 100%;
   float: left;
   font-size: 1px;
   height: 3px;
   border: 0px solid #fff;
}
div.upper_bar
{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   background:#d5bb9f;
   font-size: 1px;
   height: 9px;
}
div.label /*LABEL*/
{
   /*width: 149px;*/
   background-color: #ccc;
   padding-top: 1px;
   padding-right: 1px;
   padding-bottom: 1px;
   margin-bottom: 3px;
   margin-top: 2px;
   text-align: right;
   font-size: 11px;
   float:left;
}
div.inner_column
{
	margin: 0 auto;
   padding: 0px;
   border: 0px solid #fff;
   text-align: left;
}

table
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
tr
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
td
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
form
{
   padding: 0px;
   margin: 0px;
}
input
{
   font-size: 11px;
   color: #777;
   background-color: #fff;
   border: 0px solid #ccc;
   padding: 0px;
   margin: 0px;
}
textarea
{
	color:#000;
   font-family: Verdana, Arial, sans-serif;
   font-weight: normal;
   font-size: 12px;
}
img
{
   padding: 0px;
   margin: 0px;
}
a
{
   color: #c60;
   text-decoration: underline;
}
a:hover
{
   text-decoration: none;
}
p
{
   padding: 0px;
   margin: 0px;
}
table.checkboxtable /*STYLED CHECKBOX & TEXT ALIGNMENT*/
{
   padding: 0px;
   margin-top: 2px;
   margin-bottom: 2px;
   border-collapse: collapse;
}
table.checkboxtable tr
{
   padding: 0px;
   margin: 0px;
}
table.checkboxtable tr td
{
   font-size: 11px;
   padding: 0px;
   margin: 0px;
}
#wrapper {
   background: #fff;
	margin: 0px auto;
   padding: 0px;
   text-align: left;
	width: 782px;
}
#subwrapper {
	width: 782px;
   margin-left: 15px;
   background: #fff;
}
/***********************GLOBAL********************************/
/***********************MARKETING*TEXT************************/
/***********************GLOBAL********************************/
.marketing_text{
   padding: 0;
   margin: 0;
   border: 0;
   font-size: 12px;
   color: #6a0101;
}
.marketing_text h1{
   font-size: 14px;
   font-weight: bold;
   color: #604848;
   margin-top: 4px;
   margin-bottom: 14px;
   padding: 0px;
}
.marketing_text h2{
   font-size: 13px;
   font-weight: bold;
   color: #604848;
   margin-top: 10px;
   margin-bottom: 14px;
   padding: 0px;
}
.marketing_text h3, h4 ,h5, h6{
   font-size: 12px;
   font-weight: bold;
   color: #604848;
   margin-top: 10px;
   margin-bottom: 14px;
   padding: 0px;
}
.marketing_text p{
   line-height: 1.5em;
   margin-top: 6px;
   margin-bottom: 10px;
   text-align: justify;
}
.marketing_text p.date
{
   color: #777;
   font-size: 10px;
}
.marketing_text p.relation
{
   color: #888;
   font-size: 10px;
}
.marketing_text p.permalink
{
   text-align: right;
   padding-left: 3px;
   color: #777;
   font-size: 10px;
}
.marketing_text p.permalink a{
   color: #777;
}
.marketing_text ol{
   list-style-type: lower-alpha;
   margin-top: 2px;
   margin-bottom: 2px;
   line-height: 1.5em;
}
.marketing_text ol li{
   list-style-type: lower-alpha;
   margin-top: 0px;
   line-height: 1.5em;
   margin-bottom: 0px;
}
.marketing_text ul{
   list-style-type: none;
   margin: 4px 0px 16px 0px;
   line-height: 1.5em;
   padding: 0px;
   border: 0px solid #f00;
}
.marketing_text ul li{
   list-style-type: disc;
   margin: 0px 0px 0px 16px;
   line-height: 1.5em;
   padding: 0px 0px 0px 0px;
   /*background: url(../pics/pipe_inner.png) no-repeat 3px 7px;*/
   border: 0px solid #0f0;
}
.marketing_text img
{
   margin: 0px 6px 4px 4px;
   padding: 0px;
   border: 0px;
}
.marketing_text img.adminoption
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
.marketing_text table
{
   font-size: 12px;
}
div.back
{
   margin-top: 20px;
   font-size: 10px;
}
div.back a
{
   color: #bbb;
   text-decoration: none;
}
div.back a:hover
{
   color: #ff5f0d;
}
/***********************GLOBAL***********************/
/***********************0***********************/
/***********************GLOBAL***********************/
div.header
{
	background: url(../pics/header_bg.png) repeat-x bottom left;
   position: relative;
   border: 0px solid #f00;
   width: 782px;
   height: 74px;
}
div.header img#logo
{
   position: absolute;
   top: 16px;
   left: 296px;
   border: 0px;
   margin: 0px;
   padding: 0px;
}
div#topright_menu {
   font-size: 10px;
   color: #a32621;
   position: absolute;
   top: 7px;
   right: 0px;
}
div#topright_menu ul
{
   list-style-type: none;
   background: none;
   border: 0px solid #f00;
   margin: 0px;
   padding: 4px;
}
div#topright_menu ul li
{
   color: #fff;
   font-weight: normal;
   display: inline;
   margin: 0px;
   padding: 0px 12px 0px 0px;
   border: 0px solid #f00;
   background: none;
}
div#topright_menu ul li.last
{
   padding: 0px;
}
div#topright_menu a
{
   color: #a32621;
   text-decoration: none;
}
div#topright_menu a:hover
{
   color: #666;
}
/***********************GLOBAL********************************/
/***********************MAIN*PICTURE**************************/
/***********************GLOBAL********************************/
div.menubar
{

   padding: 0px;
   margin: 0px;
   height: 31px;
   background: #a32621;
   border: 0px solid #00f;
}
div.menubar a
{
   color: #fff;
   text-decoration: none;
}
div.menubar a:hover
{
   color: #d5bb9f;
   text-decoration: none;
}
div.menuitem_current a,
div.menuitem_currentHover a
{
   color: #900;
   text-decoration: none;
}
div.menuitem_current a:hover,
div.menuitem_currentHover a:hover
{
   color: #fff;
   text-decoration: none;
}
div.menuitem, div.menuitem_current, div.menuitemHover, div.menuitem_currentHover
{
   margin: 0px auto;
   padding: 0px;
   height:31px;
   float: left;
   position: relative;
   text-align: left;
}
div.menuitem div.submenu, div.menuitem_current div.submenu, div.menuitemHover div.submenu, div.menuitem_currentHover div.submenu
{
   position: absolute;
   top: 31px; left: -1px;
   border: 0px solid #a32621;
   border-top: 0px;
   width: 280px;
   padding: 10px 0px;
   font-size: 11px;
   background: url(../pics/bg_opa.png) repeat top left;
   text-align: left;
   display: none;
}
div.menuitem:hover div.submenu, div.menuitem_current:hover div.submenu,
div.menuitemHover div.submenu, div.menuitem_currentHover div.submenu
{
   display: block;
}
div.submenu ul
{
   list-style-type: none;
   line-height: 1.5em;
   padding: 0px;
   margin: 0px;
}
div.submenu ul li
{
   color: #a32621;
   list-style-type: none;
   line-height: 1.5em;
   /*background: url(../pics/list_arrows.png) no-repeat 1px 7px;*/
   padding-left: 12px;
   margin-bottom: 2px;
	overflow: hidden;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
div.submenu a
{
   color: #900;
}
div.submenu a:hover
{
   /*color: #e8dfc1;*/
   color: #900;
}
div.menuitem_current,div.menuitem_currentHover
{
   background: #d5bb9f url(../pics/menu_current.png) repeat-x center;
}
div.menuitem:hover
{
	background: #d5bb9f url(../pics/menu_current.png) repeat-x center;
}
div.menuitem:hover a, div.menuitemHover a
{
	color: #900;
}
div.menuitem div.inner, div.menuitem_current div.inner,
div.menuitemHover div.inner, div.menuitem_currentHover div.inner
{
   padding: 8px 15px 0px 15px;
}

/***********************GLOBAL********************************/
/***********************GLOBAL********************************/
/***********************MAIN*COLUMNS**************************/
/***********************GLOBAL********************************/
div.columns
{
   padding: 0px;
   margin: 0px;
   display: block;
}
#main_content, #info_content{
   margin: 0px;
	padding: 0px;
	float: left;
}
#main_content{ /*main content*/
   width: 587px;
   margin-right: 4px;
}
#info_content{ /*info content*/
   width: 190px;
}
#main_content div.inner{
   background: #f8f2ea;
   margin: 5px 0px 0px 0px;
   padding: 3px 40px 8px 40px;
}

#info_content div.inner{
   background: #fff;
   margin: 0px;
   padding: 0px;
}
/***********************GLOBAL********************************/
/***********************MAIN*PAGE*****************************/
/***********************GLOBAL********************************/

div.main_page
{
   border: 0px solid #f00;
   padding: 0px;
   margin: 0px;
}
div.main_info
{
   float: left;
   border: 0px solid #00f;
   width: 205px;
   margin: 0px 0px 0px 7px;
   font-size: 11px;
   color: #444;
}
div.spacer
{
   width: 400px;
   font-size: 1px;
   border: 0px solid #0f0;
   clear: both;
}
div.main_info_head
{
   font-size: 13px;
   font-weight: bold;
   padding: 3px;
   border-bottom: 0px solid #f00;
   color: #069;
   background: #fff url(../pics/main_info_header_bar.png) repeat-x bottom;
}
div.main_info_content
{
   padding: 3px 3px 10px 3px;
   background: #fff url(../pics/main_info_bot.png) no-repeat bottom center;
}
div.main_info_content h1, h2, h3, h4 ,h5, h6{
   font-size: 12px;
   font-weight: bold;
   color: #444;
   margin-top: 10px;
   margin-bottom: 14px;
   padding: 0px;
}
div.main_info_content p{
   line-height: 1.5em;
   margin-top: 1px;
   margin-bottom: 2px;
   text-align: left;
}
div.main_info_content ol{
   list-style-type: lower-alpha;
   margin-top: 2px;
   margin-bottom: 2px;
   line-height: 1.5em;
}
div.main_info_content ol li{
   list-style-type: lower-alpha;
   margin-top: 0px;
   line-height: 1.5em;
   margin-bottom: 0px;
}
div.main_info_content ul{
   list-style-type: none;
   margin: 0px 2px 0px 2px;
   padding: 0px;
   line-height: 1.5em;
}
div.main_info_content ul li{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   padding-left: 14px;
   background: #fff url(../pics/pipe.png) no-repeat 2px 7px;
   line-height: 1.5em;
}
div.main_info_content ul.adminoptions
{
   padding: 0px;
   margin: 0px;
}
div.main_info_content ul.adminoptions li
{
   display: inline;
   padding: 0px;
   margin: 0px;
   background: none;
}

/***********************INNER*PAGE****************************/
/***********************CURRENT*PATH**************************/
/***********************INNER*PAGE****************************/
ul#currentpath
{
   border: 0px solid #f00;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
ul#currentpath li.first
{
   list-style-type: none;
   display: inline;
   border: 0px solid #0f0;
   padding: 0px 0px 0px 0px;
   background: none;
   margin: 0px;
}
ul#currentpath li
{
   list-style-type: none;
   display: inline;
   border: 0px solid #0f0;
   padding: 0px 0px 0px 15px;
   background: url(../pics/list_arrows.png) no-repeat 5px 7px;
   margin: 0px;
}
ul#currentpath li a
{
   color: #ff5f0d;
   text-decoration: none;
   font-size: 10px;
}
ul#currentpath li a:hover
{
   color: #bbb;
   text-decoration: none;
   font-size: 10px;
}
/***********************INNER*PAGE****************************/
/***********************RELATED*CONTENTS**********************/
/***********************INNER*PAGE****************************/
div.related_contents
{
   margin: 5px 1px 2px 8px;
   padding-left: 4px;
   background: #fff url(../pics/bg_light_dots_vertical.png) repeat-y left top;
}
ul.formlist
{
   list-style-type: none;
}
ul.formlist li
{
   list-style-type: none;
   padding: 2px 6px 1px 0px;
   background: none;
   float:left;
}
/***********************GLOBAL********************************/
/***********************INFO*CONTENT**************************/
/***********************GLOBAL********************************/
div.const_info_header
{
   margin: 3px 0px 0px 0px;
   background: #f1ecda;
   color: #761c1c;
   font-size: 11px;
   border: 0px;
   border-bottom: 1px solid #81715f;
   text-align: right;
   padding: 2px 4px 2px 4px;
}
div.const_info
{
   margin: 0px;
   background: #e8dfc1;
   font-size: 11px;
   padding: 2px 4px 2px 4px;
}
div.main_const_info
{
    margin: 0px 0px 7px 0px;
	padding: 0px;
    background: #e8dfc1;
    font-size: 11px;	
	overflow: hidden;
}
img.info_head
{
   border: 1px solid #a32621;
   margin: 0px;
   padding: 0px;
}
div.const_info ul
{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
div.const_info li
{
   list-style-type: none;
   background: url(../pics/list_arrows.png) no-repeat 1px 7px;
   padding-left: 12px;
   margin-bottom: 2px;
}
.login_form
{
   width: 165px;
   padding:1px;
   margin: 1px 0px 2px 0px;
   background-color: #fff;
   border: 1px solid #999;
}
.login_button{
   font-weight: bold;
   background-color: #fff;
   border: 0px;
   padding: 0px;
   margin: 2px 0px 1px 0px;
}
div.infoitem
{
   border: 0px;
   border-bottom: 1px dashed #fff;
   margin: 2px 0px 4px 0px;
   padding: 7px 0px 10px 0px
}
.infoitem{
   padding: 0;
   margin: 0;
   border: 0;
   font-size: 11px;
   color: #6a0101;
}
.infoitem h1{
   font-size: 14px;
   font-weight: bold;
   color: #604848;
   margin-top: 0px;
   margin-bottom: 4px;
   padding: 0px;
}
.infoitem h2{
   font-size: 12px;
   font-weight: bold;
   color: #604848;
   margin-top: 2px;
   margin-bottom: 3px;
   padding: 0px;
}
.infoitem h3, h4 ,h5, h6{
   font-size: 11px;
   font-weight: bold;
   color: #604848;
   margin-top: 2px;
   margin-bottom: 2px;
   padding: 0px;
}
.infoitem p{
   line-height: 1.5em;
   margin-top: 1px;
   margin-bottom: 2px;
   text-align: left;
}
.infoitem ol{
   list-style-type: lower-alpha;
   margin-top: 2px;
   margin-bottom: 2px;
   line-height: 1.5em;
}
.infoitem ol li{
   list-style-type: lower-alpha;
   margin-top: 0px;
   line-height: 1.5em;
   margin-bottom: 0px;
}
.infoitem ul{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.infoitem ul li{
   list-style-type: none;
   background: url(../pics/list_arrows.png) no-repeat 1px 7px;
   padding-left: 12px;
   margin-bottom: 2px;
}
.infoitem img
{
   margin: 0px 6px 4px 4px;
   padding: 0px;
   border: 0px;
}
.infoitem img.adminoption
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
/***********************GLOBAL********************************/
/***********************FOOTER********************************/
/***********************GLOBAL********************************/
#footer {
	color: #f90; 
	font-size: 10px;
   font-weight: normal;
   margin: 0px;
	padding: 5px 2px 3px 2px;
	clear: both;
   background: #fff;
   width: 782px;
}
#footer ul.menu_footer{
  list-style-type: none;
  padding: 5px 1px 1px 1px;
  margin: 0;
}
#footer ul.menu_footer li{
  display: inline;
  padding: 2px 4px 0 12px;
  background: url(../pics/menufooter_dot.png) no-repeat 3px 8px;
}
#footer a{
   color: #f90;
}
#footer a:hover{
   text-decoration: none;
}
#footer ul.menu_footer li.first
{
   background-image: none;
   padding: 2px 4px 0 2px;
}
/***********************GLOBAL********************************/
/***********************FOOTER********************************/
/***********************GLOBAL********************************/ 
.footer_inner,.tail_inner{
   width: 782px;
   margin: 0px auto;
}

#subfooter{
   width: 100%;
   background: #a32621 url(../pics/bottom_line_bg.png) repeat top left;
   margin: 0px;
}
#tail{
   width: 100%;
   background: #d5bb9f;
   margin: 0px;
   padding: 2px 0px 2px 0px;
   font-size: 10px;
   color: #a32621;
}
#tail a
{
   color: #a32621;
   text-decoration: none;
}
#tail a:hover
{
   color: #262626;
   text-decoration: underline;
}
.tail_inner{
   text-align: right;
}
.footer_inner{
   width: 760px;
   padding: 8px 10px 8px 10px;
}
.footer_box{
   width: 176px;
   height: 57px;
   background: #d8b78b;
   border: 3px solid #fff;
   float: left;
   margin: 0px;
   margin-right: 8px;
}
.footer_box_inner
{
   padding: 5px;
   text-align: left;
   font-size: 10px;
}
.footer_box h3
{
   font-size: 10px;
   padding: 0px;
   margin: 0px;
   line-height: 1.2em;
   font-weight: bold;
}
.footer_box p
{
   font-size: 10px;
}
img.footer_img
{
   float: left;
   border: 0px;
   margin-right: 3px;
}
.footerspacer{
   width: 100%;
   background: #fff;
   margin: 0px;
   height: 7px;
   font-size: 2px;
}
/***********************GLOBAL********************************/
/***********************ADMIN_MENU****************************/
/***********************GLOBAL********************************/
div.admin_menu_bar
{
   float: left;
   display: block;
   width: 782px;
}
div.admin_menu
{
   float: left;
   margin-top: 10px;
   margin-left: 5px;
   margin-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 0px;
}
div.admin_menu a
{
   color: black;
   text-decoration: none;
}
div.admin_menu a:hover
{
   color: white;
   text-decoration: none;
}
div.admin_menu a:active
{
   color: white;
   text-decoration: none;
}
div.admin_line
{
   margin-top: 0px;
}
table.admin_menu_table
{
   border-collapse: collapse;
   border-spacing: 0px;   
   padding: 0px;
}
table.admin_menu_table td
{
   font-size: 10px;
   border-collapse: collapse;
   border-spacing: 0px;   
   padding: 0px;
}
table.admintable, table.filemanager_table, table.infomanager_table, 
table.newsletter_table, table.user_filtering_table, table.user_table,
table.make_contact_table, table.order_table
{
   font-size: 11px;
}
table.filemanager_table
{
   width: 330px;
}
div.user_list
{
   width: 645px;
   height: 250px;
   overflow: auto;
   border: 1px solid #999;
}
table.make_contact_table td.contact_label
{
   font-weight: bold;
   text-align: left;
   color: #222;
}
/***********************GLOBAL********************************/
/***********************ADMIN_OPTIONS*************************/
/***********************GLOBAL********************************/
ul.adminoptions
{
   list-style-type: none;
   display: inline;
   border: 0px solid #f00;
   background: none;
   margin: 0px;
   padding: 0px;
}
ul.adminoptions li
{
   display: inline;
   border: 0px solid #f00;
   margin: 0px;
   padding: 0px;
   background: none;
}
ul.adminoptions li img
{
   border: 0px;
}
/***********************GLOBAL********************************/
/***********************ADMIN_INPUTS**************************/
/***********************GLOBAL********************************/

div#menu_manager_div img
{
   margin: 0px 0px 0px 2px;
   padding: 0px;
   border: 1px solid #ccc;
}

input.save, input.usersave
{
   background-color: #ece9d8;
   border: 1px solid #999;
   color: #000;
   padding: 2px 5px 2px 5px;
}

input.fileform, input.pictureform, textarea.pictureform, input.infomanager_year,
input.infomanager_text, input.user_name, .user_check, .user_reg, #to_content, .make_contactform,
.articleform, .menuform, .seoform, .articleform, .galleryform, .galleryselect, .userform, .newsletterform
{
   /*width: 149px;*/
   padding:1px;
   margin: 1px 0px 2px 0px;
   background-color: #fff;
   border: 1px solid #999;
   height: 19px;
}
.make_contactform_text
{
   /*width: 149px;*/
   padding:1px;
   margin: 1px 0px 2px 0px;
   background-color: #fff;
   border: 1px solid #999;
}
.articleform, .menuform, .articleform, .galleryform, .galleryselect, .newsletterform, #what_content, #to_content
{
   width: 350px;
}

.galleryselect
{
   height: 200px;
}
.seoform
{
   width: 350px;
}
textarea.seoform
{
   height: 100px;
}
.make_contactform_text,.make_contactform, .userform
{
   width: 250px;
}
textarea.make_contact_form
{
   height: 80px;
   width: 250px;
}
select.make_contact_form
{
   width: 250px;
}
div.table_section
{
   font-weight: normal;
   background-color: #fff;
   padding-top: 10px;
}
textarea.pictureform
{
   height: 80px;
}
.pictureform
{
   width: 240px;
}
.user_check, .user_reg, #to_content, #what_content
{
   font-size: 10px;
}
input.infomanager_year
{
   width: 40px;
}

input.infomanager_text
{
   width: 20px;
}

/***********************GLOBAL********************************/
/***********************ELOMINOSITES**************************/
/***********************GLOBAL********************************/
input.elominosites_text
{
   width: 200px;
   height: 16px;
   padding: 1px;
   border: 1px solid #604848;
}
textarea.elominosites_textarea
{
   width: 200px;
   padding: 1px;
   border: 1px solid #604848;
}
select.elominosites_select
{
   width: 200px;
   padding: 1px;
   border: 1px solid #604848;
}
input.elominosites_radio
{
}

div.row_container
{
   width: 98%;
   padding: 2px;
   margin: 1px 0px 4px 0px;
   border: 1px solid #f8f2ea;
}
div.error_row_container
{
   width: 98%;
   padding: 2px;
   margin: 1px 0px 4px 0px;
   border: 1px solid #cc0000;
}

div.input_label
{
   text-align: right;
   margin-right: 5px;
   width: 45%;
   font-weight: normal;
   font-size: 11px;
   float: left;
   border: 0px solid #f00;
}
div.input_elements
{
   width: 50%;
   float: left;
   border: 0px solid #f00;
}
div.input_msg
{
   clear:both;
   width: 53%;
   font-size: 10px;
   color: #c00;
   border: 0px solid #f00;
   margin: 0px 0px 0px auto;
}
div.input_pic
{
   width: 1px; height: 1px;
}
div.submit_button
{
	text-align: center;
}
div.submit_button input
{
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #604848;
	cursor: pointer;
}
div.hitelkalkulator_container
{
   padding: 15px 8px 15px 8px;
   border: 1px solid #999;
   background: #e8dfc1;
}
/***********************GLOBAL********************************/
/***********************BASE_FILEMANAGER**********************/
/***********************GLOBAL********************************/
table.base_filemanager_table
{
   font-size: 11px;
}
table.base_filemanager_table th
{
   background: #ddd;
}
/***********************GLOBAL********************************/
/***********************CONTENT_INTEGRITY*********************/
/***********************GLOBAL********************************/
ul.adminoptions
{
   border: 0px solid #0f0;
}
ul.adminoptions li
{
   border: 0px solid #0f0;
   display: inline;
   padding: 0px;
   margin: 0px;
}
ul.adminoptions li img
{
   border: 0px solid #00f;
   display: inline;
   padding: 0px;
   margin: 0px;
}
ul.adminoptions li a
{
   padding: 0px;
   margin: 0px;
}

table.integrity
{
   width: 637px;
   background: #fff;
   border-collapse: collapse;
   border: 0px solid #ccc;
}
table.integrity tr th
{
   padding: 0px 0px 1px 3px;
   text-align: left;
   font-weight: bold;
   font-size: 12px;
   background: #999;
}
table.integrity tr td
{
   padding: 0px 0px 1px 3px;
   font-size: 12px;
   border-right: 1px dotted #999;
   border-bottom: 1px solid #fff;
}
table.integrity tr td a
{
   text-decoration: none;
   font-size: 10px;
}
table.integrity tr td.t_admin
{
   width: 64px;
}
table.integrity tr td.t_admin_newsletter
{
   width: 84px;
}
table.integrity tr td.t_article_date
{
   width: 70px;
}
table.integrity tr td.t_picadmin
{
   width: 35px;
}
table.integrity tr td.t_picture_pic
{
   width: 55px;
}
table.integrity tr.even td
{
   background: #fff;
}
table.integrity tr.odd td
{
   background: #ddd;
}
table.integrity tr.t_integrity_new td
{
   background: #FFF4B6;
}
table.integrity tr.problem td
{
   background: #FFDFDF;
}
/************************ user_manager **************************/
div.user_list_wrapper
{
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 700px;
    text-align: center;
    float: left;
    color: #333177;
}
div.user_list_wrapper a
{
    text-decoration: none;
    color: #333177;    
}
div.user_list_element_wrapper
{
    float: left;
    width: 700px;
    line-height: 27px;
    font-size: 11px;
}
div.user_list_element_login
{
    float: left;
    width: 15%;
    font-weight: bold;
}
div.user_list_element_name
{
    float: left;
    width: 22%;
}
div.user_list_element_email
{
    float: left;
    width: 32%;
    font-weight: bold;
}
div.user_list_element_user_level
{
    float: left;
    width: 20%;
}
div.user_list_element_edit
{
    float: left;
    width: 10%;
}
div.user_list_title_wrapper
{
    clear: both;
    font-weight: bold;
    width: 700px;
    color: navy;
    background: #b7d7fe;
    float: left;
    height: 27px;
    line-height: 27px;
    font-size: 12px;    
}
div.user_list_title_wrapper a
{
    font-weight: bold;
    color: navy;
    font-size: 12px;
    text-decoration: none;
}
div.user_list_count_div
{
    font-size: 10px;
    float: right;
    line-height: 12px;
    padding: 0px;
    margin: 0px 3px 0px 0px;
}
div.user_list_count_div select
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
div.user_list_step
{
    float: left;
    width: 100%;
    line-height: 20px;
    background: #6795d1;
    text-align: center;
    color: #fff;
}
div.user_list_step a
{
    color: #fff;
    margin: 0px 5px;
    text-decoration: none;
}
div.user_list_step a:hover
{
    font-weight: bold;
    color: #1d408a;
    margin: 0px 5px;
    text-decoration: none;
}
div.user_list_act_page
{
    float: left;
    width: 700px;
    text-align: center;
    font-weight: bold;
}
div.user_list_element_details
{
    border-bottom: 1px dotted navy;
    display: none;
    float: left;
    padding: 0px 0px 15px 0px;
    width: 700px;
}
div.user_details_title
{
    font-weight: bold;
    font-size: 12px;
    color: navy;
    text-decoration: underline;
    text-align: left;
    margin-left: 15px;
}
div.user_register_datas
{
    float: left;
    width: 270px;
    font-size: 11px;
}
div.user_register_datas_element
{
    float: left;
    width: 270px;
    line-height: 20px;
}
div.user_register_datas_element div.right { float: left; text-align: right; margin: 0px; padding: 0px; width: 45%; padding-right: 4%; }
div.user_register_datas_element div.left { float: left; text-align: left; margin: 0px; padding: 0px; width: 49%; }
div.user_details_manage_buttons
{
    margin: 0px;
    padding: 0px;
    width: 170px;
    float: left;
    text-align: right;
    line-height: 20px;
}
div.manage_buttons
{
    float: right;
    text-align: center;
    width: 138px;
    border: 1px solid navy;
    background: #6795d1;
    line-height: 20px;
    margin-bottom: 3px;
}
div.manage_buttons a
{
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}
/********************user keresés**************************/
.user_search_form
{
    display: none;
}
div.user_search_form_div
{
    float: left;
    width: 700px;
    margin: 0px 0px 10px 0px;  
}
div.user_search_title_div
{
    float: left;
    color: navy;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; 
    width: 700px;
}
div.user_search_title_div span
{
    font-weight: normal;
    font-size: 12px;
}
div.user_search_row
{
    clear: both;
    width: 300px;
    float: left;
    margin: 0px 0px 0px 10px;
    line-height: 20px;
}
div.user_search_row_title
{
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 11px;  
}
div.user_search_reg
{
    float: left;
    width: 300px;
}
div.user_search_row_input
{
    width: 150px;
    float: left;   
}
div.user_search_row_input input, div.user_search_row_input select
{
    border: 1px solid navy;
    font-size: 11px;
    width: 130px;
}
div.form_submit_div
{
    clear: both;
    width: 150px;
    text-align: left;    
}
div.form_submit_div input
{
    color: #fff;
    border: 0px;
    background: #6795d1;
    font-weight: bold;
    padding: 2px 5px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-family: Helvetica Arial, sans-serif;
}
div.full_list
{
    float: left;
    width: 70px;
    margin: 0px;
    background: #6795d1;
    padding: 2px 5px;    
    margin-top: 11px;
}
div.full_list a
{
    color: #fff;
    font-weight: bold;
}
/************* account_manager ***************/
div.account_title
{
    float: left;
    margin-top: 10px;
}
div.account_element
{
    float: left;
    line-height: 20px;
    width: 900px;
}
div.account_element_title
{
    float: left;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
}
div.account_element_body
{
    float: left;
    width: 250px;
    font-size: 12px;
}
div.account_element_body input
{
    width: 200px;
    border: 1px solid navy;
    font-size: 12px;
}
div.account_save
{
    float: left;
    text-align: center;
    width: 400px;
}
div.account_save input
{
    color: #fff;
    background: navy;
    padding: 2px 5px;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
}
/************** vip_room ************************/
div.vip_room_links
{
    text-align: right;
}
/**************bank_address selector***************/
div.bank_address_wrapper
{
    float: left;
}
div.bank_address_element
{
   clear: both;
   float: left;
}
input.bank_address_input
{
    float: left; 
    color: #999; 
    width: 195px; 
    margin: 5px 0px 5px 15px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #999; 
}
select.bank_address_select
{
    font-size: 12px;
    float: left; 
    color: #999; 
    width: 200px; 
    margin: 5px 0px 5px 15px;
    border: 1px solid #999; 
}
img.bank_address_pic
{
    cursor: pointer; 
    float: left; 
    display: block; 
    margin: 5px 0px 5px 20px;
}
input.deviza_radio
{
    margin: 5px 0px 5px 15px;
}
textarea.vip_textarea
{
    color: #999;
    padding: 2px 5px 2px 5px;
    margin: 5px 0px 5px 15px;
    border: 1px solid #999; 
}
/**********vip_room frontend ******************/
div.credit_status_pic
{
    width: 30px;
    height: 23px;
    margin: 7px 20px 7px 80px;
    float: left;
}
div.credit_status_div
{
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: left;
    padding: 7px 0px 7px 0px;
    width: 390px;
    cursor: pointer;
}
div.credit_status_div_inner
{
    display: none;
    position: absolute;
    top: 27px;
    left: 20px;
    border: 1px solid #999;
    background: #e8dfc1;
    padding: 5px;
    width: 350px;
}
div.active_credit_status_div
{
    float: left;
    font-weight: bold;
    color: #cc6600;
    width: 450px;
    text-align: left;
    font-size: 14px;
    padding: 7px 0px 7px 65px;
}
div.active_credit_status_div_inner
{
    font-size: 12px;
    font-weight: normal;
    color: #cc6600;   
    padding: 3px 0px 0px 25px;
    width: 400px;
}
table.vip_room_table
{
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
table.vip_room_table tr td
{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}
table.vip_room_table tr td.first
{
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    padding: 5px 10px 5px 0px;
}
div.vip_room_row_wrapper
{
    width: 500px;
    float: left;
    background: #e8dfc1;
    border: 1px solid #fff;
    margin: 10px;
    font-size: 14px;
}
div.vip_room_first_row
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 230px;
    padding: 5px;
    background: transparent;
}
div.vip_room_second_row
{
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    width: 250px;
    padding: 5px;
    background: transparent;
    text-align: right;
}
img.vip_room_pic_active
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
img.vip_room_pic
{
    margin: 0px;
    padding: 0px;
    border: 0px;
	opacity: 0.3;
	filter:alpha(opacity=30);    
}
table.vip_room_edit_table
{
    border-collapse: collapse;
}
table.vip_room_edit_table tr td 
{
    padding: 5px 0px;
}
table.vip_room_edit_table tr td.vip_edit_last_row
{
    padding: 5px 0px 20px 0px;
    border-bottom: 2px dotted #a32621;
}
div.div_vip_room_wrapper
{
    width: 522px;
}
div.div_tab_wrapper
{
    width: 522px;
    background: transparent;
    height: 25px;
    float: left;
    margin: 0px;
    padding: 0px;
    /*border-left: 1px solid black;*/
}
div.div_tab
{
    font-size: 12px;
    font-weight: bold;
    color: #7c7676;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    /*border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;*/
    float: left;
    cursor: pointer;
    background: #e8e3d9;
    margin-right: 5px;
}
div.div_tab_active
{
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*color: #fff;*/
    font-weight: bold;
    /*border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid white;*/
    float: left;
    cursor: pointer;
    background: #d6cdbf;
    margin-right: 5px;
}
div.div_tab_fill
{
    float: left;
    height: 26px;
    /*border-bottom: 1px solid black;*/
}
div.div_data_wrapper
{
    width: 521px;
    padding: 20px 0px 20px 0px;
    /*border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;*/
    float: left;
    background: #d6cdbf;
}
div.div_vip_room_data_active
{
    position: relative;
    width: 100%;
    display: block;
}
div.div_vip_room_data
{
    position: relative;
    width: 100%;
    display: none;
}
img.online_status_arrow
{
    position: absolute;
    top: -10px;
    left: 10px;
}