/* Common style sheet for Babicz Identity and Electric Sites */

* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #FBEDBC;
}
  
html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	scrollbar-base-color: #3A0808;
}  

/* Links */ 
.commonlinks  {
	font-size : 8pt;
	color : #D31616;
}
a.commonlinks:link, a.commonlinks:visited  {
	font-size : 8pt;
	text-decoration : none;
	color : #D31616;
}
a.commonlinks:hover, a.commonlinks:active  {
	font-size : 8pt;
	text-decoration : none;
	color : red;
}
a.nav  {
	text-decoration : none;
}
a.nav:hover  {
	color : white;
	text-decoration : none;
}
a:link, a:visited {
	color: #D9D8D6;
	text-decoration: none;	
}
a:hover, a:active {
	color: red;
	text-decoration: none;
}

SMALL  {
	font-size : 8pt;
}

sup  {
	font-size : 6pt;
}
  

H1  {
	font-size : x-large;
	font-weight : bold;
	color : white;	
}
  
H2, .heading2  {
	font-size : large;
	font-weight : normal;
	color : white;	
}
  
/* Product_name is for Digishop */ 
H3, .heading3, .heading_blog, .product_name  {
	font-size : medium;
	font-weight : normal;
	color : white;	
}
  
H4, .heading4  {
	font-size : medium;
	font-weight : normal;
}
  
.pullquote  {
  	font-size : medium;
  	font-weight : normal;
  	font-style : italic;
	color : #D31616;
}
  
.smallred  {
	font-size : 8pt;
	color : #D31616;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.news, ol.news {
        margin-top: 2px;
        margin-bottom: 4px;
        margin-left: 18px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
}

.mapbkgd {
	background-image: url(usa-map.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 600px;
	height: 380px;
}

select, input, textarea {
	font-size : 10pt;
	color: white;
	/* The !important attribute keeps the Google toolbar auto-fill
	from changing the background color of forms to yellow. 
	Note that http://code.jenseng.com/google/ has a good discussion
	of this problem and various solutions. */ 
	background-color: black !important;
	border: 1px solid #890505;
}

input.button {
	color: white;
	background-color: #B20202;
	border: 1px solid #890505;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: #3A0808;
	border: none;
}
select.box {
	background-color: #3A0808;
	border: none;
}

.small_input_box {
  font-size: 8pt;
  background-color: #3A0808;
  border: none;
}

.imagenav {
        border : 2;
        border-style: solid;
        border-color: #890505;
}

hr {
	border: none;
	color: #890505;
	background-color: #890505;
	height: 1px;
}

hr.thick {
	border: none;
	color: #890505;
	background-color: #890505;
	height: 3px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.quote_maker  {
  	font-size : 8pt;
	color : #D31616;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
}
/* Can't use this to space the pages. It messes up the links page and some
   others. */
.page_spacing {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* This style controls the positioning of the DHTML on the models page */
.models {
	position: absolute; 
	top: 90; 
	left: 360px; 
	visibility: hidden; 
}
/* For displaying headings on forms */
/* class="form" is the normal text */
.form {
	font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}

.heading_row tr, .heading_row td {
	background-color: black;
        padding: 3px;
}

/* Classes specifically for DigiShop */ 
.featured_table {
	border: 1px solid #890505;
	border-collapse: collapse;
}
.featured_table tr, .featured_table td {
	border: 1px solid #890505;
}
.noborder_table {
	border: none;
}
.noborder_table tr, .noborder_table td {
	border: none;
}
.related_table {
	border: 1px solid #890505;
	border-collapse: collapse;
}
.related_table tr, .related_table td {
	border: 1px solid #890505;
}


/* Classes specifically for  the Welcome Page */ 
.welcome_bkgd {
	background-image: url(welcome-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.welcome  {
	color: white;
}

a.welcome:link, a.welcome:visited {
	color: #005AFF;
	text-decoration: none;	
}
a.welcome:hover, a.welcome:active {
	color: #005AFF;
	text-decoration: underline;	
}
