/**
 * Style sheet xBasic
 */
div.tools
{
	left:0px;
	top:0px;
	position:absolute;
	z-index:1;
}

div#tools-pulltab
{
	width:50px;
	height:20px;
	cursor:pointer;
}

#tools-slideout
{
	width:160px;
	position:relative;
	overflow:hidden;
	background-image:url("tl_files/layout/tools_slideout-bg.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}

ul.tools-list
{
	margin:6px 0px 0px 30px;
	padding:0px;
	list-style-type:none;
}

ul.tools-list li a
{
	margin:0px 0px 2px 0px;
	padding:0px;
	list-style-type:none;
}

ul.tools-list li a:hover
{
	text-decoration:none;
	color:#ffffff;
}

.tools-list .chat
{
	height:16px;
	display:block;
	padding-left:20px;
	background-image:url("tl_files/icons/chat.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.tools-list .login
{
	height:16px;
	display:block;
	padding-left:20px;
	background-image:url("tl_files/icons/login.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.tools-list .rss
{
	height:16px;
	display:block;
	padding-left:20px;
	background-image:url("tl_files/icons/rss.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

#contactInfo
{
	height:62px;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding:16px 40px 4px 60px;
	background-color:#004564;
	background-image:url("tl_files/layout/bg_contactInfo.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.contactInfoLeft
{
	width:230px;
	float:left;
	display:block;
}

.contactInfoRight
{
	width:150px;
	float:left;
	display:block;
}

.contactInfoRight .map
{
	height:16px;
	float:left;
	clear:both;
	display:block;
	margin-bottom:1px;
	padding-left:20px;
	background-image:url("tl_files/icons/directions.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.contactInfoRight .rfp
{
	height:16px;
	float:left;
	clear:both;
	display:block;
	margin-bottom:1px;
	padding-left:20px;
	background-image:url("tl_files/icons/clipboard.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.contactInfoRight .login
{
	height:16px;
	float:left;
	clear:both;
	display:block;
	padding-left:20px;
	background-image:url("tl_files/icons/login.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.toggler
{
	height:15px;
	display:block;
	margin:4px 0px 0px 0px;
	padding:4px 0px 0px 20px;
	background-image:url("tl_files/layout/toggler_full.gif");
	background-position:center center;
	background-repeat:no-repeat;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#00B3FF;
	line-height:100%;
	cursor:pointer;
}

.accordion div
{
	display:block;
	margin:0px 0px 10px auto;
	padding:6px 20px 18px 20px;
	background-image:url("tl_files/layout/accordion_full.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#podLogo
{
	margin-right:50px;
	margin-bottom:6px;
	text-align:right;
}

#portfolioController
{
	margin-top:1px;
}

#footer
{
	margin:20px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #003C55;
}

#footer .inside
{
	margin-top:2px;
}

#footer .copyLeft
{
	float:left;
	color:#005980;
}

#footer .copyRight
{
	float:right;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#00121A;
	background-image:url("tl_files/layout/bg_page.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#BFECFF;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:20px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#00B3FF;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#55CCFF;
	outline-style:none;
	outline-width:0;
}

a:hover
{
	text-decoration:underline;
}

#lbCaption, #lbNumber
{
	color:#00B3FF;
}
