/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    font-size: 10pt;
    line-height:1.3;
    margin: 0px;
    padding: 20px;
    background-color:#663366;
}

H1	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size:225%;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #663366;
	}	
		
H2	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	}	
		
H4	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
HR	
{
border: none 0;
border-top: 1px solid #000000;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-top: 0px;
margin-bottom: 5px;
}
	
TABLE	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#663366;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#663366;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#663366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#663366;
	}

BLOCKQUOTE, PRE	{	
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
	}
	
ABBR, ACRONYM {
	cursor:help;
	font-style:normal;
}
	
CODE {
	font:12px monospace;
	white-space:normal;
	color:#666;
}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
	}
	
IMG.nomargins
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
	
FIELDSET
{
	border-style: solid;
	border-color: #FFCC33;
	border-width: 1px;
	padding: 4px;
}

LEGEND
{
	font-weight: bold;
}

TD.no_bg
{
	background-image: none;
}
	
/* CSS voor de framework */


/* CSS voor de pagina */

#page
{
	/* width: 100%; */
	width: 951px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#page_header
{
	width: 100%;
	height: 150px;
	background-color: #FFCC33;
}

#page_header_table
{
	width: 100%;
	height: 150px;
	background-image: url(../../images/layout/header.jpg);
}

#page_header_logo
{
	height: 150px;
}

#page_header_data
{
	width: 180px;
	height: 100px;
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
}

#page_mainmenu
{
	width: 100%;
	height: 30px;
	background-color: #FFCC33;
	background-image: url(../../images/layout/mainmenu.jpg);
	background-repeat: repeat;
	font-size: 10pt;
	vertical-align: middle;
	text-align: center;
	color: #000000;
}

img.mainmenu_separator
{
	margin-left: 6px;
	margin-right:6px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

#page_breadcrumb
{
	width: 100%;
	height: 20px;
	background-color: #FFCC33;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
	color: #663366;
}

#page_bottom_table
{
	width: 100%;
}

#page_leftmenu, #page_rightmenu
{
	width: 180px;
	background-color: #FFCC33;
	vertical-align: top;
	color: #663366;
}

#page_rightmenu 
{
	text-align: center;
}

#page_content
{
	background-color: #FFE599;
	padding: 5px 10px 10px 10px;
	font-size: 10pt;
	vertical-align: top;
}

#page_leftfooter
{
	width: 180px;
	height: 20px;
	background-color: #FFCC33;
	background-image: url(../../images/layout/bot_leftcor.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

#page_mainfooter
{
	height: 20px;
	background-color: #FFE599;
	text-align: center;
	font-size: 10px;
}

#page_rightfooter
{
	width: 180px;
	height: 20px;
	background-color: #FFCC33;
	background-image: url(../../images/layout/bot_rightcor.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 20px;
}

#heading
{
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#heading_left 
{
	width: 13px;
	background-image: url(../../images/layout/heading_left.jpg);
	background-repeat: no-repeat;
}

#heading_middle
{
	background-image: url(../../images/layout/heading_middle.jpg);
	background-repeat: repeat-x;
}

#heading_right 
{
	width: 13px;
	background-image: url(../../images/layout/heading_right.jpg);
	background-repeat: no-repeat;
}

#calEvenementen
{
	margin-left: 5px;
	margin-right: 5px;
}

#nieuwsbericht_info
{
	float: right;
	padding-left: 5px;
}

#nieuwsbericht_info_l
{
	width: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_l.gif);
	background-repeat: repeat-y;
}

#nieuwsbericht_info_tl
{
	width: 5px;
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_tl.gif);
	background-repeat: no-repeat;
}

#nieuwsbericht_info_t
{
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_t.gif);
	background-repeat: repeat-x;
}

#nieuwsbericht_info_tr
{
	width: 5px;
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_tr.gif);
	background-repeat: no-repeat;
}

#nieuwsbericht_info_r
{
	width: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_r.gif);
	background-repeat: repeat-y;
}

#nieuwsbericht_info_br
{
	width: 5px;
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_br.gif);
	background-repeat: no-repeat;
}

#nieuwsbericht_info_b
{
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_b.gif);
	background-repeat: repeat-x;
}

#nieuwsbericht_info_bl
{
	width: 5px;
	height: 5px;
	background-color:#663366;
	background-image: url(../../images/layout/nieuwsbericht/nieuwsbericht_bl.gif);
	background-repeat: no-repeat;
}

#nieuwsbericht_info_foto
{
    background-color:#663366;
	padding: 5px;
}

#nieuwsbericht_info_data
{
    background-color:#663366;
	padding: 5px;
}

.nieuwsbericht_meta
{
	font-size: smaller;
}

.nieuwsbericht_info_data_auteur
{
	color: #FFCC33;
	font-weight: bold;
}

.navigatie a
{
	text-decoration: none;
	border-top: 1px solid #F5D167;
	border-right: 1px solid #F5D167;
	border-bottom: 1px solid #DDB438;
	display: block;
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 10pt;
}
.navigatie a:link
{
	color: #663366;
	text-decoration: none;
}
.navigatie a:visited
{
	color: #663366;
	text-decoration: none;
}
.navigatie a:hover
{
	background-color: #FED55A;
	color: #663366;
	text-decoration: none;
}

.navigatie .item	
{
	background-image: url(../../images/layout/mainmenu.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	padding-top: 4px;
	height: 30px;
	color: #ffffff;
	margin: 0px;
}

.newsheader_info
{
	vertical-align: middle;
	text-align: right;
	padding: 5px;
	font-size: 8pt;
}

.post_titel 
{
	vertical-align: middle;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFCC33;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}

a.post_titel_link:link
{
	color: #FFCC33;
	text-decoration: none;
}

a.post_titel_link:hover
{
	color: #FFCC33;
	text-decoration: none;
}

a.post_titel_link:active
{
	color: #FFCC33;
	text-decoration: none;
}

a.post_titel_link:visited
{
	color: #B3804C;
	text-decoration: none;
}

.post_info
{
	vertical-align: middle;
	text-align: right;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	color: #FFF2CC;
	font-size: 8pt;
}

.post_foto
{
	width: 150px !important;
	/* padding: 5px; */
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/info_left_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 50%;
	margin-right: 50%;
	font-size: 8pt;
	color: #FFE599;
	vertical-align: top;
}

.post_inhoud
{
	border-style: solid;
	border-width: 1px;
	border-color: #522952;
	background-color: #FFF2CC;
	padding: 3px;
	vertical-align: top;
	line-height:1.5em;
	width: 100%;
}

.comment
{
	padding-bottom: 5px;
}

.comment_auteur 
{
	vertical-align: middle;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFCC33;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.comment_info
{
	vertical-align: middle;
	text-align: right;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	color: #FFF2CC;
	font-size: 8pt;
}

.comment_foto
{
	width: 150px !important;
	/* padding: 5px; */
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	background-color: #663366;
	background-image:url(../../images/layout/newspost/info_left_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 50%;
	margin-right: 50%;
	font-size: 8pt;
	color: #FFE599;
	vertical-align: top;
}

.comment_inhoud
{
	border-style: solid;
	border-width: 1px;
	border-color: #522952;
	background-color: #FFF2CC;
	padding: 3px;
	vertical-align: top;
	line-height:1.5em;
	width: 100%;
}

.invisible
{
	display: none;
}

.clear
{
	clear: both;	
}

.smalltext
{
	font-size: 80%;
}

.smallertext
{
	font-size: smaller;
}

.cursus_beschrijving
{
	font-size: 10pt;
}

/* Mail */

.mail_ongelezen
{
	font-weight: bold;
}

.mail_gelezen
{
	font-weight: normal;
}

/* Top Boeken */

table.topboeken 
{
}

.topboeken_top_left
{
	height: 13px;
	width: 13px;
	background-image:url(../../images/layout/topboeken/top_left.gif);
}

.topboeken_top_middle
{
	height: 13px;
	background-image:url(../../images/layout/topboeken/top_middle.gif);
}

.topboeken_top_right
{
	height: 13px;
	width: 13px;
	background-image:url(../../images/layout/topboeken/top_right.gif);
}

.topboeken_center_left
{
	width: 13px;
	background-image:url(../../images/layout/topboeken/center_left.gif);
}

.topboeken_center_middle
{
	background-image:url(../../images/layout/topboeken/center_middle.gif);
}

.topboeken_center_right
{
	width: 13px;
	background-image:url(../../images/layout/topboeken/center_right.gif);
}

.topboeken_bottom_left
{
	height: 13px;
	width: 13px;
	background-image:url(../../images/layout/topboeken/bottom_left.gif);
}

.topboeken_bottom_middle
{
	height: 13px;
	background-image:url(../../images/layout/topboeken/bottom_middle.gif);
}

.topboeken_bottom_right
{
	height: 13px;
	width: 13px;
	background-image:url(../../images/layout/topboeken/bottom_right.gif);
}

/* Kalender */

.kalender_titel 
{
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF2CC;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	height: 28px;
}

/* Input stylen */

.dim_txt, .dim_txta, .dim_ddl 
{
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFF2CC;
}

.dim_txt, .dim_txta, .dim_txta_code
{
	border-style: solid;
	border-color: #FFCC33;
	border-width: 1px;
	background-image: url(../../images/layout/input_bg.png);
	padding: 2px;
}

.dim_txt 
{
	/*height: 26px;*/
}

.dim_txta_code
{
	font-family: Consolas, "Courier New";
	font-size: 10pt;
	color: #333333;
	background-color: #FFF2CC;
}

.formrowheader
{
	font-weight: bold;
	width: 150px;
	vertical-align: top;
}

.formhint
{
	font-size: smaller;
}

.stretch 
{
	width: 100%;
}

/* Forum */

#forum, table.forum
{
	border-width: 1px;
	border-color: #FFCC33;
	border-style: solid;
}

.forum_header
{
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF2CC;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	height: 28px;
}

.forum_header_forum
{
	padding-left: 4px;
}

.forum_header_onderwerpen
{
	width: 70px;
	text-align: center;
}

.forum_header_berichten
{
	width: 70px;
	text-align: center;
}

.forum_header_bekeken
{
	width: 70px;
	text-align: center;
}

.forum_header_laatstebericht
{
	width: 175px;
	text-align: center;
}

.forum_header_onderwerp_laatstebericht
{
	width: 110px;
	text-align: center;
}

.forum_categorieen
{
	padding-left: 4px;
	font-weight: bold;
	color: #FFF2CC;
	height: 24px;
	background-color: #FFCC33;
	background-image: url(../../images/layout/forum/cat_bg.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}

.forum_afdelingen, .forum_onderwerpen
{
	background-color: #FFF2CC;
}

.forum_afdeling_status, .forum_afdeling_forum, .forum_afdeling_onderwerpen, .forum_afdeling_berichten, .forum_afdeling_laatstebericht, .forum_onderwerp_onderwerp, .forum_onderwerp_berichten, .forum_onderwerp_bekeken, .forum_onderwerp_laatstebericht
{
	border: 0px;
	border-top: 1px;
	border-color: #FFCC33;
	border-style: solid;
}

.forum_afdeling_naam
{
	font-weight: bold;
}

.forum_afdeling_beschrijving
{
	font-size: 8pt;
}

.forum_afdeling_onderwerpen
{
	border-left: 1px;
	border-style: solid;
	border-color: #FFCC33;
	width: 70px;
	text-align: center;
}

.forum_afdeling_berichten, .forum_onderwerp_berichten
{
	border-left: 1px;
	border-style: solid;
	border-color: #FFCC33;
	width: 70px;
	text-align: center;
}

.forum_onderwerp_bekeken
{
	border-left: 1px;
	border-style: solid;
	border-color: #FFCC33;
	width: 70px;
	text-align: center;
}

.forum_afdeling_laatstebericht, .forum_onderwerp_laatstebericht
{
	border-left: 1px;
	border-style: solid;
	border-color: #FFCC33;
	font-size: 8pt;
	vertical-align: middle;
	padding: 4px;
}

.forum_afdeling_laatstebericht
{
	width: 175px;
}

.forum_onderwerp_laatstebericht
{
	width: 110px;
	text-align: right;
}

.forum_afdeling_laatstebericht_titel
{
	font-weight: bold;
	font-size: 8pt;
}

.forum_afdeling_laatstebericht_auteur
{
	font-size: 8pt;
}

.forum_afdeling_laatstebericht_datum
{
	text-align: right;
	font-size: 8pt;
}

.forum_onderwerp_auteur
{
	font-size: 8pt;
}

.forum_berichten
{
	border-color: #FFCC33;
	border-width: 1px;
	border-style: solid;
}

.forum_bericht_header
{
	background-color: #663366;
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	height: 28px;
}

.forum_bericht_header_auteur, .forum_bericht_header_bericht
{
	padding: 4px;
	color: #FFF2CC;
	font-weight: bold;
}

.forum_bericht_header_auteur
{
	width: 150px;
}

.forum_bericht
{
	background-color: #FFF2CC;
}

.forum_bericht_alt
{
	background-color: #FDF9E8;
}

.forum_bericht_seperator
{
	height: 4px;
	background-color: #FFCC33;
}

.forum_bericht_auteur
{
	padding: 2px;
	vertical-align: top;
	width: 150px;
}

.forum_bericht_auteur_details
{
	font-size: 8pt;
}

.forum_bericht_details
{
	padding-top: 2px;
	font-size: 8pt;
	vertical-align: top;
	height: 20px !important;
}

.forum_bericht_inhoud
{
	padding: 2px;
	vertical-align: top;
}

.forum_bericht_meerauteur
{
	height: 20px;
}

.forum_no_header
{
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF2CC;
	font-weight: bold;
	margin: 0px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
}

.forum_no_titel
{
	padding: 5px;
}

.forum_no_bericht
{
	padding: 5px;
}

.forum_no_opties
{
	padding: 5px;
	text-align: center;
	margin-left: 50%;
	margin-right: 50%;
}

fieldset.moderator
{
	border-style: dashed;
}

/* Paginawijzer */

.paginawijzer
{
	float: right;
	font-size: 8pt;
}

.paginawijzer_info
{
	background-color: #FFCC33;
	color: #FFF2CC;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
}

.paginawijzer_huidigepagina
{
	background-color: #FFF2CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #FFCC33;
}

.paginawijzer_pagina
{
	background-color: #FFF2CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #FFCC33;
}

/* Pager */

.pager
{
	font-size: 8pt;
}

.pager_info
{
	background-color: #FFCC33;
	color: #FFF2CC;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
}

.pager_currentpage
{
	background-color: #FFF2CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bolder;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #FFCC33;
}

.pager_page
{
	background-color: #FFF2CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #FFCC33;
}

/* Maanstand wuc */

.maanstand_beeld 
{
	text-align: center;
	height: 110px;
}

.maanstand_tekst 
{
	font-size: 8pt;
	text-align: center;
}

/* Rechter menu */

.rightmenuitem
{
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
}

.rightmenuitem_header
{
	background-image:url(../../images/layout/newspost/titel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF2CC;
	font-weight: bold;
	margin: 0px;
	height: 28px;
	vertical-align: middle;
	text-align: center;	
}

/* Articles */

.open_article, .subscriber_article
{
	padding-left: 4px;
	padding-right: 4px;
}

.subscriber_article
{
	background-color: #FFF2CC;
	background-image:url(../../images/misc/onlysubscribers_nl.jpg);
	border-width: 1px;
	border-color: #FFCC33;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Home Page */

#home_container
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 571px;
}

#home_midbar
{
	background-color: #FFCC33;
}

.home_feature
{
    margin: 0px;
    padding: 0px;
    width: 571px;
}

.midbar_banner
{
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border: 0px;	
}

.midbar_text
{
    width: 551px;
	margin: 0px 2px 0px 2px;
	padding: 0px 8px 8px 8px;
	border: 0px;
	background-color: #FFF1C8;	
}