/*
* Default stylesheet for IBTL.
* 
* Non-language specific styles go here.
*
* Date: 11/7/2006
* Author: Daniel J. R. May
* Version: 0.1
*
*/

.error {
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	color: #ff0000;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1ex;
	padding-right: 1ex;
}
	
.print
	{
	display: none; /*hide elements for print only*/
	}

/* ActivityLauncer tabs*/
ul#lgt_fileTypeList
	{
	float: right;
	margin-right: 30px;
	list-style: none;
	font-weight: bold;
	margin-bottom: -12px;
	}

ul#lgt_fileTypeList li
	{
	float: left;
	color: #006892;
	position: relative;
	background: #CDDBE4 url("../images/tabLeft.png") no-repeat top left;
	background-position: -2px -138px;
	display: inline;
	}
	
ul#lgt_fileTypeList li.lgt_disabled	
	{
	background-position: -2px -68px;
	color: #B3CCE3;
	}
	
ul#lgt_fileTypeList li.lgt_disabled, ul#lgt_fileTypeList li.lgt_enabled
	{
	border-bottom: 1px solid #C6D3DC;
	}

ul#lgt_fileTypeList li.lgt_selected
	{
	margin-bottom: 12px;
	background-position: -2px -7px;
	border-bottom: none;
	}


ul#lgt_fileTypeList li div
	{
	height: auto;
	margin-top: 0px;
	padding: 5px 12px 10px 7px;
	background: transparent url("../images/tabRight.png") no-repeat top right;
	background-position: 100% -138px;
	}

ul#lgt_fileTypeList li.lgt_selected div
	{
	background-position: 100% -7px;
	}

ul#lgt_fileTypeList li.lgt_disabled	div
	{
	background-position: 100% -68px;
	}
	


ul#lgt_fileTypeList li a:link
	{
	color: #000000;
	}
ul#lgt_fileTypeList li a:visited
	{
	color: #000000;
	}

ul#lgt_fileTypeList li a:hover
	{
	color: #006892;
	}
ul#lgt_fileTypeList li a:active
	{
	color: #006892;
	}

/*end tabs*/

#lgt_activityContainer
	{
	width: 820px;
	height: 575px;
	padding-bottom: 3.7em;
	background: #FFFFFF url("../images/dropShadow.gif") no-repeat bottom right;
	background-position: 0px 53px;
	}
	


.lgt_floatRight
	{
	float: right;
	clear: right;
	}
	
.lgt_clearLeft
	{
	clear: left;
	}
	
.lgt_error
	{
	color: #EF3E42;
	}

/* Form information */
fieldset
	{
	margin-top: 5px;
	width: 400px;
	background-image: url("../images/tile.gif");
	background-repeat: repeat;
	background-color: #F7FBFF;
	border-color: #b3cce3;
	border-style: solid;
	border-width: 1px;
	}
	
legend
	{
	font-style: italic;
	background-color: #DEE7FF;
	border: #b3cce3 solid 1px;
	font-size: small;
	font-weight: bold;
	color: #6799cb;
	}
	
label
	{
	font-size: small;
	}
	
/*submit button graphics */
input#login
	{
	color: #47484A;
	width: 94px;
	height: 44px;
	border-style: none;
	top: 10px;
	background-position: 0 3px;
	background-image: url("../images/formButton.png");
	background-color: transparent;
	}

input#login:active
	{
	background-position: 0 -38px;
	}
	


#lgt_content p.lgt_backToTop
	{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	background:  #7FB3C8 url(../images/backToTopArrow.gif) no-repeat center right;

	}

li.lgt_home
	{
	list-style-image: url(../images/home.png);
	}
	
li.lgt_home ul li
	{
	list-style-image: none;
	}
	
#lgt_controls li.lgt_home
	{
	list-style-image: url(../images/homeWhite.gif);
	list-style-position: inside;
	}
	

	
dt.lgt_extraTerms
	{
	display: inline;
	}

.float_left
	{
	float: left;
	padding-right: 15px;
	}
	
.lgt_hidden, .lgt_invisible
	{
	display: none;
	visibility: hidden;	
	height: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -1000px;
	right: 0px;
	/*removes all formating of words but still leaves the text in the code*/
	}
body
	{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%; /*makes 1em = 10pt*/
	font-size: 0.7em;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	min-width: 670px;
	background-color: #FFFFFF;
	}

#lgt_content  
	{
	font-size: 1.1em;
	}

dl
	{
	border: 1px #D3CAb7 solid;
	background-color: #EBF0F5;
	padding: 5px;
	}

dt
	{
	font-weight: bold;
	}	
h1
	{
	font-size: 200%;
	}
h2
	{
	font-size: 200%;
	color: #006892;
	}
h3
	{
	font-size: 140%;
	color: #7FB3C8;
	}
h4	{
	font-size: 130%;
	color: #66A4BE;
	padding-left:10px;
	}
h5
	{
	font-size: 120%;
	color: #4D96B3;
	padding-left: 20px;
	}
h6
	{
	font-size: 110%;
	color: #3386A8;
	padding-left: 30px;
	}

/* banner info */
#lgt_banner
	{
	background: #006892 url(../images/header.gif) repeat-x bottom right;
	height: 150px; /*ensures correct clearing around logo*/
	}
	
#lgt_bannerTitle, #lgt_bannerLogo
	{
	margin: 24px;
	}

#lgt_bannerTitle
	{
	float: left;
	}
	
#lgt_bannerLogo
	{

	float: right;
	}
	
/* end banner info */

	
#lgt_controls
	{
	
	float: right;
	width: 210px;
	background: #006892 url(../images/sidebar_left.gif) repeat-y top left;
	color: #FFFFFF;
	}

#lgt_internalNavigation ul
	{
	margin-top: 0px;
	background: transparent url(../images/sidebar_top.gif) no-repeat top left;
	}
#lgt_internalNavigation ul li ul
	{
	background-image: none;
	}

#lgt_externalLinks
	{
	margin-top: 0px;
	background-image: url(../images/sidebar_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 49px;
	padding-bottom: 30px;
	width: 210px;
	}
	
#lgt_content
	{
	background-color: #FFFFFF;
	padding: 15px;
	margin-right: 250px;
	min-height: 40em;
	padding-right: 24px;
	margin-left: 10px;
	}
	

#lgt_footer
	{
	position: relative;
	background: #006892 url(../images/footer.gif) repeat-x top right;
	padding-top: 10px;
	padding-left: 5px;
	min-height: 5em;
	color: #FFFFFF;
	font-size: x-small;
  	clear: both;
	}


#lgt_searchKeywords
	{
	width: 90px;
	}

a img
	{
	border-style: none;
	}

	
/* NAVIGATION LINKS */

#lgt_controls ul
	{
	list-style-type: none;
	display: block;
	}

#lgt_controls ul li
	{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #CCCDE6;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	}

#lgt_controls ul li ul li:last-child
	{
	border: none;
	}
	
#lgt_controls a
	{
	font-weight: bold;
	}
#lgt_controls a:link
	{
	color: #FFFFFF;
	}
	
#lgt_controls a:visited
	{
	color: #FFFFFF;
	}
	
#lgt_controls a:hover
	{
	color: #FFE192;
	}
	 
#lgt_controls a:active
	{
	color: #FFE192;	
	}

#lgt_controls #lgt_internalNavigation .lgt_selected
	{
	color: #FFE192;
	}
	
/* FOOTER LINKS */
#lgt_footer a:link
	{
	color: #FFC425;
	}
	
#lgt_footer a:visited
	{
	color: #BFAA8D;
	}
	
#lgt_footer a:hover
	{
	color: #F79EA0;
	}
	 
#lgt_footer a:active
	{
	color: #F79EA0;	
	}	
	

/* GENERIC LINKS */

a:link
	{
	color: #1A779D;
	}
	
a:visited
	{
	color: #1A779D;
	}
	
	
a:hover
	{
	color: #B3CCE3;
	}
	 
a:active
	{
	color: #B3CCE3;	
	}
	
/*HEADER LINKS */

h3 a:link
	{
	color: #1A779D;
	}
h3 a:visited /*make sure header links stay the same colour*/
	{
	color: #1A779D;
	}

h3 a:hover
	{
	color: #7FB3C8;
	}
	 
h3 a:active
	{
	color: #7FB3C8;	
	}
	
/* lgt_backToTop LINKS */


#lgt_content p.lgt_backToTop a:link
	{
	color: #FFFFFF;
	}
#lgt_content p.lgt_backToTop a:visited /*make sure header links stay the same colour*/
	{
	color: #FFFFFF;
	}

#lgt_content p.lgt_backToTop a:hover
	{
	color: #E9E4DB;
	}
	 
#lgt_content p.lgt_backToTop a:active
	{
	color: #E9E4DB;	
	}


/*********************PRINT STYLE*********************/
@media print
	{
	body
		{
		background-color: #FFFFFF;
		color: #000000;
		}
	
	a:link, a:visited, a:hover, a:active
		{
		color: #000000;	
		}
	
	.print
		{
		display: block;
		}
	
	#lgt_controls, #lgt_bannerTitle, #lgt_bannerLogo, #lgt_footer
		{
		display: none;
		}
		
	#lgt_bannerPrintTitle
		{
		float: left;
		}
		
	#lgt_bannerPrintLogo
		{
		float: right;
		}
	}
	
	
	/********************* test Collapsible Content *********************/
	
	<style type="text/css"><!--
.save{
   behavior:url(#default#savehistory);}
a.dsphead{
   text-decoration:none;
   margin-left:1.5em;
	color: red;}
a.dsphead:hover{
   text-decoration:underline;
		color: green;}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;}
.dspcont{
   display:none;
   margin-left:1.5em;}
//--></style>
