/* 
    Document   : default
    Created on : Oct 11, 2012, 8:01:27 AM
    Author     : erikbaldwin1
    Description:
        Default stylesheet for budget application.
*/

body{
    font: 62.5% "Trebuchet MS", sans-serif;
    background-color: #333366;
    color: #000000;
}
/*
button{
    background-color: #004400;
    color: #99CCFF;
}*/

p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
}

.section-title{
    text-decoration: underline;
}

.intxt{
    border: 0px;
    background-color: #DDDDDD;
    width: 90px;
}

#otherDates{
    display: none;
}

table.border, table.menu{
    /*Place holder to enable modification of table cells inside table with border class.*/
    border-spacing: 0px;
    border-collapse: collapse;
}

table.border td{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

table.border tr{
    border-width: 1px;
    border-style: dotted;
}

/*Curved page frame*/
#pgwrapper{
    background-color: #ffffcc;
    border-width: 5px;
    border-style: ridge;
    border-radius: 25px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-width: 250px;
    max-width: 950px;
}

/*Link CSS*/
a{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
}
a:link{
    color: #006633;
}
a:hover{
    color: #00CC66;
}
a:visited{
    color: #006633;
}
a:active{
    color: #CC3333;
}

/*#pageWrapper{
    position: relative;
    top: -30px;
}*/

/*Menu CSS*/
.menuItem{
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
}

.menuItem:hover{
    background-color: #6699CC;
}

/*#menu_home{
    position: relative;
    top: 0px;
    left: 0px;
}
#menu_myAccount{
    position: relative;
    top: -21px;
    left: 47px;
}
#menu_logout{
    position: relative;
    top: -42.5px;
    left: 135px;
}*/