/* ############################################################# */
/* ##### Tab menu ############################################## */
/* ############################################################# */
#top-nav{
	position: relative;
	background: #A9A9A9 url(/btl/images/new/g_menu_back.gif) bottom repeat-x;
	height:27px;
	padding:0px;
	font-size:1.0em;
	margin-bottom:10px;
	padding-top:4px;
}	  
#top-nav ul {
	margin:0 8px 0 0;
	padding:0;
	list-style:none;
}
#top-nav li {
	float:right;
	background:url("/btl/images/new/g_tab_left_both.gif") no-repeat left top;
	margin:0 4px;
	padding:0 0 0 9px;
	
}
#top-nav a {
	float:left;
	display:block;
	width:auto;
	background:url("/btl/images/new/g_tab_right_both.gif") no-repeat right top;
	padding:8px 11px 4px 2px;
	text-decoration:none;
	font-weight:bold;
	color:white;
}
#top-nav > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#top-nav a {float:none;}
	/* End IE5-Mac hack */
	#top-nav a:hover {
	color:white;
}
#home #nav-home, #mobriz #nav-mobriz, #services #nav-services,
	#success #nav-success, #blog #nav-blog,#about #nav-about,
	#contact #nav-contact {
	background-position:0 -150px;
	border-width:0;
}
#home #nav-home a, #mobriz #nav-mobriz a, #services #nav-services a,
	#success #nav-success a, #blog #nav-blog a,#about #nav-about a,
	#contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#070570;
}

/* ############################################################# */
/* ##### Body tag addition for background image ################ */
/* ############################################################# */

body {
	background: white url(/btl/images/new/g_page_back.jpg) repeat-x center top;
}

/* ############################################################# */
/* ##### Table styles for 'zebra' tables ####################### */
/* ############################################################# */

#content table {
	padding:0px;
	margin:10px 0;
	width:90%;
	border: 1px solid #B1DCFE;
	background: #E9F8FF;
}
#content table thead {
	background:#333;
	font:bold 0.7em/0.6em Verdana, sans-serif;
	color:white;
	height:20px;
}
#content table tbody {
	font:normal 0.8em/0.8em Verdana, sans-serif;
	color:#333;
	height:22px;
}
#content table tbody tr.altrow {
	background:white;
}
#content table tfoot {
	background:#95ADB8;
	font:bold 0.8em/0.6em Verdana, sans-serif;
	color:white;
	height:20px;
}
#content table thead td.colhighlight {
	background: #666;
}
#content table tbody td.colhighlight {
	background: #F0F0F2;
	border-left:1px solid #CCC;
}
#content table tbody tr.altrow td.colhighlight {
	background: #FAFAFA;
	border-left:1px solid #CCC;
}

/* ############################################################# */
/* ##### Simple pull out box for emphasis ###################### */
/* ############################################################# */

#content div.pullout {
	padding:8px;
	width:300px;
	margin:10px 0;
	border: 1px solid #B1DCFE;
	background: #E9F8FF;
}

/* ############################################################# */
/* ##### Left hand panel for table pages ####################### */
/* ############################################################# */

#leftbar {
	float:left;	
	padding:8px;
	width:160px;
	max-width:160px;
	margin:0 10px 10px 0;
	line-height: 1.5em;
	border: 1px solid black;
	background: #95ADB8;
}
#leftbar p {
	font:normal 1.0em Verdana, sans-serif;
	color:white;
	margin:4px 0;
}
#leftbar ul {
	margin:20px 0;
	padding:0;
	list-style:none;
}
#leftbar ul ul {
	margin:0;
}
#leftbar li {
	background:url(/btl/images/new/g_list_item.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}
#leftbar li li {
	background:url(/btl/images/new/g_list_item_sub.gif) no-repeat 0 7px;
}
#leftbar li a:link, #leftbar li a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#leftbar li a:hover {
	text-decoration:underline;
}
#leftbar li li a:link, #leftbar li li a:visited {
	text-decoration:none;
	font-weight:normal;
}
#content div.leftbar {
	
}


