/* Start of CMSMS style sheet 'Clean_Orange : Standard' */
* {
  margin:0;
  padding:0;
}

html {              /*altijd v-scrollbar ivm FF */
   min-height: 100%;
   margin-bottom: 1px;
}

body {
   margin: 0px;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-image: url(uploads/images/bg.jpg);
   background-position: center top;
   background-repeat: repeat-x;
   background-color: #000;
   color: #fff;
}

div {
   font-size: 11px;
}

img {
   border: 0;	
}

.image_left {
   clear: none;
   float: left;
   padding-right: 5px;
   padding-bottom: 5px;
}

.image_right {
   clear: none;
   float: right;
   padding-left: 5px;
   padding-bottom: 5px;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #ff6600;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff6600;
}

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

#pagewrapper {            /* center wrapper, min max width */
   margin: 0px auto;
   padding: 0px;
   max-width: 955px;
   min-width: 955px;
   background-color: #000;
}

#header {
   margin-top: 0px;
   margin-bottom:21px;
   padding: 0px;
   height: 148px;
   width: 955px;
   background-image: url(uploads/images/banner_sitefilms.gif);
   background-position: left top;
   background-repeat: no-repeat;
   background-color: #000;
}

#search {
   width: 20px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: #333;
}

#search input {
   margin: 4px 0 0 0;
   color: #333;
}

#search_2gather {
	text-align: right;
	float: right;
	padding-top: 0px;
	height: 20px;
	top: 0px;
	margin-top: 0px;
	vertical-align: top;
	margin-left: 5px;
}

#content {
   color: #fff;
   margin-left: 201px;
                                         /*  width: 494px; minus 6px due to ie6 */
   background-color: #000;
   margin-bottom: 20px;
}

#leftsidebar {
   float: left;
   min-height: 280px;
   display: inline;                   /* FIX IE double margin bug */
   background-color: #000;
   margin-bottom: 20px;
   margin-top: 2px;
}

#rightsidebar {
   color: #fff;
   float: right;
   padding-right: 8px;
   margin-bottom: 20px;
   background-color: #000;
}

#footer {
   clear: both;
   background-image: url(uploads/images/footer_wide.jpg);
   background-position: center top;
   background-repeat: no-repeat;
   background-color: #000;
   color: #666;
   height: 60px;
}

#footer p {
   font-size: 9px;
   padding: 12px 8px;
   margin: 0;
   text-align: center;
}

#footer p a {
   color: #666;
   text-decoration: none;
}

#footer p a:hover {
   text-decoration: underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px dotted #ccc;
   margin-top: 15px;
   margin-bottom: 15px;
}

h1 {
   color: #ff6600;
   font-size: 12px; 
   font-weight: bold;
   margin: 0 0 2px 0;
   line-height: 18px;
   padding: 0px;
}

.discipline{
   color: #fff;
   font-size: 11px; 
   font-weight: normal;
}

h2 {
   color: #ff6600;
   font-size: 12px; 
   font-weight: bold;
   margin: 0 0 2px 0;
   line-height: 18px;
   padding: 0px;
}

h3 {
   color: #ff6600;
   font-size: 12px; 
   font-weight: bold;
   margin: 0 0 2px 0;
   line-height: 18px;
   padding: 0px;
}

h4 {
   color: #ff6600;
   font-size: 12px; 
   font-weight: bold;
   margin: 0 0 2px 0;
   line-height: 18px;
   padding: 0px;
}

h5 {
   color: #ff6600;
   font-size: 12px; 
   font-weight: bold;
   margin: 0 0 2px 0;
   line-height: 18px;
   padding: 0px;
}
/* END HEADINGS */

/* TEXT */
p {
   margin: 0 0 3px 0; /* some air around p elements */
   line-height: 18px;
   padding: 0px;
}

blockquote {
   border-left: 10px solid #f0e;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #fff;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

input {
	border: 1px solid #ccc;
        color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 220px;
        padding: 2px;
}

.fbsubmit{
	width: 100px;
}

.formbuilderform input {
	width: 200px;
}
select {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333;
	font-size: 11px;
}
textarea {
	border: 1px solid #ccc;
        color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 120px;
	width: 220px;
	overflow: auto;
        padding: 2px;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
#rightsidebar ul,
#rightsidebar ol,
#rightsidebar dl,
#content ul,
#content ol,
#content dl {
   font-size: 11px;
   margin: 0 0 0px 10px;
}

#rightsidebar ul li,
#rightsidebar ol li,
#content ul li,
#content ol li {
   margin: 0 0 5px 5px;
   padding: 0px;
   list-style-type: square;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.error {
   padding-top: 0px;
   margin: 0px;
}

.error_message {
   padding-top: 0px;
   margin: 0px;
}


/* End of 'Clean_Orange : Standard' */

/* Start of CMSMS style sheet 'Clean_Orange : News' */
.NewsSummary {
    margin-bottom: 10px;
}

.NewsSummaryPostdate {
   padding-top: 0px;
   padding-bottom: 4px;
}

.NewsSummaryLink {
   font-weight: bold;
   font-size: 11px;
   color: #fff;
}

#NewsPostDetailTitle {
   font-size: 11px;
   font-weight: bold;
   color: #fff;
}

.NewsSummarySummary {
   padding-top: 5px;
   line-height: 18px;  
   color: #fff;
}

.NewsSummaryContent {
   padding-top: 5px;
   line-height: 18px;  
   color: #fff;
   padding-bottom: 15px;
}

.NewsSummaryMorelink {
  /*padding-top: 0.5em;*/
   padding-bottom: 15px;
}

#NewsPostDetailDate {
   padding-top: 0px;
   padding-bottom: 4px;
}

#NewsPostDetailSummary {
   padding-top: 5px;
   line-height: 18px;  
   font-style: italic;
}

#NewsPostDetailContent {
  margin-bottom: 10px;
   line-height: 18px;  
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Clean_Orange : News' */

/* Start of CMSMS style sheet 'Clean_Orange : Navigation' */
#menu_vert {
   font-size: 12px;
   padding-left: 0;
   margin-left: 0;
}

#menu_vert li {
   list-style-type: none;
   /*margin: 0;
   border-bottom: 1px solid #c0c0c0;
   list-style-position: outside;*/
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert ul a {
   text-decoration:none;
   display: block;
   padding: 0px 3px 12px 8px;
   line-height: 12px;
   margin: 0px;
   color: #ff6600;
}

#menu_vert ul h3 {
   list-style-type: square;
   font-size: 12px;
   text-decoration:none;
   display: block;
   padding: 0px 3px 12px 8px;
   line-height: 12px;
   margin: 0px;
   color: #fff;
}

/* second level */
#menu_vert ul ul a {
   display: block;
   padding: 0px 3px 12px 18px;
   line-height: 12px;
   margin: 0px;
   background: url(uploads/images/menu_block_white.gif) no-repeat 8px 4px;
}

#menu_vert ul ul h3 {
   padding: 0px 3px 12px 18px;
   font-weight: normal;
   line-height: 12px;
   color: #fff;
   background: url(uploads/images/menu_block_white.gif) no-repeat 8px 4px;
}

/* third level */
#menu_vert ul ul ul a {
   display: block;
   padding: 0px 3px 12px 28px;
   line-height: 12px;
   margin: 0px;
   background: url(uploads/images/menu_block_white.gif) no-repeat 18px 4px;
}

#menu_vert ul ul ul h3 {
   padding: 0px 3px 12px 28px;
   font-weight: normal;
   line-height: 12px;
   color: #fff;
   background: url(uploads/images/menu_block_white.gif) no-repeat 18px 4px;
}

#menu_vert li a.activeparent {
   color: #fff;
   font-weight: bold;
}

/* hover first level */
#menu_vert ul a:hover {
   list-style-type: square;
   color: #fff;
}

/* hover second level */
#menu_vert ul ul a:hover {
   background: url(uploads/images/menu_block_white.gif) no-repeat 8px 4px;
   color: #fff;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
   color: #fff;
   background: url(uploads/images/menu_block_white.gif) no-repeat 18px 4px;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'Clean_Orange : Navigation' */

/* Start of CMSMS style sheet 'Clean_Orange : Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
   text-decoration: none;
}
/* colors for external links */
a.external:link {
  color: #ff6600;
/* background image for the link to show wiki style arrow */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0;
   text-decoration: none;
}
a.external:visited {
  color: #ff6600; /* a different color can be used for visited external links */
   text-decoration: none;

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #ff6600;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
  background-color: #f3f3f3;
   text-decoration: none;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Clean_Orange : Accessibility and cross-browser tools' */

