/*
 * style.css
 * 
 * (c)2009,2010-2011 Bell Systems LLC
 * Styles for stocks
 * 
 */

@import url("multi_select.css");

body
{
	font-size:12px;
}

a
{
	font-size:12px;
	color:navy;
	font-weight:bold;
}

select
{
	position:relative;
	bottom:2px;
}

div.view_container
{
	margin-left:15px;
}

div.view_header
{
	color:navy;
	font-weight:bold;
	margin-top:30px;
	font-size:16px;
}

input.textbox, input.short_textbox, input.table_inline_textbox
{
    background-color: #eeeeee;
    border: 1px solid gray; 
    padding:2px;
	/*ie wont roll with this brah*/
	/*position:relative;
	bottom:4px;*/
}

input.textbox
{
    width:250px;    
}

input.short_textbox
{
	width:100px;
}

input.table_inline_textbox
{
	position:relative; 
	width:22px; 
	height:12px; 
	padding:1px; 
	margin:0;
}
	
label, label.login
{
    float:left;
    margin-left:4px;
    font-weight:bold;
    font-size:12px;
    width:125px;	
}

label.login
{
	width:75px;
}


label.highlight
{
	color:red;
}

div.label_content_container
{
	margin-left:129px;
	margin-right:4px;
}

div.view_container select
{
	position:relative;
	bottom:4px;
}

span.bright_green
{
    color:rgb(0,177,24); 
    font-size:12px; 
    font-weight:bold;   
}

span.green
{
	color:green;
    font-size:12px; 
    font-weight:bold;   	
}

span.bold
{
    font-size:12px; 
    font-weight:bold;   	
}

span.purple_fakeanchor
{
    color:purple;
    font-weight:bold;   
    cursor:pointer;
}

span.green_fakeanchor
{
    color:green;
    font-weight:bold;   
    cursor:pointer;
    text-decoration:underline;
}

span.black_fakeanchor
{
    color:black;
    font-weight:bold;   
    cursor:pointer;
}

span.bright_green_fakeanchor
{
    color:rgb(0,177,24); 
    font-weight:bold;   
    cursor:pointer;
}

span.bright_red_fakeanchor
{
    color:red;
    font-weight:bold;   
    cursor:pointer;
}

span.navy
{
    color:navy;
    font-weight:bold;   
    cursor:pointer;
}

div.navigation
{
	color:gray;
}

span.bright_red
{
    color:red; 
    font-size:12px; 
    font-weight:bold;   
}

span.radio_span
{
	position:relative;
	bottom:3px;
}

fieldset
{
    border:1px solid gray;
    width:400px;
    padding:10px;
    font-size:12px;	
}

fieldset legend
{
	color:blue;
}

fieldset.ops
{
	border:1px solid gray;
	width:36em;
	padding-left:9px;
	font-size:12px;
}
textarea
{
    background-color: #eeeeee;
    border: 1px solid gray; 
    padding:2px;
	width:400px;
	height:100px;
}


fieldset.login
{
    border:1px solid gray;
    width:220px;
    padding:4px;
    font-size:12px;
}

xmp
{
	font-size:12px;
	font-family:Times;
}

div.expandContent
{
	position:absolute;
	width:150px;
	border:1px solid green;
	background-color:#F23030;
	padding:4px;
	overflow:auto;
	z-index:99999;
}

div.copyright
{
	position:relative;
	float:right;
	margin-right:15px;
	color:gray;
	bottom:15px;
}


