/**
 * @version 1.0 
 * @author Ivor
 * @package CubeFrame 1.3
 * @copyright All intellectual property rights are reserved. 
 * @category  CSS
 * @since Unknown
 * @license http://www.netjam.nl/over-netjam/algemene-voorwaarden/index.html
 *
 *             _    _                 
 *  _ __   ___| |_ (_) __ _ _ __ ___  
 * | '_ \ / _ \ __|| |/ _` | '_ ` _ \ 
 * | | | |  __/ |_ | | (_| | | | | | |
 * |_| |_|\___|\__|/ |\__,_|_| |_| |_|
 *               |__/                 
*/

/**`
 * All
 */
* {
	text-align: left;
}

.clear {
	clear: both;
}

/**
 * Headers 
 */
 

h1,h2,h3,h4,h5,h6 {
	color: #006974;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 150%;
	text-transform: uppercase;	
}

h2 {
	font-size: 125%;	
}

h3 {
	font-size: 110%;	
}

.error {
	color: red;
	font-weight: bold;	
}

/**
 * Links
 */
 
a, a:visited, a:active, a:hover {
	color: #343434;	
}

/**
 * Body
 */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #343434;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

input,textarea,option,select {
	font-family: verdana;
	font-size: 11px;
	
}

body {
	padding: 0px;
	margin: 0px;
}

/**
 * Footer
 */
 
div#admin_footer {
	text-align: center;	
}

/**
 * Navigation
 */
 

ul#nav {
	position: absolute;
	z-index: 65500;
	width: 100%;
	background-color: #006974;
	border-top: 1px solid #006974;
	
}

ul#nav li.li1 {
	margin-left: 1px;
}

ul#nav li.menu_spacer:hover {
	background-color: #006974 !important;
}

/**
 * Wrapper
 */
#wrapper {
	margin-top: 2px;
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #ffffff;
	border: 1px solid #343434;
	position: relative;
	border-bottom: 10px solid #006974;
	
}

/**
 * Colors
 */
span.greenspan {
	color: green;
	font-weight: bold;
}

span.fat {
	color: #8a4e12;
	font-weight: bold;
	font-size: 14px;
}

/**
 * Header
 */
#header {
	
	background-image: url(../../images/admin/cmslogo.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	height: 90px;
	width: auto;
	z-index: 65500;
	
	}


/**
 * Footer
 */
 
#admin_footer {
		
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	
	padding: 10px;
	}


 

/**
 * Content
 */
#content {
	z-index: 1;
	position: relative;
	padding: 10px;
	padding-top: 0px;	
	background-repeat: no-repeat;
	margin-top: -20px;
	
	
		
}

.loading {
	background-image: url(../../images/admin/loading.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.div {
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;	
}

/**
 * Generic item div
 */

div.item {
	border: 1px solid #999999;
	padding: 10px;
	
	background-color: #ffffff;
	position: relative;
	padding-top: 20px;
}


/** 
 * Forms
 */
form fieldset {
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	position: relative;
	
}


form input:focus, form select:focus, form textarea:focus {
	background-color: #d0faff;
}

form input.file {
	width: auto;	
}

form div.fieldset_content_hidden {
	display: none;
}

form fieldset legend a {
	padding-left: 20px;
	background-repeat: no-repeat;	
}

form fieldset legend.visible a {
	background-image: url(../../images/admin/arrow_up.gif);	
}

form fieldset legend.hidden a {
	background-image: url(../../images/admin/arrow_down.gif);	
}


form fieldset legend {
	color: #343434;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}

form fieldset p label {
	font-weight: bold;	
	margin-bottom: 3px;
	
}
form fieldset p.haslanguage {
	background-repeat: no-repeat;
	text-indent: 20px;
}

label.checkbox {
	font-weight: normal;
	display: inline;
	margin-bottom: 0px;
	cursor: pointer;	
}

label.inline {
	display: inline;
	font-weight: normal;
}

form fieldset p input {
	width: 700px;
}

form fieldset p input.radio {
	width: auto;
}

form fieldset p textarea {
	width: 700px;
	height: 200px;
}

input.checkbox {
	width: auto;
}

div.form_checkboxes {
	background-color: #ffffff;
	height: 200px;
	width: 800px;
	border: 1px solid #999999;
	overflow-y: scroll;	
	
}

input.submit:hover {
	background-color: #343434;
	color: #ffffff;
}

input.submit {
	height: 25px;
	padding-left: 25px;
	width: auto;
	background-color: #006974;
	color: #ffffff;
	text-align: center;
	border: 1px solid #999999;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 10 5;
	text-indent: 10px;
	padding-right: 15px;
}

fieldset.geo p {
	width: 400px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

fieldset.geo input {
	width: 250px;
}

fieldset input.checkbox {
	width: auto;
}

fieldset label.checkbox {
	display: block;	
}
fieldset label.checkbox:hover {
	background-color: #d0faff;
}

.notrequired {
	border-left: 2px solid green;
}

.required {
	border-left: 2px solid red;
	
}

.required-filled {
	border-left: 2px solid green;	
}


/**
 * Generic heading
 */
 
div.heading {
	background-color: #343434;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #999999;
	
}

/**
 * Generic box
 */
 
div.box { 
	margin-bottom: 10px;
	display: block;
	border: 1px solid #999999;
	padding: 10px;
}
 

/**
 * Listview filter 
 */



fieldset.filters {
	padding: 0px;
	border: 0px;
	
}

fieldset.filters label {
	font-weight: normal;
}
 
 
div#listview_filters { 
	margin-bottom: 10px;
	display: block;
	border: 1px solid #999999;
	padding: 10px;
	background-color: #f0f0f0;
	
	
}
form.listview_filters {
	padding: 0px;
	margin: 0px;

}
form.listview_filters p {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
}

form.listview_filters p label {
	margin-right: 5px;
	width: auto;
}
form.listview_filters p input {
	width: 80px;
}

form.listview_filters p input.num {
	width: 40px;
}



/**
 * Listview tables
 */
table.listview a,table.listview a:visited,table.listview a:active,table.listview a:link
	{
	color: #8a4e12;

}

table.listview {
	width: 100%;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	
}

table.listview td.border-right {
	border-right: 1px solid #999999;
}

table.listview td.border-left {
	border-left: 1px solid #999999;
}
table.listview th {
	text-align: left;
	background-color: #343434;
	padding: 2px;
	color: #ffffff;
	line-height: 20px;
	height: 20px;
	border-top: 1px solid #999999;
}

table.listview tr.center th {
	text-align: center;
}

table.listview th a, table.listview th a:link, table.listview th a:visited, table.listview th a:active, table.listview th a:hover {
	color: #ffffff;
	text-decoration: none;	
}

table.listview td {
	padding: 2px;
	background-color: #f0f0f0;
}

table.listview tr td {
	border-top: 1px solid #999999;
}

table.listview tr.altrow td {
	background-color: #e0e0e0;
}

table.listview tr:hover td,table.listview tr.sfHover td {
	background-color: #d0faff;

}

table tr.altrow:hover td,table tr.sfHover td {
	background-color: #d0faff;
}

img.listviewthumb {
	border: 1px solid #999999;	
}

/**
 * Listview navigation 
 */
div.listview_nav {
	margin-left: 400px;
	margin-right: 400px;
	text-align: center;
	width: 200px;
}

div.listview_nav_icons {
	width: 50px;
}

div.listview_nav_text {
	width: 100px;
}

div.listview_nav_icons,div.listview_nav_text {
	float: left;
	text-align: center;
}


/**
 * Add button 
 */

a.fakebutton:active, a.fakebutton:visited, a.fakebutton:link {
	color: #ffffff;	
}

a.fakebutton:hover {
	background-color: #343434;
	color: #ffffff;
}
a.fakebutton {
	position: relative;
	display: block;
	width: auto;
	text-indent: 25px;
	background-color: #006974;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	border: 1px solid #999999;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	float: left;
	margin-right: 10px;
}

.button_login {
	background-image: url(../../images/actions/lock.png);
}

.button_excel {
	background-image: url(../../images/actions/excel.png);
}


.button_add {
	background-image: url(../../images/actions/add.png);
}
.button_refresh {
	background-image: url(../../images/actions/refresh.png);
}

.button_download, .button_export {
	background-image: url(../../images/icons/arrow_down.png);
}

.button_sort {
	background-image: url(../../images/actions/sortcats.png);
}


.button_edit {
	background-image: url(../../images/actions/edit.png);
}

.button_link {
	background-image: url(../../images/actions/link.png);
}


.button_print {
	background-image: url(../../images/actions/printer.png);
}

.button_back {
	background-image: url(../../images/actions/back.png);	
}

.button_save {
	background-image: url(../../images/actions/save.png);	
}

.button_search {
	background-image: url(../../images/actions/search.png);	
}

.button_clear {
	background-image: url(../../images/actions/clear.png);	
}

.button_world {
	background-image: url(../../images/icons/world.png);	
}

.button_hide {
	background-image: url(../../images/actions/hide.png);	
}

.button_activate {
	background-image: url(../../images/actions/activate.png);	
}




/** CUSTOM **/

div.calendar {
	z-index: 65500;
}

div#recip, div#recip td,  div#recip th{
	font-size:13px;
}
div#recip th {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

div#recip h1 {
	color: #000000;
	display: block;
}

#recip_remarks {
	width: 600px;
	height: 200px;
	border: 1px solid #f0f0f0;
	font-size: 140%;
	
	overflow: hidden;	
}

div#recip h3 {
	color: #000000;
}




div#breadcrumb {
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	
	
	text-transform: lowercase;
	font-style: italic;
}

div#breadcrumb a {
	text-transform: capitalize;
	font-style: normal;	
}

div#breadcrumb a, div#breadcrumb a:link, div#breadcrumb a:active, div#breadcrumb a:visited {
	text-decoration: none;
	font-weight: bold;
	
}




/**
 * Admin menuitems view
 */
 
 
div#menulist_admin {
	background-color: #ffffff;
	border: 1px solid #999999;	
	padding: 5px;
	cursor: move;
}

div#menulist_admin.fck {
	cursor: pointer;
}


div#menulist_admin ul, div#menulist_admin li {
	list-style: none;

}
div#menulist_admin ul {
	
	margin: 0px;
	padding: 0px;		
	width: 960px;
	overflow: hidden;
}

div#menulist_admin ul li {
	display: block;
	width: 100%;
	
	
}

div#menulist_admin ul li ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

div#menulist_admin ul li div.menuitem {
	border-bottom: 2px solid #f0f0f0;		
}

div#menulist_admin ul li div.menuitem:hover, div#menulist_admin ul li div.menuitem.sfHover {
	border-bottom: 2px solid #b5f2f9;
	font-weight: bold;
	
}


div#menulist_admin li div.modulesub_name {
	font-style: italic;
}

div#menulist_admin li div.menuitem_name {
	
		
	
}

div.menulist_admin {
	background-color: #ffffff;
	border: 1px solid #999999;	
	padding: 5px;
	cursor: move;
}


div.menulist_admin ul, div.menulist_admin li {
	list-style: none;

}
div.menulist_admin ul {
	
	margin: 0px;
	padding: 0px;		
	width: 960px;
	overflow: hidden;
}

div.menulist_admin ul li {
	display: block;
	width: 100%;
	
	
}

div.menulist_admin ul li ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

div.menulist_admin ul li div.menuitem {
	border-bottom: 2px solid #f0f0f0;		
}

div.menulist_admin ul li div.menuitem:hover, div.menulist_admin ul li div.menuitem.sfHover {
	border-bottom: 2px solid #b5f2f9;
	font-weight: bold;
	
}


div.menulist_admin li div.menuitem_name {
	
		
	
}



div.menuitem_name {
	float: left;
	width: 860px;
}


div.menuitem_options {
	float: left;
	text-align: right;
	width: 100px;
}



.menulist_target {
	background-color: #f0f0f0;
	border: 1px solid #999999;
	z-index: 0;
}

.ui-sortable {
	z-index:65500;
}


div#listview_multiple_actions {
	float: left;	
	
}

div#listview_perpage {
	float: right;
}


/** Sortable list **/

ul.sortable li {
	padding: 2px;
	border-bottom: 1px solid #aaaaaa;
}

ul.sortable li:hover {
	background-color: #ffffff;
	
}


/** Tabs **/

ul.tabs {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 10px;
}

ul.tabs li, ul.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.tabs li {
	float: left;
	border-right: 1px solid #ffffff;
	
}

ul.tabs li a,  ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a:visited{
	display: block;
	float: left;
	padding: 5px;
	color: #ffffff;
	background-color: #006974;
	text-decoration: none;
	
}

ul.tabs li a:hover, ul.tabs li a.active {
	background-color: #000000;
}


/** Productcategory tree **/

ul.productlistmain, ul.productlistmain li, ul.productlistmain ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.productlistmain {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 10px;
}

ul.productlistmain ul {
	margin-left: 30px;
	
}

ul.productlistmain ul li {
	display: block;
	width: 100%; 
	cursor: move;
	border-top: 1px solid #999999;	
}

ul.productlistmain li.alt {
	
}

ul.productlistmain ul li span.wrap {
	background-color: #ffffff;
	margin-left: 10px;
	padding: 5px;
	display: block;
}


/**
 * Category list for forms
 */

ul.form_category, ul.form_category li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.form_category ul  { 
	margin-left: 10px;
}

ul.form_category ul li {
	font-weight: bold;
}
ul.form_category label {
	cursor: pointer;
	font-weight: normal;
}

div.systemwarnings {
	border: 2px solid #ff0000;
	padding: 10px;
	width: 600px;
	margin-bottom: 10px;
	background-color: #ffaaaa;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 200;
}


/**
 * Menu
 */

	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	z-index:		65500;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li.menu_spacer {
	margin-right: 3px;
	width: 220px;
	float: right;
	display: block;
	color: #ffffff;
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
}

.sf-menu li.menu_right {
	float: right;	
}

.sf-menu li {
	float:			left;
	position:		relative;
	z-index:		65500;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		65500;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			190px;; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:link, .sf-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#006974;
}
.sf-menu li li {
	background:		#f0f0f0;
}

.sf-menu li li a  {
	color:			#000000 !important;	
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#343434;
	outline:		0;
}


.sf-menu li li:hover,  .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active{
	background:		#343434;
	color:			#ffffff !important;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/admin/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../images/admin/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

