﻿
/* Design Elements */
body
{
    font-size: 10pt;
    color: #616161;
    font-family: Arial;
    text-decoration: none;
    margin: 15px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 13pt;
    background-repeat: repeat;
    background: #444444;
}

h1
{
font-family: Arial;
font-size: 16pt;
}

h2
{
font-family: Arial;
font-size: 13pt;
}

/*
A:link
{
    color: #fa132b;
    text-decoration: underline;
}

A:hover
{
    color: #000000;
    text-decoration: none;
}
*/

INPUT
{
    border-right: #858585 1px solid;
    border-top: #858585 1px solid;
    border-left: #858585 1px solid;
    border-bottom: #858585 1px solid;
}

/* known problem with IE8 */
.IE8Fix 
{ 
    z-index: 1000; 
	background-image: url('/App_Themes/Default/Images/TopMenuBackground.jpg');  
	background-repeat: repeat-x;
}


/* Menu Layouts  */
.topcontentbar
{
    padding: 6px 0 0 0px;
    margin: 0px 0px 0 6px;
    width: 738px;
    height: 22px;
    vertical-align:bottom;    
    text-align: right;
    background-color: #ffffff;
    font-size: 10pt;
}
.topmenu
{
    padding: 0 0 0 0;
    width: 738px;
    height: 26px;
    margin: 0 auto;
    background-image: url('Images/TopMenuBackground.jpg');
    background-repeat: repeat-x;
    text-align: left;
    clear:both;
}
.menu
{
    padding-top: 1px;
    margin-top: 1px;
    position:absolute;
    background-color: #353535;
    width: 185px;
    display:none;
/*  border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
*/
}

.menuStyle
{  
background-image: url('/App_Themes/Default/Images/TopMenuBackground.jpg');  
background-repeat: repeat-x;
}

.menuitems
{
    line-height: 19pt;
    padding-top: 1px;
    position: relative;
    list-style-type: none;
    list-style-position: outside;
}
.menuitem
{
    padding-left: 17px;
    font-weight:normal;
    font-size: 10pt;
    font-family: Arial;
    border-bottom: solid 1px #4a4a4a;
    color: #000000;
    text-decoration: none;
}


/* Content Layout  */
.main
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: white;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.maintopimage
{
    padding: 0 0 0 0;
    width: 1000px;
    margin: 0 auto;
    background-position: center center; 
    background-repeat:no-repeat;
    margin: 0px 6px;
}
.maincontent
{
    border-right: #000000 0px solid;
    border-top: #000000 0px solid;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    padding: 0 0 0 0;
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}
.mainleftsidecontent
{
    width: 250px;
    margin: 0 auto;
    background: white;
    float: left;
    padding: 10px;
}
.mainrightsidecontent
{
    width: 650px;
    padding: 5px;
    margin: 10px 10px;
    background: white;
    float: right;
}
.bottomlinks
{
    padding: 5px;
    margin: 10px 10px;
    background: white;
}


#mainrightsidecontentT1
{
    width: 660px;
    height: 925px;
    padding: 5px;
    overflow: auto;
    margin: 10px 10px;
    background: white;
    float: right;
}
#mailContentBox
{
    width: 213px;
    height: 363px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
   border: 1 px solid #000000;
}

/* Footer DIV Layout  */
#mainfooter
{
    background-position: center center;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

/* Indivudal Elements */
#address
{
    margin-top: 25px;
    margin-left: 40px;
    line-height: 12pt;
}

/* Classes */
.title
{
    font-weight: bold;
    color: #000000;
}

.clientListing
{
	border-bottom: solid 1px DarkGray;
	padding-bottom: 10px;
}

.bold
{
  font-weight: bold; 
}