/*  software.css

	This stylesheet controls the specific appearance of the
	software section of the site.

	Note: Changes should not be made to this stylesheet
	unless the desired result is a change to the software
	section pages.
*/

/* Load the basic and layout stylesheets - IMPORTANT! */
@import url(basic.css);
@import url(layout.css);

/* Basic Element Styles */
div#content {
	
}

div#main {
	background: #fff;
}

#main h1.title {
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	background: transparent url(/images/software.jpg) left top no-repeat;
}
#main h1.title.overview {
	background-image: url(/images/products.jpg);
}
#main h1.title.html {
	background-image: url(/images/html.jpg);
}
#main h1.title.presenter {
	background-image: url(/images/presenter.jpg);
}
#main h1.title.ascii {
	background-image: url(/images/ascii.jpg);
}

#main h1.title.sb {
	background-image: url(/images/edgarizer_sb.jpg);
}

#main h1.title.conformity {
	background-image: url(/images/comformity.jpg);
}
#main h1.title.xbrl {
	background-image: url(/images/xbrl2.jpg);
}

#main h1.title.xbrl2 {
	background-image: url(/images/xbrl2.jpg);
}

#main h1.title.forms {
	background-image: url(/images/forms.jpg);
}
.ascii {
	margin: 0px;
	padding: 0px;
	}

div#sidebar {
	
}

/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/images/link_software.jpg) left top repeat-y;
}

#sidebar table {
	background: transparent;
	border-bottom: 0;
	}
#sidebar thead td {
	border-bottom: 1px solid #DDD;
	vertical-align: bottom;
	font-weight: bold;
	color: #EEE;
	}
#sidebar td {
	padding: .25em;
}
#sidebar .alt, #sidebar tr.alt {
		/* background: #EEE; */
		background: #ABB3C0;
	}

td.pricing{
	text-align: right;
}

/*Screenshots*/

#thumb{
	width:50px;
	height:auto;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	text-decoration: none;
}

* html #thumb{
	padding: 0px 0px 0px 5px;
}

#thumb img{
 border: 0px;
}


#outer{
 background:#fff;
 text-align:left;
 width:655px;
 float: left;
 height: auto;
 padding-top: 0px;
 margin: 0px 0px 0px 0px;
}

* html #outer{
 background:#fff;
 text-align:left;
 width:640px;
 float: left;
 height: auto;
 padding-top: 0px;
 margin: 0px 0px 0px 10px;
}
 
#loadarea{
	width:640px;
	height:480px;
	background:#ffffff url(/images/edgar_bg_screenshot.jpg);
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	color: #333333;
	float: right;
	text-align:left;
}

* html #loadarea {
	width:640px;
	height:480px;
	margin: 5px 0px 0px 5px;
	padding: 5px 0px 0px 5px;
	color: #333333;
}
 
/* End of Screenshots*/

dl.key dt {
	width: 50px;
	margin: 0;
	float: left;
	font-weight: bold;
}
dl.key dd {
	margin-left: 60px;
}
dl.key dd span {
	display: block;
	padding: 4px;
}


/* End Email/Contact Form Styles Styles */

dt.contact 
{
	width: 175px;
	float: left;
	margin-bottom: 3px;
}

dd.contact {
	/* float: left; */
	margin-left: 175px;
	margin-bottom: 3px;
}

* html dt.contact 
{
	width: 160px;
	float: left;
}

* html dd.contact {
	/* float: left; */
	margin-left: 160px;
}


/* Begin Email/Contact Form Styles */
fieldset {
	padding: .5em;
	margin: 0;
}
fieldset dt {
	width: 145px;
	border-left: 5px solid #EEE;
	padding-left: 5px;
}
fieldset .required
{
	padding-left: 5px;
	border-left: 5px solid #E5B5A3;
}
fieldset dd 
{
	margin-left: 105px;
}
fieldset dd input, fieldset dd select {
	display: block;
	width: 300px;
}
fieldset .wrong {
	background-color: #E5B5A3;
}
fieldset textarea 
{
	width: 465px;
}
span.required {
	border-left: 5px solid #E5B5A3;
	padding-left: 5px;
}

#main ul.edgarizer{
	margin: 0 0 0 -10px;
}

* html #main ul.edgarizer{
	margin: 0px 0px 0px 25px;
}

#main li.bullet
{
	background: transparent url(/images/bullet.jpg) -2px 3px no-repeat;
	padding: 0px 0px 5px 15px;
	list-style: none;
}

p.key{
	margin: 0px 0px -25px 525px;
	padding: 0px;
}