.clearShout{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* MENU *******/
#containerShout{
	margin: 1em auto;
	width: 220px;
	
}
/******* /MENU *******/

.BerichtShout{
	font-weight: 700;
	color: #ff7b0a;
}

#containerShout ul{
	list-style: none;
	list-style-position: outside;
}


/******* CONTENT *******/
.contentShoutBericht{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 5px;
	font-size: 11px;
}

.contentShoutBericht a{
	color: #0071b5;
}

.contentShoutBericht span {
    color: #0071B5;
}

/* Weekplanning voor shoutbox */
div.weekplanning{ 
    margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 5px;
	font-size: 11px;
}

.weekplanning .planning_head{
    width: 100%;
    height: 40px;
    background: #555abd;
}

.planning_head h3 {
    float: left;
    padding: 10px 0 0 5px;
    margin: 0;
    font-size: 17px;
    color: #FFFFFF;
}

.planning_head span{
    float: right;
    display: block;
    padding: 10px 5px 0 0;
    font-size: 15px;
    color: #FFFFFF;
}

.weekplanning .dagplanning {
    width: 100%;
    min-height: 10px;
    
    
}



.p_tijd{
    display: block; 
    float: left; 
    width: 40px;
    height: 14px;
}

.dagplanning a{
    display: block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 14px;
}

.dagplanning div{
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 205px;
    min-height: 14px;
    border-bottom: 1px dashed #0071b5;
    overflow: hidden;
}

.p_namen{
    display: block; 
    float: left; 
    width: 140px;
    min-height: 14px;
}

.weekplanning span#planning_link{
    display: block !important;
    padding-top: 5px;
    width: 200px !important;
    text-align: right !important ;
    height: 20px !important;
}

.weekplanning span#planning_link a{
    display: block !important;
    width: 90px !important;
    float: right !important ;
    height: 20px !important;
    color: #0071b5;
    text-decoration: none;
}

.weekplanning span#planning_link a:hover{
    text-decoration: underline;
}

.contentShout{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 0px;
	font-size: 11px;
	list-style: none;
}

button, input[type="submit"], input[type="button"], input[type="file"] {
	color: #0071b5;	
}

.contentShout li{
	padding: 4px;
	background: #FFFFFF;
	color: #ff7805;
	border-bottom: 1px #999 dashed;
}

.contentShout li.odd{
	padding: 4px;
	background: #fff4eb;
	color: #0071b5;
	border-bottom: 1px #999 dashed;
}


.contentShout h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 0px 10px 10px 52px;
	font-size: 32px;
	background: transparent url(/shoutbox/images/bubble.jpg) no-repeat scroll left top;
}

/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
/******* /LOADING *******/