﻿body 
{
    font: 75% Arial, "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: white;
    color: Black;
    margin: 0;
    padding: 0;
}

a img
{
    border: 0;
}



/*#header
{
    background-color: #304458;
    position: static; 
    height: 170px;
}*/


/* Main content */
#main_content
{
    font: 10pt Arial, "Lucida Grande" , Verdana, Lucida, Helvetica, sans-serif;
    padding-top:5px;
    padding-left:10px;
}

#main_content H1, #main_content H2, #main_content H3, #main_content H4, #main_content H5
{
	/*color: #3A736A; /*#a63d28;*/
	color: Black;
	border-bottom: 1px dashed;
    font: Arial, "Lucida Grande" , Verdana, Lucida, Helvetica, sans-serif;
}

#main_content H1
{
	border-bottom: 1px dashed;
    font-size: 16pt;
}

#main_content H2
{
	border-bottom: 1px dashed;
    font-size: 14pt;
}


#main_content H3
{
    font-size: 13pt;
}

#main_content H4
{
    font-size: 12pt;
}

#main_content H5
{
    font-size: 10pt;
}

#main_content a, #main_content a:visited
{
    color: blue;
    text-decoration: none;
}

#main_content a:hover
{
    text-decoration: underline;
}



#tabstrip-menu
{
    font-family:"Lucida Grande", Verdana, Lucida, Helvetica;
    font-size: 95%;
    background-color: #304458;
    border-bottom: black 1px solid;
}

/* Controls */
.login_control
{
    font: 125% Arial, "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif;
}

/* Tables */

.Table
{
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-right: #803625 1px solid;
    border-top: #803625 1px solid;
    border-left: #803625 1px solid;
    border-bottom: #803625 1px solid;
}

.TableDarkBackground
{
    color: white;
    font-weight: bold;
    background-color: #B1321F;
}

.TableLightBackground
{
    background-color: #dae7ee;
}

.TableTitle
{
    /*color: #1c5e55;*/
    background-color: white;
    border-bottom: 1px solid;
    font-weight: bold;
    text-align: left;
    /*font-family: Verdana;*/
}

.TableButton
{
    padding-top: 10px;
}

/* Message boxes */

.InfoMessage
{
    background-color: #dae7ee;
    color: Blue;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    border-color: #1c5e55;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana; 
}

/* Bulleted lists */

.BulletedList
{
    margin-top: 3px;
    margin-bottom: 3px;
    text-indent: -20px;
    vertical-align: middle;
}

.Hand
{
	cursor:hand;
}
 /*a, BlackLink a:hover, .BlackLink a:visited, .BlackLink a:link*/
.BlackLink a, .BlackLink a:hover, .BlackLink a:visited, .BlackLink a:link, .BlackLink a:active
{
	color: Black;
}

