﻿body
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:75%;
    text-align:left;
    line-height: 1.4;    
    background-color:#F6F6F6;
}

#menu {
    color:#000000;
    display:inline;
    float:left;
    margin-left:20px;
    padding-top:46px;
    text-align:left;
    width:265px;
}

#menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#menu a {
    font-size:16px;
    font-weight:bold;
    line-height:25px;
    margin-left:5px;
    margin-top:5px;
    padding-left:8px;
    padding-top:8px;
    text-decoration:none;
}

#bottom 
{
    float:left;
}

#header {
    text-align:left;
    height: 85px;
    padding: 15px;
}

#content {
    font-size:11pt;
    margin-top:0;
    width:390px;
    float:left;
    margin:0 0 0;
    padding:0 0 20px 20px;
}

#sidebar {
    -x-system-font:none;
    font-size:10pt;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin-left:730px;
    padding:0 0 30px;
    width:220px;
}

.clear 
{
    clear:both;
}

a, h2 a:hover, h3 a:hover {
    
}

h1 
{
    margin-top:0px;
}

h1, h2, h3 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    letter-spacing:-1.2px;
}

.button-action, input[type="reset"].button-action, input[type="submit"].button-action, input[type="button"].button-action, a.button-action:hover, a.button-action:visited, a.button-action:link
{
	height: auto;
	border-color: #40a23c;
	border-width: 1px;
	padding: 8px 20px 7px 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;	
	color: #FFFFFF;
	background: #FFFFFF url(../images/actionButtonBg.jpg) repeat-x;
	font-weight:bold;
	cursor: pointer;
}

.pan-error
{
    background-color: red;
	border: solid 1px #6a2e41;
	color: #FFFFFF;
	padding:5px;
}

.pan-info
{
    background-color: Yellow;
	border: solid 1px #6a2e41;
	padding:5px;
}