/* --------------------------
Copyright: Noterik BV - www.noterik.nl
18 okt. 06 - Lammert Postma
----------------------------- */

/*
Dark grey = #777777
Grey = #C8C8C8
Light grey = #EFEFEF
*/

/* --------------------------
General Settings =general
----------------------------- */
* 		{ 	-moz-box-sizing: border-box; }
body 	{	
	font-family: "Trebuchet MS"; 
	background-color: #EFEFEF; 
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:13px;
}

/* --------------------------
TEXT SETTINGS =text
----------------------------- */
.alignRight	{	float:right;		}
.textWhite	{	color:#FFFFFF;		}
.textBlack	{	color:#000000;		}
.textGrey	{	color:#777777;		}
.bold		{ 	font-weight:bold; font-style:normal;	}
table		{	font-size:11px;		}
.textSmall	{	font-size:10px;		}

/* --------------------------
LINK SETTINGS =link 
----------------------------- */
a		{	color:#777777; text-decoration:none;		}
a:hover	{	text-decoration:none; color:#000000;		}

/* --------------------------
BOX SETTINGS =boxes
----------------------------- */
#boxWrapper		{	position:relative; width:965px; margin:auto; text-align:left; 	}

/* header */
#boxHeader		{	position:relative; margin-bottom:15px;	}
#boxHeader img	{	position:relative; top:5px; float:right; border:0px;		}
#boxHeaderLeft		{	width:430px; height:95px; border:1px solid #C8C8C8; border-width:0px 1px 1px 0px; background-color:#FFFFFF; padding:10px;	}
#boxHeaderLeft p	{ 	width:200px; float:right; padding-right:15px; }
#boxHeaderLeft img	{ 	float:left; padding-left:15px;	}
#boxHome			{	/*position:absolute; left:445px; top:0px; */ width:430px; border:1px solid #C8C8C8; border-width:0px 1px 1px 0px; background-color:#FFFFFF; padding:10px;	}
#boxHome a			{	color:#000000;	}

/* Frame Left*/
#boxFrameLeft			{	width:430px; overflow:hidden; float:left;	}
#boxFrameContent		{	border:1px solid #C8C8C8; border-width:0px 1px 1px 0px; background-color:#FFFFFF; overflow:hidden;	}
#frameLeftHeader		{	height:55px; overflow:hidden;	}
#frameLeftHeader h1		{ 	float:left; font-size:18px; font-weight:normal; margin:0px; padding:15px;		}
#frameLeftHeader img	{ 	float:right; border:0px; 	}
.frameLeftVideo			{	margin-left:15px; height:368px; margin-bottom:10px;	}
#frameLeftSpeakers		{	width:402px; height:100px; background-image:url("../images/bg_comments.gif"); margin-left:13px; padding:10px;		}
#speakers				{	width:380px; height:80px; overflow:auto; font-size:18px;	}
#frameLeftFooter		{	float:right; font-size:11px; 	}

/* Frame Right*/
#boxFrameRight			{	width: 525px; position:relative; float:left; overflow:hidden;	}
#boxFrameTab			{	background-color:#F9F9F9; height:40px; margin-left:15px; width:216px; border-right:1px solid #C8C8C8; 	}
#frameRightContent		{	height:465px; border:1px solid #C8C8C8; border-width:0px 1px 1px 0px; background-color:#FFFFFF; overflow:hidden;	}

/* Slides*/
#frameRightHeader		{	height:40px; overflow:hidden;	}	/* slide fullscreen*/
#frameRightHeader img	{ 	float:right; border:0px; 	} 
#slideContent			{	margin-left:15px; height:385px; 	}
#slideBtnPrevious		{	margin-bottom:15px; position:relative; float:left; margin-left:15px;
							background-image:url("../images/btn_slide_previous.gif"); background-repeat:no-repeat; padding-left:20px;		}
#slideBtnNext			{	margin-bottom:15px; position:relative; float:right; margin-right:25px;
							background-image:url("../images/btn_slide_next.gif"); background-repeat:no-repeat; background-position:right; padding-right:20px;		}

/* Sponsor box*/
#boxSponsors			{	width:220px; position:absolute; left:430px; top:-4px; }
#boxSponsorsContent		{	height:55px; width:520px; border:1px solid #C8C8C8; border-width:0px 1px 1px 0px; background-color:#FFFFFF; overflow:hidden;	}
#boxSponsorsContent img	{	border:0px;    	}
#boxSponsorsText		{	font-size:10px; }

/* Tab	*/
#tab_1, #tab_2, #tab_3	{	float:left; color:#727272; width:106px; height:40px; text-align:center; padding-top:8px;	}
.tab_act				{	background-color:#FFFFFF; font-weight:bold;	}
.tabWrapper				{	display:none; position:absolute; top:40px; width:525px; height:465px; border:1px solid #C8C8C8;
							border-width:0px 1px 1px 0px; background-color:#FFFFFF; overflow:hidden; filter: alpha(opacity=90); opacity:.90;	}
.tabHeader 				{ 	margin-bottom:15px;	}
.tabHeader h1			{	width:250px; margin:0px; padding:0px; font-size:14px; font-weight:bold; position:relative; top:10px; left:10px; 	}
.tabHeader img			{	float:right; border:0px; 		}
.tabContent				{	padding:15px; 	}
.tabContentBody				{	background-image:url('../images/bg_tabContent.gif'); background-repeat:no-repeat; background-attachment:fixed; padding:15px; height:400px; overflow:auto;	}
.tabContentBody	h1			{	font-size:15px; margin:0px 0px 5px 0px; }
.tabContentBody	p			{	font-size:11px; }

/* --------------------------
ITEMS SETTINGS =items
----------------------------- */
.note		{	background-color:#EBEBEB; padding:10px; margin-bottom:15px; font-size:11px;	}

.itemLoader	{
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat; 
	background-position: 0 0;
	padding:2px 2px 2px 28px;  
	font-size:11px;
}

.topic, .activeTopic {	/* Agenda item passief */
	font-size: 11px;
	padding-left:25px;
	background-image:url('../images/ic_play.gif');
	background-repeat:no-repeat;
	display:block;
}
.activeTopic{	/* Agenda itemactief */
	font-weight:bold;
	color:#000000;
}

/* --------------------------
FORM SETTINGS =form
----------------------------- */
form		{	margin:0px;			}
.formItem	{	margin-bottom:15px; font-size:12px;	}
.formVraag	{	font-weight:bold		}
.inputNAW	{	width:125px;	}
