* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

body {
	text-align: center; color: #666; font-size: 11px; font-family: arial, verdana, sans-serif;
}

BODY.home {
	background-image: url(images/wPaper.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 11px; 
}

BODY.subPage {	
	background-image: url(images/wPaperSub.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 11px; 
}

A {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
HR {
	border: 0;
	background-color: #ccc;
	height: 1px;
	width: 780px;
}

h2 {
	font-size: 17px;
	margin-bottom: 20px;
color: #6799C8;
}
p {
	margin-bottom: 20px; font-size: 11px; font-family: arial; color: #808080;
}

ul, ol {
	margin-bottom: 20px;
	padding-left: 12px;/* MOZ */
	margin-left: 12px;/* IE */
}


INPUT {
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

div#container{
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

div#bodyContainer {
	width: 100%;
	text-align: center;
	background-color: #E4E4E4;
}	

div#header{
	width: 780px;
	height: 101px;
	position: relative;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
	height: 101px;
	/*background-image: url(images/logo.gif);*/
	background-repeat: no-repeat;
}

div#topLinks {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 10px;
}

div#topLinks INPUT {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

div#links {
	width: 780px;
	height: 38px;
}

div#theme {
	border-top: 1px solid white;
	width: 780px;
	height: 222px;
    background-image: url(images/themeMain.jpg);
	background-repeat: no-repeat;		
}

div#themeSub {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 780px;
	height: 89px;
	background-image: url(images/themeSub.jpg);
	background-repeat: no-repeat;		
}

div#copyPanel {
	background-color: #f3f3f3;
	margin-top: 1px;
	font-size: 11px;
}

div#copyPanel td{
	font-size: 11px;
}

div#copyPanelSub {
	width: 780px;
	background-color: #f3f3f3;
	background-image: url(images/subCopyWpaper.gif);
	background-repeat: repeat-y;
	border-top: 10px solid #e4e4e4;
	padding-top: 20px;
	position: relative;
}

div#copyPanelSitemap {
	width: 780px;
	background-color: #f3f3f3;
	border-top: 10px solid #e4e4e4;
	padding-top: 20px;
	position: relative;
}

div#copyPanelSales {
	width: 760px;
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top: 10px solid #e4e4e4;
	padding-top: 20px;
	position: relative;
}


div.plane {
/*	background-image: url(images/planeBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left; */
}

div#subLinks {
	float: left;
	color: #666;
	width: 220px;
	/*border: 1px solid #000;*/
}

div#subLinks ul {
	margin-left: 30px;
	padding-left: 0px;
}

div#subLinks ul li {
	padding: 4px 0;
	font-weight: bold;
}

div#subLinks ul li a {
	font-weight: bold;
}
div#subLinks a.active {color: #000;}
div#subLinks UL LI UL.subsub {
	padding-left: 15px;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
}
div#subLinks UL LI UL.subsub li {
	margin-left: 0;
	padding: 2px 0px 2px 0px;
}
div#subLinks UL LI UL.subsub a {
color: #6699CC;
text-decoration: none;
font-weight: normal;
}
div#subLinks UL LI UL.subsub a.active {color: #000;}




div.content {
	margin-left: 270px;
	width: 450px;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

div.no_bg {
	background-image: none;
}

div.content_sitemap {
	font-size: 12px;
	line-height: 150%;
	padding: 20px;
}

table.sitemap {
	width: 740px;
}

div#subcopy li, td {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

div.footerbar {
	width: 100%;
	border-top: 10px solid #e4e4e4;
	height: 0;
	line-height: 0;
	font-size: 0;
}

div.footer {
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}

/*credit*/
div#credit {
	padding: 10px 0;
}

div#credit a {
	font-size: 10px;
	color: #BCBEC1;
	text-decoration: none;
}

div#credit a:hover {
	color: #666666;
	text-decoration: underline;
}

.search {
	font-family: verdana, arial, helvetica sans-serif;
	font-size: 10px;
	margin-left: 20px;
}
/*text classes*/
.lightBlue {
	color: #6799C8;
}
.lightbluefont11 {
	color: #6799C8;
	font-size: 11px;
}
.darkBlue {
	color: #336699;
}
.darkBluefont11 {
	color: #336699;
	font-size: 11px;
}
.font11 {
	font-size: 11px;
}

.loginBox {
	font-size: 10px;
}
.grey {
	color: #E1E1E1;
}

.bigtext {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}

.message {font-family: verdana, arial, helvetica; font-size: 10px; color: #FF0000; font-weight: bold; text-decoration: none;}
/*text classes*/

/*font styleguide page*/
div#styleguide {
	background-color: #ffffff;
	padding: 10px;
	margin-top: 1px;
	font-size: 11px;
	font-family: arial;
	width: 80%;
}
div#styleguide td{
	font-size: 11px;
}
/*font styleguide page*/

/*user register form*/
table.form input {border: 1px solid #336699; padding-left: 2px;}
/*user register form*/


/* sales portal */
table.tblPlaneList	{border-collapse: collapse; margin: 0; padding: 0; border:1px solid #EAEAEA; border-width:0px 1px 1px 1px;}
table.tblPlaneList th	{font-size: 11px; margin: 0; padding:5px; background-color:#F7F7F7; border: 1px solid #EAEAEA; border-width:1px 0px 0px 0px; text-align: left;}
table.tblPlaneList tr	{}
table.tblPlaneList td.odd	{background-color:#F7F7F7;}
table.tblPlaneList td	{font-size: 11px; margin: 0; padding:5px;  border: 1px solid #EAEAEA; border-width:1px 0px 0px 0px;}

table.tblPlaneDetail	{border-collapse: collapse; margin: 0 0 15px 0; padding: 0; border:1px solid #EAEAEA; border-width:0px 1px 1px 1px;}
table.tblPlaneDetail th	{font-size: 11px; margin: 0; padding:5px 10px 5px 5px; background-color:#F7F7F7; border: 1px solid #EAEAEA; border-width:1px 0px 0px 0px; text-align: left;}
table.tblPlaneDetail tr.odd	{background-color:#F7F7F7;}
table.tblPlaneDetail tr	{}
table.tblPlaneDetail td.odd	{background-color:#F7F7F7;}
table.tblPlaneDetail td	{font-size: 11px; margin: 0; padding:5px 10px 5px 5px;  border: 1px solid #EAEAEA; border-width:1px 1px 0px 0px; vertical-align: top;}


/* table styles */
.table_header {background: #679AC9; color: #FFF; padding: 5px;}
	tr.table_header, tr td.table_header {background: #679AC9; color: #FFF; padding: 5px;}
.table_row_dark	{background: #E9E9E9; padding: 5px;}
	tr.table_row_dark, tr td.table_row_dark {background: #E9E9E9; padding: 5px;}
.table_row_lite	{background: #F4F4F4; padding: 5px;}
	tr.table_row_lite, tr td.table_row_lite {background: #F4F4F4; padding: 5px;}