/***********************************************/
/* print.css                                   */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/************** header tag styles **************/

h1
{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2
{
	font: bold 114% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3
{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4
{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5
{
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}


/*************** list tag styles ***************/

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: none;
}

/********* form and related tag styles *********/

form
{
	margin: 0;
	padding: 0;
}

label
{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
.inputLogin
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
}

.inputYear
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
	width: 20px;
}

.inputTitle
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
	width: 400px;
}

.inputUser
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
	width: 200px;
}

.inputComment
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
	width: 260px;
}

.inputContent
{
	font-family: Arial,sans-serif;
	border: solid 1px #cccccc;
	width: 400px;
}

.button
{
	font-family: Arial,sans-serif;
	font-size: 80%;
	border: solid 1px #cccccc;
	background: #FFFFFF;
	color: #000000
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1
{
	left: 2%;
	right: 2%;
	width: 100%;
	background-color: #ffffff;
}

#tl
{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr
{
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead
{
	display: none;
}

#pageNav
{
	display: none;
}

#content
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
}

#login
{
	float: left;
	width: 750px;
	margin: 100px 0px 100px 0px;
}

#contentTable
{
	margin: 0px 0px 0px 178px;
	font-size: 80%;
	border-left: 1px solid #ccd2d2;
}

#contentTable a:link
{
	color: #000000;
}

#contentTable a:hover
{
	color: #005FA9;
	text-decoration: none;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName
{
	display: none;
}

.commentPost
{
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
}

.commentPost h3
{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

/************** utility styles *****************/

#utility
{
	display: none;
}

#utility a
{
	color: #ffffff;
}

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

/************** pageName styles ****************/

#pageName
{
	display: none;
}

#pageName h2
{
	display: none;
}

#pageName img
{
	display: none;
}

/************* globalNav styles ****************/

#globalNav
{
	display: none;
}

#globalNav img
{
	display: none;
 
}

#gnl
{
	display: none;
}

#gnr
{
	display: none;
}

#globalLink
{
	display: none;
}


a.glink, a.glink:visited
{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover
{
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks 
{
	display: none;
}

/************ subglobalNav styles **************/

.subglobalNav
{
 display: none;
}

.subglobalNav a:link, .subglobalNav a:visited
{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover
{
	color: #cccccc;
}

/************* breadCrumb styles ***************/

#breadCrumb
{
	display: none;
}

#breadCrumb a
{
	color: #AAAAAA;
}

#breadCrumb a:hover
{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature
{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature 
{
	height: auto;
}

.feature h3
{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img
{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story
{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.story h3
{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story h4
{
	font: bold 90% Arial, sans-serif;
	color: #000000;
}

.story p
{
	padding: 0px 0px 10px 0px;
}

.story a.capsule
{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover
{
	text-decoration: underline;
}

td.storyLeft
{
	padding-right: 12px;
}

td.storyRight
{
	font-size: 80%;
}

td.statusEnabled
{
	color: green;
}

td.statusDisabled
{
	color: red;
}


/************** siteInfo styles ****************/

#siteInfo
{
	display: none;
}

#siteInfo img
{
	display: none;
}


/************ sectionLinks styles **************/

#sectionLinks
{
	display: none;
}

#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited
{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks
{
	 display: none;
}

.relatedLinks h3
{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a
{
	font-size: 70%;
	display: block; 
}

.events
{
	display: none;
}

.storyMore
{
	font-size: 80%;
	padding: 0px 0px 10px 0px;
}


/**************** advert styles *****************/

#advert
{
	display: none;
}

#advert img
{
	display: block;
}


/*************** table styles ******************/

.tdListLight
{
	background-color: #F5f7f7;
}

.tdListDark
{
	background-color: #E3EAEA;
}

.tdListImageLight
{
	background-color: #F5f7f7;
	text-align: center;
}

.tdListImageDark
{
	background-color: #E3EAEA;
	text-align: center;
}

/********************* end **********************/
