html,
body {
    height:auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font:12px  verdana,helvetica,geneva,sans-serif;/*arial,*/
    line-height: 120%;
    color:#333333;
    border-top: 3px solid rgb(177, 121, 12);
}

textarea
{
    font:12px  verdana,helvetica,geneva,sans-serif;/*arial,*/
}

#content-container
{
    width: 990px;
    margin: 0 auto;
}

#header-content
{
    width: auto;
    font: 12px arial,verdana,helvetica,geneva,sans-serif;
}

    #header-content .content-top
    {
        width: auto;
        height: 126px;
    }

        #header-content .content-top .logo
        {
            float: left;
            width: 535px;
        }

        #header-content .content-top .login
        {
            float: right;
            width: 350px;
            height: 126px;
        }
    
            /*#header-content .content-top .login input[type=text]
            {
                border: 1px solid #d3d3d3;
                font-size: .95em;
                width: 150px;
            }
    
            #header-content .content-top .login input[type=checkbox]
            {
                width: 20px;
            }

            #header-content .content-top .login span
            {
                
            }*/

    #header-content .content-bottom
    {
        /*clear: both;
        float: left;*/
        width: 100%;
        min-width: 890px;
        height: 45px;
        background-color: #B9B35E;
        padding-top: 20px;
    }

		#header-content .content-bottom .navigation-bar
        {
            width: 450px;
            float: left;
        }

        #header-content .content-bottom .icons
        {
            width: 187px;
            float: left;    
            padding-top: 5px;
        }

        #header-content .content-bottom .searchbox
        {
            text-align: right;
            float: right;
            width: 339px;
            margin-top: -15px;
            color: #716A00;
            font-weight: bold;
        }
        /*#header-content .content-bottom .navigation-bar
        {
            width: 490px;
            float: left;
        }

        #header-content .content-bottom .icons
        {
            width: 160px;
            float: left;    
            padding-top: 5px;
        }

        #header-content .content-bottom .searchbox
        {
            text-align: right;
            float: right;
            width: 340px;
            margin-top: -15px;
            color: #716A00;
            font-weight: bold;
        }*/

            #header-content .content-bottom .searchbox .title
            {
                width: 135px;
                float: left;
                text-align: right;
                vertical-align:bottom;
                padding-right: 5px;
                padding-top:3px;
            }

            #header-content .content-bottom .searchbox .text
            {
                width: 150px;
                float: left;
                text-align: left;
            }

            #header-content .content-bottom .searchbox .text input[type=text]
            {
                font-size:9pt;
                width: 150px;
                -webkit-border-radius: 6px; /*For Safari, etc.*/
                -moz-border-radius: 6px; /*For Mozilla, etc.*/
                border-radius: 6px; /*CSS3 Feature*/
                border: 1px solid #d3d3d3;
                height: 18px;
                padding-left: 5px;
            }

            #header-content .content-bottom .searchbox .text .search-button
            {
                position:relative;
                display:inline-block;
                left: 140px;
                bottom: 17px;
                margin-bottom:-15px;
            }

                #header-content .content-bottom .searchbox .text .search-button:hover
                {
                    opacity: 0.4;
                    filter: alpha(opacity=40); /* For IE8 and earlier */
                }
                
                /* REMOVE THESE */

                #header-content .content-bottom .searchbox .translate-input
                {
                }

                #header-content .content-bottom .searchbox .search-text
                {
                }

                #header-content .content-bottom .searchbox .search-input
                {
                }

                /* END REMOVE */

    #header-content .adminlogo
    {
        float: left;
        width: 200px;   
        text-align: center;
    }

    #header-content .pageinfo
    {
        float: left;
        width: 490px;
        padding-top: 20px;
        text-align: center;
    }
    
#body-content
{
    width: auto;
    height: auto;
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
}

    #body-content .body-section-first
    {
        float: left; 
        height: auto;
        width: 680px; 
        background-color: #5C5600;
	    border-top-right-radius: 10px; 
	    border-bottom-right-radius: 10px; 
        padding-left: 50px;
        padding-top: 0;
        margin-top: 0;
    }
        
    #body-content .body-section-second
    {
        float: right;
        /*height: auto;*/
        width: 210px;
        height: 330px;
        background-color: #858024;
        color: #ffffff;
	    -moz-border-radius: 10px;
        border-radius: 10px;
        margin-right: 40px;
    }
        
    #body-content .member-section-first
    {
        float: left; 
        width: 680px; 
        min-height: 325px;
        height: auto;
        background-color: #C8C79E;
	    border-top-right-radius: 10px; 
	    border-bottom-right-radius: 10px; 
        padding-left: 50px;
    }
        
    #body-content .member-section-second
    {
        float: right;
        width: 210px;
        min-height: 325px;
        height: auto;
        background-color: #858024;
        color: #ffffff;
	    -moz-border-radius: 10px;
        border-radius: 10px;
        margin-right: 40px;
    }
        
        #body-content .body-section-second ul,
        #body-content .member-section-second ul
        {
            margin-top: 3px;    
            margin-right: 20px;
        }

        #body-content .body-section-second li,
        #body-content .member-section-second li
        {
            list-style: none;
            margin-left: -20px;
            padding: 10px;
            padding-left: 0px;
            border-top: 1px solid #ffffff;
        }

            #body-content .body-section-second li:hover,
            #body-content .member-section-second li:hover
            {
                text-decoration: none;
                background-color: #706A08;
            }

            #body-content .body-section-second li:first-child,
            #body-content .member-section-second li:first-child
            {
                border-top: none;
            }

        #body-content .body-section-second a,
        #body-content .member-section-second a
        {
            color: #ffffff;
            font-size: 14px;
        }

        #body-content .body-section-second a:hover,
        #body-content .member-section-second a:hover
        {
            text-decoration:none;
        }

    

#footer-content
{
    font-size: 13px;
    width: auto;
    height: auto;
    min-height: 100px;
}

    #footer-content .footer-copyright
    {
        width: 100%;
        text-align: center;
        color: #77699d;
    }

    #footer-content .footer-inner
    {
        padding: 0;
        padding-top: 10px;
        padding-left: 50px;
        min-height: 300px;
        width: auto;
    }

        #footer-content .footer-inner .footer-section-first
        {
            min-height: 300px;
            width: 260px;
            float: left;
            padding: 0;
            padding-right: 10px;
        }

        #footer-content .footer-inner .section-wide
        {
            width: 590px;
        }

        #footer-content .footer-inner .footer-section
        {
            min-height: 348px;
            width: 260px;
            float: left;
            border-left: 3px dotted #716A00;
            padding: 0;
            padding-left: 20px;
			padding-right: 20px;
        }
            #footer-content .footer-inner .footer-section h1
            {
                color: #716A00;
            }

        #footer-content .footer-inner a
        {
            color: #B1790C;    
            text-decoration: underline;    
        }


#body-content-left
{
    max-width: 560px;
    float: left;
}

#body-content-right
{
	width: 300px;
    float: right;
    top: 10px;
    padding-left: 10px;
    border-left: dotted 3px #716a00;
}

#body-content-left-2column-list
{
  width: 430px;
  float: left;	
}

#body-content-right-2column-list
{
    width: 430px;
    float: right;	
    border-left: dotted 3px #716a00;
    padding-left: 10px;
}
        

#BreadCrumb
{
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 100%;
    font-size: 11px;
    font-style: italic;        
}

    #BreadCrumb a
    {
        color: #333333;
    }
    
#borderLeft  {
    border-left: 3px dotted #716A00;
    position: absolute;
    top: 5%;
    bottom: 40%;
    margin-left: -20px;
}

#browserMessage
{
    font-size: 10.5px;
    color: crimson;
    display: none;
    position: fixed;
    top: 110px;
    padding-left: 55px;
    width: 600px;
}


.error-message, .validation-message
{
    color: crimson;
}

.submitButton
{
    text-align: center;    
}

    .submitButton input 
    {  
        background-color:#B1790C;
        color: #ffffff;
        padding: 5px 0 20px 0;
    }

    .submitButton input:hover
    {
        background-color: #F0AA22;
    }

#topnavbar
{
    position: relative;
    z-index: 1;
    width: 490px;
    list-style: none;
    font-weight: bold;
    color: #716A00;
    margin-bottom: 10px;
	padding-left: 50px;
}
#topnavbar > li
{
    position:relative;
	z-index:1;
	float:left;
	margin:0 0 0 1px;
}
#topnavbar > li > a
{
    padding: 32px 5px 20px 5px; /* IE */
    /*padding: 33px 5px 17px 5px;*/ /* Other Browsers */
    text-align: center;
}
#topnavbar > li > a.selected
{
    background-color: #E4E3CF;
}
#topnavbar a, #topnavbar a:hover
{
    font-weight: bold;
    color: #716A00;
    text-decoration:none;
}
    #topnavbar > li > ul > li > ul > li a
    {
        font-weight: normal;
    }
#topnavbar ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: 500px;
    list-style: none;
    padding-left: 20px;
    padding-top: 0px;
}
#topnavbar li:hover > a
{
    background-color: #E4E3CF;    
}
#topnavbar li:hover ul
{
    display: block;
    background-color: #E4E3CF;
}
#topnavbar .navigation-section
{
    float: left;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#topnavbar .navigation-section ul
{
    position: relative;
    top: 0;
    left: 0;
    width: 220px;
    float: left;
    padding-left: 0px;
    padding-top: 5px;
}

#admin-content
{
    width: 100%;
    height: auto;
    min-width: 1080px;
    min-height: 500px;
    padding-left: 10px;
}
#admin-content-left
{
    /*min-width: 800px;
    max-width: 60%;
    float: left;*/
}
#admin-content-right
{
    /*width: 200px;
    position: relative;
    right: 25px;
    top: 55px;*/
}

a.aButton
{    
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #B1790C;
    font-weight: bold;
    padding: 5px;
    margin: 10px 0 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.aButton:hover
{
    text-decoration: none;
    background-color: #F0AA22;
}

a
{
	text-decoration:none;
	color:#77699d;
}

a:hover
{
    text-decoration:underline;
}

img, a img
{
    border: 0;
}

.underline{
    text-decoration:underline;
}

.input-row
{
    padding: 4px 7px 2px 4px;
    height: auto;
}

.profile-view a.trainer-highlight {
    color: #77699d !important;
    font-weight: bold !important;
    
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
