﻿body, div, p, h1, h2, h3, h4, ul, li, table
    {
	    margin:0;
	    padding:0;
	    border:none;
    }

    h3
    {
	    font-size:small;
    }

    body
    {
	    background: #F4F4FF repeat left top;
	    font-family: Tahoma, Arial, sans-serif;
	    font-size:75%;
    }

    /* Master Page Layout */
    #master_header
    {
	    margin: -1px auto 0 auto;
	    width: 800px;
    }

    #master_headertop
    {
	    background: url(images/headertop_img.jpg) no-repeat left top;
    }

    #master_headerbottom
    {
	    background: url(images/headerbottom_img.png) no-repeat left top;
    }

    #master_page
    {
	    margin: 5px auto 20px auto;
	    width: 800px;
    }
    
    #master_Rota
    {	    
	    width: 200px;
    }

    #master_menu
    {
	    float: left;
	    width: 240px;
	    padding: 10px 0 0 0;	    
	    padding-right: 10px;
    }

    .sidebar
    {
	    width: 100%;
	    margin-bottom: 10px;
    }

    .sidebarheader
    {
	    height: 23px;
	    padding: 10px 0 0 25px;
	    background: url(images/side_header.png) no-repeat left top;
	    color: #000;
	    font-family: Arial, Sans-Serif;
	    font-size: 1.2em;
	    font-weight: bold;
    	
    }

    .sidebarcontent
    {	
	    border-left: 1px solid #0F2543;
	    border-right: 1px solid #0F2543;
	    border-bottom: 1px solid #0F2543;
	    padding: 20px 20px 20px 30px;
	    line-height: 1.5em;
	    font-weight: bold;
	    background-color: #FFF;
    }
    .TblSubcontent
    {		    
    	text-align: left;	    
	    border: 1px solid #0F2543;
	    padding: 10px 10px 10px 10px;
	    line-height: 1.5em;
	    font-weight: bold;
        width: auto;
    }

    #master_sidebarSamples
    {	
	    padding-top: 72px;
	    background: #FFF url(images/samples_bg.gif) no-repeat left top;
    }

    #master_sidebarWalkthroughs
    {
	    padding-top: 72px;
	    background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
    }

    .sidebarcontent a
    {
	    padding: 2px 5px;
	    color: #5377A9;
	    text-decoration: none;
    }

    .sidebarcontent a:hover
    {
	    background-color: #0F2543;
	    color: #FFF;
    }

    .sidebarcontent a:visited
    {
	    font-weight: normal;
    }

    #master_content
    {
	    float: left;
	    width: 550px;
	    margin-right: -550px;
	    color: #666666;
	    padding: 10px 0 0 0;	    
    }

    #master_content ul
    {
	    margin: 0 25px 0 30px;
    }

    #master_content ul li ul li
    {
	    list-style-type: disc;
    }

    #master_contentheader
    {
    	height: 24px;
    	padding: 10px 0 0 25px;	    
	    background: url(images/content_header.png) no-repeat right top;
	    background-color: #000000;
	    font-family: Verdana, Arial, Sans-Serif;
	    font-size: 1.2em;
	    font-weight: bold;
    }

    #master_contentplaceholder
    {
	    padding: 30px 20px 40px 20px;
	    border-left: 1px solid #0F2543;
	    border-right: 1px solid #0F2543;
	    border-bottom: 1px solid #0F2543;
	    background-color: #FFF;
	    line-height: 1.5em;
    }

    #master_contentfooter
    {
	    clear: both;
	    padding: 10px 0 5px 10px;
	    color: #333;
	    font-size: 0.8em;
	    letter-spacing: 0.1em;
    }

