/*@import url('reset.css');*/
@import url('jquery.tabs.css');
@import url('jquery.thickbox.css');
@import url('jquery.treeTable.css');
@import url('left_menu.css');
/*@import url('jquery.flora.css');*/
@import url('jquery.flora.resizable.css');
@import url('drag-drop-folder-tree.css');
@import url('tabpane.css');

@import url('jquery-ui-1.8.16.custom.css');

body {
    background: #fff;
    color:   #666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.2em;
	margin: 5.55em 0 39px;
	padding-top: 1px;
}
#textareaEdit_parent .mceExternalToolbar {
  display: block;
  position: relative;
  top:-27px;
  margin-top:27px;
}
#textareaEdit_parent .mceExternalToolbar .mceExternalClose {
  display:none;
}
#textareaEdit_parent .mceExternalToolbar td{
  border:none;
  padding:0;
}
#textareaEdit_parent .mceLayout {
  margin-top:-27px;
}
.collapsed {
    /*display: none;*/
}
.dci {
    filter:  alpha(opacity=50);
	opacity: 0.5;
	cursor:  pointer;
	background-color: #666;
}
#grid .cms_editable, #grid .cms_noteditable {
	overflow: hidden;
}

#panel_header, .panel_menu_bottom, .panel_menu_bottom_ajax {
	z-index:  100;
	width:    100%;
	position: absolute;
	left:     0;
	font-size: .7em;
}
#panel_header {
	background: #ededee;
	height: 7.85em;
	top: 0;
  z-index: 100;
}

#panel_topright_area {
    background: #b4b8b9 url(../gfx/cms_header_background.jpg) repeat-x;
    float: left;
	width: 100%;
}
#panel_topright_area #panel_logo {
    float: left;
}
#panel_topright_area #panel_logo img {
    border: 0;
}
#panel_topright_area ul {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #b8babb;
	float: right;
}
#panel_topright_area ul li {
    list-style-type: none;
	padding: .4em .6em;
	float: left;
	border-left: solid 1px #9FA0A0;
}
#panel_topright_area ul li a {
	color: #fff;
	text-decoration: none;
}
#panel_topright_area ul li a:hover {
	text-decoration: underline;
}

#panel_menu_1, #panel_menu_2 {
    width: 100%;
    clear: both;
	background: #f9f9f9;
	float: left;
}
#panel_menu_2 {
	background: #ededee;
    background: transparent;
}

.panel_menu_bottom, .panel_menu_bottom_ajax {
	bottom: 0;
	border-top: solid 1px #879097;
	width: 100%;
	background: #fcfcfc;
	height: 38px;
	font-size: .7em;
  z-index: 100;
}
.panel_menu_bottom_ajax {
	position: fixed;
	z-index: 100;
}

#panel_menu_1 ul, #panel_menu_2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#panel_menu_1 ul li, #panel_menu_2 ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#panel_menu_1 ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	border-right: 1px solid #D9DBDD;
	padding: .5em .7em;
}
#panel_menu_1 ul li.active a {
	background: #ededee;
	color: #000;
	text-decoration: underline;
}
#panel_menu_1 ul li a:hover {
	color: #000;
	background: #ededee;
}

#panel_menu_2 ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: .4em;
}
#panel_menu_2 ul li.active a {
	color: #000;
	text-decoration: underline;
}
#panel_menu_2 ul li a:hover {
	text-decoration: underline;
}

#panel_content_ajax {
    padding: 0 0 59px 0;
}

.panel_menu_bottom ul, .panel_menu_bottom_ajax ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.panel_menu_bottom ul li, .panel_menu_bottom_ajax ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.panel_menu_bottom ul li a, .panel_menu_bottom_ajax ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	border-right: solid 1px #d9dbdd;
	padding: 4px 5px;
}
.panel_menu_bottom ul li a:hover, .panel_menu_bottom_ajax ul li a:hover {
	color: #ff0000;
	text-decoration: none;
	background: #eee;
}

/*notices and errors*/
.panel_notice, .panel_errors {
    color: #407a10;
    text-decoration: none;
    background: #ebfbdd;
    margin: 20px;
    padding: 5px;
    border-bottom: 1px solid #62bd19;
    border-top: 1px solid #62bd19;
    display: block;
}
.panel_errors {
    color: #ff3300;
    background-color: #ffffcc;
    border: 1px solid #ff6600;
}
/* down options area */
/*@media screen {*/
    body>div.panel_menu_bottom, body>div#panel_header {
        position: fixed;
    }
/*}*/

/* standard form style table */
table.panel, table.panel100, table.panelwb, table.panel100wb, table.panelp0, table.panel100p0, table.panelwbp0, table.panel100wbp0 {
    color:   #666;
	background:  #f9f9f9;
	border:            solid 1px #d5d5d5;
	border-collapse:   collapse;
	margin: 20px;
	font-size: .7em;
}
table.panel100, table.panel100wb, table.panel100p0, table.panel100wbp0 {
    width: 95%;
}
table.panel th, table.panel100 th, table.panelwb th, table.panel100wb th, table.panelp0 th, table.panel100p0 th, table.panelwbp0 th, table.panel100wbp0 th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
	background-color: #ededee;
	color: #000;
	vertical-align: top;
}
table.panel td, table.panel100 td, table.panelwb td, table.panel100wb td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
table.panelp0 td, table.panel100p0 td, table.panelwbp0 td, table.panel100wbp0 td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
table.panelwb th, table.panel100wb th, table.panelwb td, table.panel100wb td, table.panelwbp0 th, table.panel100wbp0 th, table.panelwbp0 td, table.panel100wbp0 td {
    border: solid 1px #d5d5d5;
}
table.panel tr.panel_wb td, table.panel tr.panel_wb th, table.panel td.panel_wb, table.panel th.panel_wb, table.panel100 tr.panel_wb td, table.panel100 tr.panel_wb th, table.panel100 td.panel_wb, table.panel100 th.panel_wb {
    border: solid 1px #d5d5d5;
	padding: 3px;
	text-align: left;
}
table.panelp0 tr.panel_wbp0 td, table.panelp0 tr.panel_wbp0 th, table.panelp0 td.panel_wb, table.panelp0 th.panel_wb, table.panel100p0 tr.panel_wb td, table.panel100p0 tr.panel_wb th, table.panel100p0 td.panel_wb, table.panel100p0 th.panel_wb {
    border: solid 1px #d5d5d5;
	padding: 0px;
	text-align: left;
}

table.panelwb tr.panel_wb_even, table.panelwb tr.panel_wb_even td, table.panelwbp0 tbody tr.panel_wb_even, table.panelwbp0 tbody tr.panel_wb_even td{
    background-color: #fff;
}

table.panelwb tbody tr:hover, table.panelwb tbody tr:hover.panel_wb_even, table.panelwbp0 tbody tr:hover, table.panelwbp0 tbody tr:hover.panel_wb_even {
  background-color: #e5eeff;
}

table.panel td.green, table.panel100 td.green, table.panelwb td.green, table.panel100wb td.green, table.panelp0 td.green, table.panel100p0 td.green, table.panelwbp0 td.green, table.panel100wbp0 td.green {
    color: green;
    text-align: center;
}
table.panel td.red, table.panel100 td.red, table.panelwb td.red, table.panel100wb td.red, table.panelp0 td.red, table.panel100p0 td.red, table.panelwbp0 td.red, table.panel100wbp0 td.red {
    color: red;
    text-align: center;
}
table.panel td.gray, table.panel100 td.gray, table.panelwb td.gray, table.panel100wb td.gray, table.panelp0 td.gray, table.panel100p0 td.gray, table.panelwbp0 td.gray, table.panel100wbp0 td.gray {
    color: gray;
    text-align: center;
}
table.cpanel td {
	text-align: center;
}
.radio, .checkbox {
	border: 1px none #000;
	background-color: transparent;
}
#form input, #form textarea, #form select {
    width: 300px;
}
form .w100 {
	width: 100px;
}
form .w150 {
	width: 150px;
}
form .w300 {
	width: 300px;
}
form .p50 {
	width: 50%;
}
#form .align_right {
	text-align: right;
}

#form textarea{
    width: 400px;
}
.width_auto {
    width: auto;
}
#form .radio, #form .checkbox {
    width: auto;
}
.website_cms_order_form {
	font-size: 1.5em;
}
/*login form*/
#flogin_on, #flogin_off {
	cursor: pointer;
	color: darkblue;
	font-weight: bold;
}
#panel_loginform , #panel_forgotpasswordform {
    margin:     0 auto;
    width:      40%;
    border:     solid 1px #dadada;
	font-size:  0.7em;
}
#panel_forgotpasswordform {
	margin-top: 10px;
	display: none;
}
#panel_loginform fieldset, #panel_forgotpasswordform fieldset {
    padding: 10px;
    margin: 10px;
    background: #ededee;
    border: 1px solid #dadada;
    text-align: right;
	font-weight: bold;
	color: #666;
}
#panel_loginform label, #panel_forgotpasswordform label {
    display: block;
    background: #ededee;
	font-weight: bold;
	color: #666;
	float: right;
	clear: both;
}
#panel_loginform input.text, #panel_forgotpasswordform input.text, .panel_login_button {
	color: #002b68;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d9dbdd;
	width: 70%;
	height: 25px;
	margin: 5px 0;
	padding: 3px;
	float: right;
	clear: both;
}
* > #panel_loginform input.text, * > #panel_forgotpasswordform input.text, .panel_login_button {
    height: auto;
    padding: 5px;
}
.panel_login_button {
    float: right;
	font-weight: bold;
	width: auto;
	border: 1px solid #d9dbdd;
	cursor: pointer;
	clear: both;
}

.login_cont1 {
    float:        left;
    width:        45%;
    text-align:   left;
    padding: 10px;
}
.login_cont1 a, .login_cont1 a:hover{
    color: #666;
    text-decoration: underline;
}
.login_text, .login_text_header {
	margin-bottom: 10px;
}
.login_text_header {
	font-size: 1.2em;
	font-weight: bold;
	color: #002B68;
}

/* panel start icons */
#tabpanel {
  /*width: 45%;*/
  float: left;
}
#cpanel, #cpanel-right {
  text-align: center;
  vertical-align: middle;
}
#cpanel div.icon {
    
}
#cpanel div.icon-wrapper, #cpanel-right div.icon-wrapper {
  margin: 0 0 10px 5px;
  float: left;
}
#cpanel-right div.facebook {
  margin-right:0;
  margin-left: 15px;
}
#cpanel-right div.tweeter {
  margin-right:10px;
  margin-left:0;
}
#cpanel div.icon a, #cpanel-right div.icon a {
	float: left;
	height: 100px;
	width: 110px;
	vertical-align: middle;
	text-decoration : none;
	border: 1px solid #ddd;
	padding: 3px 4px 0px 6px;
	color : #808080;
}
#cpanel-right .facebook div.icon a, #cpanel-right .facebook div.icon a:hover {
  border-right:none;
}
#cpanel-right .tweeter div.icon a, #cpanel-right .tweeter div.icon a:hover {
  border-left:none;
}
#cpanel div.icon a:hover, #cpanel-right div.icon a:hover {
	color : #333;
	background: #e5eeff;
	border: 1px solid #6699ff;
}
#cpanel div.icon img, #cpanel-right div.icon img {
    margin-top: 13px;
}
#cpanel div.icon span, #cpanel-right div.icon span {
    display: block;
    padding-top: 3px;
    font-size: 80%;
}
.panel_important {
	color : #ff3300;
	background-color: #e5eeff;
	padding: 5px;
	margin: 5px auto;
	text-align: left;
	vertical-align: top;
	width: 500px;
}
.listover, .selected {
	background-color: #e5eeff;
}

table.panelwb tbody tr.listover td, table.panelwbp0 tbody tr.listover td  {
  background-color: #e5eeff;
}

table.panelwb tbody tr.selected td, table.panelwbp0 tbody tr.selected td  {
  background-color: #e5eeff;
}
textarea {
	font-family: inherit;
	font-size:   inherit;
}

li.blue {
    background-color: #ededee;
    border: 1px solid #d9dbdd;
    cursor: move;
}


#list ul{
	list-style: none;
	}

#list li {
	background: #D5D5D5;
	color: #000;
	width: 250px;
	margin: 5px;
	font-size: 10px;
	font-family: Arial;
	padding: 3px;
  cursor:pointer;
}


/* page add function - page thumbnail style*/
.panel_thumbnail {
	float: left;
	margin-bottom: 2em;
	margin-right: 2.1em;
	text-align: center;
	width: 350px;
	font-size: .7em;
}
.panel_thumbnail img {
	height: 145px;
	width: 180px;
}
.panel_thumbnail table {
	margin: 0 auto;
	width: 340px;
}
.panel_thumbnail th {
	border-bottom: 1px dotted #EAEAEA;
	text-align: left;
}
.panel_thumbnail td {
	border-bottom: 1px dotted #EAEAEA;
	text-align: right;
}

/******************************************************/
/*              panel helper                          */
/******************************************************/
#panel_helper {
    background-color: #ebfbdd;
    border-bottom: 1px solid #62bd19;
    border-top: 1px solid #62bd19;
    margin: 20px;
    padding: 10px 25px 0;
    position: relative;
}
#panel_helper #panel_helper_hide {
    position: absolute;
    right: 25px;
    cursor: pointer;
}

#panel_helper_hide a {
	color: #62BD19;
	font-size: 80%;
}

#panel_helper_hide a:hover {
	background: #62BD19;
	color: #EBFBDD;
	text-decoration:none;
}

#panel_menu_2 #help_submenu {
	float: right;
}

#panel_menu_2 #help_submenu li {
	float:left;
	margin-right:1em;
	margin-top: 4px;
	cursor: pointer;
}

/******************************************************/
/*              panel content                         */
/******************************************************/

div#panel_content table.panelwb img {
	border: 1px solid;
}

#form textarea.website_conent_component {
	width: 600px;
	height: 600px;
}


#cmsof_form h1{margin-left:20px; font-size:12px;}
#cmsof_form h2{margin-left:20px; font-size:12px;}
#cmsof_form p{margin-left:20px; font-size:12px;}
#cmsof_form .cmsof_steps td {width:16.66%; padding: 5px;}
#cmsof_form  td.right {text-align:right;}
#cmsof_form  td.comment {text-align:right;width:200px; padding: 10px;}
#cmsof_form  td.right input {margin-left: 10px;}
#cmsof_form  td.listover{background: yellow;}
#cmsof_form  td.first, #cmsof_form  th.first{width:250px;}

#cmsof_form  td.clickable:hover{cursor:pointer;background:#E5EEFF;}

#webdesign_contener {width: 100%; padding: 20px 0px; font-size: 13px;}
#webdesign_categories {width: 300px; float: left; }
#webdesign_categories table {width: 280px;}
#webdesign_categories table tr.active_design td{background-color: #BFBFBF; font-weight: bold;}
#webdesign_categories table tbody tr.active_design td:hover {background-color: #BFBFBF; font-weight: bold;}
#webdesign_categories table tr.active_design td a { color: #2F2F2F;}
#webdesign_categories table img {vertical-align: middle;}
#webdesign_categories table tbody tr th {text-align: left; padding: 3px 10px; background-color: #EDEDEE;}
#webdesign_categories table tbody tr td {text-align: left; padding: 3px 30px;   border-top: 1px solid #E0E5EF;}
#webdesign_categories table tbody tr td:hover {font-weight: bold; background-color: #fff; color: #000;}
#webdesign_pictures {width: 430px; padding:0px 20px; float: left; border-left: 1px solid #DDE6F5; border-right: 1px solid #DDE6F5; }
#webdesign_pictures div.sub_design {float: left; width: 120px; padding:10px; text-align:center;}
#webdesign_pictures div.sub_design:hover {background-color: #C6D8F5;}
#webdesign_pictures div.active {background-color: #C6D8F5;} 
#webdesign_preview {width: 450px; padding-left: 20px; float: left;}
#webdesign_preview table.bestil_form tr th {vertical-align: top; padding:5px 0px; width: 100px;text-align:left;}
#webdesign_preview table.bestil_form tr td {padding:5px 0px;}
#webdesign_preview table.bestil_form tr td input {width: 250px;}

#webdesign_pictures .webdesign_message {padding: 5px; font-weight: bold;}

/*fixes for jQuery UI sytyles*/
.ui-state-default {font-size: 0.7em;}
/*END - fixes for jQuery UI sytyles*/

ul.pager {list-style: none;clear:both;display: block;height: 30px;padding-left: 20px;}
ul.pager li { float: left;}
ul.pager li a {display:block;padding: 3px 7px;border:1px solid #ddd;margin-right: 5px;color: #000; font-size: 12px;text-decoration:none;}
ul.pager li a:hover {background-color:#EDEDEE;}
ul.pager li a.active {background-color:#e5eeff;}

.mp_box {margin-bottom: 10px; border: 1px solid #ddd; padding: 5px;}
.mp_box  p.p_header, #techloginfo_box p.p_header {margin: 4px 0 14px; font-weight: bold; font-size: 16px;}
#cpanel-right .mp_box  p.p_header {text-align: left;}
.mp_box .sub_design {float: left; width: 118px; padding:5px; text-align:center;}
.mp_box .sub_design:hover {background-color: #C6D8F5;}
.mp_box a {font-size: 90%; color: #808080;}
#techloginfo_box {
    cursor: pointer;
    font-size: 12.8px;
    background: none repeat scroll 0 0 #EBFBDD;
    border:0;
    border-bottom: 1px solid #62BD19;
    border-top: 1px solid #62BD19;
    color: #407A10;
    display: block;
    padding: 5px;
    text-decoration: none;}
.mp_box #techloginfo .cms_editable {width: 500px;}    
.float_left {float: left;}
.float_right {float: right;}

#tabpanel_.ui-tabs .ui-tabs-nav {font-size: 1.3em;}
#tabpanel_.ui-tabs .ui-tabs-panel {padding:0;}
#tabpanel_  table.panel100wb{width:auto; margin: 5px;}

