/*---------------------------------------------------------------------------------------------------------------------------

Screen - Master Stylesheet

Web				: http://www.chainreactioncycles.us
Filename		: /css/Global.css
Version			: 11/28/2006

Copyright		: (c) 2006 Chain Reaction Cycles
license			: Creative Commons (cc)

Author			: Bill Fleming
Web:			http://www.turkeytoe.com

-----------------------------------------------------------------------------------------------------------------------------*/

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a,:link,:visited {
	text-decoration:none;
	color: #FF0000;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { 
	list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0; 
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none 
}

/* de-italicize address */
address { 
	font-style:normal
}

/* Navigation Bar definitions -------------------------------------------------------------------------------- */
#navlist {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 2em;
/* width: 100%; */
}

#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
	border: 1px solid #333;
    background-color: #999;
	background-image: url(../ABC/Assets/Images/NavBar/l1_down.gif);
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#navlist a:link, #navlist a:visited
{
color: #EEE;*
text-decoration: none;
}

#navlist a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../ABC/Assets/Images/NavBar/l1_over.gif);
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../ABC/Assets/Images/NavBar/l1_over.gif);
	color: #333;

}


/*----------------------------Main--------------------------------------------------------------------------------------------*/
body {
	background-image: url(../backgrounds/background_page2.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 10px 0;
	padding: 0;
}
/*----------------------------Table------------------------------------------------------------------------------------------*/

table.geometry
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 420px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.geometry td
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px solid #000000;
}

table.geometry td.hed
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
} 

/*----------------------------Forms--------------------------------------------------------------------------------------------*/
.submit-button
{
	margin-left: 3px;
	background-color: #fc3;
	font-size: 11px;
	color: #000;
	border: 2px #f60 outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset
{
border: #f60 solid 1px;
width: 21.5em
}

h4 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
