﻿
/* Text Styles */

.topmenu
{
    font-family:Arial;
    font-size: 10px;
}

.topmenu2
{
    font-family:Arial;
    font-size: 10px;
    color: Gray;
}

.header1
{
    font-size: 20px;
    color: black;
    font-family: Arial;
}

.header2
{
    font-size: 17px;
    color: black;
    font-family: Arial;
}

.bodytext1
{
    font-size: 12px;
    color: black;
    font-family: Arial;
}

.bodytext2
{
    font-size: 12px;
    color: black;
    font-family: Arial;
}

.smallredtext
{
    color:Red;
    font-size: 11px;
}

.smalltext1
{
    font-family: Arial;
    font-size: 11px;
}

.smalltext2
{
    font-family: Arial;
    font-size: 9px;
}

.smalltext3
{
    font-family: Arial;
    font-size: 10px;
}


/* Table Styles */
.topborder1
{
    border-top: solid 1px darkgray;
    margin-top: 1px;
}

.rightborder1
{
    margin-right: 1px;
    border-right: solid 1px darkgray;
}

.leftborder1
{
    margin-left: 1px;
    border-left: solid 1px darkgray;
}

.bottomborder1
{
    margin-bottom: 1px;
    border-bottom: solid 1px darkgray;
}

.tableborder2
{
    border: solid 1px darkgray;
    border-collapse: collapse
}

.tableborder3
{
    border-collapse: collapse;
    width: 495px;
}
.tableborder3 td
{
    border: solid 1px lightgray;
    border-collapse: collapse
}

/* Link Styles */

.viewTree:hover
{
    background-image: "~/images/view_tree_btn.gif";
}

a:hover
{
    color:Red;
}
    

/* Button Styles */

.treeBtn
{
    background:url(~/images/tree_member_btn_bg.gif);
}
