/* 
Master print stylesheet for bradfordsoftware.com
Created by Gene Cowan, Bradford Technologies, Spring 2009  
*/

/* Reset Baselines */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, caption, tbody, tfoot, thead {

	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	background:transparent;
    text-align: left;

}

img, abbr, acronym, fieldset {border:0;}

ul {list-style:none;}

table {
border-collapse:collapse;
border-spacing:0;
} 

/* .clear {clear:both;} */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.float_left {float:left;}
.float_right {float:right;}






/* Now let's define our page parameters. */

body {
	line-height: 140%;
	font-family: Georgia, serif;
	font-size: 10pt;
	background: #fff;
	margin-top: 10px;
}

#wrapper {
	width: 640px;
	border: 0px solid #ccc;
	background: white;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Home page layout */
#header {
	color: #333;
	width: 600px;
	float: left;
	padding: 0px;
	height: 120px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#toplogo {
	color: #333;
	width: 350px;
	height: 90px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 999;
}

#topphone {
	visibility: hidden;
}

#topmenu {
	visibility: hidden;
}

#searchbox {
	visibility: hidden;
}

#feature {
visibility: hidden;
}




#footer {
	width: 600px;
	clear: both;
	color: #000;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #fff;
}

.footer-column {
	width: 180px;
	float: left;
	font-family: "Arial Narrow";
	font-size: 8pt;
	margin-right: 5px;
}



/* Internal page blocks */

#content {
	height: auto;
	width: 590px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 11px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.leftbox {
	color: #333;
	/* border: 1px solid #ccc; */
	padding: 10px;
	height: auto;
	width: 264px;
	float: left;
	background-image: none;
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.rightbox {
	color: #333;
	/* border: 1px solid #ccc;  */
	padding: 10px;
	height: auto;
	width: 264px;
	float: right;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.fullbox {
	color: #333;
	border: 1px solid #ccc; 
	height: auto;
	width: 577px;
	float: left;
	clear: both;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: -5px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

/* This is the right floating box containing links to buy, download, or get info */
.linkbox {
	color: #333333;
	height: auto;
	width: 150px;
	margin-left: 10px;
	float: right;
	}



#sidebar {
	visibility: hidden;
	}	




/* Text Styles */

.copyright {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.menu {
		visibility: hidden;
	}
	
h1 {
	font-family: Bradford, Helvetica, Arial;
	font-size: 28px;
	font-weight: bold;
	color: #97233F;
	line-height: 110%;
	padding-bottom: 5px;
	}

h2 {
	font-family: Bradford, Helvetica, Arial;
	font-size: 22px;
	font-weight: normal;
	color: #97233F;
	line-height: 120%;
	padding-bottom: 5px;
	}

h3 {
	font-size: 20px;
	font-family: Bradford, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 5px;
	}

h4, .headline {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 2px;
	}

h5 {
	font-size: 14px;
	font-family: Bradford, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 2px;
	}

#content, #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	line-height: 140%;
	}
	
#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 140%;
	}

#content li {
	padding-bottom: 5px;
	padding-top: 5px;
	}


.sidebar-menu ul {
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	}

.sidebar-menu li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	}

.sidebar-menu a {
	display:block;
	color: #333333;
	text-decoration: none;
	}

.sidebar-menu a:hover {
	display:block;
	background-color: #993333;
	color: #FFFFFF;
	}

small {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 110%;
	}


/* Button Styles */

a.pushbutton {
	background: transparent url('/images/buttons/bg_button_a.png') no-repeat scroll top right;
	color: #333;
	display: block;
	float: left;
	font: bold 10pt helvetica, arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.pushbutton span {
    background: transparent url('/images/buttons/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.pushbutton:active {
	background-position: bottom right;
	color: #FFF;
	outline: none; /* hide dotted outline in Firefox */
}

a.pushbutton:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; 
}



/* Shadows around images -- called by the shadow.js javascript */
/*shadows*/

div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img { background-image: url(/images/misc/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 1px 4px 0;
}

div.shadow img.nomatte { background-image: url(/images/misc/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 0 4px;
}

div.shadow div.topleft { background-image: url(/images/misc/shad_tlcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 2px; height: 4px; position: absolute; top: 0; left: -1px; }

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(/images/misc/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(/images/misc/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright { background-image: url(/images/misc/shad_brcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; width: 4px; height: 4px; position: absolute; bottom: 0; right: -1px; }






 .clear { float: left; width: 1px; }



/* FORMS */

input[type='text'],
input[type='password'],
input[type='file'],
input[type='search'],
textarea
{
  padding: 2px;
  border: solid 1px #999;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #333;
  background: none;
}






/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	visibility: hidden;
}

.tab ul.login {
		visibility: hidden;
}

.tab ul.login li.left {
 	visibility: hidden;
}

.tab ul.login li.right {
 	visibility: hidden;
}

.tab ul.login li {
	visibility: hidden;
}

.tab ul.login li a {
	color: white;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
		visibility: hidden;
}

.tab a.open {background: url(/images/slider/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/slider/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/slider/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/slider/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
	visibility: hidden;
	height: 0px;
}

#panel {
	visibility: hidden;
}

#panel h1 {
	visibility: hidden;
}

#panel h2{
visibility: hidden;
}

#panel p {
	visibility: hidden;
}

#panel a {
visibility: hidden;
}

#panel a:hover {
	visibility: hidden;
}

#panel a-lost-pwd {
visibility: hidden;
}

#panel .content {
visibility: hidden;
}

#panel .content .left {
	visibility: hidden;
}

#panel .content .right {
	visibility: hidden;
}

#panel .content form {
	visibility: hidden;
}

#panel .content label {
	visibility: hidden;
}

#panel .content input.field {
	visibility: hidden;
}

#panel .content input:focus.field {
	visibility: hidden;
}





/* Style for FAQ accordion */

.faqaccordion {
	width: 600px;
	border-bottom: none;
	font-size: 10pt;
}
.faqaccordion h4 {
	background: #fff url(none) no-repeat right -51px;
	margin: 0;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 120%;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.faqaccordion h4:hover {
	background-color: #fff;
}
.faqaccordion h4.active {
	background-position: right 5px;
}
.faqaccordion p {
	background: #fff;
	border-left: none;
	border-right: none;
	font-size: 10pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
