/**
 * Knops Publishing: channel skin.css
 *
 * Channel:	 	International tax
 * Description:	Stylesheet containing colorscheme for current channel
 *
	
 * Author: 		Davy De Pauw
 * Created: 	17/07/2007
 * Modified:	17/07/2007
 */


/* xhtml elements
---------------------------------------------------------- */
 
body {
	color: #3F182B;
	background: #fff url(../img/bg_body.jpg) fixed repeat-x 0 0;
}

button { color: #000; background-color: #939598; }

input.button {background-color: #7A003C;}

/* header */
#header { background: #fff; }
#logo a { background: url(../img/businesslawnet.png) no-repeat 0 5px; }
#subheader { color: #939598; background: #7A003C; }
#knops a { color: #939598; }

#subheader h1 { color: #fff; }
#subheader h1 span { color: #939598; }
#subheader h1 a { color: #939598; }
#subheader h1 a:hover { color: #fff; }

#meta, #meta a { color: #939598; }
#meta a:hover { color: #fff; }
#nav li a, #lang li a { color: #939598; }
#nav li.selected a { color: #fff; }

#nav li { border-left: 1px solid #fff; }
#lang li { border-left: 1px solid #7A003C; }
#lang li.selected a { color: #7A003C; }

#tabs li a {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;	
}
#tabs li a, .tab .links li a { color: #fff; }
#tabs li a:hover, .tab .links li a:hover { color: #fff; }
#tabs li.tabs-selected a, 
#tabs li.tabs-selected a:hover { color: #7A003C; }

#tabs { background-color: #7A003C; }
#tabs li { background-color: #7A003C; }
 
/* current tab */
#tabs-wrapper a { color: #91AA9D; } 
#tabs-wrapper a:hover { color: #3E606F; } 
 
/* library -> browse */
#library { background: #7A003C; }
#browse h2 { color: #DCDDDE; border-bottom: 1px solid #DCDDDE; }
#browse ul li a { color: #939598; background: url(../img/ico_folder.gif) no-repeat 20px 6px; }
#browse ul li.selected a, #browse ul li a:hover { color: #7A003C; background-color: #DCDDDE; }
/* library -> contents */
#contents { background: #DCDDDE; }
#contents h3 { color: #7A003C; border-bottom: 1px solid #7A003C; }
#contents ul li { background: url(../img/ico_file.gif) no-repeat 0 3px; }
#contents ul li a .author { color: #71857a; }

#contents, #contents a { color: #000; }
#contents a:hover { color: #000; }
#contents .item .thumb { border: 4px solid #7A003C; }
#contents .item .thumb:hover { border: 4px solid #DB0962; }

#content img.inline { border: 4px solid #1B3644; }
#content a { color: #000; }
#content a:hover { color: #000; }

.page #footer { border-top: none;}
#footer {border-top: 1px solid #E8EDDE;}
#footer, #footer a { color: #939598; }

fieldset .box, form #information, fieldset .messagebox { background: #E5E5E5;}
fieldset h2 { color: #7A003C;}

#loading p a{
	padding: 10px 40px;
	background: url(/img/loader12.gif) no-repeat;
	color: #DCDDDE;
}

#browse ul li ul li a { background:transparent url(../img/ico_folder.gif) no-repeat scroll 30px 6px;}
#stafMessage {
	display: block;
	background-color: #E8EDDE;
}

/* extra */
#staf fieldset .box label {
	color: #7A003C;
}