/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #20130f;*/
	background-color: #913a8c;
}
.skinmaster {
	background-color: transparent;
	BORDER-RIGHT: #20130f 0px solid; 
	BORDER-TOP: #20130f 0px solid; 
	BORDER-LEFT: #20130f 0px solid; 
	BORDER-BOTTOM: #20130f 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	width: 1000px;
	height: 165px;
	background-color: transparent;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 325px;
	height: 90px;
}
.skinmenu {
	background-color: transparent;
	padding-left: 20px;
	padding-top: 8px;
}
.skintotal {
	width: 1000px;
}
.shadow_left {
	background-color: transparent;
	background-image: url(images/gradient_left.gif);
	background-repeat: repeat-y;
	width: 152px;
	height: 100%;
}
.leftpane {
	background-color: transparent;
	/*background-image: url(images/gradient_left.gif);
	background-repeat: repeat-y;*/
	width: 152px;
	height: 100%;
}
.content {
	width: 664px;
}
.contentheader {
	background-image: url(images/contentheader.jpg);
	background-repeat: no-repeat;
	width: 679px;
	height: 9px;
}
.contentbackground {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 679px;
	height: 100%;
}
.contenttoppane {
	background-color: transparent;
	width: 644px;
}
.contentleftpane {
	background-color: transparent;
	width: 300px;
}
.contentrightpane {
	background-color: transparent;
	width: 300px;
}
.contentfooter {
	background-image: url(images/contentfooter.jpg);
	background-repeat: no-repeat;
	width: 679px;
	height: 9px;
}
.rightpane {
	width: 145px;
}
.login, a.login:link, a.login:visited, a.login:active, a.login:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #913a8c;
	text-decoration: none;
}
/* News Articles Styles Latest */
.articleTopCell { 
	background-color: #108dce; 
	display: block;
	color: white; 
	font-weight: bold; 
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px; 
	height: 25px; 
	max-height: 16px;
	vertical-align: middle;
}
.articleTopCell .NormalBold { 
	color: #FFF; 
}
.articleContentCell { 
	color: black; 
	padding: 6px; 
	background-color: #FEFEFE; 
}
.articleTextCell { 
	color: black; 
	padding: 6px; 
	background-color: #f3f3f3; 
}
/* Einde Styles Latest News Articles */


.SearchBox {
	background-color: none;
	background-image: url(images/searchbox.jpg);
	background-repeat: no-repeat;
	width: 182px;
	height: 25px;
	border: none;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.SearchTextB {
	background: transparent;
	border: none;
	font-family: Arial;
	color: #913a8c;
	margin-right: 14px;
	width: 145px;
}
.Search_Button, #cmdSearch {
	background-color: none;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 21px;
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.tablerow {
	background-image: url(/Portals/0/images/icons/tablerow.gif);
	background-repeat: repeat-x;
	height: 140px;
	background-color: transparent;
	padding-top: 15px;
	padding-left: 4px;
	padding-right: 8px;
}
/* Geen SolpartMenu */

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family: Verdana; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}



