* { margin: 0; padding: 0; }

body
{
	background: #EEECDE url(/images/bg.gif) top center repeat-x;
	color: #5f5e4c;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    color: #333;
	/* IE 5 fix */
	text-align: center;
	font-size: 0.8em;
	overflow: -moz-scrollbars-vertical;
}

@font-face
{
		font-family: 'ChunkFiveRegular';
		src: url('/fonts/Chunkfive-webfont.eot');
		src: url('/fonts/Chunkfive-webfont.woff') format('woff'), url('/fonts/Chunkfive-webfont.ttf') format('truetype'), url('/fonts/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
		font-weight: normal !important;
		font-style: normal !important;
}

h1
{
	font-family: ChunkFiveRegular, "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #a6b91c;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #E7E4CF;
	line-height: normal;
	font-weight: normal !important; 
	font-size: 30px;
}

h2
{
	font-family: ChunkFiveRegular, "lucida grande", tahoma, verdana, arial, sans-serif;
	margin-bottom: 5px;
	color: #a6b91c;
	font-weight: normal !important; 
	font-size: 25px;
	line-height: 25px;
}

h3 { margin-top: 5px; }
h3 { text-decoration: underline; }


a { outline: none; text-decoration: none; color: #a6b91c; font-weight: bold; }


input[type=text], input[type=password], textarea, select
{
	color: #5f5e4c;
	font-family: "Myriad Pro", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 1em;	
	background-color: #fbfbf8;
	padding: 4px 5px;
	border: 1px solid #E7E4CF;
}
/*
input[type=submit], input[type=button], input[type=reset]
{
	color: #5f5e4c;
	padding: 5px;
	background-color: #fbfbf8;
	border: 1px solid #E7E4CF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
	
}*/

input[type=submit], input[type=button], input[type=reset]
{
        height: 30px;
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover
{
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus
{
        outline: 0;
        background: #fafafa;
}    

input[type=submit]:before, input[type=button]:before, input[type=reset]:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
}











textarea
{
	width:  430px;
	height: 250px;
}

textarea.inhoud
{
	width:  600px;
	height: 500px;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;	
}

#wrapper
{
	width: 750px;
	height: 50px;
	margin: 0 auto;

}

#header
{
	/* IE 5 fix */
	text-align: left;
	height: 115px;
	width: 100%;
	margin-bottom: 9px;
}

#header-logo
{
	width: 421px;
	height: 115px;
	background-image: url(/images/header.gif);
}

#header-event
{
}

#menu
{
	height: 103px;
	width:  674px;
	list-style: none;
	margin: 0 auto;
	/* IE 5 fix */
	text-align: left;
}

#menu li
{
	width: 112px;
	height: 100%;
	float: left;
}

#menu li a
{
	/** padding: 0 56px 88px 56px; */
}

#menu #home
{
	width: 113px;
}

#menu #contact
{
	width: 113px;
}

#container
{
	width: 100%;
	background-color: #fbfbf8;
	text-align: center;
	border: 1px solid #e6e5d6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#container .content
{
	margin: 20px;
	/* IE 5 fix */
	text-align: left;
	background-color: #f3f3e9;
	overflow: hidden;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 1.4em;
}

#container .content img
{
	max-width: 670px;
}

#container #content ul
{
	list-style-image: url(/images/icons/bullet-list.gif);
}

#container #content ul li
{
	padding: 5px 0 0 0;
}

#container #content ul li a
{
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #a6b91c;
}

#footer
{

	padding: 15px 0 20px 0;
}


#pageflip
{
	position: relative;
	right: 0; top: 0;
	float: right;
	width: 100px;
	height: 100px;
}
#pageflip img
{
	width: 0px; height: 0px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip #hidden_block
{
	width: 0px; height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(/images/admin.gif) no-repeat right top;
}

/* Dialog */
.ui-dialog { -moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #fbfbf8; display: none; height: auto; outline-color: -moz-use-text-color; outline-style: none; outline-width: 0px; overflow: hidden; position: absolute; width: 500px; }
	.ui-dialog .ui-dialog-content { -moz-border-radius: 8px; -webkit-border-radius: 8px; text-align: left; background-color: #f3f3e9; border: 0; margin: 20px; overflow: auto; padding: .5em 1em; zoom: 1; }
	.ui-dialog .ui-dialog-close { position: absolute; right: 4px; top: 5px; }
		.ui-dialog .ui-dialog-close div { background: url(/images/icons/close.gif) no-repeat; height: 16px; width: 16px; }
			.ui-dialog .ui-dialog-close div.hover { background: url(/images/icons/close-hover.gif) no-repeat; }
.ui-widget-overlay { background-color: #aaa; filter: Alpha(Opacity=50); height: 100%; left: 0; opacity: .50; position: absolute; top: 0; width: 100%; }

/* Archive */
#archive
{
	clear: both;
	width: 680px;
	
	background-color: #E7E4CF;
	line-height: 30px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;	
}

#archive span a
{	
	font-weight: bold;	
	margin-left: 18px;
	color: #5f5e4c;
	padding-left: 15px;
	
}

.columns
{
}

.columns #column-l
{
	float: left;
	border-right: 1px solid #e1ddc3;
	clear: right;
	padding-right: 15px;
}

.columns #column-r
{	
	border-left: 1px solid #fff;
	padding-left: 15px;
	float: left;
}

.columns .column-l
{
	float: left;
	border-right: 1px solid #e1ddc3;
	clear: right;
	padding-right: 15px;
}

.columns .column-r
{	
	border-left: 1px solid #fff;
	padding-left: 15px;
	float: left;
}

#admin-panel
{	
	width: 150px;
}

#admin-panel li:first-child
{
	border-top: 1px dashed #E7E4CF;
}

#admin-panel li
{
	list-style: none;
	font-size: 1.1em;
	margin: 5px 0 5px 0;
	border-bottom: 1px dashed #E7E4CF;
}








.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }


.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; top: 26px; left: 17px; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { font-family: ChunkFiveRegular; font-weight: normal !important; font-size: 20px; float: left; text-decoration: none; padding: 8px 10px 12px 10px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */





.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #f3f3e9; font-weight: bold; color: #1c94c4; outline: none; }
.ui-tabs .ui-state-hover a, .ui-state-hover a:hover { background-color: #f3f3e9; color: #5f5e4c; font-size: 1.1em; text-decoration: none; outline: none; }
.ui-tabs .ui-state-active, .ui-widget-content .ui-state-active { background-color: #f3f3e9; border: 1px solid #f3f3e9; font-weight: bold; color: #5f5e4c; outline: none; }
.ui-tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #5f5e4c; outline: none; text-decoration: none; }

.ui-tabs .content ul
{
	margin-left: 14px;
}

img.cloak
{
	position: relative;
	top: 3px;
}







.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}




// Disable text selection outside of IE
.iPhoneCheckContainer, 
.iPhoneCheckContainer label {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none; }

.iPhoneCheckDisabled {  
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }


.iPhoneCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px; 
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  label.iPhoneCheckLabelOn {
    color: #fff;
    background: url(/images/on.png) no-repeat;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    padding-top: 5px; }
    label.iPhoneCheckLabelOn span {
      padding-left: 8px; }
  label.iPhoneCheckLabelOff {
    color: #8B8B8B;
    background: url(/images/off.png) no-repeat right 0;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
    text-align: right;
    right: 0; }
    label.iPhoneCheckLabelOff span {
      padding-right: 8px; }
    
.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url(/images/slider_left.png) no-repeat;
  padding-left: 3px; }
  .iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url(/images/slider_right.png) no-repeat right 0; }
  .iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url(/images/slider_center.png); }


/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:670px;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url(/images/bg-container.png) repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:643px;
	height:320px;
	background:#FFF url(/images/bg-editor.png) no-repeat;
	clear:both;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url(/images/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpEditor {
	background-image:url(/images/bg-editor-html.png);
}
.markdown .markItUpEditor {
	background-image:url(/images/bg-editor-markdown.png);
}
.textile .markItUpEditor {
	background-image:url(/images/bg-editor-textile.png);
}
.bbcode .markItUpEditor {
	background-image:url(/images/bg-editor-bbcode.png);
}
.wiki .markItUpEditor,
.dotclear .markItUpEditor {
	background-image:url(/images/bg-editor-wiki.png);
}


/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{
	background-image:url(/images/bold.png);
}
.markItUp .markItUpButton2 a	{
	background-image:url(/images/italic.png);
}
.markItUp .markItUpButton3 a	{
	background-image:url(/images/underline.png);
}

.markItUp .markItUpButton4 a	{
	background-image:url(/images/picture.png);
}
.markItUp .markItUpButton5 a	{
	background-image:url(/images/link.png);
}

.markItUp .markItUpButton6 a	{
	background-image:url(/images/fonts.png);
}
.markItUp .markItUpButton7 a	{
	background-image:url(/images/list-bullet.png);
}
.markItUp .markItUpButton8 a	{
	background-image:url(/images/list-numeric.png);
}
.markItUp .markItUpButton9 a	{
	background-image:url(/images/list-item.png);
}

.markItUp .markItUpButton10 a	{
	background-image:url(/images/quotes.png);
}
.markItUp .markItUpButton11 a	{
	background-image:url(/images/code.png);
}
	
.markItUp .clean a {
	background-image:url(/images/clean.png);
}
.markItUp .preview a {
	background-image:url(/images/preview.png);
}

















	
	
.follow { position: fixed; top: 0; }


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }



/* Accordion
----------------------------------*/
#photo_album { margin-bottom: 15px; }

.ui-accordion
{
	text-align: left;
}
.ui-accordion .ui-accordion-header
{	
	font-size: 1.7em;
	cursor: pointer;	
	margin: 15px 15px 0 15px;
	zoom: 1;
	padding: 0;
}

.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a
{
	background-color: #E7E4CF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block; font-size: 1em; padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-content { background-color: #f3f3e9; margin: 0 15px 0 15px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active
{
	
	display: block; padding: 15px;
-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;

}
.ui-accordion .ui-state-active a
{
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}
 
  
  .album
  {
  	width: 203px;
  	background-color: #fbfbf8;
  	border: 1px solid #E7E4CF;
  	float: left;
  	padding: 8px;
  	margin-left: 10px;
  }
  
  .album:first-child
  {
  	margin-left: 0;
  }
  
  .album_info
  {
  	padding: 3px 0 0 3px;
  }  

.album_rij
{
	margin-top: 10px;
}

	.album_rij:first-child
	{
		margin-top: 0;
	}


.album_rij:after { content: ''; display: block; clear: both; }

.note {	
	background: url(spacer.gif); 
	border: 2px solid rgb(255, 255, 255); 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: text;
}

.notep {	
	background: #eee; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 175px;
	cursor: text;
} 

#noteform {	
	position: absolute;
	width: 250px;
}

#noteform textarea{
	width: 100%;
}


/* NEWS */


.news {
	margin-top: 20px;
	position: relative;	
}

.news img
{
	padding: 6px;
	background-color: #fbfbf8;
	border: 1px solid #E7E4CF;
	float: left;
	margin: 0 10px 3px 0;
}

.news span.decoration {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -13px;
	left: 90px;
	background: url(images/tape.png) no-repeat;
}

.list, .table
{
	 border: 0;
}

.list thead tr th, .table thead tr th
{
	text-align: center;
}

.list thead tr th:first-child, .table thead tr th:first-child
{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;	
}

.list thead tr th:last-child, .table thead tr th:last-child
{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;	
}

.list thead tr th, .table thead tr th
{
	background-color: #E7E4CF;
	padding: 10px;
}

.list tbody tr td:first-child, .table tbody tr td:first-child
{
	border-left: 0;
}

.list tbody tr.last td, .table tbody tr.last td
{	
	border-bottom: 0;	
}

.table tbody tr.last td
{
	text-align: center;
}

.list tbody tr:hover td
{
	background-color: #E7E4CF;
	border-color: #F3F3E9;
}

.list tbody td, .table tbody td
{
	width: 400px;
	height: 30px;
	padding: 10px;
	border-bottom: 1px solid #E7E4CF;
	border-left: 1px solid #E7E4CF;
}

.list tbody td img, .table tbody td img
{
	margin-right: 10px;
}

.list tbody td.label, .table tbody td.label
{
		
}

.list  tbody td a img, .table tbody td a img
{
	float: right;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}




col.label { color: #fff; width: auto; white-space: nowrap; }
col.data { width: 80%; }




#test
{
	height: 55px;
	width: 450px;
	margin:  0 auto;
	background-color: #E7E4CF;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#test textarea
{
	width: 445px;	
}




/*
	The following fixes png-transparency for IE6.
	
	Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.  
	Colorbox preloads navigation hover classes to account for this.
*/
* html #cboxPrevious{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/previous.png, sizingMethod='crop');}
* html #cboxPrevious.hover{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/previousHover.png, sizingMethod='scale');}
* html #cboxNext{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/next.png, sizingMethod='crop');}
* html #cboxNext.hover{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/nextHover.png, sizingMethod='scale');}
* html #cboxClose{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/close.png, sizingMethod='crop');}
* html #cboxClose.hover{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/closeHover.png, sizingMethod='scale');}


.loading { text-align: center; }

#control_menu
{
	position: absolute;
	top: 227px;
	left: 240px;
	
	width: 200px;
	background-color: #fbfbf8;
	border: 1px solid #e6e5d6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#control_menu ul
{
	list-style: none;	
	margin: 15px;
	/* IE 5 fix */
	text-align: left;
	background-color: #f3f3e9;
	overflow: hidden;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 1.4em;
}

#control_menu ul li { padding: 5px; float: none; }
#control_menu ul li a { padding: 5px; }

img.icon
{
	margin-bottom: -7px;
	
}
