﻿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;
}

.nomargin
{
    margin-top:0px;
}

.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;
}


.button-lp
{
background: #96ba40; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96ba40', endColorstr='#6e9c42'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#96ba40), to(#6e9c42)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #96ba40,  #6e9c42); /* for firefox 3.6+ */
color: #FFF;
cursor: pointer;
border-top: 1px solid #5e923d;
border-left: 1px solid #5e923d;
border-right: 1px solid #284c0e;
border-bottom: 1px solid #284c0e;
padding: 10px 32px;
font-size: 15px;
text-decoration: none;
display: block;
width: 105px;
float: left;
margin-right: 10px;
}
.button-lp:hover,.button-lp-second:hover {
text-decoration: underline;
}
.button-lp-second
{
background: #fdfdfd; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eaeaea)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fdfdfd,  #eaeaea); /* for firefox 3.6+ */
color: #000;
cursor: pointer;
border-top: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
padding: 10px 20px;
font-size: 15px;
text-decoration: none;
float:left;
}
