/*
	Site Styles stylesheet for Planet Parent & Moederskip Websites
	Company: WebBytes CC	
	Author: Tony Fairman
	www.webbytes.co.za
*/	
	
	* {
		font-family: Arial;
		font-size: 12px;
		color: #575757;
		}

	h1 {
		color: #421562;
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 2px;
		}
		
	h1.Logon {
		color: #004D91;
		text-transform: uppercase;
		margin: 0;
	}	
	
	h2 {
		padding: 10px 0 10px 20px;
		}
		
	h3 {
		color: #2E79AB;
		font-weight: bold;
		text-transform: uppercase;
	}
	
    h3.search {
        text-transform:none;
        padding: 5px 0 10px 20px;        
    }
    
	a {
		color: #A8C023;
		line-height: 12px;
		text-decoration: none;
		}
	
	a:hover {
		text-decoration: underline;
		}
	
	input, select, select option {
		color: #7F7F7F;	
        padding: 0;
		}
	
	#SearchBlock form div {
		color: #004D91;
		font-weight: bold;
		}

	#Content_Left div.lists p {
		font-family: Arial;
        display: inline;
		}
        
	#Content_Left div.detail p {
		font-family: Arial;
        display: inline;
		}
        
	#Content_Left div.detail li{
        margin-left: 20px;
		}
		
	.author {
		font-weight: bold;
		}
        
    .spacer {
        background-color: #EAF1F6 !important;
        border: none !important;
        }
        
    .copy {
        padding-left: 20px;
        }
        
    .clear {
        clear: both;
        padding: 5px 0;
    }

    .clear_no_height {
        clear: both;
    }
    
