﻿*
{
	font-family: Arial;
	font-size: 12px;
}

body
{
    margin: 0px;
	text-align: left;
	color: #333333;
}

img
{
    border: 0;
}

input
{
    font-size: 12px;
}

.TextBox
{
    border: solid 1px #747BC1;
}

a
{
	text-decoration: none;
	color: #40478D;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

h1
{
 	font-size : 20px;
 	color: #40478D;
	font-weight: bold;
}

h3
{
 	font-size : 14px;
	font-weight: bold;
}

h2
{
 	font-size : 18px;
 	color: #40478D;
	font-weight: bold;
}

h4
{
 	font-size : 16px;
 	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

h5
{
    	font-size: 14px;
    	color: #40478D;
	    font-weight: bold;
}

#Header
{
    height: 95px;
    border-bottom: dashed 1px #333333;
    background: #CED1EA;
}

#Menu
{
    padding-top: 10px;
    border-right: dashed 1px #333333;
    float: left;
}

.MenuItem
{
    background: url(Images/Menu_Item.png) no-repeat;
    width: 200px;
    height: 15px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    border: solid thin #FFFFFF;
    cursor: pointer;
}

.Main
{
min-height: 350px;
width: 540px;
background: #DDDDDD;
padding: 10px 0px 20px 10px;
}

#MainWrapper
{
    background: url(Images/MainWrapper_Bg.png) no-repeat;
    margin-left: 215px;
    width: 550px;
    min-height: 500px;
    border-right: dashed 1px #333333;
    padding: 10px;
}

.MenuArrow
{
    position: absolute;
    left: 170px;
}

.PanelClose
{
    float: right;
    width: 15px;
    cursor: pointer;
}

.Tools_Header
{
    background: url(Images/Tool_Header.png) no-repeat;
    height: 30px;
    width: 540px;
    padding-left: 10px;
    padding-top: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

#Footer
{
    position: relative;
    bottom: 0px;
	width: 100%;
	background-color: #DDDDDD;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.RightSideBox
{
    background: url(Images/RightSide_Bg.png) no-repeat;
    width: 180px;
    height: 150px;
    padding: 10px;
}

.RightSideBox_Header
{
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

#RightSide
{
    position: absolute;
    left: 800px;
    padding: 10px 5px 20px 0px;
}

.fade_Wrap
{
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(Images/Fade_bg.png);
}
.SampleText H2
{
    color: #000000;
}