/*
Print stylesheet:
Sets the print style sheet of every page to be consistent */
/* =-=-=-=-=-=-=-[General]-=-=-=-=-=-=-=- */
html { margin:0; padding:0; }
body{color:#000; background-color:#fff;width:640px; font:Arial, Helvetica, sans-serif 12pt}

/* =-=-=-=-=-=-=-[Layout]-=-=-=-=-=-=-=- */
#topmenu {display:none!important;background-image:none;}
#header {background-image:none;}
	#headerNav {background-image:none;}
		#header .logo	{background-image:none;}
		#header .navbox	{background-image:none;}
	#headerBanner {display:none!important;background-image:none;}
	#content {	width:640px; margin:0 auto; }
	#contentMain { width:640px; margin:0px auto; }
	#contentSub { width:640px; margin:1em auto 0 auto;	}
		/* =-=-=-=-=-=-=-[MAIN content area (home page)]-=-=-=-=-=-=-=- */	
		#content .right_side { width:640px; margin:0; text-align:left;  }
			#content .rightFloat { float:right; padding:0 0 10px 10px; }
			#content .leftFloat { float:left; padding:0 20px 15px 0;}
			#content .right_side p { margin-bottom: 30px; }
			
		#content .left_side  {display:none!important;background-image:none;}
		#sidemenu {display:none!important;background-image:none;}		
		
/* =-=-=-=-=-=-=-[Footer]-=-=-=-=-=-=-=- */		
#footer {display:none!important;background-image:none;}

/*-----------------------------------------------------------------------------
		Text Formatting
-----------------------------------------------------------------------------*/
a			{ outline: none; }
a img 		{ text-decoration:none; border:none; }
a:link      { text-decoration: none; color:#0033CC; }
a:visited	{ text-decoration: none; color:#003399; }
a:hover		{ text-decoration: underline; color:#E43332; }
a:active    { text-decoration: underline; color:#E43332; }
h1	{
	font-size: 180%;
	font-weight:lighter;
	text-transform:lowercase;
	color:#E43332;
	display: block;
	padding: 0 0 .15em 0;
	margin: 0 0 .15em 0;
	line-height:1em;
	}
h1 a:link, h1 a:visited {
	color:#E43332;
	}
h2	{
	font-size: 112%;
	color:#E43332;
	letter-spacing: -1px;
	padding: .3em 0 .1em 0;
	margin: 0 0 .15em 0;
	}
h2 a:link, h2 a:visited {
	color:#E43332;
	}
h3	{
	font-size: 110%;
	color:#777872;
	letter-spacing: -1px;
	display: block;
	padding: .3em 0 .1em 0;
	margin: 0 0 .15em 0;
}
h4	{
	font-size: 106%;
	color:#777872;
	letter-spacing: -1px;	
	display: block;
	padding: .3em 0 .1em 0;
	margin: 0 0 .15em 0;
	}
h5	{
	font-size: 103%;
	font-weight: bold;
	color:#777872;
	}
h6	{
	font-size: 100%;
	color:#777872;
	}

/*-----------------------------------------------------------------------------
		Form Styling
-----------------------------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #777872;
	padding: 1px
	}


/*-----------------------------------------------------------------------------
		List Formatting
-----------------------------------------------------------------------------*/
ol {
	list-style: decimal;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
ul.bullet {
	list-style-image: url();
	}
ul.linkList   	{ list-style-type:none;}
ul.linkList li	{ list-style-type:none; background:url('/styles/images/imgLeftArrow.gif') no-repeat 0 50%; 
				  padding-left:15px; }
ul.linkList li a 	{ color:#8E8B7B }

 dl.table-display {
	width: 41.1em;
	margin: 2em 0;
	padding: 0;
	}

.table-display dt {
	width: 6em;
	float: left;
	margin: 0 0 0 4em;
	padding: .5em;
	font-weight: bold;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd {
	float: left;
	width: 16em;
	margin: 0 0 0 0;
	padding: .5em;
	}

/*-----------------------------------------------------------------------------
		Misc Classes
-----------------------------------------------------------------------------*/
small, .small { font-size:92%; }
x-small, .xsmall { font-size:88%; }
.left 	{ text-align:left; }
.right	{ text-align:right; }
.center { text-align:center; }
.leftFloat  { float:left; }
.rightFloat { float:right; }
.top { vertical-align:top }

.lastP { border-bottom:1px dotted #9caa99; padding:0 16px 5px 0; margin-bottom:20px; text-align:right; background:url('/styles/images/upArrow.gif') no-repeat right; }



/*-----------------------------------------------------------------------------
		Table Styles
-----------------------------------------------------------------------------*/
#theTable td { padding:3px 0; font:Arial, Helvetica, sans-serif; letter-spacing:-1px; }
#theTable th { font:bold; background:#EEEEE6; padding:.3em 0; margin:.1em 0; }
	#theTable a.title { color:#8E8B7B; }
	#theTable a.view {background: url('/styles/images/bltSquare.gif') no-repeat 7px 4px ;padding-left:16px;}
	#theTable a.apply{background: url('/styles/images/bltSquare.gif') no-repeat 7px 4px ;padding-left:16px;}
#sortTable td,
#sortTable th { padding-left:9px; }
  th.forwardSort { background:transparent url('/styles/images/dnArrow.gif') no-repeat 0 3px; }
  th.reverseSort { background:transparent url('/styles/images/upArrow.gif') no-repeat 0 3px; }
#position-view { width:100%; padding:5px }
#position-view td { vertical-align:top;  }
#position-view th { vertical-align:top; text-align:right; padding:0 .3em 0 0; letter-spacing:-1px; }
	#position-view .title { text-align:left; }
		