/* A CSS Framework by Mike Stenhouse of Content with Style

     Color pallete:
             #444        - dark gray (text)
             #3e9ade - medium blue (title)
             #b4c24b - lime (header 1)
             #ebf5fc - light cyan (hover text, footer)
             #d7e9f5    - medium cyan (tab)
             #1465b7 - dark blue (tab text, hyperlink)
             #ccc         - medium gray (line)
             #f7f7f7 - light gray (form background)
             #f90        - orange (required *)
*/

/* TYPOGRAPHY */
    body {
        text-align: left;
        font-family: arial, helvetica, verdana, sans-serif;
        font-size: 76%;
        line-height: 1em;
        color: #444;
    }

    div {
        font-size: 1.00em;
    }

    

    /* LINKS */
        a,a:link
            a:active {
            color:#41a175;
            /*border-bottom: 1px solid #ebebeb;*/
            border:none;
             text-decoration: none;
             font-weight:normal;
        }

        a:visited {
            color:#41a175;
            background-color: transparent;
            text-decoration: none;
        }

        a:hover {
            color: #56d49a;
            border-bottom:none;
            text-decoration: none;
        }
        
   
   		ul.copy a {
   		
   			font-weight:bold;
   		
   		}
   		
   
   
   
        a.small,a.small:link
            a:active {
            color:#927f52;
            /*color:#5689a3;*/
            /*color: #609387;*/
            border-bottom: 1px solid #ebebeb;
             text-decoration: underline;
             font-weight:normal;
             font-size:10px;
        }

        a.small:visited {
            color:#927f52;
            /*color:#5689a3;*/
            /*color: #609387;*/
            background-color: transparent;
            text-decoration: underline;
        }

        a.small:hover {
            color: #56d49a;
            border-bottom:none;
            text-decoration: none;
        }
   
   
   
   
   
        
   
   
   
   
   

        
        
        
        
        .subtitle a,.subtitle a:link
            a:active {
            color: #444;
            text-decoration: none;
            border:none;

        }

        .subtitle a:visited {
            color: #444;
            text-decoration: none;
            border:none;
        }

        .subtitle a:hover {
            color: #444;
            text-decoration: none;
        }
        
        
        
        
      
        .primerNav2 a,a:link
            a:active {
	        font-weight: normal;
	        text-decoration: none;
	        color: #898989;
	        border: none;
        }

        .primerNav2 a:visited {
	        font-weight: normal;
	        text-decoration: none;
	        color: #898989;
	        border: none;
        }

        .primerNav2 a:hover {
	        text-decoration: none;
	        color: #000000;
	        border: none;
        }
       
        
        
        
        
                
        a.appfunction ,a.appfunction:link
            a.appfunction:active {
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #8dc63f;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
        }
 
        a.shareFunction:visited {
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #8dc63f;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
        }

        a.appfunction:hover {

	        
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #648929;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
	        
        }
        

        a.shareFunction ,a.shareFunction:link
            a.shareFunction:active {
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #5597b0;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
        }

        a.shareFunction:visited {
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #5597b0;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
        }

        a.shareFunction:hover {

	        
	        font-weight: bold;
	        font-size:1.1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #477e93;
	        border: none;
	        padding:.2em;
	        padding-left:.3em;
	        padding-right:.3em;
	        
        }
        

        
        

	                 
        a.configure ,a.configure:link
            a.configure:active {
	        font-weight: bold;
	        font-size:1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #8dc63f;
	        border: none;
	        padding-left:2.3em;
	        padding-right:2.3em;
	        padding-top:.3em;
	        padding-bottom:.3em;
	        
        }

        a.configure:visited {
	        font-weight: bold;
	        font-size:1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #8dc63f;
	        border: none;
        }

        a.configure:hover {
	        font-weight: bold;
	        font-size:1em;
	        text-decoration: none;
	        color: #ffffff;
	        background-color: #648929;
	        border: none;
        } 
	  
	  

	        
	              
				       
        		
    /* END LINKS */
    
	img {
        border: none;
    }
    
    /* HEADINGS */
        h1, h2, h3, h4, h5, h6 {
            font-family: tahoma, arial, helvetica, sans-serif;
            font-weight: normal;
        }

        h1 {
            font-size: 2.2em;
            letter-spacing: -1px;
            line-height: 1.3em;

            margin: 0 0 0.5em 0;
            padding: 0;
            color: #b4c24b;
        }

        div#branding h1 {
            font-size: 2.6em;
            letter-spacing: -1px;

            margin: 0;
            line-height: 1.5em;
            color: #3e9ade;
        }

        div#branding p {
            margin: 0;
            line-height: 1em;
        }

       

        h2 {
            font-size: 1.4em;
            line-height: 1.5em;
            margin: 0 0 0.5em 0;
            padding: 0;
        }

        h3 {
            font-size: 1.3em;
            line-height: 1.3em;
            margin: 0 0 0.5em 0;
            padding: 0;
            color: black;
        }

        h4 {
            font-size: 1.2em;
            line-height: 1.3em;
            margin: 0 0 0.25em 0;
            padding: 0;
            color: black;
        }

        h5 {
            font-size: 1.1em;
            line-height: 1.3em;
            margin: 0 0 0.25em 0;
            padding: 0;
            color: black;
        }

        h6 {
            font-size: 1em;
            line-height: 1.3em;
            margin: 0 0 0.25em 0;
            padding: 0;
            color: black;
        }
    /* END HEADINGS */

    /* TEXT */
        p {
            font-size: 1em;
            margin: 0 0 1.5em 0;
            padding: 0;
            line-height: 1.9em;
        }

        blockquote {
            border-left: 10px solid #ddd;
            margin-left: 10px;
        }

        pre {
            font-family: monospace;
            font-size: 12px;
        }

        strong,b {
            font-weight: bold;
        }

        em,i {
            font-style: italic;
        }

        code {
            font-family: "courier new", courier, monospace;
            font-size: 12px;
            white-space: pre;
        }
    /* END TEXT */

    /* LISTS */
        ul.glassList {
            list-style: url(../../images/aquadot.jpg) disc outside;
            vertical-align: top;
            line-height: 1.5em;
        }
        dl {
            margin: 0 0 1.5em 0;
            padding: 0;
            line-height: 1.4em;
        }

        dl dt {
            font-weight: bold;
            margin: 0.25em 0 0.25em 0;
            padding: 0;
        }

        dl dd {
            margin: 0 0 0 30px;
            padding: 0;
        }

    /* END LISTS */

    /* TABLE */
        table {
            font-size: 1em;
            margin: 0 0 1.5em 0;
            
        }

        table caption {
            font-weight: bold;
            margin: 0 0 0 0;
            padding: 0 0 1.5em 0;
        }

        th {
            font-weight: bold;
            text-align: left;
        }

        td {
            font-size: 1em;
            padding: .3em;
        }

        /*********************************
           Project: CSS Table Galery
           Title: Like Adwords
           Author: Cleiton Francisco
           URL: http://www.cleiton.net/
           Country: Brazil
           Update: 2005-12-18
         *******************************/

            .table {
                border-collapse: collapse;
                border: 2px solid #74B3DC;
                color: #000;
                background: #fff;
                width: 100%;
            }
                .table caption {
                    padding: 0 0.6em 0.8em;
                    font-size: 1.3em;
                    font-weight: bold;
                    text-align: left;
                    color: #000;
                    background: transparent;
                }
                /* For Tapestry's contribTable */
                .table th table, .table th table td {
                    width: 100%;
                    border: 0px;
                }
                .contribTable th {
                    padding: 0px !important;
                    background: #d7e9f5;
                }
                .contribTable th .tableHeaderTable {
                    margin: 0px !important;
                }
                .table td, .table th, .tableHeaderTable td {
                    border: 1px solid #e0e0e0;
                    padding: 0.5em;
                }
                .table thead th, .tableHeaderTable td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    font-weight: bold;
                    background: #d7e9f5;
                }
                .tableHeaderTable td a {
                    text-decoration: none !important;
                }
                .table tfoot th, tfoot td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    background: #e8e8cf;
                }
                .table tfoot th {
                    font-weight: bold;
                }
                .table tbody td a {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody td a:hover {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody th a {
                    background: transparent;
                    text-decoration: underline;
                    font-weight: bold;
                }
                .table tbody th, .table tbody td {
                    text-align: left;
                }
                .table tfoot td {
                    border: 1px solid #996;
                }
                .table tbody tr:hover, .table tr.over, .contribTable tr:hover {
                    background: #ffffd9 !important; /* important needed for Tapestry, as is .table tr:hover */
                }
                .contribTable tr.even {
                    background: #fff !important;
                }
                .contribTable tr.odd {
                    background: #eee !important;
                }
                
                
                
                table.calendar td {
                	width:52px;
                	font-size:.8em;  
                	background-color:#eff5f3;     
                	color:#63968a;      
                }
                
                table.calendar td.event {
                	width:52px;
                	font-size:.8em;  
                	font-weight:bold;
                	background-color:#6f9f68;     
                	color:#ffffff;      
                }
                
                table.calendar tr {
                	height:30px;	       
                }
                
    /* END TABLE */

    hr {
        display: none;
    }

    div.hr {
        height: 1px;
        margin: 1.5em 10px;
        border-bottom: 1px dotted black;
    }
    
    
    span.label {
    
    	font-size:.9em;
    	color:#7c7c7c;
    
    }
    
    
/* END TYPOGRAPHY */
