﻿body {
}

/*
general
*/
.Normal
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: Black;
}

.Medium
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: Black;
}

.Header
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: Black;
    font-weight: bold;
}

/*
end general
*/


/*
Default Page Styles
*/

/*
end default page styles
*/

/*
general component styles
*/
.ControlHeader
{
    background-image: url(../../images/dots.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: lightslategray;
    padding: 5px 0px 5px 0px;
    height: 17px;
    width: 335px;
}
/*
end general component styles
*/


/* 
contact page styles
*/
.ContactTable
{
    border-right: lightslategray thin outset;
    border-top: lightslategray thin outset;
    border-left: lightslategray thin outset;
    border-bottom: lightslategray thin outset;
    background-color: darkgray;
}

.ComponentContentCell
{
    width: 480px; 
    background-image: url(../../images/1pixelcontent.gif); 
    background-repeat: repeat-y; 
    height: 300px; 
    padding: 0px 20px 0px 30px;
}
.ComponentFooterCell
{
    background-image: url(../../images/contentbottom.gif); 
    background-repeat: no-repeat; 
    height: 23px;
}
/* 
end contact page styles
*/