/*
 Written by: Mr. Lani van der Walt
 E-mail: LANI@LANI.CO.ZA
 Mobile: 083 41 77 242

 For:  

 Copyright Mr. Lani van der Walt 2014
 Copyright Lani Computer Engineering 2004-2014

 Project: 
 Package: 
 Date: 
 
 Module Name:
 Description:
*/
/* 
    Created on : 07 Jul 2014, 1:17:09 PM
    Author     : Lani van der Walt
*/

.gw_header {
    background: #f5f5f5;   
    border-bottom: solid 1px #dddddd;
    margin-bottom: .2em;
}

.gw_header_admin {
    
}

.gw_header_admin_text {
    font-family: 'Audiowide', cursive;
    font-size: 1.75em;
}

.gw_footer {
    //position: absolute;
    //bottom: 0;
    //width: 100%;
    /* Set the fixed height of the footer here */
    // height: 40px;
    //background-color: #f5f5f5;
    border-top: solid 1px #dddddd;
}

.gw_footer_admin {
    border-top: solid 1px #dddddd;
}

.gw_image {
    margin-left: 10px;
}

.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
	padding: 0.8em;
        border-radius: 0px 0px 5px 5px;
}

.navblank {
    background: #ffffff;  
    border: solid 0px #ffffff;
}