
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0 auto; 
	padding: 0px;
	background: #cccccc url(images/bodyBack.jpg) fixed;
}

h2,h3,h4,h5,h6
{
color:white;
}

/******* hyperlink and anchor tag styles *******/
/*
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
*/
/************** header tag styles **************/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
	vertical-align: middle;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	position:relative;
	top: 24px;
	right: inherit;
	/*width:95%;*/
	height: 100%;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
}

/*
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
*/


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/
/*
#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	border-color: #999999;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;

}
*/
/************ treeLinks styles **************/
/*
#treeLinks
{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;

	width: auto;
	height: 300px;
	OVERFLOW: auto;
	background-color: #DDEEFF;
	background-image: url(images/bg_nav.jpg);	
	
}

#treeLinks a:link, #treeLinks a:visited {
	padding: 0px 0px 2px 0px;
	display: block;
	color: #21536A;
}
#treeLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	border-color: #999999;
}


#treeLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
*/

/************ selectCity styles **************/
.leftMenu 
{
	position:relative;
	margin: 5px;
	margin-top: 10px;
	margin-bottom:15px;
	padding: 0px;
	color: White;	
	font-size: 12px;
}

.selectCity 
{
	position:absolute;
	margin: 5px;
	margin-top: 280px;
	margin-bottom:0px;
	padding: 0px;
	color: White;	
	font-size: 12px;
}


.leftAd 
{
	position:absolute;
	margin-left: 20px;
	width: 170px;
	height: 220px;
	margin-top: 380px;
	margin-bottom:0px;
	padding: 0px;
	color: White;	
	font-size: 12px;
}

/***Somehow Css doesn't apply to label for margin-top and margin-bottom***/
.minorSpaceWhite 
{
	margin-top:5px;
	color: White;	
}

.minorSpace 
{
	margin-top:5px;
	padding: 5px;
	margin-left: 8px;	
}

.minorSpaceTreeView 
{
	margin-top:5px;
	padding: 5px;
	font-size: 5px;
}

/********************* end **********************/
.leftPanel {
	background-color: #FFFFFF;
	width: 210px;
	float: left;
	height: 800px;
	margin : 0px;
	padding : 0px;
	border: 1px solid #CCCCCC;
	/*display: block;**/
	
	/**border-top: 1px solid #ffffff; */
	/*border-bottom: 1px solid #cccccc;*/

	background: #73A2B6;

}



.simple-DIV{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
}


/*======================Other CSSs=========================*/

.topMenu {
	width : 100%;
	top : 0px;
	position : absolute;
	z-index : auto;
	background : transparent;
	right: inherit;
	margin-top: 3px;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
}

.topMenu ul {
float : right;
margin : 0;
padding : 0 20px 0 0;
/*border-left : 1px solid rgb(115, 162, 182);*/
background-color : transparent;
}
.topMenu li {
	display : inline;
	list-style : none;
	margin : 0;
	padding : 0;
}
.topMenu li a {
	display : block;
	float : left;
	margin : 0;
	padding : 2px 5px 2px 5px;
	border-right : 1px solid rgb(255, 255, 255);
	color : #FFFFFF;
	text-decoration : none;
	font-size : 11px;
}
.topMenu a:hover, .nav2 a.selected {
	color : #005555;
	text-decoration : none;
}

.SiteTitle 
{
	/***Title color is set in <a href> ***/
	
	width : 730px;
	top : 14px;
	position : absolute;
	z-index : auto;
	background : transparent;
	left: 0.469in;
	height: 22px;
	color:White;
	font-size: xx-large;
	font-family:Britannic Bold;	
	}
	
.Sitesubtitle {
	width : 600px;
	top : 50px;
	position : absolute;
	z-index : auto;
	background : transparent;
	left: 2in;
	height: 22px;
	color:White;
	font-weight:bold;
	font-size: 14px;
	}
	
h1
{
	top : 50px;
	margin: 0;
	padding: 0;
	position : absolute;
}

.img-header {
	clear : both;
	float : left;
	width : 100%;
	margin : 0;
	padding : 0;
}

#menubar{
	position: relative;
	float : left;
	width: 100%;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bar2.jpg);
	left: 0;
}

#barGary{
	position: relative;
	float : left;
	width: 100%;
	height: 42px;
	color: #265FA9;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	/*background-image: url(bar2.jpg); */
	left: 0;
	background-color: #cccccc;
}

#barTopAd{
	position: relative;
	float : left;
	width: 100%;
	height: 60px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*background-image: url(bar2.jpg);*/
	left: 0;
	background-color: #cccccc;
}

.barPageCount{
	position: inherit;
	float : left;
	 width: 100%;
	height: 30px;
	padding: 0px;
	background-image: url(images/bar2.jpg);
	text-align:center;

	/*word-spacing: 10px; */
	
}

.barPageCount a:link, .barPageCount a:visited {
	color: #0033CC;
	text-decoration: underline;
}

.barPageCount a:hover{
	color: #0033CC;
	text-decoration: underline;
}

.barTopLoginPage
{
	position: relative;
	float : left;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	/*background-color: #e8eefb;*/
	background-image: url(images/bar1.JPG);
	background-repeat:repeat;
	text-align:center;
	font-weight: bold;
	vertical-align:middle;
	font-size: 14px;	
}

.thinBlueBar
{
	position: relative;
	float : left;
	width: 100%;
	height: 10px;
	padding-top: 5px;
	/*background-color: #e8eefb;*/
	background-image: url(images/bar1.JPG);
	background-repeat:repeat;
	text-align:center;
	font-weight: bold;
	vertical-align:middle;
	font-size: 14px;	
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 17px;
	z-index: 101;
	width: 217px;
}

#search input{
	font-size: 70%;
	margin: 0px  0px 0px 10px;
	position: absolute;
	top: 3px;
	right: 94px;
	width: 113px;
}
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 12px;
	width: 74px;
	height: 18px;
}	
	

#search a:hover{
	margin: 0px;
}


/* Menu */

#menu {
	width: 100%;
	margin: 0 auto;
	padding-top: 7px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu li.first a{
	float: left;
	background: #CCCCCC;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a {
	float: left;
	background: #999999;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #cccccc;
	padding: 9px 20px;
}

#mainBody{
	position: relative;
	float : left;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background:white;
	/*background-image: url(images/gray.jpg);*/
	background-repeat: repeat;
	padding-bottom: 20px;
	/*background: #cccccc;*/
	/*background-image: url(bar2.jpg); */
}
	
#rightAds{
	border-width: 3px;
	position: relative;
	float : right;
	width: 126px;
	height: 606px;
	margin: 0px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	margin-top: 10px;
	border-color:#006633;
	border-style: solid;
}

.mainContentIE{
	position: relative;
	float : left;
	/*width: 740px;*/
	height: 100%;
	padding-top: 2%;
	padding-left: 1.6%;
	padding-right: 0.8%;
	margin-left: 0px;
	/*background-image: url(images/gray.jpg);*/
	background-repeat: repeat;
	/*background: #cccccc;*/
	z-index:-1;
}

.mainContentOther{
	position: relative;
	float : left;
	/*width: 740px;*/
	height: 100%;
	padding-top: 2%;
	padding-left: 1.6%;
	padding-right: 0.8%;
	margin-left: 0px;
	/*background-image: url(images/gray.jpg);*/
	background-repeat: repeat;
	/*background: #cccccc;*/
}

#myContentAd
{
	left: 1%;
	width: 98%;
	height: auto;
	position:relative;
	float: left;
}

.myContentTable{ 

    border-collapse: collapse;
    /*width : auto;*/
    background-color: Transparent;
	/*background-image: url(images/gray.jpg);*/
	background-repeat: repeat;
    width: 100%;
} 
.myContentTable tr 
{
} 

.statusTable
{
	/*border-collapse: collapse;	*/
}
	
.statusTable th
{
  background-color:#D6DEFE;
  padding-bottom: 5px;
  padding-top: 5px;
}

.statusTable tr
{
  padding-bottom: 5px;
  padding-top: 5px;
}

/* Two way to remove the extra space in TD
 1.) End the /TD on the same line
 2.) Have	margin-top: 0;  mainly in myContentTdDesc
			margin-bottom: 0;
			padding-top: 0;
			padding-bottom: 0; 
*/

.myContentTdPic{ 
width: 260px;
height: 160px; 
padding-left: 0px; 
padding-right: 0px; 
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0; 
border-bottom: solid #ffffff 15px;
	
} 

.myContentTdDesc
{
width: auto;
height: 160px; 
padding-left: 12px; 
padding-right: 12px; 
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0;
margin-bottom: 0;
border-bottom: solid #ffffff 15px;
}

.myContentTdPicBasic
{ 
	/*border-top: solid #cccccc 1px;*/
	width: 3.5%; height: 40px; 
	padding-left: 0px; 
	padding-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;	 
} 

.myContentTdDescBasic
{
	width: 96.5%;
	height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	/*padding-right: 12px;*/
	font-family: "Tw Cen MT";
	color: #663333;
	font-size: 15px;
}

.myTemplateTd
{
width: auto;
height: auto; 
padding-left: 12px; 
padding-right: 12px; 
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0;
margin-bottom: 0;
border-bottom: solid #ffffff 25px;
}
.companyRights
{
	position: relative;
	float : left;
	width: 99.2%;
	height: 30px;
	font-size:9px;
	background-color: #C1C2C4;
	padding-left: 10px;
	display: block;
}

.bottomLinks
{
	position: relative;
	float : left;
	width: 98%;
	height: 200px;
	font-size:small;
	background-color: #C1C2C4;
	background-image: url(images/bottomlink.jpg);
	padding-top: 0px;
	display:block;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%
}

.bottomLinks a:hover, .bottomLinks a:link, .bottomLinks a:visited {
	text-decoration: none;
	color: White;
}

/* Describes the link 
*/
.generalLink a:hover, a:link, a:visited {
	text-decoration: none;
	color: Green;
}

.generalLink:active {
	text-decoration: none;
	color: Green;
}

.generalLink:hover {
	text-decoration: none;
	color: Green;
}

.generalLink:visited {
	text-decoration: none;
	color: Green;
}

.genericContentView 
{
	font-size:13px;
	left:0%;
	position:relative;
	width:100%
}

.subscriptionTable{ 

  border-collapse: collapse;
  background-color: Transparent;
  table-layout: fixed;
  font-size: 12px;
  text-decoration: none;
  float: left;
  width:100%;
 /* border-spacing: 20px */

} 


.subscriptionTable tr 
{
 /* The line height chanes the spacing between row. Table's property cellspacing affect horizontal spacing as well which is no good */
	line-height: 30px;

}

.pageNumber 
{
  font-size:12px;
  text-decoration: none;
  font-family: Arial;
  text-align:center;	
  height: 30px;
}

.superscriptClass
{
  font-size: 10px;
  color:Gray; 
 }
 
 .homeImg
 {
	width:auto;
	height:auto;
 }
 
  .signInCell
 {
	background-color:#e8eefb; 
	border: #c0cfe0 1px solid;
 }
 
 .signInPageList
 {
	list-style-image: url(images/tick.BMP)
 }
  
 /******Vertial Menu****************/
 /*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Times New Roman,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family:  Times New Roman,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*text-decoration: underline;*/
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px;
	background: #4688B8;
	   z-index: 1; 
}
.m0l0oover {
	text-decoration : none;
	border : 0px;
	background: #5AA7E5;
   z-index: 1; 	
}

/* level 1 inner */
.m0l1iout {
	font: 14px Times New Roman,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
		filter: alpha(opacity=100);
   z-index: 1; 		
}
.m0l1iover {
	font: 14px Times New Roman,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
		filter: alpha(opacity=100);
   z-index: 1; 		
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 0px;
	background: #4688B8;
	filter: alpha(opacity=100);
	-moz-opacity: 100%; 
	opacity: 1;
	-khtml-opacity:1;
	z-index: 1; 

}
.m0l1oover {
	text-decoration : none;
	border : 0px;
	background: #5AA7E5;
   z-index: 1; 	
   
}

/* level 2 inner */
.m0l2iover {
	font: 14px Times New Roman,Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
   z-index: 1; 	
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 0px;
	background: #4688B8;
   z-index: 1; 	
	color: #FFFFFF;   
}
.m0l2oover {
	text-decoration : none;
	border : 0px;
	background: #5AA7E5;
	   z-index: 1;
	color: #FFFFFF;	   
}



/*
5px less than menuWidth in popupmenu.js
*/
.menuStyle
{
	font-family:  Times New Roman, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	width:185px;
}
 
.subMenuStyle
{
	font-family: Times New Roman, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	width:250px;
}
