/*
  MAIN CSS FUNCTION(S) - UNIQUE FUNCTIONS FOR THE CONTENT LEFT CONTAINER
*/

/************************************************** CONTENT - LEFT: SUBMIT BUTTON(S) *************************************/

input.search{
	display: inline;

	/* background-image: url(../content/images/submit_buttons/submit_zoeken.jpg); */

	border: 0px;

	height: 22px;
	width: 86px;

	float: left;

	margin: 5px 0px 0px 0px;
	padding: 0px;

	cursor: pointer;

	outline: none;
	text-decoration: none;
}

/************************************************** CONTENT - LEFT: SUBMIT BUTTON(S) *************************************/


/************************************************** HOMEPAGE: TRAILER ****************************************************/

.trailer{
    border: 1px solid #dedede;

	display: inline;

	height: 121px;
	width: 178px;

	float: left;
}

.flashcontroletrailer{
	font-weight: bold;
	font-size: 10px;

    color: #ff0000;

	height: 100px;
	line-height: 20px;
	width: 100%;

	position: relative;
	left: 0px;
	top:50%;

	margin: -50px 0px 0px 0px;

	text-align: center;
}

.flashtrailer{
	display: none;

	height: 121px;
	width: 178px;

	float: left;
}

/************************************************** HOMEPAGE: TRAILER ****************************************************/


/************************************************** NIEUWS: NIEUWSOVERZICHT **********************************************/

div.nieuwsoverzicht {
	display: inline;

	border: 0px;

	height: 18px;
	line-height: 17px;
	width: 100%;

	float: left;
}

div.nieuwsoverzicht a.nieuwsoverzicht_selected {	text-decoration: underline;
}

div.nieuwsoverzicht img.externe_link {
	margin: 3px 5px 3px 0px;
}

/* -------------------- Keyword ----------------------- */

.nieuws_keyword {
   display: inline; /* margin fix voor IE5/6 */

   float: left;

   margin: 0px 0px 0px 0px;
}

.nieuws_keyword_textfield {
   display:inline;

   border: 1px solid #6d6527;

   font-size: 10px;

   height: 14px;
   width: 176px;

   margin: 0px 0px 5px 0px;
   padding: 0px;
}

.nieuws_keyword_block {
   display: inline; /* margin fix voor IE5/6 */

   float: left;

   margin: 0px 0px 5px 0px;
}

.nieuws_keyword_selectbox {
	border: 1px solid #6d6527;

	font-family: Verdana, Lucida Sans, Arial;
    font-size: 10px;

	height: 20px;
	width: 178px;

	margin: 0px;
	padding: 0px;
}

/* -------------------- Date search ------------------- */

.nieuws_search_date_block {
	display: inline; /* margin fix voor IE5/6 */

	float: left;

	margin: 0px 0px 5px 0px;
}

.nieuws_search_date_selectbox {
	display: inline; /* margin fix voor IE5/6 */

	border: 1px solid #6d6527;

	font-size: 10px;

	height: 20px;
	width: 178px;

	margin: 0px;
	padding: 0px;
}

select.nieuws_search_date_day, select.nieuws_search_date_month, select.nieuws_search_date_year, select.nieuws_search_date_selectbox {
	display: inline;

    border: 1px solid #6d6527;

	font-family: Verdana, Lucida Sans, Arial;
    font-size: 10px;

	height: 18px;

	float: left;

	margin: 0px 5px 0px 0px;
	padding: 0px;
}

select.nieuws_search_date_day{
	width: 50px;
}

select.nieuws_search_date_month{
	width: 50px;
}

select.nieuws_search_date_year{
	width: 68px;
	margin: 0px;
}

select.nieuws_search_date_selectbox{
	width: 178px;
	margin: 0px 0px 0px 0px;
}

/* -------------------- Poll -------------------------- */

div.poll_titel, div.poll_stemmen, div.poll_antwoord_titel, div.poll_antwoord_radio_titel, div.poll_antwoord_radio, div.poll_antwoord_radio_los {
	display: inline;
	border: none;

	font-weight: bold;
	font-size: 10px;

	width: 100%;

	float: left;

	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.poll_stemmen{
	font-weight: normal;

	margin: 0px;
}

/* -------------------- Formulier --------------------- */

div.poll_antwoord_radio_row {
	border-top: 1px solid #bbd438;

    height: auto;
    width: 178px;

    float: left;

	margin: 10px 0px 0px 0px;
}

div.poll_radio{
	display: inline;

	width: 20px;

	float: left;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.poll_radio input.radio {
	margin: 8px 0px 0px 0px;
	width: 13px;
	height: 13px;
	padding: 0px;
	display: inline;
}

div.poll_antwoord_radio_titel, div.poll_antwoord_radio_los {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

div.poll_antwoord_radio_titel, div.poll_antwoord_radio, div.poll_antwoord_radio_los {
	width: 158px;
}

div.poll_antwoord_radio {
	font-weight: normal;

	margin: 0px 0px 0px 0px;
}

div.poll_antwoord_radio_los {
	font-weight: normal;
}

/* -------------------- Uitslag ----------------------- */

div.poll_antwoord_titel {
	border-top: 1px solid #bbd438;

	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

div.poll_antwoord{
	display: inline;

	font-size: 10px;

	width: 100%;

	float: left;

	margin: 0px 0px 10px 0px;
}

div.poll_antwoord_los{
	display: inline;

	border-top: 1px solid #bbd438;

	font-size: 10px;

	width: 100%;

	float: left;

	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

div.poll_uitslag{
	display: inline;

	font-size: 10px;

	width: 100%;

	float: left;

	margin: 0px 0px 0px 0px;
}

div.poll_uitslag img.indicator_link {
	display: inline;

	border: 0px;

	float: left;

	margin: 0px 5px 0px 0px;
}

div.poll_submit{
	display: inline;

	font-size: 10px;

	width: 100%;

	float: left;

	margin: 0px 0px 0px 0px;
}

#poll_submit{
	margin: 15px 0px 0px 20px;
}

/************************************************** NIEUWS: NIEUWSOVERZICHT **********************************************/


/************************************************** VIDEOS: DORPEN *******************************************************/

div.info_blok {
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
	font-size: 10px;
}

div.boxlinksinhoud img.dorp_video {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

div.bekijk_video{
	height: auto;
	width: 100%;
	border: 0px;
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	border-top: 1px solid #bbd438;
	line-height: 11px;
}

/************************************************** VIDEOS: DORPEN *******************************************************/


/************************************************** BEDRIJVEN: ZOEK OP TREFWOORD *****************************************/

.bedrijven_keyword_text {
   display: inline; /* margin fix voor IE5/6 */

   font-size: 10px;
   font-weight: bold;

   color: #ff0000;

   float: left;

   margin: 0px 0px 5px 0px;
}

.bedrijven_keyword {
   display: inline; /* margin fix voor IE5/6 */

   float: left;

   margin: 0px 0px 0px 0px;
}

.bedrijven_keyword_textfield {
   border: 1px solid #6d6527;

   font-size: 10px;

   height: 14px;
   width: 176px;

   margin: 0px 0px 5px 0px;
   padding: 0px 0px 0px 5px;
}

.bedrijven_keyword_block {
   display: inline; /* margin fix voor IE5/6 */

   float: left;

   margin: 0px 0px 5px 0px;
}

.bedrijven_keyword_selectbox {
   border: 1px solid #6d6527;

   font-size: 10px;

   height: 20px;
   width: 178px;

   margin: 0px;
   padding: 0px;
}

/************************************************** BEDRIJVEN: ZOEK OP TREFWOORD *****************************************/


/************************************************** BEDRIJVEN: QUICKLINKS ************************************************/

div.bedrijven_quicklinks_page{
	display: inline;

	border: 0px;

	height: auto;
	width: 100%;

	float: left;
}

div.bedrijven_quicklinks_meer_bedrijven{
	display: inline;

	border: 0px;
	border-top: 1px solid #bbd438;

	font-size: 10px;

	height: auto;
	line-height: 11px;
	width: 178px;

	float: left;

	margin: 10px 0px 0px 0px;
	padding: 14px 0px 0px 0px;

	cursor: default;
}

div.bedrijven_etalagelink a{
	font-weight: normal;
	font-size: 11px;

	text-decoration: underline;
	text-align: center;
}

div.bedrijven_etalagelink a:hover{
	text-decoration: none;
}

/************************************************** BEDRIJVEN: QUICKLINKS ************************************************/


/************************************************** BEDRIJVEN: CATEGORIES ************************************************/

div.bedrijven_categoriesinhoud {
	display: inline;

	background-color: #fefefd;

	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #bbd438;

	height: auto;
	width: 178px;

	margin: 0px;
	padding: 5px 10px 0px 10px;

	float: left;
}

div.bedrijven_categories, div.bedrijven_categories_last_item {
	display: inline;

	border: 0px;

	height: auto;
	line-height: 17px;
	width: 100%;

	float: left;

	margin: 0px 0px 5px 0px;
}

div.bedrijven_categories_last_item {
	margin: 0px 0px 0px 0px;
}

div.bedrijven_categories img.externe_link, div.bedrijven_categories_last_item img.externe_link {
	margin: 3px 5px 3px 0px;
}

/************************************************** BEDRIJVEN: CATEGORIES ************************************************/


/************************************************** AGENDA: ZOEK OP TREFWOORD ********************************************/

input.zoek_op_trefwoord, input.zoek_op_trefwoord2{
	display: inline;

	border: 1px solid #6d6527;

	height: 16px;
	width: 160px;

	float: left;

	margin: 0px 0px 5px 0px;
	padding: 0px;
}

input.zoek_op_trefwoord2{
	width: 176px;
}

div.agenda_status{
	display: inline;

	border: 0px;

	height: 21px;
	line-height: 21px;

	float: left;

	margin: 0px 5px 5px 0px;
	padding: 0px;
}

/************************************************** AGENDA: ZOEK OP TREFWOORD ********************************************/


/************************************************** AGENDA: KALENDER *****************************************************/

.agenda_calendar_table {
   display: inline;

   margin: 3px 2px 3px 2px;

   cursor: default;
}

.agenda_calendar_buttons {
   height: 21px;
   width: 21px;
}

.agenda_calendar_button {
   background: #a7a37e;

   font-size: 10px;
   font-weight: bold;

   color: #e8e7d5;

   height: 19px;
   line-height: 19px;
   width: 23px;

   cursor: pointer;
}

.agenda_calendar_button a:link, .agenda_calendar_button a:visited, .agenda_calendar_button a:hover {
   display: block;

   color: #e8e7d5;

   height: 100%;
   width: 100%;

   text-decoration: none;
   outline: none;
}

.agenda_calendar_button a:hover {
   background-color: #6d6527;
}

.agenda_calendar_empty {
   height: 21px;
   width: 3px;
}

.agenda_calendar_title {
   font-size: 11px;
   font-weight: bold;

   color: #6d6527;

   height: 21px;
   width: 121px;

   margin: 10px 10px 0px 10px;
}

.agenda_calendar_empy_space {
   height: 3px;
   width: 100%;
}

.agenda_calendar_block {
   background-color: #6d6527;

   font-size: 10px;
   font-weight: bold;

   color: #e8e7d5;

   height: 21px;
   width: 23px;
}

.agenda_calendar_block_empty_vert {
   height: 18px;
   width: 2px;
}

.agenda_calendar_block_empty_hori {
   height: 3px;
   width: 100%;
}

.agenda_calendar_block_number {
   background-color: #a7a37e;

   height: 21px;
   line-height: 21px;
   width: 23px;
}

.agenda_calendar_block_number a:link, .agenda_calendar_block_number a:visited, .agenda_calendar_block_number a:hover {
   display: block;

   color: #e8e7d5;

   height: 100%;
   width: 100%;

   text-decoration: none;
   outline: none;
}

.agenda_calendar_block_number a:hover {
   background-color: #6d6527;
}

.agenda_calendar_block_number_selected {
   background-color: #6d6527;

   font-size: 10px;
   font-weight: bold;

   color: #e8e7d5;

   height: 21px;
   line-height: 21px;
   width: 23px;
}

/************************************************** AGENDA: KALENDER *****************************************************/


/************************************************** AGENDA: ZOEK OP PERIODE **********************************************/

div.agenda_datesearch_subtitle {
	display: inline;

    font-family: Verdana, Lucida Sans, Arial;
    font-size: 10px;
    font-weight: bold;

    color: #6d6527;

	float: left;

    margin: 0px 0px 5px 0px;
}

div.agenda_datesearch_selectbox {
	display: inline;

    height: 18px;
    width: 100%;

	float: left;

    margin: 0px 0px 5px 0px;
}

select.zoek_op_dag, select.zoek_op_maand, select.zoek_op_jaar, select.zoek_op_jaar2, select.zoek_op_categorie {
	display: inline;

    border: 1px solid #6d6527;

	font-family: Verdana, Lucida Sans, Arial;
    font-size: 10px;

	height: 18px;

	float: left;

	margin: 0px 5px 0px 0px;
	padding: 0px;
}

select.zoek_op_dag{
	width: 50px;
}

select.zoek_op_maand{
	width: 50px;
}

select.zoek_op_jaar{
	width: 68px;

	margin: 0px;
}

select.zoek_op_jaar2{
	width: 52px;

	margin: 0px;
}

select.zoek_op_categorie{
	width: 100%;

	margin: 0px;
}

/************************************************** AGENDA: ZOEK OP PERIODE **********************************************/


/************************************************** STANDARD: QUICKLINKS *************************************************/

div.quicklinks, div.quicklinks_no_item{
	display: inline;

	border: 0px;

	height: auto;
	line-height: 17px;
	width: 100%;

	float: left;
}

div.quicklinks_no_item{	font-weight: bold;
	font-size: 10px;

	/* color: #757575; /* Light gray - CHANGED 13-9-2010 */
	color: #666666; /* Middle gray - ADDED 13-9-2010 */
	/* color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */
}

div.quicklinks img.externe_link, div.quicklinks_no_item img.externe_link{
	margin: 3px 5px 3px 0px;
}

/************************************************** STANDARD: QUICKLINKS *************************************************/


/************************************************** TEXELSEMEDIA: BOXLINKSINHOUD *****************************************/

div.boxlinksinhoud p.texelsemedia, div.boxlinksinhoud p.texelsemedia2 {
	font-size: 10px;

	line-height: 1.3;

	margin: 0px;
	padding: 0px;
}

div.boxlinksinhoud p.texelsemedia2 {
	margin: 0px 0px 10px 0px;
}

div.boxlinksinhoud img.texelsemedia {
	border: 1px solid;
	border-color: #cccccc;

	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/************************************************** TEXELSEMEDIA: BOXLINKSINHOUD *****************************************/


/************************************************** TEXEL A-Z ************************************************************/

.atmz_table {
	display: inline;

	margin: 3px 2px 3px 2px;

	cursor: default;
}

.atmz_empty_block_vertical_line {
	height: 18px;
	width: 2px;
}

.atmz_empty_block_horizontal_line {
	height: 3px;
	width: 100%;
}

.atmz_block_number {
	background-color: #a7a37e;

	height: 21px;
	line-height: 21px;
	width: 23px;
}

.atmz_block_number a:link, .atmz_block_number a:visited, .atmz_block_number a:hover {
	display: block;

	color: #e8e7d5;

	height: 100%;
	width: 100%;

	text-decoration: none;
	outline: none;
}

.atmz_block_number a:hover {
	background-color: #6d6527;
}

.atmz_block_number_selected {
	background-color: #6d6527;

	font-size: 10px;
	font-weight: bold;

	color: #e8e7d5;

	height: 21px;
	line-height: 21px;
	width: 23px;
}

.atmz_block_number_empty {
	background-color: #e8e7d5;

	font-size: 10px;
	font-weight: bold;

	color: #a7a37e;

	height: 21px;
	line-height: 21px;
	width: 23px;
}

div.info_blok {
	font-size: 10px;

	line-height: 1.3;

	margin: 0px;
	padding: 0px;
}

div.info_link{
	display: inline;

	border: 0px;
	border-top: 1px solid #bbd438;

	height: auto;
	line-height: 11px;
	width: 100%;

	float: left;

	margin: 10px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}

.atmz_search_selectbox {
   width: 178px;
   font-size: 10px;
   height: 18px;
   border: 1px solid #6d6527;
   margin: 0px;
   padding: 0px;
}

.atmz_meer_letter {
	display: inline;

	border: 0px;
	border-top: 1px solid #bbd438;

	font-size: 10px;

	height: auto;
	line-height: 11px;
	width: 100%;

	float: left;

	margin: 10px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}

div.atmz_quicklinks_page{
	display: inline;

	border: 0px;

	height: auto;
	width: 100%;

	float: left;
}

/************************************************** TEXEL A-Z ************************************************************/


/************************************************** DORPEN ***************************************************************/

div.boxlinksinhoud img.dorp_video {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

/************************************************** DORPEN ***************************************************************/


/************************************************** TERUG NAAR TEXEL: BOXLINKSINHOUD *************************************/

div.terugnaartexel{
	display: inline;

	border: 0px;

	height: 12px;
	line-height: 12px;
	width: 115px;

	float: left;

	margin: 0px 10px 0px 0px;
	padding: 0px;
}

div.terugnaartexel_tekst {
	display: inline;

	height: auto;
	width: 354px;

	float: left;

	margin: 0px 20px 0px 0px;
	padding: 0px;
}

div.terugnaartexel_img {
	display: inline;

	height: auto;
	width: 178px;

	float: left;

	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.terugnaartexel_img img{
	width: 176px;
}

/************************************************** TERUG NAAR TEXEL & WERKEN OP TEXEL: BOXLINKSINHOUD *******************/


/************************************************** FOLLOW US ON TWITTER *************************************************/

.twitter_button {
	display: inline;

	background: url(../content/images/submit_buttons/twitter_button.jpg);

	height: 20px;
	width: 61px;

	float: left;

	margin-right: 5px;
}

.twitter_button:hover {
	background: url(../content/images/submit_buttons/twitter_button_hover.jpg);
}

.twitter_link {
	line-height: 20px;
}

/************************************************** FOLLOW US ON TWITTER *************************************************/
