/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

.hide{display: none !important;}

/* New For Multi-Product */
#product-menu
{
    float: left;
    width: 170px;
}

#product-main
{
    float: right;
    width: 770px;
}

#product-image
{
	float: left;
}

.menu-title
{
	font-family: verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px; 
}

.menu-item
{
	font-family: verdana, sans-serif;
    font-size: 15px;
    margin-left: 14px;
    margin-top: 3px;
    margin-bottom: 7px;
}

.quote
{
	color: #FFF;
	font-family: arial, sans-serif;
    font-size: 18px;
    margin-top: 3px;
}

.quote div
{
	color: #ccc;
	font-family: arial, sans-serif;
    font-size: 12px;
    margin-bottom: 16px;
}

#content-below
{
	float: right;
    width: 780px;
	margin-top: 36px;
}

#content-full
{
	float: right;
    width: 750px;
}

#content-left
{
    float: left;
    width: 220px;
}

#content-right
{
    float: right;
    width: 700px;
}

#content-left3
{
    float: left;
    width: 300px;
}

#content-right3
{
    float: right;
    width: 600px;
}

#home
{
	margin-bottom: 0;
}
#home ul#apps
{
	height: 600px;
}
#home ul#apps li.PL
{
    float: left;
    width: 320px;
    padding-left: 0px;
}
#home ul#apps li.CL
{
    float: left;
    width: 320px;
    padding-left: 0px;
}
#home ul#apps li.FL
{
    float: left;
    width: 320px;
    padding-left:0px;
}
#home ul#apps li a
{
    display: block;
    border: 0;
}
#home ul#apps li.PL a
{
    text-align: right;
}
#home ul#apps li.CL a
{
    text-align: left;
}

/* General */

a 
{
	outline: none;
    color: #8ed6ff;
    text-decoration: none;
}

a:hover
{
    color: #fff;
    text-decoration: none;
}

hr
{
    border: 1px solid #aaa;
    line-height: 2em;
    margin-bottom: 1.8em;
    margin-top: 1.8em;
    clear: both;
}

strong
{
    font-weight: bold;
    color: #FFF;
}

em
{
    font-style: italic;
    color: #ccc;
}

body
{
    background: #333;
    color: #ddd;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

h2
{
    font-family: helvetica, arial, sans-serif;
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
}

h3
{
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
	font-weight: bold;
	color: #b4e4ff;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}

h4
{
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
	font-weight: bold;
	color: #b4e4ff;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}

p
{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

input
{
	background-color: #ddd;
	font-size: 14px;
	border: 2px solid #666;
	padding: 4px;
	font-family: verdana, sans-serif;
	height: 30px;
	margin-top: 8px;
	margin-bottom: 18px;
}

textarea
{
	background-color: #ddd;
	font-size: 14px;
	border: 2px solid #666;
	padding: 4px;
	font-family: verdana, sans-serif;
	margin-top: 8px;
	margin-bottom: 18px;
}

select
{
	background-color: #ddd;
	font-size: 14px;
	border: 2px solid #666;
	padding: 4px;
	font-family: verdana, sans-serif;
	margin-top: 8px;
	margin-bottom: 18px;
}

input.login
{
	width: 200px;
}

input.contact, textarea.contact
{
	width: 520px;
}

select.contact
{
	width: 520px;
}

input.contact
{
	height: 32px;
	padding-left: 8px;
	border: 2px solid #666;
}

/* Interface */

.form-label
{
	font-size: 14px;
}
.tbutton
{
	background-color: #666;
	font-size: 14px;
	border: 2px solid #555;
	padding: 4px;
	width: 120px;
	font-weight: bold;
	color: White;
	cursor: hand;
}

#container
{
    text-align: center;
    width: 100%;
}

.wrap
{
    text-align: left;
    margin: 0 auto;
    width: 980px;
    padding: 0 10px;
    min-width: 980px;
    clear: both;
}

.user-bar
{
	background: #555;
	padding: 4px;
}

#head, #body, #infopanel, #foot
{
    float: left;
    width: 100%;
    clear: both;
    min-width: 980px;
}

/* Header */

#head h1{float: left;}
#head h1 a
{
    background: url(/images/logo.png) no-repeat 0 0;
    display: block;
    width: 290px;
    height: 60px;
    text-indent: -5000px;
    border: 0;
}

#sitelinks
{
    float: left;
    width: 100%;
    padding: 2em 0;
}

#sitelinks ul
{
    float: right;
    margin-top: 1.5em;
}

#sitelinks ul li
{
    float: left;
    margin: 0 0 0 18px;
    padding: 4px 10px 4px 6px;
}

#sitelinks ul li a
{
    display: block;
    border: 0;
    padding-left: 34px;
    color: #aaa;
    font-size: 12px;
    line-height: 2.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#head ul li#link-contact a {background-image: url(/images/contact.png);}
#head ul li#link-about a {background-image: url(/images/about.png);}
#head ul li a:hover {color: #fff;}

/* Body */

#body
{
    margin-bottom: 4em;
    padding-top: 4em;
}

.center
{
	text-align: center;
}

#content
{
    float: right;
    width: 460px;
}

#content-sub
{
    float: left;
    width: 300px;
}

#faq-left-bar
{
    float: left;
    width: 150px;
}

#faq-top-content
{
    float: right;
    width: 800px;
}

#faq-content
{
    width: 900px;
}

.question
{
	font-family: helvetica, arial, sans-serif;
    font-size: 18px;
	font-weight: bold;
	color: #b4e4ff;
	margin-bottom: 1.2em;
	line-height: 1.38em;
}

.answer
{
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    color: #ccc;
    font-family: helvetica, arial, sans-serif;
}

#foot
{
	font-size: 10px;
    margin-bottom: 1.8em;
    color: #444;
    line-height: 1.8em;
	text-transform: uppercase;
}
#foot p{font-size: 11px;}
#foot p strong{color: #666;}

#content p
{
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    color: #ccc;
    font-family: helvetica, arial, sans-serif;
}

/* Top menu bar */

#topbar p
{
	font-size: 15px;
    line-height: 1.7em;
    margin-top: 9px;
    margin-left: 1.5em;
    color: #ccc;
    float: left;
}

#tabwrap 
{
	padding-left: 100px;
	left: -60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#topbar 
{
	height: 48px;
	background: url(/images/topbar.png) no-repeat 0 0;
	z-index: 0;
	position: relative;
	float: left;
	width: 980px;
}

#topbar .tabwrap 
{
	height: 46px;
	position: relative;
}

#topbar ul.left 
{
	position: absolute;
	top: 0px;
	left: 90px;
	margin-left: 12px;
}

#topbar ul.right 
{
	position: absolute;
	top: 0;
	right: 0px;
	margin-right: 32px;
}

#topbar ul li 
{
	float: left;
	display: block;
}

#topbar ul.left li     
{ 
    margin-right: 1px; 
}

#topbar ul.right li    
{ 
    margin-left: 1px;  
}

#topbar ul li a 
{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 46px;
	border-bottom: none;
}

#topbar ul li a:hover
{
	background-position: 0 -47px !important;
}

#topbar ul li a.sel
{
	background-position: 0 -94px !important;
}

/* this style is for ie, sigh */
#topbar ul li a:hover.sel
{
	background-position: 0 -94px !important;
}

#topbar ul li.portfolio_live a   { width: 170px; background: url(/images/tab_PL.png) no-repeat 0 0; }
#topbar ul li.charts_live a   { width: 170px; background: url(/images/tab_CL.png) no-repeat 0 0; }
#topbar ul li.futures_live a   { width: 170px; background: url(/images/tab_FL.png) no-repeat 0 0; }

.thumbnails p
{
	font-size: 12px;
    line-height: 2.7em;
}

#product .list-group
{
	float: left;
	width: 360px;
	margin-right: 30px;
	margin-bottom: 5px;
}

#product .list-group.wide{width: 500px;}
#product .list-group.last{margin-right: 0;}
#product .list-group ul{}
#product .list-group ul li
{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	color: #ccc;
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat 0 .5em;
}

#product .list-group-wide
{
	float: left;
	width: 500px;
	margin-right: 30px;
	margin-bottom: 5px;
}

#product .list-group-wide ul{}
#product .list-group-wide ul li
{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	color: #ccc;
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat 0 .5em;
}

#infopanel
{
	text-align: center;
	background: #252525;
    padding: 1.5em 0;
    border-top: 1px solid #1e1e1e;
    margin-bottom: 1.5em;
    color: #aaa;
}

#infopanel h2
{
    font-family: verdana, sans-serif;
    font-size: 13px;
    line-height: 1.38em;
    color: #fff;
}

#infopanel ul{
    border-top: 1px solid #333;
    margin-bottom: 1em;
}
#infopanel ul li{
    border-bottom: 1px dashed #333;
    padding: 1em 0;
    font-size: 11px;
    line-height: 1.63em;
}
#infopanel ul li a{border: 0;}
#infopanel ul li span{display: block;}

#panel-about
{
    float: left;
    width: 320px;
    margin-left: 30px;
    margin-right: 60px;
}

#panel-screens
{
    float: left;
    width: 290px;
    margin-right: 60px;
}

#panel-right
{
    float: left;
    width: 200px;
    margin-right: 10px;
}

#left-menu
{
	float: left;
    width: 200px;
    margin-right: 30px;
    background: #F00;
}

/* Contact */

.contact-tile
{

	background: #222;
	border: 2px solid #444;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: -10px;
	padding: 6px;
}

.contact-tile img
{
	float: left;
}

.contact-tile h4, .contact-tile p
{
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Screenshot */
.screenshot
{
	float: left;
	width: 100%;

	margin-bottom: 12px;
}

.screenshot h2
{
    float: left;
	width: 540px;
    font-size: 18px;
    padding: 5px;
    margin-top: 5px;
}

.screenshot p 
{
    float: left;
    width: 590px;
    font-size: 17px;
    padding: 5px;
}

.screenshot-header p 
{
    float: left;
    font-size: 17px;
    padding: 5px;
}

/* User Bar */ 
#user-id
{
	float: left;
	font-size: 24px;
	
}

#user-id img
{
	float: left;
	padding-left: 15px;
	padding-right: 10px;
}

.user-bar
{
    float: left;
    width: 100%;
    height: 40px;
    padding-bottom: 16px;
    background: url(/images/bg_admin.png) no-repeat 0 0;
}

.user-bar ul
{
    float: right;
}

.user-bar ul li
{
    float: left;
    margin: 0 0 0 30px;
    padding: 4px 20px 4px 6px;
}

.user-bar ul li a
{
    display: block;
    border: 0;
    padding-left: 36px;
    color: #aaa;
    font-size: 12px;
    line-height: 2.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.user-bar ul li#user-prototype a {background-image: url(/images/prototype.png);}
.user-bar ul li#user-trac a {background-image: url(/images/trac.png);}
.user-bar ul li#user-mail a {background-image: url(/images/mail.png);}
.user-bar ul li#user-signout a {background-image: url(/images/logout.png);}
.user-bar ul li#user-admin a {background-image: url(/images/admin.png);}

/* Admin */
#leftnav
{
	font-size: 14px;
	
	position: relative;
	float: left;
	width: 170px; 
	
	display: inline;
	margin-bottom: 16px;
	line-height: 25px;
	vertical-align: bottom;
}

#leftnav div
{
	padding: 12px;
}

#leftnav ul 
{
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#leftnav ul li 
{
	list-style-type: none;
	padding-left: 15px;
}

#leftnav ul li.heading 
{
	padding-left: 3px;
	position: relative;
	font-weight: bold;
}

#leftnav ul li a
{
	text-decoration: none;
}

#leftnav ul li a.sel
{
	font-weight: bold;
}

.turing-gridview td, .turing-gridview th
{
	font-size: 12px;
	
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}

.link-button
{
	font-size: 11px;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 2px;
	margin-top: 4px;
}

.highlight
{
	background: yellow;
	color: black;
	font-weight: bold;
}