.clear, #projectLogo, #organizationLogo, #poweredBy {
    display : none;
}                  

body {
/*    line-height : 1.4em; */

    /* This is an IE work around to provide a centered main div */
    /* Don't set margin in the body or this fix doesn't work */
    text-align: center;
    min-width: 500px;

    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;


	/* These are overrideable in pagebloom */
   	background:white;
	color : #808080;
	
	/* will be overrideable in pagebloom soon */
	font-family : 'Arial', 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size : 10pt;
}

img {
    border : none;
}

// START: BASE styles overridden by the base prototype in pagebloom */

a
{
	color: #474BED;
	text-decoration:none;
}

a:link
{
	color: #474BED;
	text-decoration:none;
}

a:visited
{
	color: #474BED;
	text-decoration:none;
}

a:hover
{
	color: #474BED;
	text-decoration:underline;
}

a:active
{
	color: #474BED;
	text-decoration:none;
}

a:visited:hover
{
	color: #474BED;
	text-decoration:underline;
}

/* Header text */
h3, h4, h5, h6 {
	margin:.8em 0 .2em 0;
	padding:0;
}

h1 {
/*	line-height : 1.2em; */
	font-size: 14pt;

	margin:.8em 0 .2em 0;
	padding:0;
}

h2 {
	font-size : 1.25em;
	margin:.8em 0 .2em 0;
	padding:0;
}

h3 {
	font-size : 1.1em;

	margin:.8em 0 .2em 0;
	padding:0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #474BED;
	text-decoration:none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link
{
	color: #474BED;
	text-decoration:none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	color: #474BED;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #474BED;
	text-decoration:underline;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active
{
	color: #474BED;
	text-decoration:none;
}

h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, h6 a:visited:hover
{
	color: #474BED;
	text-decoration:underline;
}


/* Paragraph Text */
p
{
	color: #808080;
}

p a
{
	color: #474BED;
	text-decoration:none;
}

p a:link
{
	color: #474BED;
	text-decoration:none;
}

p a:visited
{
	color: #474BED;
	text-decoration:none;
}

p a:hover
{
	color: #474BED;
	text-decoration:underline;
}

p a:active
{
	color: #474BED;
	text-decoration:none;
}

p a:visited:hover
{
	color: #474BED;
	text-decoration:underline;
}

/* END: BASE Styles


div .tight
{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0;
    margin-top : 0;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
}

#container {
	/* This is an IE work around to provide a centered main div */
	text-align: left;
	margin-left : auto;
	margin-right : auto;

	width : 99%;
	padding-top : 10px;
	margin-bottom : 0;
	left : auto;
	right : auto;
	height : 100%;
	padding-left : 0px;
	padding-right : 0px;
}

/* Any link Text */
#container a
{
	text-decoration: none;
}

#container a:hover
{
	text-decoration: underline;
}

.leadpanel {
	margin-left : auto;
	margin-right : auto;

	font-size : 14pt;
/*	line-height : 14pt;*/

	background-color : white;
	background-image : url(container-bg.png);
	background-repeat : repeat-y;
    
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0;
	left : auto;
	right : auto;
/*    height : 100%; */
	padding-left : 20px;
	padding-right : 20px;
}

.panel {
	margin-left : auto;
	margin-right : auto;

	font-size : 8pt;

/*	background:white url('body-bg.png') repeat-x fixed center 50%; color : #6F6F6F;*/

	background-color : #e0e0e0;
    
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0;
	left : auto;
	right : auto;
/*    height : 100%; */
	padding-left : 20px;
	padding-right : 20px;
}

div.panel h3 {
	font-size : 1em;
	line-height : 1em;
}

.divider {
	margin-left : auto;
	margin-right : auto;

	font-size : 8pt;

/*	background:white url('body-bg.png') repeat-x fixed center 50%; color : #6F6F6F;*/

	background-color : #707070;
    
	padding-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0;
	left : auto;
	right : auto;
	height : 10px;
	padding-left : 2px;
	padding-right : 2px;
}


#banner {
	display : none;
}

#breadcrumbs {
    height : 10px;
    background-color : white;
    background-repeat : no-repeat;
    background-position : right center;
    background-attachment : scroll;
    padding-top : 10px;
    padding-left : 10px;
    margin-bottom : 10px;
}

.small
{
    font-size : 10pt;
}

.smallItalic
{
    font-size : 10pt;
	font-style : italic;
}

.categoryNameAsItem
{
	font-size : 10pt;
}

div .xright {
	display : none;
}

div .alignRight {
	float : right;
	padding-top : 10px;
	padding-right : 10px;
}

.picture {
	margin-left: 10px;
	text-align:left;
}

#titleblock {
/*	font-size:larger;*/
	text-align:left;

	height:2.5em;
	vertical-align:center;
	padding-bottom:auto;

	margin: 0px;
/*	padding: 0px; */
}


#menubar {
	margin: 2px 10px 0px;
}

#menubar a
{
	width: 99%;
}

#leftColumn, #leftcolumn_position
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;

	border:0;

	min-height:600px;
}

#navColumn
{
/* 	position: relative;
	left: 50px;
	top: 20px;
*/
	float: left;
	padding : 0px;
      font-size : 10pt;
	border-right: 1px solid #C0C0C0;
}

#navColumn h2
{
	padding: 0px 8px 0px;
	margin-bottom: 3px;
}

#navColumn .menu-normal
{
	margin: 0px;
	padding: 8px 15px 8px;
/*   _text-indent: -17px;
	background-color: #9279B3;
	border-left: 20px solid transparent;*/
}


#navColumn .menu-selected
{
	margin: 0px;
	padding: 8px 15px 8px;
/*    _text-indent: -17px;
	background-color: #FFFFFF;
	border-left: 20px solid #9279B3;*/
}

#navColumn .menu-selected a
{
	text-decoration : none;
}

#navColumn .menu-selected:hover a
{
	text-decoration : underline;
}

#navColumn .rightArrow
{
	float: left;
	position: relative;
	top: 3px;
	left: -15px;
	_left: -17px;
	margin-right: -15px;
}

#navColumn .leftArrow
{
	margin-right: 5px;
	vertical-align: middle;
}

#navColumn a
{
	text-decoration : none;
}

#navColumn .menu-normal:hover a
{
	text-decoration : underline;
}

#navColumn .catNavContainer
{
	margin: 0px;
	margin-bottom: 10px;
}

#navColumn .catNavLink
{
	font-size: 7pt;
	padding: 0px 8px 0px;
	font-weight : normal;
}

#navColumn div {
	line-height : 1.5em;
	margin-bottom : 2em;
}                       

#navColumn h5 {
	font-size : 1em;
	margin-bottom : 0;
	padding-bottom : 0;
}



#bodyColumn {
	text-align : left;

	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

#bodyColumn h2.listHead
{
	margin: 0px;
}


#footer {
	padding : 20;
	clear : both;
	background-color : white;
	background-repeat : no-repeat;
	background-position : top right;
	background-attachment : scroll;
}

div#footer div.xright {
	display :  block;
	padding-top : 60px;
	padding-left : 22px;
}


div .source {
    border : 1px solid #bbb;
    background : #F5F5F5;
    padding-left : 1em;
    padding-right : 1em;
}

pre {
    font-family : 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
    background : #C3C3C3;
    color : white;
    font-weight : bold;
}

th, td {
    padding-left : 5px;
    padding-right : 5px;
}

tr.b {
    background : #F5F5F5;
}

tr.a {
    background : #E6E6E5;
}
tr.none {
    background : transparent;
}

a.none {
    background : transparent;
    padding-right : 0px;
}

a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
  background: url("external.png") right center no-repeat;
  padding-right: 15px;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
  background: url("newwindow.png") right center no-repeat;
  padding-right: 18px;
}
a.pdf, a.pdf:link, a.pdf:visited, a.pdf:active, a.pdf:hover {
  background: url("images/pdf.gif") right center no-repeat;
  padding-right: 18px;
}

/*===========================================================================*/


#leftColumn h1
{
	color: #808080;
	margin: 0px 10px 0px;
}

#leftColumn h3
{
	margin: 0px;
	margin-bottom: 5px;
}

.panel
{
    background-color : #F0F0F0;
    
    padding-top : 10px;
    padding-bottom : 10px;
    padding-left : 20px;
    padding-right : 20px;
    text-align: justify;
}

.infobox
{
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	padding : 10px;
}

.infobox_panel
{
    font-size : 8pt;
    text-align: justify;
    margin-bottom: 20px;
}

.infobox_panel h3
{
	margin: 0px;
	margin-top: 0px;
}

#footer
{
	border-top: 1px solid #C0C0C0;
	margin-top: 0px;
	padding : 0px;
	clear : both;
	text-align: right;
	font-size: 8pt;
	color: #808080;
}

#footer img
{
	position: relative;
	top: -2px;
	vertical-align: bottom;
}

.signupbox
{
	width: 180px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	text-align: center;
}





	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#ffffff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu #bodyColumn {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	.leftmenu #leftColumn {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	.leftmenu #leftcolumn_position {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

table.productTbl {
    font-size: 0.9em;
    border-collapse: collapse;
    width: 100%;
}

table.productTbl td {
    border-bottom: 1px solid #C0C0C0;
}

table.priceTbl {
    font-size: 0.9em;
    border-collapse: collapse;
    width: 100%;
}

table.priceTbl td {
    border: none;
}

table.panelContainerTbl {
    border-collapse: collapse;
    width: 100%;
}

table.panelContainerTbl td {
    border-bottom: 1px solid #C0C0C0;
}


input.systemBarInput
{
	border: 1px solid #6F6F6F;
	font-size: 8pt;
	width: 80px;
}