/*
 * style.css
 * (c)2009 Bell Systems LLC
 * 
 * License: http://bellspace.net/licenses/non-commercial.html (Non-Commercial) 
 * Licensing: http://bellspace.net/licensing/index.html 
 * 
 */

body
{
	font-family:Times;
	font-size:12px;
	width:auto;
	border:0px;
	margin:0px;
	padding:0px;
} 

li 
{
    color:#52b765;
    font-size:12px;
}

li.op_spacer
{
    list-style:none;
    margin-top:.5em;
    border-bottom:1px dashed gray;
    margin-bottom:.3em;
    width:100px;
    line-height:0px;
}

input.textbox, input.medium_textbox, input.short_textbox, input.very_short_textbox
{
    background-color: #eeeeee;
    border: 1px solid gray; 
    padding:2px;
    position:relative;
    bottom:4px;	
}

input.textbox
{
    width:200px;	
}

input.medium_textbox
{
   width:142px; 
}

input.short_textbox
{
    width:67px;
}

input.very_short_textbox
{
    width:30px;
}

input.green_button
{
    color:rgb(0,177,24); 
	width:42px;
}

input.red_button
{
    color:red;
	width:42px;
}

a
{
    color:blue;
}

a.green_anchor
{
	color:#52b765;
}

a.green_anchor_nounderline_bold
{
    color:rgb(0,177,24);
	font-weight:bold;
    text-decoration:none;
	font-size:16px;
}

a.red_anchor_nounderline_bold
{
    color:red;
    font-weight:bold;
    text-decoration:none;
	font-size:16px;
}

a.header_nav
{
	font-size:14px;
}

.our_products, .contact_us, .licenses, .license, .licensing, .agreement, .view_ops,
.left_container
{
	margin:15px;
}

div.view_ops
{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.license li span, .agreement li span
{
	color:blue;
}

.license a
{
    color:rgb(0,177,24);    
}

.license_type
{
	font-size:18px;
}

ul.license_details li
{
	color:black;
	list-style:none;
}

ul.license_details li span
{
	font-weight:bold;
}


ul.black_ul
{
    list-style:none; 
	margin-left:0px; 
	margin-top:5px;	
}

ul.black_ul li 
{
	color:black;
}

img
{
	border:0px;
}

label.input_label
{
	float:left;
    margin-left:4px;
    font-weight:bold;
    font-size:12px;
	width:125px;
}

label.license_label
{
	float:left;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
	color: black;
}

span.blue_span
{
	color:blue;
}

div.login_info
{
    float:right;
    margin-right:15px;
}

div.login_info a.account_email
{
    text-decoration:none;
    color:gray; 
}

div.login_info a.logout
{
    font-weight:bold;
    text-decoration:underline;
    color:blue;
}
