
/* General definitions */

.tableft {
	display: inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	width: 1px;
	background-image: url(dhx/tab-right.png);
	background-repeat: no-repeat;
}



.tabright {
	display: inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background-image: url(dhx/tab-right.png);
	background-repeat: no-repeat;
	width: 1px;
	display: none
}

.tabcenter {
	display: inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background-color: transparent;
	background-image: url(dhx/tab-background.png);
	background-repeat: repeat-x;
}
.tabcenterhover {
	display: inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background-image: url(dhx/tab-hover.png);
	background-repeat: repeat-x;


}
.tabcenterselected {
	display: inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background-image: url(dhx/tab-selected.png);
	background-repeat: repeat-x;
	font-weight: bold !important;
}

html {
}

body {
    background-color: #f6f5f1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #000;
    margin: 0em;
    padding: 0px;
    min-height: 100%;
}

div.help {
    background-color: #FFFCE3; 
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #D9D2C1; 
    color: #595611;
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2.5em;
}


img {border: 0px;}

div.tabs {
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	/*height: 26px;*/
	padding-left: 2px;
	vertical-align: bottom;

	background-color: transparent;
	background-image: url(dhx/tab-background.png);
	background-repeat: repeat-x;
	font-size: 7pt;
	line-height: 21px;

}

div.tabs a,div.tabs a:visited,div.tabs a:hover {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9pt;

	font-weight: normal;
	text-decoration: none;
	cursor:hand;
}


div.tabs a:hover {
}

div.tabs a.selected, div.tabs a#selected,div.tabs a#selected:visited,div.tabs a#selected:hover {
color: black;

}

div.tabbottom {
display: none;
    border-bottom-color: #b1cef6;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-left-color: #C0DAFF;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: #C0DAFF;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 3em;
    text-align: right;
    font-size: 50%;
}


div.tabtitle {
    background: transparent;
    line-height: 25px;
    height: 25px;
    background-image: url(th-outlook-blue.jpg);
    background-repeat: repeat-x;
    color: #104186;
    text-align: left;
    font-size: 9pt;
    padding-left: 15px;
    font-weight: bold;
}

div.tabtitle a {
	color: #184190;
}



div.personalBar {
	display: none;
	/* Bar with personalized menu (user preferences, favorites etc) */
	background: #dbdfea;
	border-bottom-color: #b1cef6;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	/*height: 40px;*/
	color: #000;
	padding-right: 3em;
	text-align: right;
	font-size: 50%;
}


div.personalBar a {
	background-color: transparent;
	color: #436976;
	font-weight: normal;
	margin-left: 1em;
}


div.tabcontent {
    background: #ffffff;
    border-bottom-color: #4096e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #4096e4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #4096e4;
    border-right-style: solid;
    border-right-width: 1px;
    padding-left: 10px;
}

div.tabcontent #form_wsmenuadminblocks{
    margin-bottom :0px;
}



div.content {
	text-align: left;
	margin-left: 5px;
}

/* table stuff */

table {
	border-collapse: collapse;
}


table.outer td, table.outer.th, table.form td, table.form.th {
	border-right: 1px solid #b1cef6;
	border-bottom: 1px solid #b1cef6;
}

table.outer td{
	padding-left: 5px;
}

th {
	background-color: #e3efff;
	padding : 5px;
	color:  #104186;
	font-size: 9pt;
	font-weight: normal;
	background-image: url(th-background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;

	}

.outer {
	border-collapse: collapse;
	border: 1px solid #6891cf;
	background-color: white;
	padding-left: 1px;
	padding-top: 1px;
}


.head {
	background-color: #c1dbff;
	padding: 5px;
	font-weight: normal;
	color: #104186;
	}



.foot {background-color: #ABC8E2; padding: 5px; font-weight: bold;}

tr.head td {background-color: #ffffff; padding: 5px; font-weight: bold;}

.even, tr.even > td {background-color: #E5EFF9; padding: 5px; color: #000000;}

.odd, tr.odd td {background-color: #F4F7FB; padding: 5px; color: #000000;}

tr.foot td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}


table.form {
	/* The default table for listings.*/
	margin: 0em 0em 0em 0em;
	padding: 0em;
}
table.form tr {
    padding: 0em;
}

table.form td {
    margin-top:10px;
    padding: 0.5em 1em 0.5em 1em;
}

table.formresizer {
	padding: 0px;
	margin: 0px;
}

table.formresizer td {
    margin-top:0px;
    border: 1px solid black;
    margin:0px;
    padding:0px;
    width: 21px;
    height: 21px;
}




/*forms elements*/
form {margin: 0px;}

input[type="button"], input[type="submit"] {
        height: 22px;
        background-color: transparent;
        background-image: url(/modules/wsMyAdmin/images/next-button-background.png);
        background-repeat: repeat-x;
        border: 2px solid #b1cef6;
}
input {
        border: 1px solid #b1cef6;
        background-color: #ffffff; // change this to white.
}
select {
        border: 1px solid #b1cef6;
        background-color: #ffffff; // change this to white too.
}


textarea { border: #b1cef6 1px solid; width: 430px; font: 11px verdana, arial, helvetica, sans-serif;}

input.formTextBox { border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif;}

select { border: #000000 1px solid; font: 10px verdana, arial, helvetica, sans-serif;}



input.checkbox {border: 0px;background: transparent;}

input.radio {border: 0px;background: transparent;}


/* headings /*
hr { height: 3px; border: 3px #E18A00 solid; width: 95%;}





h1 { font-size: 20px;}

h2 { font-size: 18px;}

h3 { font-size: 16px;}

h4 { font-size: 14px;}


/* links */

a:link {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}

a:visited {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}

a:hover {text-decoration: none; color: #104186; font-weight: bold; background-color: transparent;}



/* Redirect messages */

div.errorMsg { background-color: #FF3737; color: White; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}

div.OLDconfirmMsg { background-color : #DDFFDF; color: #136C99; text-align:center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;}
div.confirmMsg, .redirect {
        width: 70%;
        margin: 110px;
        text-align: center;
        padding: 15px;
        border: #6891cf 1px solid;
        color: #104186;
        background-color: #b1cef6;
}
.redirect a:link {color: #104186; text-decoration: none; font-weight: bold;}
.redirect a:visited {color: #104186; text-decoration: none; font-weight: bold;}
.redirect a:hover {color: #104186; text-decoration: underline; font-weight: bold;}
.redirect hr {
	height: 1px;
	border: 1px #6891cf solid;
	width: 95%;
}


/* General small */

.fontSmall { font-size : 10px; background-color: transparent;}

a.fontSmall { color: #006699;}

a.fontSmall:hover { color: #C23030; text-decoration: underline;}




/* General definitions */

table.stdgr {
    /* The default table for listings.*/
    border-collapse: collapse;
    border-left: 1px solid #C0DAFF;
    border-right: 1px solid #C0DAFF;
    border-top: 1px solid #C0DAFF;
    border-bottom: 1px solid #C0DAFF;
    font-size: 90%;
    margin: 1em 0em 1em 0em;
    clear: both;
}
table.stdgr th {
	background-color: #e3efff;
	padding : 5px;
	color:  #104186;
	font-size: 9pt;
	font-weight: normal;
	background-image: url(th-background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;


	border-top: 1px solid #dae9fc;
	border-bottom: 1px solid #dae9fc;
	border-right: 1px solid #C0DAFF;
	border-left: 1px solid #C0DAFF;
	padding: 0em 1em 0em 1em;


	white-space: nowrap;
}
table.stdgr tr.odd {
    /*every second line should be shaded */
    background: White;
}

table.stdgr tr.hover {
    /*every second line should be shaded */
    background: #E7EFF7;
}

table.stdgr tr.even {
    background: #DBEAFF;
}

table.stdgr td {
    border-right: 1px solid #C0DAFF;
    padding: 0em 1em;
}

table.stdgr td.OPEN {
    border-right: 1px solid #C0DAFF;
   	border-bottom: 1px solid #C0DAFF;
	padding: 0em 1em;
	 background: #e3a5ac;
}

table.stdgr td.PAID {
    border-right: 1px solid #C0DAFF;
 	border-bottom: 1px solid #C0DAFF;
    padding: 0em 1em;
	 background: #CDE2A7;
}

table.stdgr td.STORNO {
    border-right: 1px solid #C0DAFF;
	border-bottom: 1px solid #C0DAFF;
    padding: 0em 1em;
	 background: #4F9EE8;
}

table.stdgr td.REMINDED {
    border-right: 1px solid #C0DAFF;
	border-bottom: 1px solid #C0DAFF;
    padding: 0em 1em;
	 background: #F7475B;
}

table.stdgr a {
    text-decoration: none;
}
table.stdgr img {
	padding:0px;
	margin:0px;

}

.marginBottom22 {
  margin-bottom: 22px !important;
}

.inline-block {
  display: inline-block;
}

/* TreeListControls */

.tlc_node_row_hover {
        background-color: #dbdfea;
}

.blocksAdminMenu{
        background-color: #dbdfea;
}

/* css related to block administration */



fieldset.drag_drop_fieldset legend {
	color: #104186;
}

fieldset.drag_drop_fieldset {
	border-color: #4096e4;
}

div.drag_drop_fieldset_toolbox {
	border: 1px solid #4096e4;
	background-color: #dbeaff;
}

div.dd_block_zone {
	background-color: #dbeaff;
	color: #104186;
	border: 1px solid  #4096e4;
}

div.block_zone_actions {
	background: white;

}

div#popup_blockcontent_div {
	background-color:#dbeaff;
}

div#drag_drop_blocks_table_main {
	background-color: #dbeaff;
	border: 1px solid #104186;
}

div#drag_drop_blocks_table_selector {
	border-bottom:1px solid black;

}

div#toolboxes_container_main {
	background-color:#dbeaff;
	border: 1px solid #4096e4;
}


.dd_block_zone_close{
	background-image: url(/admin/express/images/menu/close.png);
	width: 32px;
	height: 32px;
}
.closeIcon{
	background-image: url(/admin/express/images/menu/close.png);
	width: 32px;
	height: 32px;
}

/*hover effect for wsMenu site structure*/
.tlc_node_row_hover {
	position: relative;
	background-color: #C1DBFF;
	height:20px;
}
/*Contextual menu for wsMenu site structure*/
.wsMenu_Contextual_Menu  {
	position: absolute;
	width:  100px;
	top: 0px;
	left: 0px;
	background-color: #dbeaff;
	visibility: hidden;
	border: 1px solid;
	border-color: #eeeeee #666666 #666666 #eeeeee;
	padding: 2px;
	z-index: 5;
	filter: alpha(opacity=100);
	-moz-opacity:1
}

.menuitem {
	color: #000000;
}

a.menuitem:hover {
	color: #10419B;
	background-color: transparent;
	background-image: url(back.png);
}


/* WsMenu Block Management */
.wsMenuBlocks_ListOnDragOver {
	background-color: #dbeaff;
}


.tableWithHighlightedRows tr:hover td  {
	background-color: #CFE7FF;
}

