

* {
	margin: 0;
	padding: 0;
	
}


html, body {
	height: 100%;
	line-height: 1.4em;
	font-size: 10px;
	color: #333333;
	background-color:#c0e3ff;
	background-image:url('images/free/rt_bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
body.homepage 
{
	background-image:none;
	background-color:#C0E3FF;
}
h1 
{
	font-weight:bold;
	font-size:16px;
}
h3  {
	color: #00264c;
	font-size:18px;
	margin-bottom: 15px;
	margin-top: 10px;
	}

h2 {
	color: #00264c;
	font-size:18px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight:bold;
}
a {
	text-decoration: none;
	color: #00669F;

	text-decoration: underline;
}

img {
	border:none;
}
a:hover {
	text-decoration: none;
	color:#990000;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 985px; /*Width of main container*/
	/* margin: 0 auto; /*Center container on page*/  
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */

}
#TopContainer {
	margin:0 auto;
	width: 985px; /*Width of main container*/
	position:relative;
	min-height: 100%;
	
}
/* Logo */

#logo {
	height:91px;
	width: 210px;
	padding-top:5px;
}
.homepage#logo
{
	height:78px;
	width: 210px;
	padding-top:5px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
.topicList tr {

	background-image:url(images/free/topicbg_lstA_BG.gif);
}
.topicList tr p
{
	margin-left:5px;
}
.topicList tr a 
{	
	color:#102e4a;
	text-decoration:none;
}
.topicList tr:hover 
{
	background-color:#fff;

}
.topicList tr a:hover 
{
		text-decoration:underline;
}
/*Search Bar*/


.Search
{
	background-image : url('../images/lft_srch_bg.gif');
	background-repeat : no-repeat;
	background-position : top left;
	width:535px;
	margin-left:4px;
	float:right;
	padding-bottom:5px;

	
}
#SearchDiv{
	background-image : url('../images/rght_srch_bg.gif');
	background-repeat : no-repeat;
	background-position : top right;
	height:33px;
	margin-left:4px;
	padding-top:0px;
	
}

.Search
{
	
	width:535px;

}

input.SearchBox 
{
	color: #000000;
	border: 2px solid #8CA9D3;
	font-size:14px;
	padding:0;
	width:300px;
	height:16px;
	padding-top:1px;
	padding-left:3px;
	padding-bottom:4px;
	margin-top:1px;
}
select.Search
{
	border:1px;
	
}


/* Menu */


#menu_rg 
{
	float:right;
}
#menu {
	float: left;
	line-height:normal;	
	text-transform:uppercase;
	width:100%;
	height:51px;
	z-index:1;
	}

#menu ul {
	list-style-image:none;
	list-style-type: none;
	list-style: outside;
	line-height: normal;
}
#menu li {
	display:inline;
}
#menu a {
	float:left;
	padding:0pt 0pt 0 8px;
	text-decoration:none;
	background:transparent url(images/zoykes/tab_left.png) no-repeat scroll left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#185ea2;
	font-size: 10px;
	margin-right:5px;
}
#menu a span	{
	background:transparent url(images/zoykes/tab_right.png) no-repeat scroll right top;
	display:block;
	float:left;
	padding:8px 13px 9px 7px;
	color:#185ea2;
	cursor:pointer;
}
#menu span	{
	
	display:block;
	float:left;
	padding:3px 12px 0px 4px;
	
	color:#000000;
	font-size: 10px;
	text-align:right;
}

#menu a:hover, #on a {
      background-position:0% -30px;
     
}

#menu a:hover span, #on a span{
      background-position:100% -30px;
	  color:#fff;
	  
}
#menu_img {
	float:left;
	padding-right:4px;
	margin-top:-3px;
	border:none;
}
/*Sub Menu */

#menu_sub {
	float: right;
	line-height:normal;	
	text-transform:uppercase;
	z-index:1;
	
	}

#menu_sub ul {
	list-style-image:none;
	list-style-type: none;
	list-style: outside;
	line-height: normal;

}
#menu_sub li {
	display:inline;
	
}
#menu_sub a {
	float:left;
	padding:0pt 0pt 0 8px;
	text-decoration:none;
	/*background:transparent url(images/zoykes/tab_left.png) no-repeat scroll left top;*/
	background:#102E4A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#185ea2;
	font-size: 10px;
	margin-right:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
}
#menu_sub a span	{
	/*bbackground:transparent url(images/zoykes/tab_right.png) no-repeat scroll right top;*/
	background:#102E4A;
	display:block;
	float:left;
	padding:8px 13px 9px 7px;
	color:#FFF;
	cursor:pointer;
	

}
#menu_sub span	{
	
	display:block;
	float:left;
	padding:3px 12px 0px 4px;
	
	color:#000000;
	font-size: 10px;
	text-align:right;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topright:5px;
}

#menu_sub a:hover, #on a {
	background-color:#1D3B57;
     
}

#menu_sub a:hover span, #on a span{
    background-color:#1D3B57;
    color:#BFE2FE;
    text-decoration:underline;
	  
	  
}

/*Time Menu*/

#time_menu {
	line-height:normal;	
	
	width:100%;
	z-index:1;
	top:12px;
	padding-top:8px;
	
	}

#time_menu ul {
	list-style-image:none;
	list-style-type: none;
	list-style: outside;
	line-height: normal;
}
#time_menu li {
	display:inline;
}
#time_menu a {
	padding:0pt 0pt 0 8px;
	text-decoration:none;
	background:transparent url(images/zoykes/stab_left.gif) no-repeat scroll left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#185ea2;
	font-size: 10px;
	margin-right:5px;
	float:left;
}
#time_menu a span	{
	background:transparent url(images/zoykes/stab_right.gif) no-repeat scroll right top;
	display:block;
	float:left;
	padding:9px 13px 8px 7px;
	color:#00264C;
	cursor:pointer;
}
#time_menu span	{
	
	display:block;
	float:left;
	padding:7px 12px 8px 4px;
	
	color:#00264C;
	font-size: 10px;
	text-align:right;
}

#time_menu a:hover, #on a {
      background-position:0% -30px;
     
}

#time_menu a:hover span, #on a span{
      background-position:100% -30px;
	  
}

.upperleft{
	
	background-image : url('images/zoykes/lft_hd_top.gif');
	background-repeat : no-repeat;
	background-position : top left;
	height:44px;
}

.upperright{
	background-image : url('images/zoykes/right_hd_top.gif');
	background-repeat : no-repeat;
	background-position : top right;
	height:44px;
	}
.boxNav_Home 
{
	width:575px;
	height:44px;
	position:relative;
	top:40px;
}
.boxNav {
	width:100%;
	height:44px;
	margin-bottom:15px;

}

/*NEW SUB MENU*/

/*Sensor Style*/

.Sensor {
	float:right;
	width:150px;
	height:92px;
	margin:10px;
	background-color:#FFFFFF;
	padding:5px;
	height:75px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

/*Sub Menu*/


#CompanyDetail {
	float:left;
	padding-left:5px;
	height:44px;
	/* border-left:1px solid #FFFFFF; */
}

#RatesBox {
	float:left;
	width:45px;
	height:44px;
	color:#00264c;
	border-right:1px solid #0080bc;
}
#RatesNum {
	padding-top:11px;
	padding-right:5px;
	line-height:10px;
	text-align:center;
	font-size:10px;
	color:#00264c;	
	text-align:left;

}
#RatesNum em 
{
	font-weight:bold;
}
#submenu {
	clear:right;
	float:right;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding-left:10px;
	position:relative;
	top: 56px;
	
}

#submenu ul {
	list-style-image:none;
	list-style-type: none;
	margin-top: 0px;
	list-style: outside;
	line-height: normal;
	padding:0px 0px 1px 0px;
}

#submenu li {
	display:inline;

	
}

#submenu a {
	
	float:left;
	padding:0px 1px 0px 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	
}

#submenu a span{
	display:block;
	float:left;
	padding:11px 9px 3px 10px;
	cursor:pointer;
	border-left:1px solid #84122B;
	border-top:1px solid #84122B;
	border-right:1px solid #84122B;
	border-bottom:1px solid #84122B;
	background-color:#AADBFB;
}

#submenu a:hover  {
	  color:#A20B35;
}


#sub_on a {
	
}

#sub_on a:hover {
}

#submenu #sub_on a span{
    color:#A20B35;
	background-color:#FFFFFF;
	border-bottom:0px solid #84122B;	
}

#submenu a:hover span, #sub_on a span{
	background-color:#FFFFFF;
	border-bottom:0px solid #84122B;
 
}

#subMenu_Lft {
	clear:both;
	float:left;
	color:#00264C;	
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:630px;
	height:40px;
}

#subMenu_Lft em {
	color:#00669F;
	font-weight:bold;
	font-style:normal;
}
#submenu_img  {
	float:left;
	padding-right:4px;
	margin-top:-5px;
	border:none;
}

.RghtCol 
{
	float:right;
	width:300px;
	margin-right:10px;
	-margin-right:5px;
}
/* Begin of Body Content */

#BoxList
{
	width:642px;
	
	}
.ColsHd th {
	font-weight:bold;
	background:#0080BC;
	color: #FFFFFF;
	padding:5px 5px 5px 5px;
	text-align:left;
}

.tblDwnRecom
{
	width:190px;

}
.tblDwnComment
{
	width:685px;
}
.ColsHd tr td
{

}
#Filter_Row{
	clear: both;
	border-top:1px solid #84122B;
	border-bottom:2px solid #84122B;
	height:40px;
}

.TableRecom
{
	margin:5px;
}
.RcmdTag
{
	background-image:url(images/free/emote_bg.gif);
	background-repeat:no-repeat;
	width:47px;
	height:47px;
	padding:2px;
}
.RcmdTop 
{
	background-image:url(images/zoykes/cmnt_tp.gif);
	height:6px;
}
.RcmdBot
{
	background-image:url(images/zoykes/cmnt_bt.gif);
	height:6px;
}
.CommentArea 
{
	background-color:#3C668E;
	color:#FFFFFF;
}

.replyBox 
{
	background-image:url(images/free/button_AddReply_tp.gif);
	background-repeat:no-repeat;
	background-color:#2D5174;
	padding:5px;
	padding-top:10px;
	margin-top:5px;
	width:460px;
	font-size:10px;
	font-weight:bold;
}
.ReplyBox p 
{
	margin:5px;
	
	
}
.byLine 
{
	font-size:9px;
	padding-top:5px;
	color:#C0E3FF;
	font-weight:normal;
}
.byTime 
{
	font-size:9px;
	color:#C0E3FF;
	font-weight:normal;
	
	
}
.ReplyButton 
{
	background-image: url(images/free/button_AddReply.gif);
	background-color:#4C6277;
	width: 470px;
	height: 27px; 
	background-repeat: no-repeat; 
	margin-top: 6px; 
	
	color:#FFFFFF;
}
.ReplyButton a
{
	color:#FFFFFF;
	margin:5px;
	position:relative;
	top:8px;
}
span.ReplyBottom
{
	background-image: url(images/free/button_AddReply_bt.gif);
	background-position:bottom;
}
.TableRecom tr td
{
	border-bottom:none;
}
.CommentAction tr td 
{
	border:0px;
}


#contentwrapper{
	width: 100%;
	display:table;
	clear:left;
}
#tpLeft 
{
	float:left;
	width:8px;
	height:52px;
	background-image:url('images/zoykes/snsr_cornerLft.gif');
	background-repeat:no-repeat;
}
#tpInfo
{
	width:965px;
	height:52px;
	float:left;
	background-image:url('images/zoykes/snsr_bg.gif');
	background-color:#ECECEC;
	
	
}
#tpRgt 
{
	float:right;
	width:12px;
	height:52px;
	background-image:url('images/zoykes/snsr_cornerRgt.gif');
	background-repeat:no-repeat;
	
}
#DropBox 
{
	width:965px;
	background-color:#CFEBFF;
	margin:0 auto;
	border-right:1px solid #00264c;
	border-left:1px solid #00264c;
	border-bottom:1px solid #00264c;
	margin-bottom:5px;
	float:right;
	margin-right:11px;
	-margin-right:6px;
	-margin-left:7px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
.AreaFit 
{
	width:640px;
	padding:5px;
	
}

#adSpace_300x250
{
	width:300px;
	height:250px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:9px;
	color:#102E4A;
	float:right;
	padding-bottom:15px;
}
#adSpace_728x90 
{
	width:728px;
	height:110px;
	padding-top:20px;
	margin-bottom:5px;
	font-size:9px;
	color:#1B82DF;
	margin:0 auto;
	clear:both;
}
#adSpace_728x90_top
{
	width:728px;
	height:110px;
	font-size:9px;
	color:#1B82DF;
	float:right;
}
#hmFt 
{
	width:965px;
	background-color:#fff;
	float:left;
	margin-left:7px;
	border:1px solid #00264C;
	margin-bottom:5px;
	-margin-right:4px;
	-margin-left:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	
	width:985px;
	padding-top:10px;
	margin: 0 auto;
	color:#102E4A;
	width:100%;
	float:left;
	
/*	clear: left;
	width: 100%;
	
	text-align: center;
	font-size:10px;
	padding: 50px 0;*/
	
}
.footer {
	background-image:url(Images/zoykes/footer_BG.gif);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#FFFFFF;
}

.filter_lft {
	float:left;
	padding: 10px 0px 3px 0px;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}

.Time {
	float:right;
	padding: 10px 0px 3px 0px;
	font-size:10px;
}

#leftcolumn h3, h1 {
	color:#666666;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:left;
	padding-top:15px;
}


input.btnSubmitRate
{
	background-image:url('images/zoykes/btn_bg_sbmt.gif');

	border:none;
	color:#ffffff;
	width:87px;
	height:25px;
	margin-top:4px;
	margin-right:2px;
	outline:0;
	cursor:pointer;
	
}
input[type="submit"] 
{
	background-color:Transparent;
	cursor:pointer;
}
input[type="text"] 
{
	color: #000000;
	border: 2px solid #8CA9D3;
	font-size:14px;
}
.homeSign input[type="text"] 
{
	padding:5px;
}

input.txtEmail
{
	color: #000000;
	border: 2px solid #8CA9D3;
	font-size:14px;
	padding:5px;
	margin-top:5px;
	width:225px;
}
input[type="password"] 
{
	color: #000000;
	border: 2px solid #8CA9D3;
	font-size:14px;
	padding:5px;
	margin-top:5px;
}

input[type="button"] 
{
	color: #000000;
	border: 2px solid #8CA9D3;
	font-size:14px;
	padding:5px;
	margin-top:5px;
}

select{
	padding:1px;
	border:2px solid #8CA9D3;
	margin-top:2px;
}


.pagination_link_selected
{
	font-weight:bold;
}

.pagination_link
{
	font-weight:normal;
}

/*Rate Box */

.RateBoxFoot
{
	background-image:url('images/zoykes/Cmnt_Fiddler_bt.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:5px;
	
	width:651px;
	float:left;
}

.RateBoxDetails 
{
	color:#000000;
	
	padding:5px;
	
	clear:both;
	margin-top:5px;
	height:auto;
}
.RateBoxDetails span 
{
	font-weight:bold;
	font-size:11pt;
	
}
.RateBoxDetails select 
{
	font-size:15px;	
	margin:3px;
}
#pnlRateBoxOpen 
{
	clear:both;	
}
#RateBox 
{
	width:641px;
	float:left;
	clear:both;
	background-image:url('images/zoykes/rtSensBox.jpg');
	background-position:0px 29px;
	+background-position:0px 30px;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	
}
#RateBox h2 
{
	color:#000000;
	font-size:12px;
	margin-bottom:8px;
}
#RateBox p 
{
	font-size:12px;
}
/*SensorTabs*/

#SensorTab 
{
	font-weight:bold;
	padding:5px 15px 5px 15px;
	border-style:solid;
	border-color: #258FCE;
	border-width:1px 1px 0px 1px;
	text-align:center;
}

.Tabactive
{
	background-color:#6FC2FF;
	color:#fff;
}
/* Filter Bar */

.SensorTabs 
{
	float:right;
	
}

.SensorTabRow p 
{
	float:right;
	padding-top:5px;
}
.SensorTabRow img 
{
	
}
table.SensorFilterRow 
{
	padding:5px;
	border:0px; 
	width:642px;
	border-top:1px solid #258FCE;
	border-bottom:1px solid #258FCE;
	border-left:1px solid #258FCE;
	border-right:1px solid #258FCE;
	background-image:url(images/zoykes/snsr_bg.gif);
	margin-top:5px;
}
#HistoryOptions
{
	float:right;	
}

/*Home Tabs */

	.tabbed-box 
	{
		width: 100%;
	}	
	.tabbed-box .tabs li
	{
		list-style: none;
		
	}
	.tabs li 
	{
		clear:right;
	}
	.tabbed-box .tabs li a 
	{
		display: block;
		
		height:15px;
		padding: 7px 4px 7px 11px;
		text-align: left;
		text-decoration: none;
		color: #fff;
		background: #fff url(images/free/rt_butBG.gif) repeat-x top;
		margin:5px;
		clear:both;
		font-size:9px;
		outline:none;
		}
	.tabbed-box .tabs li:first-child a {
		 }
	.tabbed-box .tabs li a:hover 
	{
		background-position:0 -29px;
		color: #000000;
		font-weight:bold; 
		}
	.tabbed-box .tabs li a:focus {
		 }
	.tabbed-box .tabs li a.active {
		background-position:0 -58px;
		color: #3A4F00;
		font-weight:bold;
		outline:none; }
		
	.tabbed-content 
	{
		padding: 5px;
		display: none; 
		
		width:420px;
		float:left;
		margin-bottom:5px;
		font-size:13px;
		line-height:18pt;
		height:auto;
	}
	.tabbed-content ul 
	{
		list-style-type:none;
	}
	ul.tabs
	{
		float:left;
		width:210px;
	}
	
	span.pnlLogin
	{
		font-size:11px;
		
	}
	
	#CommentType
	{
		clear:both;
	}
	
	.AreaTitle 
	{
		margin-left:6px;
		
	}
	.homeSign 
	{
		color:#ffffff;
	}
	
	.ContentBox p 
	{
		margin:10px;
		font-size:14px;
		width:75%;
		float:left;
	}
	
	#pnldataResults 
	{
		width:642px;
	}
	
	#lblConfirmation 
	{
		color:Red;
		font-size:10px;
	}
	
	/*Comments Homepage */
	
	span.cmnt_good
		{
		color:Green;
		font-weight:bold;
	}
	span.cmnt_bad 
	{
		color:Red;
		font-weight:bold;
	}
	span.cmnt_question 
	{
		color:#4e2d72;
		font-weight:bold;
	}
	span.cmnt_suggest 
	{
		color:#fd9a24;
		font-weight:bold;
	}
	
	.EmoteRate p {
	line-height: 25px;
	padding-left:5px
	}
	
	.hmFtHow
	{
		width:99%;
		margin:5px;
		padding-bottom:5px;
		
	}
	.hmFtHow h2
	{
		margin:0;
		padding-bottom:12px;
	}
	
	.hmFtHow td
	{
		width:325px;
		padding:10px;

	}
	.hmFtHow p 
	{
		color:#3C668E;
	}
	.hmFtHow tr 
	{
		vertical-align:top;
	}
	.seperator 
	{
		border-left:1px solid #BFE1FF;
	}
	
	.topicList10
	{
		/*background:url(images/zoykes/news_feed10_bg.gif);*/
		
		line-height:17px;
		margin-bottom:3px;
		padding:5px;
		background-color:#DFF2FF;
		border-top:1px solid #90baca;
		border-bottom:1px solid #90baca;
	}
	
	#treeBranch p
	{
		color:#fff;
		margin-top:5px;
		margin-bottom:5px;
		font-size:15px;
		
	}
	#treeBranch a:link 
	{
		text-decoration:none;
		font-weight:bold;
		color:#fff;
	}
	#treeBranch a:visited
	{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#treeBranch a:hover 
	{
		font-weight:bold;
		text-decoration:underline;
	}
	
	.ZBackground {
		position: absolute;
		top: 120px;
		width: 100%;
		height: 500px;
		background-image: url(images/free/rt_bg2.jpg);
	}
	
	/*Social Networking Icons */
	.fb_share_image
	{ 
		position:relative;
		float:right;
		padding:2px;
		height:16px; 
		width:16px;
		background:url(images/Zoykes/facebook_share_icon.gif) no-repeat top left; 
		font-size:x-small;
	}
	.del_share_image
		{ 
		position:relative;
		float:right;
		padding:2px; 
		height:16px; 
		width:16px;
		background:url(images/Zoykes/delicious.gif) no-repeat top left; 
		font-size:x-small;
	}
	.digg_share_image
	{ 
		position:relative;
		float:right;
		padding:2px;
		height:16px;
		width:16px;
		background:url(images/Zoykes/16x16-digg-guy.gif) no-repeat top left; 
		font-size:x-small;
	}
