/*
* { border: 1px solid blue; } 
*/

body {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #fdf4ed;
	 

}

.Heading, h1 {
    font-size: 14px;
    font-weight: bold;
}

h2 {
  font-size: 12px;
  font-weight: bold;
}

a:link {
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-weight: normal; 
    font-style: normal; 
    font-size: 12px; 
    text-decoration: underlined;
}

a:active {
    color: #000000; 
    font-family: verdana, arial, sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 12px; 
    text-decoration: underlined;
}
a:visited {
    color: #000000; 
    font-family: verdana, arial, sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 12px; 
    text-decoration: underlined;
}

a:hover	{
    color: #000000; 
    font-family: verdana, arial, sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 12px; 
    text-decoration: none;
}

img, td, tr {
    margin: 0px;
    padding: 0px;
    border-width: 0;
}

/* listBar is Plone class for batching navigation bar */

.listingBar {
    margin-bottom: 10px;
}

#header {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 10px;
	 width: 940px;
	 text-align: right;
}

#page {
    background-color: #BC94D2;
}

#smallLogos {
    margin: 0;
    padding: 0;
}

#logo, #smallLogos {
    text-align: right;
    height: 46px;
    clear: left;
}

#logo ul, #smallLogos ul {
  margin:0;
  padding:0;
  list-style: none !important;
}

#smallLogos ul {
  padding: 10px 0 0 5px;
  text-align: center;
}

#logo ul li {
  float: left;
}

#smallLogos ul li {
  display: inline;
  line-height: 2em;
  margin: 0 5px;
}

#logo ul li.right {
  float: right;
}

#smallLogos ul li.right {
  float: right;
}

#smallLogos li a {
  color: #666;
  font-size: 0.9em;
}


#columnLeft {
    background-color: white;
    float: left;
    width: 340px!IMPORTANT;
    min-height: 405px;  /* JM */
    margin: 0;
    padding: 0;
}

/*  The Tan hack, to decrease margin in IE
    this is needed to force the two columns together */

* html #columnLeft {
    margin-right: -800px;
}

#leftSlot {
    /* background-color: #E7AACB; */
    background-image: url('bg_learnxtra.gif');
    background-repeat: repeat-x;
    border-color: #E7AACB;
    width:340px;
    min-height: 405px; /* JM */
	float: left;
}

#leftVisual-old {
    width: 340px;
    height:305px;
    overflow:hidden
}

#leftVisual {
    width: 340px;
    min-height:410px;
    position: relative;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
#columnRight {
    margin: 0;
    margin-left: 340px;
	 position: absolute;
	 vertical-align: top;
    background-color: #BC94D2;
    width:600px;
    min-height: 525px;
    padding: 0;
    border: 0;

  color: black;
}
.section-education #columnRight {
  background-color: #fff;
}

* html #columnRight {
  height: 525px;
}

#menuImages {
    background-color: #fedcc1;
    background-color: #E7AACB;
    margin: 0px;
    padding: 0;
    height: 86px;
	 
}

/* The Tan hack, to decrease margin in IE */

*html #menuImages {
    margin-bottom: -4px;
}

#menuImages img {
    margin: 0;
    margin-left: 15px;
    padding: 0;
    border-width: 0px;
}

#menuText {
    margin: 0;
    padding: 0;
    height: 30px;
    background: url('menu_space_text.jpg') repeat-x; 
   }
	

#menuText img {
    margin: 0;
    margin-left: 15px;
    padding: 0;
    padding-right: 4px;
    border-width: 0px;
}


*html #menuText img {
    margin-bottom:-4px;
}

/* Tan hack again, to remove space under images */

#rightScroller {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 600px;
    height: 525px;
}

/* Dropdown vlgs:  http://www.alistapart.com/articles/dropdowns/ */
#menuText ul { /* all lists */
   /* position: fixed; */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
 color: #000;	
	z-index:1;
}
/* @media all and ..... zorgt ervoor dat alleen de opera browser deze code leest */
@media all and (min-width: 0px){
   #menuText ul {
		position: absolute;	
	 }
}

#menuText li { /* all list items */
	float: left;
	position: relative;
   width: 99px;
}

#menuText li ul { /* second-level lists */
	display: none;
	position: absolute;
	margin-top: -5px;
	margin-left:15px;
	width:100% !important;
	min-width: 74px !important;
} 


*HTML #menuText li ul { /* second-level lists */
	margin-top: 40px;
	margin-left:-88px;
} 

#menuText ul div {
    background-color: #fedcc1 !important;
    background-color: #DFC2EE !important;

	 padding: 3px;
    width:auto !important;
	 width: 100% ;
}

#menuText ul li ul li {
    float: none;
	 text-align: left;
	 width:100% !important;
	 min-width: 74px !important;
	 display:block;
 }
 
*html #menuText ul li ul li {
	margin-left: -15px; 
 }

#menuText li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menuText li:hover ul, #menuText li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menuText .menuitem a {
    text-decoration: none;
    color: white;
    color: #672A54;
    display: block;
}
#menuText a:hover {
    color: #672A54;
    color: white;
}

#rightContent {
  clear: left;	 
  /* float: right; */
  margin-top: 20px;
  /* overflow: auto;
  margin: 18px 0px 0px 13px;
  height: 380px;
  */
  padding: 20px;
	 
 /*
 ** scrollbar properties
 */
   scrollbar-face-color:#fedcc1; 
	scrollbar-shadow-color: #672A54; 
	scrollbar-highlight-color: #fedcc1; 
	scrollbar-3dlight-color: #672A54; 
	scrollbar-darkshadow-color:#fedcc1 ; 
	scrollbar-track-color: #fedcc1; 
	scrollbar-arrow-color: #672A54;
	
	z-index: 5 !important;
   /*position: fixed;
	
	width:578px;*/
	/*display: none;*/
}


/* Community homepage stuff */

#poll {
   float:right;
	/* margin:0 180px 5px 5px; */
	margin: 5px;
	vertical-align: top;
    width: 200px;
}
*html #poll{
	/*margin-right:90px;*/
}
/*
** input[type="submit"] werkt alleen niet in IE
*/
input[type="submit"] {
	border: 1px solid #E7AACB;
	background-color:#f67c95;
	color: White;
	font-size:80%;
	font-weight: bold;
	margin: 3px;
}

.portlet {
	font-size: 90%;
}

.portlet h5{
	display:none;
	margin-top: 0px;
}

#profile {
	background-color: #fedcc1;
	/*margin-top: 20px;*/
	/*position: absolute;*/
	float: right;
	right: 0px;
	width: 178px;
	height:345px;
}

*html #profile{
	height:355px;
}

.profile_foto{
	vertical-align: centre;
	width: 89px;
	float: left;
	display: block;
	height: 100px;
}

.myprofile{
	font-weight: bold;
	padding-top: 5px;
	color:#9D263A;
	float: right;
	width: 85px;
}

.description_profile{
	float:right;
	margin-top: 10px;
	color:black;
	width: 85px;
	font-size: 75%;
	height:80px;
	}
.statistics_kader{
	margin-left:5px;
	width: 170px;
}
.statistics_title, .messages_title{
	color:#9D263A;
	font-weight: bold;	
	font-size: 98%;
} 
.statictics{
	float:left;
	font-size: 75%;
	width: 85px;
}

.statictics_result{
	color: #BC94D2;
	font-size: 75%;
	float: right;
}
.statictis_meter{
	margin-bottom: 10px;
	font-size: 75%;
}


.messages{
	float:left;
	font-size: 75%;
	width: 85px;
}

.messages_result{
	color: #89968f;
	font-size: 75%;
	float: right;
}
.messages_meter{
	margin-bottom: 10px;
	font-size: 75%;
}
.upload_images{
	font-size:75%;
}
/*
** EERSTE PAGINA VAN COMMUNITY
*/


#txt_content{
    /* width: 395px; removed because profileportlet is removed */
    /* height: 380px;
    overflow: auto; */
}

#txt_content P{
    overflow: auto;
}

*html #txt_content{
    /* width: 386px; removed because profileportlet is removed */
}


/* May need margins and not */
.smalllogo {
    vertical-align: bottom;
}

/* Tan hack */

* html .smalllogo {
    vertical-align: top;
}

/* Home page */

.home-left {
  float: left;
  width: 46%;
}
.home-right {
  float: right;
  width: 46%;
}
.home-login input {
  margin-bottom: 1em;
}

/* Photos & videos */
.asset-col {
  float: left;
  width: 45%;
  z-index: 9;
  margin-right: 4%;
}
.asset-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asset-col ul li {
  margin-bottom: 0.5em;
}
.asset-col li span {
  display: block;
  font-size: 95%;
}
.breads {
  text-align: right;
}
.asset-col h5 {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 1em;
}
.trans-img {
  color: #000;
  min-height: 410px;
  background-image: url(/bg3.png);
  background-position: left 301px;
  background-repeat: repeat-x;
  /*-moz-opacity: 0.75;
  filter: Alpha(Opacity=75);
  opacity: 0.75; */
  padding: 0; 
  margin: 0;
  z-index: 5;
}
* html .trans-img {
  height: 410px;
}
*+html .trans-img {
  height: 410px;
}
.trans-img .padding {
    padding: 303px 0px 10px 20px !important;
}
* html .trans-img .padding {
    padding: 297px 0px 10px 20px !important;
}
*+html .trans-img .padding {
    padding: 297px 0px 10px 20px !important;
}
.asset-col .padding {
  background-color: #E7AACB;
  padding: 0.5em !important;
  margin-bottom: 10px;
}
* html .asset-col .padding {
  background-color: #E7AACB;
  padding: 0.5em !important;
}
*+html .asset-col .padding {
  background-color: #E7AACB;
  padding: 0.5em !important;
}
.videobox {
padding: 0 0 20px 20px;
}
* html .videobox {
padding: 0 0 20px 20px;
margin-top: -8px;
}
*+html .videobox {
padding: 0 0 20px 20px;
margin-top: -10px;
}
.getflash {
  padding-top: 10px;
  padding-right: 20px;
  text-align:center;
}
.getflash a {
  display: block;
  padding-top: 6px;
}

