
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body, p, pre { /* blockquote */
    margin: 0;
    padding: 0;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Lists */
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}


/* Misc */
a {
    outline: none;
}
img, iframe {
    border: none;
}


/* Tables */
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}


/* Forms */
form, fieldset, legend, input, textarea, select {
    /*margin: 0;*/
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
}


/* Inline elements */
/*
address, cite, code, dfn, em, strong, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
*/
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */

@font-face {
   font-family: AvantGarde Bk BT;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/AVANTGA1.eot);
  }
  tr {
    vertical-align:top;
  }
  
body {
    font-family: AvantGarde Bk BT;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/AVANTGA1.eot);
    font-size: small;
    /*line-height: 1em;*/
    color: #333333;
}
p {
    margin-bottom: 0.7em;
    font-size: 10px;
    /*line-height: 1.1em;*/
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


/* Headings */
h1 {
    margin-bottom: 1em;
    /*border-bottom: 1px solid #666;*/
	text-align:right;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
/* END headings */


/* Lists */
ul {
	/*margin: 0 0 0.7em 1em;*/
    /*list-style: none outside url(http://www.voelgoed.co.za/themes/voelgoed/images/bullets/default.gif);*/
    /*line-height: 1.3em;*/
}
    ul li {
        /*margin-left: 30px;*/
	}
#content_item ul {
	list-style:outside disc;
}

#content_item li {
	margin-left:15px;
}
#content_item p {
	/*line-height:1.3em;*/
}
#article_heading p {
	line-height:1.8em;
}
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
	}
dl {
    margin-bottom: 0.7em;
    line-height: 1.5em;
}
	dl dt {
	    font-weight: bold;
	}
	dl dd {
        margin-bottom: 0.2em;
		margin-left: 30px;
	}
/* END lists */


/* Links */
#content_item span a,
#content_item span a:link,
#content_item span a:visited,
#content_item span a:active,
#content_item p a,
#content_item p a:link,
#content_item p a:visited,
#content_item p a:active,
#genericBlock p a,
#genericBlock p a:link,
#genericBlock p a:visited,
#genericBlock p a:active{
    color: #3d3d3d;
    text-decoration: none;
}
#content_item span a:visited {
    /* color: #184a84; */
}
#content_item span a:hover,
#content_item p a:hover{
    text-decoration: underline;
}
/* END links */


/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}

.link a, .link a:link, .link a:visited, .link a:hover{
    color: #09c;
    text-decoration: none; font-size:small;
	}
	
.cafeBold{
	color:#FF8A00;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
/*
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
*/
textarea {
    height: 6em;
}
label {
    color: #333;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}


form#frmUser  .fieldIndent {
    margin-left: 266px;
}

ol#register label {
	text-align:left;
	margin-left: -258px;
	width: 260px;
}

ol#register li {
	margin-left: 97px;
}

#user_country {
	width:230px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout *//**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


html { /* inforces screen to show scrollbar */
    padding:0px;
	margin:0px;
   /* height: 100%;*/
    margin-bottom: 1px;
	/*text-transform:lowercase;*/
}
div {
   padding:0px;
	margin:0px;
	
}

body {
    padding-bottom: 10px;
	padding-top: 2px;
	margin:0px;
	/*text-transform:lowercase;*/
	/*font-family:AvantGarde_BT, Arial, Helvetica, sans-serif; */
	font-size:11px;
	font-family: AvantGarde_BT,Tahoma,Arial,Helvetica,sans-serif;
    font-weight: normal;
    src: url(/fonts/AVANTGA1.eot);
    /*background: #fff9eb; /* url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/body.gif) repeat left top;*/

}

#header_links {/*margin-top:20px;*/ text-align:right; padding-right:13px; color: #000000;font-size: 12px; padding-top:5px; /*border:red 1px solid;*/}
div#header_links a { padding: 0px 0px; color: #000000;}
div#header_links a:link, div#header_links a:visited{color: #000000;text-decoration: none;font-size: 10px;}
div#header_links a:hover{color: #000000;text-decoration: none;}	


/* Wrappers */

div#wrapper-outer {
    margin: 10px auto 0;
    width: 973px;
	position:relative;
	overflow:hidden;
	
    /*background: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/body.gif) no-repeat left bottom; SHAUN*/

}

div#wrapper-inner {
    padding: 0 1px 2px 0px;
	background-color: #fff;
	border-left:2px solid #E0E0E0;
	border-right:2px solid #E0E0E0;	
	width:968px;
	
}


/* Header */

div#top_corner_container {
   padding:0px;
   margin:0px;
    background-image: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/corner_top_1.gif) ;
	background-repeat: no-repeat;
	background-position:top!important;
	width:973px;
	height:60px;
	border:0px solid red;
	overflow:hidden;
	position:relative;
	z-index:1;
	/*border-left:2px solid #E0E0E0;
	border-right:2px solid #E0E0E0;*/	
}



div#header {
	height: 130px;
    /*border-bottom: 2px solid #fff;*/
	border-left:2px solid #E0E0E0;
	border-right:2px solid #E0E0E0;
	width:969px;
	padding-top:15px;
}

div#header div.wrap-left {
        margin-right: 2px;
		/*border-right:2px solid #E0E0E0;
        /* SHAUN background: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/header_t.gif) no-repeat left top;*/
}

div#header div.wrap-right {
        position: relative;
		border-left: 2px #fff9eb;
		padding-left: 2px;
        padding-top:15px;
        /*background: #fff9eb url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/header_bg.jpg) repeat-x center bottom;*/
}



div#logoDiv h1 {
	background:url(http://www.voelgoed.co.za/themes/voelgoed/images/home.gif);
        width:405px; 
		height:144px; 
		float:left; 
		margin-left:5px; 
		/*margin-top:-21px;*/
		border-bottom:none;
}

div#logoDiv{
	float:left; 
	cursor: pointer;
	position:absolute;
	top:29px;
	_top:39px;
	left:0;
}

div#header h1 a {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 367px;
    height: 134px;
}

div#header h1 a span {
    display: block;
    text-indent: -9999px;
}

div#header #bugReporter {
        position: absolute;
        right: -10px;
        bottom: 2px;
        display: block;
        width: 100px;
        min-height: 10px;
        _height: 10px; /* min-height for ie6 */
        background: url(http://www.voelgoed.co.za/themes/voelgoed/images/bug.gif) no-repeat right center;
}

/* END header */


/* Footer */



div#copyright {
	width: 600px; 
	margin: auto 15px auto 0;
	color:#b1b2b4; 
	text-align:center;
}

#bottom_nav {
	width: 486px; 
	margin: auto;
	color:#b1b2b4; 
	text-align:center;
	padding-top:10px;
}



div#copyright a, div#copyright a:link, div#copyright a:hover, div#copyright a:visited {
	color:#b1b2b4; 
}

div#bottom_nav a, div#bottom_nav a:link, div#bottom_nav a:hover, div#bottom_nav a:visited {
	color:#b1b2b4; 
}


div#footer-corner {
	width:969px;
    padding-right: 20px;
	height:60px;
    background: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/corner_bottom_1.gif) no-repeat;
	position:relative;
	z-index:1;
	/*margin-top:-15px;*/
}



div#footer {
	width:969px;
	border-left:2px solid #E0E0E0;
	border-right:2px solid #E0E0E0;
	padding-bottom:20px;
	margin-bottom:-20px;
	overflow:visible;
}

div#footer div.wrap-left {
        padding-left: 20px;
        /*background: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/footer_bl.gif) no-repeat left bottom;*/
}

div#footer div.wrap-right {
        padding: 0.8em 0 0.5em;
        /*background: #99CC00 url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/footer_bm.gif) repeat-x left bottom;*/
        text-align: center;
}

div#footer p {
        margin-bottom: 0.1em;
        font-size: 0.8em;
        color: #666666;
    }

/* END footer */


/* Content */

div#content {
    /*background-color: #fff;*/
    /*background-image: url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/column_tm.gif);*/
    background-repeat: repeat-x;
	clear:both;

	
	
	
}

    /* Main */
div#main {
        min-height: 350px;
        _height: 350px;  /* min height for ie6 */
        /*padding: 0.6em 10px 5px ;*/
        /*background-color: #fff;*/
		margin-top:0px;
		/*border-right:1px solid #D9D9D9;*/
		width:290px;
		margin-right:1px;
}



    /* Sub */
div#sub {
        padding: 4px 4px 4px 15px;
        /*background-color: #fff;*/
		margin-top:20px;
		
border-left:1px solid #D9D9D9;
		margin-bottom:-1000px;
		padding-bottom:1200px;		
		float:right;
}

div#mediablockhome {
/*	padding-top:10px;*/
}

div.inner div.block {
	width:213px;
}

div#sub div.inner {

/*border: 10px solid #bbb;*/
/*padding: 0px 5px 5px;*/

}



/* Local */

div#local {

padding-top: 0.8em;
margin-top:20px;
border-right:1px solid #D9D9D9;
		margin-bottom:-1000px;
		padding-bottom:1200px;
}

/* END content */





/* Left/right blocks */

div.block {
    padding-bottom: 10px;
	float:left;
	/*width:250px;*/
	_clear:both;
	_border:0px solid black;
	
}

div#search_heading {font-size:14px;padding:0;margin:0; font-weight: 500; width:250px;}

    div.block h2 {
		margin:0;
		padding:0;
        font-size: 24px;
		font-weight:bold;
        color: #FF8A00;
		height:32px;
    }

div.block div.content {
        /*padding: 0.4em 10px;*/
        /*font-size: 0.9em;*/
    }

/* END left/right blocks */



/* RSSImport */

div.RSSImport{
	margin-bottom:20px;

}

div.RSSImport img {
		margin-right:20px;
		margin-bottom:20px;
		margin-top:5px;
}

div.RSSImport a { 
		line-height:20px;
}

p.RSSImport img {
		margin-right:20px;
}	

/* END RSSImport */



div#share{
	text-align:center;
	float:left;
	margin-top:10px;
}



div#TopLinks{
	float:right;
	position:absolute;
	bottom:38px;
	right:0px;
	font-size:9px;
}

div#fullArticle {
	width: 512px;
	float:left;
	clear:both;
	margin-top:10px;
}

span#HighlightTags {
	/*background-color:#FF00FF;	*/
}



/*buttons*/
div#button_left{width:11px; height:20px;} /* images are specifiec in the page css */
div#button_center {width:auto; height:20px; line-height:20px; min-width:40px;} /* images are specifiec in the page css */
#button_center a { color:#FFFFFF; font-size:10px;}
div#button_right{width:11px; height:20px;} /* images are specifiec in the page css */
div#button_left{background-color: #9DC62A;}
div#button_center {background-color: #9DC62A;}
div#button_right{background-color: #9DC62A;}
#header_image { border:1px solid #c9c9c9; padding:5px; background:url(http://www.voelgoed.co.za/themes/voelgoed/images/bg/header_1.jpg) no-repeat center; }
#header_image {float:right; margin-right:8px; /*margin-top:24px;*/width:456px; height:69px; overflow:hidden;} 
div#menu_item {width:168px; margin-top:5px; height:55px; float:left; clear:left;}
p#menu_item {width:168px; margin-top:5px; height:55px; float:left; clear:left;}
div#menu_item a {
	color:#000000;
	text-decoration:none;
	text-transform:none;
	font-size:14px;
}
#menu_item_2 {width:170px; float:left; margin-top: 5px;clear:left}
#menu_item_2 h3 {float:none; font-weight:normal; font-size:16px; padding-top:5px;}
#right_content_heading h3 {float:none; margin-bottom:-10px; font-weight:normal; font-size:16px;}
ul#more {margin-left: 0;padding-left: 25px;background:#ffc47f; padding-bottom:5px; padding-top:5px;}
#more li{display: list-item;list-style-type: disc; padding: 0 0 0 7px; background:#ffc47f; height:auto}
#more a{color:#000000; font-size:10px; text-decoration:none; text-transform:none;}
#menu_item_2 {text-align:center; /*margin-top:20px;*/}
.guru_icon {
	margin-right: 5px;
}
.self_help {background-color:#ff8a00; }
.guru_subcat {width:168px; height:auto; float:left; clear:left;_position:relative;_left:-9px;}

div#gurus-block { 
	/*background:url(http://www.voelgoed.co.za/themes/voelgoed/images/self_help_home.gif) no-repeat center; */
	height:130px;
	width:170px;
	align:center!important;
	_float:left;
	_border:0px solid black;	
	_position:relative;
	_left:-9px;
}

.genericBlock {
	margin-top:20px;
}


.search {font-size:24px; font-weight:bold; padding:0; margin:0; text-transform:none;}
.search { color:#ff8a00 }
#search_heading {color:#ff8a00 }
div#search_heading { clear:both}
#form {float:left; margin-right:5px;}
div#search_block {height:62px;border:0px solid blue;_float:right;_border:0px solid black;_position:relative;_left:15px;}
div#topstories { width:486px;border:1px solid red; }
div#neweststories { width:486px; }
.Adpeep { width:486px; }
#top_story_article {padding-top:15px; clear:both!important;border:0px solid black;width:486px;_height:50px;}
	#top_stories_heading {width:317px; height:12px; float:left; margin-bottom:2px;border:0px solid green;}
	#top_stories_image {width:64px; /*height:48px;*/ float:left; margin-right:5px; padding-top:4px;}
	#top_stories_copy {width:317px; float:left; margin-top:5px;}
	#top_stories_copy_no_image {width:489px; float:left; margin-top:5px;}
	#top_story_button { float:right; padding-right:0px;width:78px;border:0px solid red;}
	#button_align_right { float:right;}


#nuutste_story { width:45%; float:left;height:234px; }
div#backLight { width:45%; float:left;clear:left; padding-top:20px;}
	#nuutste_story_image {width: 214px; height:125px;margin-bottom:5px;} /*View page css for border properties e.g. "jou_self" */
	#nuutste_story_heading {width:214px; float:left; margin-bottom:2px;height:14px; overflow:hidden;}
	#nuutste_story_copy {width:214px; float:left; margin-top:2px; height:52px;}
#nuutste_story_2 { width:45%; height:auto; float:right; }

div#backDark { width:45%; height:auto; float:right; padding-top:20px;}
	#nuutste_story_image {width: 214px; height:125px;margin-bottom:5px;} /*View page css for border properties e.g. "jou_self" */
	#nuutste_story_heading {width:214px; float:left; margin-bottom:2px;height:14px; overflow:hidden;}
	#nuutste_story_copy {width:214px; float:left; margin-top:2px; min-height:52px}

#nuutste_story_button { float:right;}
#nuutste_story_additional {float:right; /*height:50px;*/ width:98%; margin-top:2px;}	



/*icons */
#icon_print {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/print.gif) no-repeat;  height:18px; float:right; text-indent:22px; line-height:18px; margin:2px;}
#icon_print a { font-size:10px; color:#000000}
#icon_share {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/share.gif) no-repeat;  height:18px; float:right; text-indent:22px; line-height:18px; margin:2px;}
#icon_share a { font-size:10px; color:#000000}
#icon_comments {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/comments.gif) no-repeat; height:18px; float:right; text-indent:20px; line-height:18px; margin:2px; cursor:pointer;}
#icon_comments a { font-size:10px; color:#000000}
#icon_video {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/video.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both; margin-bottom:10px; cursor:pointer; margin-left:3px;}
#icon_video a { font-size:10px; color:#000000}
#icon_oudio {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/audio.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both;  margin-bottom:10px; cursor:pointer; margin-left:3px;}
#icon_oudio a { font-size:10px; color:#000000}
#icon_fotos {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/photos.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both; margin-bottom:10px; cursor:pointer; margin-left:3px;}
#icon_fotos a { font-size:10px; color:#000000}
#icon_blog {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/blog.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both; margin-bottom:10px; cursor:pointer; margin-left:3px;}
#icon_blog a { font-size:10px; color:#000000}
#icon_selfoon {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/cellphone.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both; margin-bottom:10px; cursor:pointer; margin-left:3px;}
#icon_selfoon a { font-size:10px; color:#000000}
#icon_e-boeke {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/icons/ebook.gif) no-repeat; height:52px;float:left; text-indent:55px; line-height:46px; float:left; clear:both; margin-bottom:10px; cursor:pointer; margin-left:3px;}

#icon_e-boeke a { font-size:10px; color:#000000}




/*Top stories */
div#top_stories_heading {color:#ff8706; font-size:14px; font-weight: 500; padding:0; margin:0; height:14px; overflow:hidden;}
div#topMargin{
position:absolute;
right:10px;
top:-20px;
overflow:hidden;
clear:both;
float:right;

/*_margin-left:-20px;*/
}

div#padMessage{
width:516px;
padding-top:35px;
border:0px solid blue;
_height:1px;

}



/*headings */
h1 {color:#ff8a00; font-weight: normal; font-size:36px;padding:0; margin:0;}
h2 {color:#ff8a00; font-size:24px; font-weight:bold; padding:0; margin:0;}
h3 {color:#ff8a00; font-size:18px;padding:0;margin:0; font-weight: 500;}
h4 {color:#ff8a00; font-size:14px;padding:0;margin:0; font-weight: 500;}
#content_item {width:486px; /*margin-bottom:20px;*/ padding-left:15px; padding-right:15px;clear:both;border:0px solid blue; padding-top:30px;}
#cafe_item {width:486px; /*margin-bottom:20px;*/ padding-left:15px; padding-right:15px;clear:both;border:0px solid blue;}

/* video, oudio & blogs */
#video_oudio_header,#video_oudio_header_2,#video_oudio_header_3 {color:#FFFFFF; font-size:16px; line-height:31px; text-align:center;}
.video_oudio_bold {color:#FFFFFF; font-size:16px; font-weight:bold; text-transform:uppercase}
#video_oudio_copy {color:#000; text-align:left}
.bullets {color:#000000; font-size:11px;}
#video_oudio {width:486px; height:auto; margin: 0 auto; clear:both;margin-top:15px}
	#video_oudio_frame {width:486px;margin-right:auto;margin-left:auto;padding:0px;text-align:left;}
	#video_oudio {width:170px;padding:0px;float:left;}
	#video_oudio_header {width:150px;float:left; height:31px;}
#video_oudio_image {
	width:150px; 
	float:left; 
	height:193px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	background:#ff8a00;
}

div#video_oudio_image span {
    display: inline-block;
    height: 100%;
    width: 1px;

}


#video_oudio_copy {width:150px; float:left; height:auto; padding-bottom:15px; min-height:190px}
	#video_oudio_header_2 {width:150px;margin-left:18px;margin-right:18px;float:left;height:31px;}
#video_oudio_image_2 {
	width:150px; 
	float:left; 
	height:193px;
	margin-left:18px;
	margin-right:18px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div#video_oudio_image_2 span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
		#video_oudio_copy_2 {width:150px; float:left; height:auto;margin-left:18px;margin-right:18px; padding-bottom:15px; min-height:190px}
	#video_oudio_header_3 {width:150px;float:right; height:31px;}
		#video_oudio_image_3 {width:150px; float:right; height:193px;}
		#video_oudio_copy_3 {width:150px; float:right; height:auto; padding-bottom:15px; min-height:190px}
#argief {width:486px; height:auto; clear:both;margin-top:15px; margin-bottom:15px;}



/* video, oudio & blogs */

#video_oudio_header,#video_oudio_header_2,#video_oudio_header_3 {color:#FFFFFF; font-size:16px; line-height:31px; text-align:center;}

.video_oudio_bold {color:#FFFFFF; font-size:16px; font-weight:bold; text-transform:uppercase}

#video_oudio_copy {color:#000; text-align:left}

.bullets {color:#000000;}





/*borders */

#nuutste_story_image_image {

	border: 2px solid #9dc62a;

}







#nuutste_story_image {

	height:125px;

	width:214px;

	border: 2px solid #ffffff; 

    display: table-cell;

    text-align: center;

    vertical-align: middle;

	float:left;

}

#video_oudio_header,#video_oudio_header_2,#video_oudio_header_3 {background:#ff8a00;}

#video_oudio_kyk_dit {background:#ff8a00;}





/*footer */

#footer_links {width:487px; margin: 0 auto; clear:both; text-align:center;}

/*#copyright {width: 380px; margin: 15px auto;}*/
#bottom_nav  {width: 600px; margin: 15px auto;}

#bottom_corner_container {width: 973px;height:60px; float:left; clear:both; margin-bottom:5px;} /*layout*/

	#bottom_corner_container {background:url(../images/corner_bottom_1.gif) no-repeat; } /*styling*/

#logos {width:100%; height:auto}



/* poll */
#poll {width:160px; height:auto; float:left; margin-bottom:-8px;}
#poll_top {width: 160px; height:22px}
#poll_body {width:160px; height:auto; background:repeat-y; text-align:center}
#poll_copy {width: 150px; height:auto; margin-left:10px; padding-top:5px; padding-bottom:5px; text-align:left; padding-right:5px; }
#poll_bottom {width:160px; height:16px; text-align:center;}
#poll_body a { color:#FF8A00; font-size:14px;}
#poll_button {margin-left: 27%; height: 20px;text-align:center; margin-top:5px;}



/*bullet */
#bullet {margin-right:1px; width:8px; height:8px; float:left; margin-top:4px;margin-bottom:4px;}
ul#video { padding: 15px 0 0; text-align:left; list-style-position:outside; line-height:1em; list-style-image:none; margin:0px;list-style-type: disc;}
#video li{ padding: 0 0 0 0;margin-left:0px;list-style-position:outside; list-style-type:none;}
ul#argief { text-align:left;}
#argief li{ padding: 0 5px 8px 0;}


/*banners */
#banner_1  {width:486px; height:85px; float:left; padding:0; margin-top:20px;margin-bottom:10px; clear:both; text-align:center;}
#banner_2  {width:486px;; height:85px; float:left; padding:0; margin-top:20px;margin-bottom:0px; clear:both text-align:center;}
#banner_3  {width:214px;; height:174px; float:left; padding:0; clear:both}
#banner_4  {width:173px;; height:231px; float:left; padding:0; margin-top:20px;margin-bottom:10px; clear:both; margin-left:auto; margin-right:auto}

/* poll */
#poll {width:160px; height:auto; float:left; text-align:left}
#poll_top {width: 160px; height:22px}
#poll_body {width:160px; height:auto; background:repeat-y;}
#poll_copy {width: 140px; height:auto; margin-left:10px; padding-top:5px; padding-bottom:5px; padding-right:5px;}
#poll_bottom {width:160px; height:16px;}
#poll_button {margin-left: 27%; height: 20px;text-align:center; margin-top:5px;}


/*polls */
#poll_top {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/home_top.gif);}
#poll_body {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/home_body.gif);}
#poll_bottom {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/home_bottom.gif);}


#argief {width:486px; height:auto; clear:both;margin-top:15px; margin-bottom:15px;}


/*bullet */
#bullet {margin-right:1px; width:8px; height:8px; float:left; margin-top:4px;margin-bottom:4px;}
ul#argief { text-align:left;}
#argief li{ padding: 0 5px 8px 0; }
ul#video a, ul#video a:link, ul#video span a:active, ul#video a:visited{
color:#FF8A00;
font-size:13px;
font-family:Tahoma;
text-decoration:none;
}

div#bio { 
	clear:both;
}

/*left column */

#left_column {width:168px; height: auto; float:left;  padding-left:11px; padding-right:11px}
#menu_item {width:168px; height:55px; float:left; clear:left;_position:relative;left:-4px;}
#menu_item_2 {width:170px; float:left; /*margin-top: 20px;*/clear:left;margin-bottom:15px;}
#menu_item_sub {width:168px; margin-top:5px; height:auto; float:left; clear:left;display:block; _margin-left:2px; _width:169px;}
#img_menu_item_2 {/*margin-top:15px;*/margin-right:5px; clear:both; width:168px; text-align:center;}
.menu_item_caption {font-size:11px; color:#a8a0a0;}
.menu_item_2_text {font-size:11px; width:105px; text-align:left; margin-top:2px; float:none}


div#search_heading a { padding: 0px 0px; color: #FF8A00; text-transform:none;font-size: 14px;}
div#search_heading a:link, div#search_heading a:visited{color: #FF8A00;text-decoration: none;font-size: 14px;}
div#search_heading a:hover{color: #FF8A00;text-decoration: none;}





div#nuutste_story_additional a { padding: 0px 0px; color: #000000; text-transform:none;font-size: 10px;}
div#nuutste_story_additional a:link, div#nuutste_story_additional a:visited{color: #000000;text-decoration: none;font-size: 10px;}
div#nuutste_story_additional a:hover{color: #000000;text-decoration: none;}



/* self help */

#sh_intro { width:280px; height:auto; float:right; margin-bottom:2px; }
#sh_image { width:190px; height:auto; float:left; margin-bottom: 2px; margin-top:26px; clear:left;}
	#sh_container {width: 487px; float:left; margin-bottom:25px;}
	#sh_question {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/selfhelp/question.gif) no-repeat; float:left; width:66px; height:58px}
	#sh_question_content {float:left; margin-bottom:15px; width:420px;}
	#sh_answer {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/selfhelp/answer.gif) no-repeat; float:left; width:66px; height:58px}
	#sh_answer_content {float:left; width:487px; page-break-after:avoid}

	/*form*/
	#sh_form { margin-left: 68px; width:300px; margin-top:15px;}

	

/* form */

#cafe { width:487px; float:left;}
	#cafe_img{width: 60px; height:60px; float:left; margin-right:10px}
	#cafe_head {width: 417px; height:10px; float:left; height:60px;}
	#cafe_content {width:487px; margin-top:5px; clear:left;}


/* article layout */
#article_heading {width:100% ;height:auto; float:left; padding-bottom:10px;}
	#article_content {width:487px; height:auto; float:left; margin-bottom:2px; text-align:left; padding-top:10px;}
	#argief_button {float:right;}
	

	

/* lists */
ul#argief { padding-left:40px; text-align:left; width:450px; list-style:disc;}
#argief li{ padding: 0;}


div#cafe_head h5{
	color:#333333;
	font-size:14px;
	margin:0px;
	padding:0px;
	float:left;
	font-weight:bold;
	line-height:18px;
}


.cafe {color:#000000; float:left; clear:left; line-height:18px; right-left:4px}


div#page_title {
margin-right:28%;
text-align:right;
}



div#page_title h1 {
border-bottom: none;
line-height:normal;
}


#right_content_2 {width:210px; height:auto; float:left;clear:left;padding-bottom:20px; }

#right_content {width:200px; height:auto; float:left;border:0px solid black; /*margin-top:20px;*/margin-bottom:20px;clear:both;_position:relative;_left:20px; padding-top:10px;}

#right_content_heading {padding-top:10px;margin-left:0px;margin-bottom:15px; text-align:center;/*float:left*/; padding-left:33px;}

.login_box {width:142px; height:16px;}

div#header_link {/*position:absolute; min-height:144px;*/ width:405px; cursor: pointer; z-index:1; overflow:hidden;}

div#PageLink {
	border:1px solid #757575; 
	color:#55555;
	min-width:17px;
	height:17px;
	float:left;
	text-align:center;
	padding-top:2px;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-right:0px;
	_width: 17px;
}


.audioPlayback { padding-left:143px; _padding-left:185px;}




div#CurPageLink {

	background: #DAD4D4;

	border:1px solid #757575; 

	color:#55555;

	min-width:17px;
	_width: 17px;

	height:17px;

	float:left;

	text-align:center;

	padding-top:2px;

	font-size:12px;

	font-weight:bold;

	margin-left:5px;

	margin-right:0px;

}



div#PageLink a {

	font-size:12px;

	font-weight:bold;

	color:#555555;

}





div#CurPageLink a {

	font-size:12px;

	font-weight:bold;

	color:#555555;

}



div#gsHeader {

display:none;

}



div#article_heading h2, h3 {

	float:left;

	vertical-align:text-bottom;	

	min-height:32px;

}

div#article_heading h3 {



	padding-top:6px;

}



div#genericBlock{

/*margin-top:15px;*/

}



h4#search {

	margin-bottom:0px;

	padding-bottom:0px;

}



.infoMessage {



    border-color: #66A326;

	border: #66A326 solid 2px;

	color:#66A326;

	text-align:center;

}

.errorMessage {



    color: #FF0000;

	border: #FF0000 solid 2px;

	text-align:center;
	
	

}













.dropmenudiv_e{



top: 0px; 

left: -125px;      

position:absolute;

border:1px solid black;

/*border-bottom-width: 0;*/

font:normal 12px Verdana;

line-height:18px;

z-index:100;

width:350px;

min-height:190px;

}



.dropmenudiv_e_noflyout{



top: 0px; 

left: 0px;      

position:absolute;

border:1px solid black;

/*border-bottom-width: 0;*/

font:normal 12px Verdana;

line-height:18px;

z-index:100;

width:170px;

}



.dropmenudiv{



top: 0px; 

left: 0px;      

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

}



/* ######### Style for Drop Down Menu ######### */







.dropmenudiv_e a{

width: auto;

display: block;

text-indent: 5px;

padding: 2px 0;

text-decoration: none;

color: black;

text-transform:none;

font-size:9px;

}



* html .dropmenudiv_e a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv_e a:visited{ /*THEME CHANGE HERE*/

color:#FFFFFF; 

font-size:14px;

text-transform:none;



}



.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/



text-transform:none;

color:#FFFFFF; 

font-size:14px;

font-weight:bold;

}



.dropmenudiv_e a:link{ /*THEME CHANGE HERE*/

text-transform:none;

color:#FFFFFF; 

font-size:14px;

}



/**/

.dropmenudiv_e_noflyout a{

color:#FFFFFF; 

font-size:14px;

width: auto;

display: block;

text-indent: 5px;

padding: 2px 0;

text-decoration: none;

text-transform:none;

}



* html .dropmenudiv_e_noflyout a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv_e_noflyout a:visited{ /*THEME CHANGE HERE*/

text-transform:none;

color:#FFFFFF; 

font-size:14px;

}



.dropmenudiv_e_noflyout a:hover{ /*THEME CHANGE HERE*/

text-transform:none;

color:#FFFFFF; 

font-size:14px;

}





div#menuLinks{

float:left; width:170px; text-align:left; margin-right:0px;

}



div#menuItems{

float:left; width:165px; text-align:left; font-size:9px; line-height:11px; padding-top:5px; border-left:#FFFFFF 2px solid;

}



div#menuItems h4{

font-size:11px;

line-height:11px;

color:#000000;

}



div#menuItems h3{

color:#000000;

}



div#dropmenu89{

background-color: #b1b9ff;

}



div#dropmenu91{

background-color: #ffb865;

}



div#dropmenu92{

background-color: #f5a6f4;

}

div#dropmenu97{

background-color: #b4e5e6;

}

div#dropmenu94{

background-color: #b4e5e6;

}

div#dropmenu93{

background-color:  #d678fe ;

}



div#dropmenu95{

background-color: #abd375;

}

div#dropmenu96{

background-color: #e96b6b;

}

div#dropmenu97{

background-color: #fac91d;

}



#cms_search{

	width:110px;

}

.rotateContent{
width:487px; float:left; height:279px;position:absolute; overflow:hidden;  top:-20px;/*padding-bottom:30px;*/
}

.rotateContent_button {
float:right; padding-top:15px;
}



div#module_header {

padding-top:20px;

}



.moduleContainer{

padding-top:30px;

}



.block-core-ItemLinks{

display:none;

}



.cafeLanding1{
width:487px;

/*background-color:#ffc47e;

height:200px;*/

}



.cafeLanding2{

width:487px;

/*background-color:#ff96a0;

height:200px;*/

}



.cafeLanding3{

width:487px;

/*background-color:#77f2f9;

height:200px;*/

}



.rotatorContent h5{

float:left;

font-size:14px;

font-weight:bold;

line-height:18px;

margin:0;

padding:0;

color:#000000;

}



.rotatorContent th{

font-size:10px;

font-weight:normal;

}



.rotatorContent_h3{

font-size:18px;

font-weight:700;

}



.dropdowna{

font-size:9px;

}



#comment_body{

width:330px;



}





.rotatorContentBlockAuthor{

color:#A8A0A0;

font-size:11px;

text-align:center;

}



.menu_item_2_text {

font-size:11px;

margin-top:2px;

text-align:left;

width:105px;

color:#000000;

}



.menu_item_2_text a,.menu_item_2_text a:link, .menu_item_2_text a:visited {

color:#000000;

}



form#LoginForm{

display:none;

}



img#firstpicbottom{

display:none;

}



img#prevpicbottom{

display:none;

}



img#nextpicbottom{

display:none;

}



img#lastpicbottom{

display:none;

}



div#gsPagesbottom{

float:right;

}



div#guruPagination{

margin-right: 95px; float: right; margin-top: 20px; padding-right: 0px; text-align: right;

}



div#Pagination{

margin-right: 10px; float: right; margin-top: 20px; padding-right: 0px; text-align: right;

}



div#brd{	





	position:absolute;

	top:-20px;

}



.hiddenPic {

display:none;

}



.articleImage{

padding-left:10px;

padding-bottom:10px;

}



input#cms_search{
	width:142px;
	height:16px;
}



.adpeepBlockRight{
padding-left:33px;
/*margin-top:-10px;*/
padding-right:15px;
}

.margin_bottom_13{
	margin-bottom:13px;
}



div#menu_item_3_top_margin{
width:170px; float:left; margin-top: 3px;clear:left; text-align:center;
}



div#menu_item_3_top_margin h3{
float:none;text-align:center; font-size:16px; padding-top:5px;
}



div#menu_item_no_top_margin{
width:170px; float:left; margin-top: 0px;clear:left; text-align:center;

}



div#menu_item_no_top_margin h3{
float:none;text-align:center;

}

td#top {
  vertical-align:top;

}

td#bottom {
   vertical-align:bottom;

}

td#middle {
  vertical-align:middle;
}
.clearfix {
  clear:both;
}

div#clearMedia{
  
  clear:both;
  border:0px solid black;
  _height:300px;
  _float:right;
  _margin-left: -20px;
  
  
}

div#clearSearch{
  
  clear:both;
  border:0px solid black;
 /* _height:20px;*/
  _width:250px;
  
  clear:left;
 /* _left:20px;
  _position:relative;*/
  
  
}
div#clearImg{
  
  clear:both;
  border:1px solid black;
 /* _height:100px;*/
  width:200px;
  
}
div#clearStories {
 
  clear:both;
  overflow:hidden;
  _border:0px solid black;
  _width:489px; 
}
#icon_share { font-size:10px; color:#000000}
#icon_comments  { font-size:10px; color:#000000}
#icon_print { font-size:10px; color:#000000}


.header_block{
background-color:#FFFFFF;
width:456px;
height:69px;
overflow:hidden;
}
/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Login */
div#block-login {
	width:420px; 
	/*height:49px;*/
	float:right; 
	/*margin-top:1%;  Shaun took out for smaller space*/
	margin-right:1%; 
	clear:both;
	border:0px solid red;
}


div#login_button {width:85px; height:20px; float:left;}	
div#nav_col {width: 155.4px; height: 20px; float:left;border:0px solid red;}
div#nav_col_2 {width: 109.2px; height: auto; float:left;border:0px solid green;}
.login {color:#6f706c; font-size:10px; margin:0px;}
a#login {color:#6f706c; font-size:10px; margin:0px; text-transform:none;line-height:1.7em; text-decoration:none;}
div#button {font-size:10px; color:#FFFFFF; text-transform:uppercase; line-height:20px; font-weight: bold;}
.password_forget {font-size:10px; color:#777875; font-weight: bold;}
input#frm_extendedLifetime{ margin:0px; padding:0px;}

#button_left{background: url(http://www.voelgoed.co.za/themes/voelgoed/images/btn_login_left.gif); float:left; margin:0px;}
#button_center {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/btn_login.gif); float:left; margin:0px;}
#button_center a { color:#FFFFFF; text-decoration:none;}
#button_right{background: url(http://www.voelgoed.co.za/themes/voelgoed/images/btn_login_right.gif); float:left; margin:0px;}

/* Logout */
div#block-logout { 
	width: 200px;
	height:49px;
	float:right; 
	margin-top:1%; 
	margin-right:1%; 
	clear:both 
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
#breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
	
	

	
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 80%;
    /*margin: 15px auto 0;*/
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div.message p.message-error {
        border-color: #f30;
        color: #f30;
		font-size:14px; font-weight:bold;
    }
    div.message p.message-info {
        border-color: #66a326;
        color: #66a326;
    }
    div.message p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}

/*body {}
* {padding:0; margin:0}*/
.dropdown {float:left;margin: 0}

.dropdown dt {}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:0px;}
.dropdown ul { list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown .underline {}

.dropdown_2 {float:right;}
.dropdown_2 dt {}
.dropdown_2 dt:hover {}
.dropdown_2 dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:-240px;}
.dropdown_2 ul { list-style:none; border-top:none}
.dropdown_2 li {display:inline}
.dropdown_2 a, .dropdown_2 a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown_2 .underline {}

.dropdown_3 {float:right;}
.dropdown_3 dt {}
.dropdown_3 dt:hover {}
.dropdown_3 dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:-120px;}
.dropdown_3 ul { list-style:none; border-top:none}
.dropdown_3 li {display:inline}
.dropdown_3 a, .dropdown_3 a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown_3 .underline {}


.dropdown a:hover {color:#000000;}
.dropdown_2 a:hover {color:#000000;}
.dropdown_3 a:hover {color:#000000;}

.menu_links {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
text-align:left;
width:130px;
}

.menu_links_right {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
text-align:left;
width:130px;
}

.menu_current {
color:#000000;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
padding-left:10px;
text-align:left;
}

.dd_menu_header {
color:#000000;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
padding-left:10px;
padding-top:5px;
text-align:left;
}

.dd_menu_content {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
text-align:left;
padding-top:0px; margin-top:-2px;
}
/* Containers */
#btn_over {
	width: 368px;
	height:202px;
	padding:8px;
}


#btn_center_container {
	width:360px;
	height:auto;
}

/* Master */
.menu_jou_self  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_self.gif) no-repeat;}
.menu_jou_inspirasie  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_inspirasie.gif) no-repeat;}
.menu_jou_verhoudings  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_verhoudings.gif) no-repeat;}
.menu_jou_gees  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_gees.gif) no-repeat;}
.menu_jou_gesondheid {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_gesondheid.gif) no-repeat;}
.menu_jou_skoonheid  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_skoonheid.gif) no-repeat;}
.menu_jou_welvaart {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_welvaart.gif) no-repeat;}
.menu_jou_huis{background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_huis.gif) no-repeat;}

.menu_89  {background:url(/images/drop_down/jou_self.gif) no-repeat;}
.menu_91  {background:url(/images/drop_down/jou_inspirasie.gif) no-repeat;}
.menu_92  {background:url(/images/drop_down/jou_verhoudings.gif) no-repeat;}
.menu_94  {background:url(/images/drop_down/jou_gees.gif) no-repeat;}
.menu_93 {background:url(/images/drop_down/jou_gesondheid.gif) no-repeat;}
.menu_95  {background:url(/images/drop_down/jou_skoonheid.gif) no-repeat;}
.menu_96 {background:url(/images/drop_down/jou_welvaart.gif) no-repeat;}
.menu_97{background:url(/images/drop_down/jou_huis.gif) no-repeat;}/**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */
div#video_oudio_header,#video_oudio_header_2,#video_oudio_header_3 {background:#f767f5;}

div#video_oudio_kyk_dit {background:#f767f5;}
ul#argief {
color:#f767f5;
}
    div#logoDiv h1 {
        background: url(http://www.voelgoed.co.za/themes/voelgoed/images/jouverhoudings.gif) no-repeat left bottom;
	}
#header_image { 
	border:1px solid #f767f5; padding:5px; background:url(http://www.voelgoed.co.za/themes/voelgoed/images/header_jouverhoudings.jpg) no-repeat center;; 
}	
div#button_left{background-color: #7584FF;}
div#button_center {background-color: #7584FF;}
div#button_right{background-color: #7584FF;}
div#gurus-block { 
	/*background:url(http://www.voelgoed.co.za/themes/voelgoed/images/self_help_jou_verhoudings.gif) no-repeat center; */
}

.self_help {background-color:#f767f5;}

.search { color:#f767f5 }
#search_heading {color:#f767f5 }

/*polls */
#poll_top {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/jou_verhoudings_top.gif);}
#poll_body {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/jou_verhoudings_body.gif);}
#poll_bottom {background: url(http://www.voelgoed.co.za/themes/voelgoed/images/poll/jou_verhoudings_bottom.gif);}

div.block h2 {
	color: #f767f5;
}
h2 {
	color: #f767f5;
}
h1 {
	color: #f767f5;
}
div.block h3 {
	color: #f767f5;
}
h3 {
	color: #f767f5;
}

div.block h4 {
	color: #f767f5;
}
h4 {
	color: #f767f5;
}


#nuutste_story_image_image {border: 2px solid #f767f5; text-align:center}



div#search_heading a { padding: 0px 0px; color: #f767f5; text-transform:none;font-size: 14px;}
div#search_heading a:link, div#search_heading a:visited{color: #f767f5;text-decoration: none;font-size: 14px;}
div#search_heading a:hover{color: #f767f5;text-decoration: none;}	

/*div#header_links a { padding: 0px 0px; color: #f767f5; font-size:10px;}
div#header_links a:link, a:visited{color: #f767f5; font-size:10px;}
div#header_links a:hover{color: #f767f5;text-decoration: none; font-size:10px;}*/


ul#more {background:#FBB3FA;}
#more li{ background:#FBB3FA; height:auto}

div#page_title h1 {color:#f767f5;}

#poll_body a { color:#7584FF;}
#icon_share { font-size:10px; color:#000000}
#icon_comments  { font-size:10px; color:#000000}
#icon_print { font-size:10px; color:#000000}
.link a, .link a:link, .link a:visited, .link a:hover{
    color: #09c;
    text-decoration: none; font-size:small;
	}
    
ul#video a, ul#video a:link, ul#video span a:active, ul#video a:visited {color:#f767f5;}

#video_oudio_copy:hover, #video_oudio_copy_2:hover, #video_oudio_copy_3:hover {background:#FBB3FA;}

.cafeBold {color: #f767f5;}.self_help {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 55px;
    width: 168px;
	margin-top:5px;
	
    }

.self_helpinner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
	height:55px;
	color:#000000;
	font-size:14px;
	
    }

/*Now the hack for obsolete browsers-ok, just IE*/
/* \*/
* html .self_helpinner {
    top: 50%;
    left: 0;
    }

* html .self_helpinner .self_helpmid {
    position: relative;
    top: -50%;
    }
	
/**
 * - navigation bar at the top
 * - 3 columns
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    /*border-bottom: 1px solid #bbb;*/
    background-color: #fff;
	margin-top:5px;
	margin-bottom:50px;
	width:968px;
}
    div#nav-main div.inner {
        margin-bottom: 11px;
        /*height: 2.2em;*/
        /*border: 1px solid #bbb;*/
        border-top: none;
        background-color: #ffffff;
        /*padding-left: 200px;*/
		height:43px;
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            float: left;
        }
            div#nav-main ul li a {
                display: block;
                border-right: 1px solid #fff;
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #b0b0b0;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #9c0;
                color: #fff;
                text-decoration: none;
            }
/* END main navigation */

/* Top navigation */
    div#header ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#header ul li {
            margin: 0;
            float: left;
        }
            div#header ul li a {
                display: block;
                border-right: 1px solid #fff;
                padding: 0.1em 0.1em 0.1em;
                font-weight: bold;
                color: #6caf5a;
            }
            div#header ul li a:hover, div#header ul li.current a {
                background-color: #9c0;
                color: #fff;
                text-decoration: none;
            }
		
/* END top navigation */

/* Toolbar */
div#nav-main div#toolbar {
    border: 1px solid #bbb;
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */
div#content {
    position: relative;
    /*border: 1px solid #bbb;*/
    width: 968px; /* 950 - (2 + 1) x 2 */

    /* padding needed for navigation */
    /*padding-top: 40px;*/
    background-position: left 4.6em;
}
div#main { /* 950 - 6 (wrapper) - 216 (right block) - 200 (left block) - 20 (paddings) */
    float: left;
    width: 516px;
	
    display: inline;
	/*border-right:1px solid #DAD6D6;*/
	/*border-left:1px solid #DAD6D6;*/

	position:relative;
	margin-top:85px;
    margin-right: -200px;
    margin-left: 188px;

}
div#sub { /* actual width: 216 = 200 + 4 (right margin) + 1 * 2 (borders) + 5 * 2 (paddings) */
    float: right;
    width: 244px;
    display: inline;
	margin-top: 85px;
}
div#local {
    float: left;
    width: 168px;
	padding-left:11px;
	
	padding-right:11px;
	
    display: inline;
	z-index:1;
	margin-top: 75px;
    margin-left: -506px;
	_margin-left:-494px;
	_padding-left:7px;
	_padding-right:0px;
}
div#nav-main {
    position: absolute;
    top: 0;
    left: 1px;
    width: 960px;
	/*margin-left:1px;
	margin-right:1px;*/
	/*height:104px;*/
}/*body {}
* {padding:0; margin:0}*/
.dropdown {float:left;margin: 0}

.dropdown dt {}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:0px;}
.dropdown ul { list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown .underline {}

.dropdown_2 {float:right;}
.dropdown_2 dt {}
.dropdown_2 dt:hover {}
.dropdown_2 dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:-240px;}
.dropdown_2 ul { list-style:none; border-top:none}
.dropdown_2 li {display:inline}
.dropdown_2 a, .dropdown_2 a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown_2 .underline {}

.dropdown_3 {float:right;}
.dropdown_3 dt {}
.dropdown_3 dt:hover {}
.dropdown_3 dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0; margin-left:-120px;}
.dropdown_3 ul { list-style:none; border-top:none}
.dropdown_3 li {display:inline}
.dropdown_3 a, .dropdown_3 a:active, .dropdown a:visited {display:block; text-decoration:none;color:#FFFFFF;}

.dropdown_3 .underline {}


.dropdown a:hover {color:#000000;}
.dropdown_2 a:hover {color:#000000;}
.dropdown_3 a:hover {color:#000000;}

.menu_links {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
text-align:left;
width:130px;
}

.menu_links_right {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
text-align:left;
width:130px;
}

.menu_current {
color:#000000;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
font-weight:bolder;
padding-left:10px;
text-align:left;
}

.dd_menu_header {
color:#000000;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
padding-left:10px;
padding-top:5px;
text-align:left;
}

.dd_menu_content {
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
text-align:left;
padding-top:0px; margin-top:-2px;
}
/* Containers */
#btn_over {
	width: 368px;
	height:202px;
	padding:8px;
}


#btn_center_container {
	width:360px;
	height:auto;
}

/* Master */
.menu_jou_self  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_self.gif) no-repeat;}
.menu_jou_inspirasie  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_inspirasie.gif) no-repeat;}
.menu_jou_verhoudings  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_verhoudings.gif) no-repeat;}
.menu_jou_gees  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_gees.gif) no-repeat;}
.menu_jou_gesondheid {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_gesondheid.gif) no-repeat;}
.menu_jou_skoonheid  {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_skoonheid.gif) no-repeat;}
.menu_jou_welvaart {background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_welvaart.gif) no-repeat;}
.menu_jou_huis{background:url(http://www.voelgoed.co.za/themes/voelgoed/images/drop_down/jou_huis.gif) no-repeat;}

.menu_89  {background:url(/images/drop_down/jou_self.gif) no-repeat;}
.menu_91  {background:url(/images/drop_down/jou_inspirasie.gif) no-repeat;}
.menu_92  {background:url(/images/drop_down/jou_verhoudings.gif) no-repeat;}
.menu_94  {background:url(/images/drop_down/jou_gees.gif) no-repeat;}
.menu_93 {background:url(/images/drop_down/jou_gesondheid.gif) no-repeat;}
.menu_95  {background:url(/images/drop_down/jou_skoonheid.gif) no-repeat;}
.menu_96 {background:url(/images/drop_down/jou_welvaart.gif) no-repeat;}
.menu_97{background:url(/images/drop_down/jou_huis.gif) no-repeat;}
/**********************/
/*   CMS MODULE       */
/**********************/
fieldset {
	background-color:#fff;
	border: 1px solid #ddd;
}

fieldset.secondary {
	background-color:#f7f7f7;
}

#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: ;
}
dt .required {
    color: ;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
tr th, tr td {
    text-align: left;
}
table thead tr, thead > tr {
    background: #339BD3;
}
.moduleContainer a,
.moduleContainer a:link,
.moduleContainer a:visited {
    font-size: 12px;
    padding: 1px;
}
.moduleContainer a:hover {
    text-decoration: underline;
}

#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
    border: 1px solid #ccc;
}
#cmsContainer input.text, #cmsContainer textarea.textarea {
    padding: 3px;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

/**********************/
/*   ACCORDION LISTS  */
/**********************/
.accordionItem {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.accordionItemHead h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.accordionItemHead h2 span, .accordionItemHead h2 a{
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.accordionItemHead.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/arrow_closed.gif');
}
.accordionItemHead.opened h2 {
    border-bottom: 1px dotted #ddd !important;
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/arrow_opened.gif');
}
.accordionItemHead.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/ajax-indicator-s.gif') !important;
}
.accordionItemBody {
    border:0;
}
.accordionItem fieldset{
	border:0;
}
.accordionItem h2{
    font-size: 16px;
	font-weight: normal;
    padding:10px;
    border-bottom: 1px dotted #ddd !important;
}

.accordionItemBody h3{
	color:#999;
	display:inline;
}

/**********************/
/*   LAYOUT           */
/**********************/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
	position:absolute;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/**********************/
/*   CONTENT LIST     */
/**********************/
#contentFilterBox {
    font-size: 11px;
}
#contentFilterBox select {
    margin: 0 5px 0 2px;
    font-size: 11px;
}
#screenIntro {
    margin: 10px 0;
    padding-left: 5px;
    border-left: 4px solid #ccc;
}
#cmsContainer .moduleContent .help {
    padding: 4px 0;
    line-height: 1;
    font-size: 11px;
}
#cmsContainer .moduleContent .help a {
    font-size: 11px;
}
#contentList-items td a {
    /* If content name is too long it's table can be wider
       than it supposed to be */
    /* white-space: nowrap; */
}

#contentList fieldset.noBorder {
    background-color: #f7f4ef;
}

/**********************/
/*   CONTENT EDIT     */
/**********************/
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}
.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
    text-align: left;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    font-weight: bold;
    opacity: 0.999;
    -moz-opacity: 0.999;
    filter:alpha(opacity=999);
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}
#contentEditForm input.medium, #contentEditForm textarea.medium {
    width: 70%;
}
#contentEditForm textarea.medium {
    height: 5em;
}
#contentEditForm input.large, #contentEditForm textarea.large {
    width: 95%;
}
#contentEditForm textarea.large {
    height: 10em;
}
#contentEditForm textarea.large.wysiwyg {
    height: 15em;
}
#contentEditForm div.moduleInfobar .categories select {
    height: 20em;
    width: 190px;
}

#cmsContainer table.versions {
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 10px;
}
#cmsContainer table.versions tr {
    height: auto;
    line-height: normal;
}
#cmsContainer table.versions td {
    padding: 5px 2px 3px;
    vertical-align: middle;
}
#cmsContainer table.versions tr.selected td {
    background: #fff;
    border-top: 1px solid ;
    border-bottom: 1px solid ;
}
    #cmsContainer table.versions td.version_n {
        padding-left: 5px;
    }
    #cmsContainer table.versions td.version_c {
        text-align: center;
    }
    #cmsContainer table.versions td.version_a {
        font-size: 11px;
    }
    #cmsContainer table.versions tr.selected td.version_n {
        border-left: 1px solid ;
    }
    #cmsContainer table.versions tr.selected td.version_a {
        border-right: 1px solid ;
    }
#cmsContainer table.versions a:hover {
    background: none;
    color: ;
}


p.submit {
    margin: 5px 0 0;
    padding: 4px 0 0 !important;
    border-top: 1px solid #ddd;
}
p.submit input {
    vertical-align: middle;
}

/**********************/
/*   CONTENT TYPE     */
/**********************/

/* LIST */
#moduleToolbarHeader {
    margin-bottom: 10px;
}
#cmsContainer .moduleToolbar {
    position: relative;
}
.contentTypeEditForm li label {
    vertical-align: middle;
}
.contentTypeEditForm input.contentType_name {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
#newContentTypeForm {
    float:none;
}

#newContentTypeForm input {
    vertical-align: middle;
}

/* VIEW */
.contentType {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.contentType h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.contentType h2 span, .contentType h2 a{
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.contentType.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/arrow_closed.gif');
}
.contentType.opened h2 {
    border-bottom: 1px dotted #ddd !important;
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/arrow_opened.gif');

}
.contentType.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.voelgoed.co.za/cms/images/ajax-indicator-s.gif') !important;
}

.contentType ol {
    padding-left: 20px;
    padding-right: 15px;
}
.contentType ol li {
    margin: 5px 0;
    overflow: hidden;
}
.contentType ol li.newAttribute {
    list-style: none;
}
.contentType a img {
    vertical-align: middle;
}
.contentType a.deleteLink {
    text-decoration: none;
}
.contentType a.deleteLink:hover, .contentType a.deleteLink:active {
    background: none;
}

.contentType form {
    padding: 5px 10px;
    background: #f8f8f8;
}
.contentType .attributeEditForm label {
    float: left;
    width: 75px;
    font-size: 0.9em;
    font-weight: normal;
}
.contentType .attributeEditForm input {
    vertical-align: middle;
}
.contentType li.attributeParams {
    background: #fff;
    border: 1px solid #ddd;
}
.contentType li.attributeParams label {
    width: 120px;
}

/**********************/
/*   QUERY            */
/**********************/
form#filterPanel {
}
    form#filterPanel fieldset label {
        float: left;
        display: block;
        margin-top: 0.2em;
        width: 170px;
        #padding-bottom: 0.2em;
    }
    form#filterPanel fieldset input.remove {
        position: absolute;
        right: 0;
        top: -2px;
    }

    /* Actions */
    form#filterPanel fieldset.actions {
        margin-top: 0.5em;
        border-top: 1px solid #ddd;
        padding: 1em 10px 0.5em;
    }
        form#filterPanel fieldset.actions label {
            float: none;
            display: inline;
            width: auto;
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions select {
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions span.filterOptionsContainer {
            margin-right: 10px;
        }
        form#filterPanel fieldset.actions input.update {
            /* margin-left: 10px; */
        }

    /* Common for all filter containers */
    form#filterPanel div.filterContainer {
        position: relative;
        padding-bottom: 1.5em;
    }

    * html form#filterPanel div.filterContainer {
        height: 1%;
    }

        /* Status filter */
        form#filterPanel div#statusFilter_container {
            padding-right: 70px;
        }
            form#filterPanel div#statusFilter_container span {
                padding-left: 2px;
                margin-right: 5px;
            }


        /* Content type filter */
        form#filterPanel div#contentTypeFilter_container select#contentTypeFilter {
            width: 200px;
        }
        form#filterPanel div#contentTypeFilter_container fieldset {
            margin: 10px 0 10px 170px;
            border: 1px solid #ddd;
        }

            /* Attributes */
            form#filterPanel select#attributesFilter {
                width: 150px;
            }
            form#filterPanel div#attributeFilterPanel {
            }
                form#filterPanel div#attributeFilterPanel div.attributeContainer {
                    padding-top: 0.5em;
                    clear: left;
                }
                form#filterPanel div#attributeFilterPanel input.remove {
                    position: static;
                    margin-left: 10px;
                }

/**********************/
/*   ATTRIB LIST      */
/**********************/
#frmNewAtribList {
	float:none;
}
div#newAttribListBox textarea {
    width: 177px;
    height: 100px;
}

div#newAttribListBox input[type="text"] {
    width: 75px;
}
div#newAttribListBox input[type="text"].text {
    width: 177px;
}
div#attribListNameAndValues {
    float: left;
}
div#attribListNameValuePairs {
    float: left;
}

/* name and value inputs for attrib list */
div#attribListNameAndValues dl dd dl {
    width: 90px;
    float: left;
    display: inline;
}
form.frmEditAttribList {
    float:none;
}

/**********************/
/*   CATEGORIES       */
/**********************/
#frmCategoryMgr p label {
    width: 170px;
}
#frmCategoryMgr input.longText {
    width: 40%;
}
#frmCategoryMgr span.tipText {
    width: 300px;
}
#frmCategoryMgr fieldset#permissions, #frmCategoryMgr fieldset#description, #frmCategoryMgr fieldset#image {
    width: 80%;
    margin-top: 1em;
    border: 1px solid ;
}
#frmCategoryMgr #permissions p label, #frmCategoryMgr #description p label, #frmCategoryMgr #image p label {
    width: 160px;
}

#frmCategoryMgr fieldset#description textarea {
    width: 50%;
}

#frmCategoryMgr #image img {
    border: 1px solid;
}

/**********************/
/*   PAGES            */
/**********************/
p.errorMsg {
    color: ;
    text-align: center;
}
#pageEdit p label {
    width: 200px;
}
#pageEdit .longText {
    width: 250px;
}

/**********************/
/*   LINK MGR         */
/**********************/
form#linkerForm p label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}
form#linkerForm p span {
    background-color :#efefef;
    width: 150px;
}
form#linkerForm p select#content_id {
    width: 400px;
}
form#linkerForm p label.tipOwner {
    width: 130px;
}

/************************************/
/*            CMS MODULE            */
/************************************/
#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: ;
}
dt .required {
    color: ;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
    /*background: ;*/
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
button.combox {
    padding-right: 20px;
    background-image: url('http://www.voelgoed.co.za//cms/images/combox-arrow.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
}
tr th, tr td {
    text-align: left;
}
thead tr {
    background: #fff;
}

/*--------------------------------------
LAYOUT
--------------------------------------*/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/*--------------------------------------
GENERAL
--------------------------------------*/
.moduleContainer * {
    font-family: "Lucida Grande", Verdana;
    color: #333;
}
.moduleContainer a {
    font-size: 11px;
    padding: 1px;
    text-decoration: underline;
}
.moduleContainer a:link, .moduleContainer a:visited {
    color: #999;
}
.moduleContainer a:hover, .moduleContainer a:active {
    background: #999;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.action, .moduleContainer a.actionAlt {
    font-size: 11px;
    padding: 1px;
}
.moduleContainer a.action:link, .moduleContainer a.action:visited {
    color: ;
}
.moduleContainer a.action:hover, .moduleContainer a.action:active {
    background: ;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionAlt:link, .moduleContainer a.actionAlt:visited {
    color: ;
}
.moduleContainer a.actionAlt:hover, .moduleContainer a.actionAlt:active {
    background: ;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionDone:link, .moduleContainer a.actionDone:visited,
.moduleContainer a.actionDone:hover, .moduleContainer a.actionDone:active {
    background: ;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
#cmsContainer .moduleContent h1 {
    position: relative;
    margin: 10px 0 10px;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#cmsContainer .moduleContent h2 {
    margin: 5px 0 20px;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    color: ;
}
#cmsContainer .moduleContent h2 span { /*the content name*/
    font-size: 18px;
    color: #000;
}
#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}

.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
    border-top: 2px solid #666;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

#contentFilterBox select {
    width: 100px;
}
#contentFilterBox select#contentFilter_typeId {
    width: 200px;
}
#contentFilterBox select#contentFilter_categoryId {
    width: 150px;
}


/*========================================*/

a#contentType-combox {
    position: relative;
}

ul.combox-menu {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    background: ;
    border: 1px solid ;;
}
ul.combox-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.combox-menu li a {
    display: block;
    min-width: 120px;
    padding: 4px 5px;
    text-decoration: none;
    color: ;
}
ul.combox-menu li a:hover {
    background: ;
    color: ;
}

/* Include ContentMgr stylesheet */

/************************************/

	/*           CONTENT LIST           */

	/************************************/

#contentFilterBox {

	font-size: 11px;

}



#contentFilterBox select {

	margin: 0 5px 0 2px;

	font-size: 11px;

}



#newContent {

	margin: 10px 0;

	padding-left: 5px;

	border-left: 4px solid #ccc;

}



#cmsContainer .moduleContent .help {

	padding: 4px 0;

	line-height: 1;

	font-size: 10px;

}



#cmsContainer .moduleContent .help a {

	font-size: 10px;

}



#contentList-items td a {

	/* If content name is too long it's table can be wider
       than it supposed to be */

	/* white-space: nowrap; */

	

}



/************************************/

	/*           CONTENT EDIT           */

	/************************************/

#contentEditForm input.medium,#contentEditForm textarea.medium {

	width: 70%;

}



#contentEditForm textarea.medium {

	height: 5em;

}



#contentEditForm input.large,#contentEditForm textarea.large {

	width: 95%;

}



#contentEditForm textarea.large {

	height: 10em;

}



#contentEditForm textarea.large.wysiwyg {

	height: 15em;

}



#contentEditForm div.moduleInfobar .categories select {

	height: 20em;

	width: 190px;

}



/* Preview fieldset */

fieldset#contentPreview {

	width: 75%;

	margin: 0 0 10px;

	padding: 0;

	background: #fff

		url('http://www.voelgoed.co.za//cms/images/content_preview.gif')

		no-repeat;

	border: 1px solid ;

}



fieldset#contentPreview .previewBox {

	padding: 5px;

}



fieldset#contentPreview legend {

	padding: 0 0.5em;

	font-size: 1.1em;

	font-weight: bold;

	color: ;

}



fieldset#contentPreview legend a {

	color: ;

}



/************************************/

	/*           CONTENT VIEW           */

	/************************************/

a#contentModeTrigger {

	font-size: 12px;

	color: ;

	text-decoration: underline;

}



a#contentModeTrigger :hover {

	background: ;

	color: #fff;

	text-decoration: none;

}



.attributeLabel {

	font-weight: bold;

}



/* Edit */

.contentBar {

	position: absolute;

	width: 170px;

	left: 0;

	margin-left: -175px;

	top: 2px;

}



.contentBarInner {

	height: 250px;

	padding: 4px;

	background: ;

	border: 1px solid ;

	-moz-border-radius: 4px;

	-moz-opacity: 0.95;

}



html>body .contentBarInner {

	height: auto;

	min-height: 250px;

}



.contentBar h2 {

	margin: 0;

	padding: 2px 4px 4px;

	font-size: 1.1em;

	text-align: center;

}



.contentBar a.control-link {

	padding: 0.4em;

	font-size: 1em;

	color: ;

	text-decoration: underline;

}



.elemHover {

	background: #efefef;

}



#content .attribLabel {

	font-size: 1.1em;

	color: ;

	font-weight: bold;

}



.fieldEdit {

	background: inherit;

	border: none;

	font: inherit;

	color: inherit;

}



textarea.fieldEdit {

	width: 99%;

}



.imageEmpty {

	width: 90px;

	height: 90px;

	border: 2px solid red;

}



#replaceImage { /*testing*/

	position: fixed;

	background: #FF9900;

	top: 50px;

	left: 50px;

	width: 400px;

	height: 300px;

}



.picture {

	float: right;

	margin: 0 0 10px 10px;

}
/* Wikiwyg
/* FIXME
/* Not included in iframe stylesheet
/* put it back in the stylesheet attribute of header when fixed*/

.wikiwyg_toolbar {
    background: #D3D3D3;
    border: 1px outset;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 2px;
}

span.wikiwyg_control_link a {
    padding-right: 8px;
}

.wikiwyg_button {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_button:hover {
    border: 1px outset;
}

.wikiwyg_button:active {
    border: 1px inset;
}

.wikiwyg_separator {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    width: 9px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_selector {
    width: 70px;
}

.wikiwyg_wysiwyg table {
    border-collapse: collapse;
    margin-bottom: .2em;
}

.wikiwyg_wysiwyg table td {
    border: 1px;
    border-style: solid;
    padding: .2em;
    vertical-align: top;
}

/* Include modalWindow stylesheet */

/*--------------------------------------
MODAL WINDOW
--------------------------------------*/
#modalWindow .mwInner {
    width: 500px;
}
html > body #modalWindow .mwInner {
    width: auto;
    min-width: 500px;
}
#modalWindow h2 {
    margin: 0 0 0.5em;
    padding: 0.5em;
	background: #99CC00;
	color: #FFF;
}
#modalWindow .manager-actions {
    clear: left;
    padding: 8px 2px;
    border-top: 2px solid ;
}
#modalWindow .button {
    padding: 2px 8px;
    color: #000;
    background: #f2f2f2;
    border: 2px outset;
    font-size: 1em;
    text-decoration: none;
}
#modalWindow .action {
    padding: 2px;
    color: ;
    text-decoration: underline;
}
#modalWindow .action:hover {
    background: ;
    color: #fff;
    text-decoration: none;
}
/* FILE Modal Window */
#mediaThumbs {
    height: 270px;
    width: 500px;
    overflow: auto;
    background: #fff;
}
.thumb {
    float: left;
    margin: 7px;
    border: 2px solid ;
}
.thumbInner {
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
}
#mediaThumbs .current {
    border: 2px solid ;
}
/* URL Modal Window */
#linkAssoc #linkEditor {
    position: relative;
}
#linkAssoc #linkEditorHeader {
    margin: 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid ;
}
#linkAssoc input#linkText-editValue {
    width: 400px;
}
#linkAssoc #linkTypePane {
    float: left;
    width: 150px;
    margin: 0;
    padding: 20px 0 0;
}
#linkAssoc #linkTypePane dt {
    margin: 0 0 1em;
    padding: 0;
}
#linkAssoc #linkTypePane dd {
    margin: 0;
    padding: 10px 10px 10px 20px;
}
#linkAssoc #linkTypePane dd.selected {
    background: #fff;
}
#linkAssoc #linkResourcePane {
    float: left;
    width: 440px;
    margin: 0;
    padding: 0;
}
#linkAssoc .linkResourcePane {
    padding: 5px;
    background: #fff;
}
#linkAssoc input#linkHref-editField {
    width: 420px;
}
#linkAssoc #linkTypeInternal-pane {
    height: 300px;
    overflow: auto;
}
#linkAssoc #linkTypeInternal-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#linkAssoc #linkTypeInternal-pane ul li.parent {
    font-weight: bold;
}
#linkAssoc #linkTypeInternal-pane ul li {
    margin: 0;
    padding: 3px;
    padding-left: 20px;
    font-weight: normal;
}
#linkAssoc #linkTypeInternal-pane ul li a {
    color: #666;
}
#linkAssoc #linkTypeInternal-pane ul li img {
    vertical-align: middle;
}
#linkAssoc #linkTypeInternal-pane li.current ul {
    display: block;
}
#linkAssoc #linkTypeInternal-pane li ul {
    display: none;
}

/**
 * TODO
 * Remove when sgl 0.6.2 is released
 * and use $output->addCssFile() to include it from JSCalendar
 */
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr td { /* Row

<TR>

	containing navigation buttons */ background: #007ED1; color: #fff; }



	.calendar thead .daynames { /* Row

<TR>

	containing the day names */ background: #C7E1F3; } .calendar thead

	.name { /* Cells

	<TD>containing the day names */ border-bottom: 1px solid #206A9B;

	padding: 2px; text-align: center; color: #000; } .calendar thead

	.weekend { /* How a weekend day name shows in header */ color: #a66; }



	.calendar thead .hilite { /* How do the buttons in header appear when

	hover */ background-color: #34ABFA; color: #000; border: 1px solid

	#016DC5; padding: 1px; } .calendar thead .active { /* Active (pressed)

	buttons in header */ background-color: #006AA9; border: 1px solid

	#008AFF; padding: 2px 0px 0px 2px; } /* The body part -- contains all

	the days in month. */ .calendar tbody .day { /* Cells

	

	

	<TD>containing month days dates */ width: 2em; color: #456; text-align:

	right; padding: 2px 4px 2px 2px; } .calendar tbody .day.othermonth {

	font-size: 80%; color: #bbb; } .calendar tbody .day.othermonth.oweekend

	{ color: #fbb; } .calendar table .wn { padding: 2px 3px 2px 2px;

	border-right: 1px solid #000; background: #C7E1F3; } .calendar tbody

	.rowhilite td { background: #def; } .calendar tbody .rowhilite td.wn {

	background: #F1F8FC; } .calendar tbody td.hilite { /* Hovered cells

	

	

	<TD>*/ background: #def; padding: 1px 3px 1px 1px; border: 1px solid

	#8FC4E8; } .calendar tbody td.active { /* Active (pressed) cells

	

	

	<TD>*/ background: #cde; padding: 2px 2px 0px 2px; } .calendar tbody

	td.selected { /* Cell showing today date */ font-weight: bold; border:

	1px solid #000; padding: 1px 3px 1px 1px; background: #fff; color:

	#000; } .calendar tbody td.weekend { /* Cells showing weekend days */

	color: #a66; } .calendar tbody td.today { /* Cell showing selected date

	*/ font-weight: bold; color: #D50000; } .calendar tbody .disabled {

	color: #999; } .calendar tbody .emptycell { /* Empty cells (the best is

	to hide them) */ visibility: hidden; } .calendar tbody .emptyrow { /*

	Empty row (some months need less than 6 rows) */ display: none; } /*

	The footer part -- status bar and "Close" button */ .calendar tfoot

	.footrow { /* The

<TR>

	in footer (only one right now) */ text-align: center; background:

	#206A9B; color: #fff; } .calendar tfoot .ttip { /* Tooltip (status bar)

	cell

	<TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}

/* Include some misc stylesheet */

/************************************/

	/*           ATTRIB LIST            */

	/************************************/

div#newAttribListBox textarea {

	width: 177px;

	height: 100px;

}



div#newAttribListBox input[type="text"] {

	width: 75px;

}



div#newAttribListBox input[type="text"].text {

	width: 177px;

}



div#attribListNameAndValues {

	float: left;

}



div#attribListNameValuePairs {

	float: left;

}



/* name and value inputs for attrib list */

div#attribListNameAndValues dl dd dl {

	width: 90px;

	float: left;

	display: inline;

}



/************************************/

	/*           CATEGORY MGR           */

	/************************************/

#frmCategoryMgr p label {

	width: 170px;

}



#frmCategoryMgr input.longText {

	width: 40%;

}



#frmCategoryMgr span.tipText {

	width: 300px;

}



#frmCategoryMgr fieldset#permissions,#frmCategoryMgr fieldset#description,#frmCategoryMgr fieldset#image

	{

	width: 80%;

	margin-top: 1em;

	border: 1px solid ;

}



#frmCategoryMgr #permissions p label,#frmCategoryMgr #description p label,#frmCategoryMgr #image p label

	{

	width: 160px;

}



#frmCategoryMgr fieldset#description textarea {

	width: 50%;

}



#frmCategoryMgr #image img {

	border: 1px solid;

}



/************************************/

	/*           PAGE MGR           */

	/************************************/

p.errorMsg {

	color: ;

	text-align: center;

}



#pageEdit p label {

	width: 200px;

}



#pageEdit .longText {

	width: 250px;

}



/************************************/

	/*           LINKER MGR           */

	/************************************/

form#linkerForm p label {

	float: left;

	text-align: right;

	margin-right: 10px;

	width: 150px;

}



form#linkerForm p span {

	background-color: #efefef;

	width: 150px;

}



form#linkerForm p select#content_id {

	width: 400px;

}



form#linkerForm p label.tipOwner {

	width: 130px;

}/* Include query style sheet */
/**
 * Cms query styles/
 */
form#filterPanel {
	
}

form#filterPanel fieldset label {
	float: left;
	display: block;
	margin-top: 0.2em;
	width: 100px; #
	padding-bottom: 0.2em;
}

form#filterPanel fieldset input.remove {
	position: absolute;
	right: 0;
	top: -2px;
}

/* Actions */
form#filterPanel fieldset.actions {
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 1em 0 0.5em;
}

form#filterPanel fieldset.actions label {
	float: none;
	display: inline;
	width: auto;
	margin-right: 5px;
}

form#filterPanel fieldset.actions select {
	margin-right: 5px;
}

form#filterPanel fieldset.actions span.filterOptionsContainer {
	margin-right: 10px;
}

form#filterPanel fieldset.actions input.update {
	/* margin-left: 10px; */
	
}

/* Common for all filter containers */
form#filterPanel div.filterContainer {
	position: relative;
	padding-bottom: 1.5em;
}

* html form#filterPanel div.filterContainer {
	height: 1%;
}

/* Status filter */
form#filterPanel div#statusFilter_container {
	padding-right: 70px;
}

form#filterPanel div#statusFilter_container span {
	padding-left: 2px;
	margin-right: 5px;
}

/* Content type filter */
form#filterPanel div#contentTypeFilter_container select#contentTypeFilter
	{
	width: 200px;
}

form#filterPanel div#contentTypeFilter_container fieldset {
	margin-left: 100px;
}

form#filterPanel div#contentTypeFilter_container fieldset label {
	margin-top: 0.6em;
}

/* Attributes */
form#filterPanel select#attributesFilter {
	width: 150px;
}

form#filterPanel div#attributeFilterPanel {
	
}

form#filterPanel div#attributeFilterPanel div.attributeContainer {
	padding-top: 0.5em;
	clear: left;
}

form#filterPanel div#attributeFilterPanel input.remove {
	position: static;
	margin-left: 10px;
}