﻿/* (C) Copyright 2006-2009 Long2 Consulting. All Rights Reserved */
/* Start Layout CSS. This top section of CSS is what is used to layout each of the pages. To change general styles, look for the Start General Styles section below. We strongly urge you not to change the Layout styles unless you have an advanced knowledge of CSS. We cannot help you if you mess it up. */


html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #444647 url('../../rimages/bg.jpg') repeat-x;
}

/* This is the horizontal top navigation bar */
#topnav {
	width: 1000px;
	height: 42px;
	background: url('../../rimages/topnav.jpg') no-repeat;
}


#topnavtext{
    text-align:left; 
    float:left;
	padding: 13px 14px 0px 14px;
    color: #ffffff;
	font-size: 96%;
	font-weight: bold;

}

#topnavlinks {
	padding: 13px 14px 0px 14px;
	text-align: right;
	font-size: 96%;
	font-weight: bold;
    float:right;
}

#topnavlinks a:link, .topnavlinks a:visited {
	padding: 11px 10px;
	color: #cccccc;
	text-decoration: none;
}
	
#topnavlinks a:active, .topnavlinks a:hover {
	color: #053782;
	text-decoration: none;
	background-color: #ceddf3;
}


/* This is the footer area */

#footerwrapper {
	height: 54px;
	width: 100%;
	background: url('../../rimages/footer.jpg') repeat-x;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	height: 54px;
	width: 1000px;
}

.footercontent {
	padding: 12px 10px 0px 10px; /* If you want the footer to be below the white area, change the first padding number from 8px to 100px */
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #ceddf3;
}


/* Used in single column layouts */

#bodycolumn {
	margin: 0 auto;
    padding: 30px;
    width: 940px;
    min-height:400px;
}



.bodycolumncontent {
	padding: 0 20px;
	min-height: 400px;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 765px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
}

.body1content {
	padding: 4px 20px 5px 0px;
}

.body2content  {
	padding: 4px 0px 5px 10px;
}


/* Used in three column layouts */
#body1b {
	width: 765px;
	float: left;
}

#body1c { 
	width: 545px;
	float: right;
}

#body2b {
	width: 200px;
	float: left;
}

#body3 {
	width: 180px;
	float: right;
	margin-right: 20px;
}

.body1bcontent {
	padding: 4px 6px 5px 0px;
}

.body2bcontent {
	padding: 4px 0px 5px 10px;
}

.body3content {
	padding: 4px 0 0 0;
}


/* End of Layout CSS */

fieldset {
    margin: 12px 0 24px;
    padding: 6px 0;
}

legend {
    font-weight: bold;
    margin: 0 0 0 12px;
}
/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #2e5ea4; 
}


a:active, a:hover {
	color: #555555;
}

ul {
	list-style-image: url('../../rimages/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #053782;
	font-size: 165%;
	text-align: left;
	border-bottom: 3px #053782 dotted;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin:8px 0 16px;
}

h2 {	
	font-size: 165%;
	color: #999;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h3 {	
	font-size: 165%;
	color: #2e5ea4;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h4 { 
	font-size: 145%;
	color: #2e5ea4;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h5 { 
	font-size: 145%;
	color: #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h6 { 
	font-size: 145%; 
	color: #053782; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

.center {
	text-align: center;}

/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #588dcd;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 3px solid #588dcd;
	border-bottom: 4px solid #588dcd;
	border-left: 1px solid #588dcd;
	border-right: 1px solid #588dcd;
	background-color: #cbe1fc;
	width: 155px;
	height: 30px;
}


/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 180px;
	background-color: #053782;
    text-align: left;
    padding: 4px;
	color: #ffffff;
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #ceddf3;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 18pt;
	width: 177px;
	color: #053782;
	background-color: #fff;
	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #053782;
	background-color: #ceddf3;
}


.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #053782;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #053782;
	border-bottom: 4px solid #053782;
	background-color: #ceddf3;
	padding: 6px;
	margin-bottom: 8px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #2e5ea4;
	border-bottom: 4px solid #2e5ea4;
	background-color: #053782;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #053782;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #053782;
	border-bottom: 4px solid #053782;
	background-color: #e2e2e2;
	padding: 6px;
	margin-bottom: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #053782;
	border-bottom: 2px solid #2e5ea4;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #2e5ea4;
	border-bottom: 2px solid #053782;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #053782;
	background-color: #ceddf3;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border: 2px solid #053782;
}


.tiny {
	font-size: 80%;
}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #053782;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
.imageleft-border   {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #053782;
}

.imageright-border  {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #053782;
}

.editform
{
    border:0;
}

/* Renewal */
#renewal 
{
}
#renewal table.editform
{
	width:940px;
}
#renewal table.editform .caption
{
    width:220px;
    text-align:right;
        padding:3px;    
}
#renewal table.editform .value
{
    width:680px;
        padding:3px;
}
#renewal table.editform_declare
{
    width:850px;
}
#renewal table.editform .caption2
{
    width:700px;
        padding:3px 3px 12px 3px;
        vertical-align:top;
}
#renewal table.editform .value2
{
    width:150px;
        padding:3px 3px 12px 3px;
        vertical-align:top;
        
}
#renewal table.editform .value2 input
{
    margin-left:12px;
        
}
#renewal table.editform .value3
{
    width:85px;
    padding:12px 30px 12px 3px;
}
#renewal .cmd_container input
{
    margin-right:3px;    
}

#renewal .error
{
    color:Red;
}
.boldlabeltext{
    font-weight:bold;
}

.infolabel{
font-style: italic;
font-size:10px;
padding-left:5px;
}

.sheps{
    font-weight:bold;
}

.maxpv{
    font-weight:bold;
}

/*license verififaction */
#lic_verify td
{
    padding:3px;
}
#lic_verify td.caption
{
    font-weight:bold;
}

a:link, a:visited {
	color: ##000080; 
}



.clear {
	clear: both;
}

.editform
{
    border:0;
}
/*license verififaction */
#lic_verify td
{
    padding:3px;
}
#lic_verify td.caption
{
    font-weight:bold;
}
/*license search */
.lic_searchform td
{
    padding:1px;
}
.lic_searchform td.caption
{
    color: #000080; font-weight: bold;
}
