/* Made with Joy by What Cheer */

/********************************************\

SHARED.CSS
This style sheet contains shared content styles used throughout the site.

TABLE OF CONTENTS
	- Global Fonts
	- Headers
	- Abbrivation and Acronym
	- Emphasis
	- Blockquote
	- List
	  - List Items
	- Definition Description
	- Tables
	- Bottom Margin
	- Horizontal Rule
	- Content Classes
	  - Content Images

\********************************************/


/* ////////// Global Fonts ////////// */
body { font:13px arial, helvetica, clean, sans-serif; *font-size:small;
*font:x-small;
color:#FFFFFF;
}

select, input, textarea { font:99% arial, helvetica, clean, sans-serif; }

pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

body * { line-height:1.22em; }



/* ////////// Global Liks ////////// */
a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ////////// Headers ////////// */
h1 { font-size:138.5%; }

h2 { font-size:123.1%; }

h3 { font-size:108%; }

h1, h2, h3, h4, h5, h6, strong { font-weight:bold; }

/* ////////// Abbrivation and Acronym ////////// */
abbr, acronym {
	border-bottom: 1px dotted #FFFFFF;
	cursor: help;
}

/* ////////// Emphasis ////////// */
em { font-style:italic; }

/* ////////// Blockquote ////////// */
blockquote { margin: 1em; }

/* ////////// List ////////// */
ul, ol, dl {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}

/* List Items */
ol li { list-style: decimal outside; }

ul li { list-style: disc outside; }

/* ////////// Definition Description ////////// */
dl dd { margin-left:1em; }


/* ////////// Tables ////////// */
th, td {
	border:1px solid #000;
	padding:.5em;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom:.5em;
	text-align:center;
}

/* ////////// Bottom Margin ////////// */
/*  */
p, fieldset, table, pre { margin-bottom:1em; }

/* ////////// Form Fields ////////// */
input[type=text], input[type=password], textarea { width:12.25em; *width:11.9em;}

/* ////////// Horizontal Rule ////////// */
hr {
	color: #FFFFFF;
	height: 6px;
	background-image: url(../../images/hr.png);
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px none #FFFFFF;
	width: 100%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 5px;
	margin-left: 0em;
}

/* ////////// Content Classes ////////// */
.floatleft { float: left; }
.floatright { float: right; }
.gap { margin-bottom:1em; }
.nogap { margin-bottom:1em; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }


/* Content Images */
.imageleft, .imageright {
	padding-bottom:1em;
	padding-right:1em;
}
.imageleft { float: left; }
.imageright { float: right; }
.xsmall { font-size: 85%; }
.small { font-size: 93%; }
.semitransparent {opacity:.65; filter: alpha(opacity=65); -moz-opacity: 0.65;}code {
	color: #333333;
	display: block;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px solid #CCCCCC;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
