﻿body
{
    color: #959595;
    font-family: Tahoma, Geneva, Verdana, Arial;
    font-size: 10px;
    background-color: #d7d7d7;
    margin: 0px;
}

ul
{
 font-weight:bold    
}

/* ### Default link styles ### */
a:link {color: #6694ab; text-decoration: none; }
a:visited {color: #6694ab; text-decoration: none; }
a:hover {color: #a0d03e; text-decoration: none; }

h1 {font-size: 14px; color: #a30001; height: 20px; font-family: Arial, Tahoma, Geneva, Verdana; }
h2 {font-size: 12px; color: #cb4d51;}
h3 {font-size: 12px; color: white;}

/* ### Overall width ### */
/* Change width */
.masterWidth {width: 728px; height:100%; text-align: left; }
.bananasWidth {width: 140px; text-align: left; margin-top: 45px; }

/* ### Lines ### */
/* Change colors */
#divMasterTopLine {height: 8px; background-color: #d3d2d7; font-size: 2px; margin-bottom: 3px; }
#divMasterTopLine1 {height: 4px; background-color: #a0d03e; font-size: 2px; margin-bottom: 3px; margin-top: 1px; }
#divMasterTopLine2 {height: 8px; background-color: #ff9853; font-size: 2px; }
#divMasterBottomLine1 {height: 4px; background-color: #a0d03e; font-size: 2px; margin-bottom: 3px; }
#divMasterBottomLine2 {height: 8px; background-color: #ff9853; font-size: 2px; }

/* ### Content frames ### */
td.contentLeft {width:220px; border-right: solid 1px #d3d2d7;}

/* ### Logo ### */
/* Change height */
td.Logo {height: 45px; vertical-align:bottom; padding-bottom:3px; }

/* ### Divs in Masterpage ### */
#divMasterFooter {padding-top: 10px; margin-bottom:10px; }
#divMasterCopyRight {float: left; display:inline; clear:both;}
#divMasterBottomMenu {text-align: right; font-weight: bold; }

.spanHeader {vertical-align: top; padding-left: 10px; padding-right:10px }

/* ### Small image with border ### */
.smallImage {margin-right: 10px; padding: 5px 5px 5px 5px; }

#divCompany {height: 100px; } /* ### Minimum height ### */

/* ### Menu ### */
/* Change padding */
#divMasterMenu {padding-top: 20px; text-align: center; font-family: Arial, Tahoma, Geneva, Verdana; font-size:13px; font-weight:bold }
.menuTable {border-top: solid 1px #efefef; height:100px }
.menuIcon {width: 15px; }
.menuText {text-align: right; }
/* Change colors of links */
#divMasterMenu a:link {color: #606060; text-decoration: none; }
#divMasterMenu a:visited {color: #606060; text-decoration: none; }
#divMasterMenu a:hover {color: red; text-decoration: none; }

/* ### Edit div ### */
#divTopEdit {position:absolute; top:0px; z-index:100}
#divAdminMenu {position:absolute; top:0px; margin-left:10px; z-index:200; font-size:12px; font-weight:bold;}
#divAdminMenu a:link {color: #6694ab; text-decoration: none; }
#divAdminMenu a:visited {color: #6694ab; text-decoration: none; }
#divAdminMenu a:hover {color: #a0d03e; text-decoration: none; }


/* ### Edit page ### */
#divChanges {color:Red;}


.tdRight
{
    background-image: url('../images/bgRight.jpg');
}
.tdLeft
{
    background-image: url('../images/bgLeft.jpg');
}