/**
 * Author: Jonnie Franssen <jonnie@mijndomein.nl>
 * Version: 0.1
 * Name: main.css
 */
 
/*** Defaults ***/

HTML, BODY
{
	height:100%;
	width: 100%;
}
/*clearfix*/
* HTML #websitecontent
{
	height: 100%;
}
#websitecontent
{
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#websitecontent:after
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
/*End hide from IE-mac*/

/*** End Defaults ***/

/*** Lightbox ***/
.lightbox_underlay
{
	z-index: 254;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	background-color: #000000;
}
.lightbox
{
	z-index: 255;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
}
.lightbox_basic
{
	z-index: 255;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	overflow: auto;
}
.lightbox_transp1
{
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.lightbox_transp2
{
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
/*** End Lightbox ***/

/*** fixes ***/
.comment_text:after, .normaltext:after, .content:after, .mediaalbum-category-view .items:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.comment_text, .normaltext, .content, .mediaalbum-category-view .items
{
	display: inline-block;
}
.comment_text, .normaltext, .content, .mediaalbum-category-view .items
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*** End fixes ***/

.mediainteriorwrapper
{
width:98%;height:400px;background-position:center center;background-color:#eeeeee;border:3px solid #cccccc;background-repeat:no-repeat;
}
.mediaitemTN
{
	float:left;
	width:75px;
	margin:4px;
}
.mediaalbum-category-view .title
{
	padding-left:10px;
}
.mediaalbum-category-view .intro
{
	padding-left:10px;
}
.mediaalbum-category-view .items
{
	padding-left:10px;
}

#block_main .mediaalbum-category-view
{
	margin-bottom:10px;
}
.form-category-view .title
{
	padding-left:10px;
}
#block_main .form-category-view .simpletext
{
	padding:0 0 10px 10px;
}
#block_main .form-category-view .form_container
{
	padding:10px 0 0 10px;
}

.tabcontent
{
padding-left:20px;

}
.indent
{
padding-left:20px;
}

.grouprow
{
padding-bottom:10px;
}
	
.grouprow .grouprowtitle
{
font-size:14px;
color:white;
}

.grouprow .grouprowtext
{
font-size:12px;
color:white;
padding-bottom:12px;

}
.notify-cb-title{padding-left:3px;vertical-align: top;}
.close-anchor, .notify-anchor{margin:0 0 0 3px;text-decoration:underline;cursor:pointer;}
a.close-anchor:hover, a.notify-anchor:hover{text-decoration:underline;}

.subscribebutton
{
	border:0px;
	background-color: transparent;
	text-decoration: underline;
	margin-bottom:20px;
	cursor:pointer;
	
}

/**
 * 	For forum module
 */


.forumbreadcrumb 
{
padding-left:0px;
}
.forumbreadcrumb .breadcrumb
{
	display:inline;
	
}
.forumbreadcrumb .breadcrumb:before
{
	content:">";
}
.forum .commentInfoContainer
{
	float:left;
	margin:10px;
	margin-left:0px;
	width:150px;
	border:1px solid #dddddd;
	padding:10px;
	border-left:0px;
	
}

.forumThreadStatusclosed 
{
border:1px solid red;
}
.forum .forumThreadTitle a
{
	font-size:20px;
}
.forum .threadcomment
{
	clear:top;
	margin:10px;

	padding-left:0px;

	border:1px solid #dddddd;

	margin-top:5px;
	margin-bottom:5px;
}
.forum .commentcontent
{

}
.forum .commentcontent p
{
	font-size:12px;

	padding-top:10px;
	
	
}
.forum .commentavatar
{
	clear:left;
	border-radius:5px;
	height:100px;
	width:100px;
	background-position:center;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	
	
}
.forum .forumCategory
{
border:1px solid #dddddd;
padding:10px;

margin-bottom:10px;
}
.forum .categorydescription
{
	font-style:italic;
	font-size:12px;
}
.forum .forumCategoryTitle
{
font-size:25px;

}
.forumCategoryLeftSide
{
	float:left;
}
.forum .forumCategoryThreadContainer
{

}
.forum .forumThreadListView
{
	border:1px solid #dddddd;
	padding:10px;
	
	margin-bottom:10px;
}
.forum .forumThreadListViewTitle
{
	font-size:16px;
}
.forum .categorydescription
{
	margin-bottom:10px;

}
.forumThreadInfoContainerLeft
{
	float:left;
	margin-right:5px;
	font-size:8px;
}

.forumThreadInfoContainer
{
	float:right;
	margin-left:5px;
	font-size:8px;
}
.commentAdminPost
{

	background-color:#555;
	color:white;
}
.commentForumAdminPost
{
	background-color:#eeffee;
}
.forumadmincomment
{
clear:both;
color:#fb4;

}
.admincomment
{
color:#7c7;
clear:both;
}
.commentpostedon
{
clear:both;
font-size:10px;
}
.forumThreadInfoContainer .description
{
	font-weight:bold;
	
}
.forumThreadInfoContainer .commentby
{
	float:left;
	padding-right:10px;
}
.forum .commentavatarmini
{

	
	height:20px;
	border-radius:5px;
	
}		
.forumbuttontray
{
	border:1px solid #dddddd;
	background-color:#eee;
	padding:10px;
	
}
.forumbuttontray button
{
	border:1px solid #bbb;
	color:white;
	margin-left:10px;
	background-color:#444;
	font-size:12px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.forumThreadSticky1
{
	border:1px solid black;
	background-color:#ddd;
}
.forumThreadSticky0
{
	
}

.forumThreadStatusopen 
{

}
.forumicon_sticky {width: 20px;height:20px;padding: 0;background: transparent url(../Forum/images/icons.png) -0px -0px no-repeat;}
.forumicon_statusclosed {width: 20px;height:20px;padding: 0;background: transparent url(../Forum/images/icons.png) -20px -0px no-repeat;}

.forumicon_admin {width: 20px;height:20px;padding: 0;background: transparent url(../Forum/images/icons.png) -40px -0px no-repeat;}
.forumicon_forumadmin {width: 20px;height:20px;padding: 0;background: transparent url(../Forum/images/icons.png) -60px -0px no-repeat;}

.forum .wsp_pagination
{

width:100%;
text-align:right;
margin-right:10px;
}
.forum .categoryLastPost
{
	float:right;
	width:200px;
	
}
.paginationPagenumber
{
	margin:5px;
}
.currentselectedpagination a
{
	font-weight:bold;
	color:black;
	
}

 .choice_simple .element
{
	/** margin-bottom:10px; **/
}
.choice_simple .element_icon
{
	width:40px;
	padding:2px 0px 2px 6px;
	text-align:center;
}
.choice_simple .element_text
{
	vertical-align:top;
	padding: 2px 0 0 0;
}
.choice_simple .element_text a
{
	white-space:nowrap;
}
.choice_simple .active
{
	font-weight:bold;
}
.choice_simple .inactive
{
	font-style:italic;
}

.ICON2_OKNOK_ok{width:23px;height:18px;padding:0;background:url(../Mijndomein/images/sprite-icons-white-fill.png) -0px -20px no-repeat;}
.ICON2_OKNOK_nok, .ICONW3_delete{width:23px;height:18px;padding:0;background:url(../Mijndomein/images/sprite-icons-white-fill.png) -0px -0px no-repeat;}