﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFFFFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{    
    color: #06C;
    text-decoration: underline;
}
a:visited
{
    color: #06C;    
}
a:hover
{    
    color: #06C;
    text-decoration: none;
}
a:active
{    
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img 
{
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0px;
    margin: 8px 0px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 2px;
    color: #000;
    padding: 0 0px 0 0;
    clear: both;    
}

p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

a#logo2
{
    float: right; 
    margin-top: 14px;   
}

#main
{
    padding: 10px ;
    background-color: #FFF;
    background-image: url(../images/fons.gif);
    background-position: right;
    background-repeat: repeat-y;
    margin-bottom: 30px;
    /* _height: 1px; */ /* only IE6 applies CSS properties starting with an underscrore */ 
    clear: both;
}

#footer
{
    color: #999;
    padding: 4px;
    margin-top: 20px;
    text-align: left;
    line-height: normal;
    border-top: 1px #CC8AA9 solid;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
    border-bottom: 1px #CC8AA9 solid;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: left;
    background-color: #CC8AA9;
    color: #FFFFFF;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #CC8AA9;
    color: #FFF;
}

ul.menu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
    color: #5B2841;
}

ul.menu li a:active
{
    /* background-color: #a6e2a6; */
    text-decoration: none;
    
}

ul.menu li.selected a
{
    background-color: #E3C1D1;
    color: #5B2841;
}

/* submenu */

ul.submenu
{    
    border-bottom: 1px #DD6B0F solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    font-size: 0.9em;
    text-align: left;   
    background-color: #ffefde; 
}

ul.submenu li
{
    display: inline;
    list-style: none;
}

ul.submenu li a
{
    padding: 10px 10px;    
    text-decoration: none;
    line-height: 2.8em;
    color: #DD6B0F;
    font-weight: bold;
    /*background-color: #e8eef4;
    color: #034af3;*/
}

ul.submenu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul.submenu li a:active
{
    /*
    background-color: #a6e2a6;
    */
    text-decoration: none;
}

ul.submenu li.selected a
{
    font-weight: bold;
    background-color: #FFF;
    /*
    color: #000;*/
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

/* CUSTOM 
----------------------------------------------------------*/
.pager
{
    margin: 4px;
    padding: 4px;
    width: 100%;
    
}
.pager .pages
{
	float: left;
	padding-right: 4px;
}
.pager .count
{
	float: right;
	text-align: right;
}

td
{
    padding: 5px 0px;
}
.fieldname, .fieldtitle
{
    vertical-align: top;
    width: 150px;
}
.fieldname, .bigfieldname, .fieldtitle, .bigfieldtitle
{
    font-weight: bold;
}

.fieldvalue, .bigfieldvalue
{
    vertical-align: top;
}
.selectedname 
{
    font-weight: bold;
}
table.zones 
{
    width: 100%;
}
table.zones td
{
    font-weight: bold;    
}
.mainfield
{
    font-weight: bold;
}
table.businesslist td
{
     padding: 6px;
     border-bottom: 1px solid #ccc;
}
.headers
{
    background-color: #eee;
    font-weight: bold;
    border-bottom: 1px solid #666;
}
tr.altrow td, tr.altrow td
{   
    
}
.location
{
    font-weight: bold;        
}

div.activities ul
{   
    padding: 0 0 2px;
    margin: 5px 5px;
}

div.activities li
{    
    list-style: none;
    padding: 1px;   
}

div.activities li img
{    
    vertical-align: middle;    
}
div.activities li a
{    
    font-weight: bold;
}
.businesscontainer
{
    /*
    border: 1px solid #b1b1b1;
    padding: 2px 14px 14px 14px;
    background-image: url(../images/bg_contenttop.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff; */
}
.returnlink
{
    font-weight: bold;
}
.alphabeticselector
{
    margin: 12px 0px;
}
.ErrorMessage
{
    border: 1px solid #9c0201;
    background-color: #ffffd5;
    padding: 10px;
    color: #9c0201;
    font-weight: bold;
    width: 80%;
}
.Message
{
	border: 1px solid #9c0201;
    background-color: #ffffd5;
    padding: 10px;
    color: #9c0201;
    font-weight: bold;
    width: 80%;
    margin: 10px 0px;
}
.Actions
{
    margin: 5px 0px 15px 0px;
}