/* CSS Document */

#content { 
 background: #FFF;
 width: 776px;
 overflow: hidden;
 margin:0;
 padding:0;
 font-family: verdana; 
 color: #444;
}

#contentRight { 
 margin: 0 0 10px 10px; 
 float: left; 
 width: 560px;
 font-size: 11px;
}

#content .sHide { display: none; }

/* ------                 Text opmaak                  ----- */

#contentRight a { color: #EC008C; font-weight: bold; text-decoration: none; }
#contentRight #titlecontent,
#contentRight #titlecontent2 { font-weight: bold; font-size: 14px; }
  
/* ------                Table classes                  ----- */

#content table { border-collapse: collapse; border: none; }
#content table td.header,
#content table th { border-bottom: 1px solid #EC008C; background: #EEE; }
#content table td { padding: 10px; }
#content table.inhoud { border: 1px solid #CCC; } 



/* ------          CSS Document voor student time         ----- */
/* ------ Dit document bevat alles binnen de content area ----- */


#contentheader {
margin:0 0 1px 0;
padding:10px 0 7px 11px;
background:#ec008c;
}

#sidebar {
 margin:0;
 padding:0;
 border-right: 1px solid #fff;
 float: left;
 overflow: hidden; 
 width: 192px;
}

/* Submenu */

#submenu {
margin:0;
padding:10px 0 10px 10px;
float:left;
width:182px;
list-style-type:none;
}

#submenu li {
margin:0 0 1px 0;
padding:0;
width:192px;
background:#e6e6e6 url('/images/studentstyle/bg_menuitem.gif') no-repeat 169px 7px;
}

#submenu li.break {
background: #d6d6d6;
height: 20px;
}

#submenu a {
margin:0;
padding:5px 0 0 10px;
display:block;
height:19px;
text-decoration:none;
font-size:.7em;
color:#666666;
}

#submenu a:hover {	
text-decoration:underline;
color:#000;
}

#submenu ul {	
margin:0;
padding:0;
display:none;
list-style:none;
margin-left:193px;
}

/* Friendlist */

#friendlist {
border:1px solid #CCCCCC;
clear:left;
float:left;
margin:0pt 0pt 0pt 10px;
padding:0pt 0pt 5px 5px;
width:175px;
display:inline;
}

#friendlistheader {
margin:0;
padding:5px 0 0 0;
}

#friends {
margin:5px 0 0 0;
padding:0;
list-style:none;
font-size:.7em;
}

#friends a {
text-decoration:none;
color:#666;
line-height:1.5em;
}

#friends a:hover {
text-decoration:underline;
color:#000;
}

/* Studenttime menu */
#studenttime {
margin:0;
padding:0 0 10px 10px;
width:182px;
float:left;
clear:left;
background:#fff url('/images/studentstyle/bg_studenttime_temp.gif') no-repeat 10px 5px;
}

#links {
margin:55px 0 0 0;
padding:0;
width:192px;
list-style:none;
font-size:.7em;
}

#links li {
margin:0 1px 1px 0;
float:left;
}

#links a {
margin:0;
padding:0 0 0 13px;
display:block;
float:left;
width:78px;
height:19px;
text-decoration:none;
color:#666;
line-height:1.5em;
background:#e6e6e6 url('/images/studentstyle/bg_menuitem_links.gif') no-repeat 4px 7px;
}

#links a:hover {
text-decoration:underline;
color:#000;
}

/* Content */

#contentbody {
margin:0;
padding:0 10px 0 10px;
float:right;
width:307px;
font-size:.75em;
line-height:1.4em;
color:#333;
}

.logged {
font-size:12px;
}

.friends {
font-size:12px;
}


#breadcrumbs { margin: 10px 0 10px 0; }
#breadcrumbs .breadCrumbSeperatorGt { color: #CCC; }

#content #contentoptions { width: 100%; }
#content #contentoptions td { background: url("/images/studentstyle/bg_content.gif"); padding: 5px 0 0 0; margin:0; }
#contentoptions a { border: 1px solid #ec008c; background: #000; color: #FFF; padding: 2px; margin: 0 5px 5px 5px; display: block; float: left;  }

/* ---------------------------------------------------------- /*
	Forum (Han)
/* ---------------------------------------------------------- */

td.messagecontent { border-top: 1px #CCCCCC solid; font-size:11px; line-height:18px; color:#333333; padding:10px; letter-spacing:1px; text-decoration:none;}
.divider{ width: 560px; height: 1px; }

#forum { margin: 10px 0 0 0;  }
.forum_post { font-size: 11px; letter-spacing: 1px; border: 1px solid #CCCCCC; margin: 0 0 10px 0; }
.forum_header { line-height: 30px; }
.forum_header a { text-decoration: none; }
.forum_header a:hover { text-decoration: underline ;}
.forum_user { float:left; padding: 10px; }
.forum_content { padding: 10px; margin: 0 0 0 120px; font-size: 12px;}
.f_name{ float:left; padding: 0 0 0 10px;  }
.f_date{ margin: 0 0 0 130px;}
.f_options{ float: right; padding: 5px 5px 0 0; }
.f_quote { margin:10px 5px 3px 10px; }
.f_quote_title { font-size: 10px; }
.f_quote_info { font-style: italic; font-size: 10px; }
.f_quote_message { border:1px solid #CCCCCC; padding:2px; background-color:#F6F6F6; }

