.default {
	font-size:10pt;
	font-style: normal; 
	font-weight: normal;
	}
.medium {
	font-size:12pt;
	font-style: normal; 
	font-weight: normal;
	}
.large {
	font-size:14pt;
	font-style: normal; 
	font-weight: normal;
	}
a { 
	font-weight:bold;
	text-decoration: none; 
	}
a:link { 
	color:#006600; 
	background-color:inherit;
	font-weight:bold;
	}
a:active { 
	color: #006600; 
	background-color:inherit;
	}
a:visited { 
	color: #006600; 
	text-decoration: none; 
	background-color:inherit; 
	}
a:hover { 
	color:#000000; 
	text-decoration: underline; 
	background-color:inherit;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color:#006600;
	background-color: inherit;
	vertical-align:top;
	}
h2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color:#006600;
	background-color: inherit;
	}
h3 {  
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	background-color: inherit;
	}
body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	width: 100%;
	height: 100%;
	behavior:url("javascript/csshover.htc");
	background-color:#FFFFFF;
	}
#popuppage {
	background-color: #D3E6A5;
	padding: 5px;
	}
/* remove borders from any image used as a link */
img {
  border: 0;
	}
table {
	border-collapse: collapse;
	}
#page {
	/*background-image:url(../images/TSEC_new_left_repeat.png);*/

	background-image:url(../images/TSEC_new_left_repeat.jpg);

	background-repeat:repeat-y;

	}
#main {
    /*margin-left:170px;*/
	/*background-color:#FFFFFF;*/
	color: inherit;
	width:auto;
	height:100%
	}
#mainContent {
    background-color:#FFFFFF;
	/*width:inherit;*/
	color: inherit;
	margin-left:170px;
	margin-right:165px;
	height:100%
	}
#topBar{
	position:relative;
    /*background-image:url(../images/top_repeat.gif);*/
	background-image:url(../images/TSEC_new_top_repeat.png);
	height: 110px;
	}
#footerBar{
    background-image:url(../images/bottom_repeat.gif);
	height: 45px;
	clear:both;
	}

	
/* Right images css */
/********************/
#rightimagebar {
	float:right;
	/*position:absolute;*/
	right: 0px;
	width: 160px;
	}
#rightimagebar img{
	border:1px solid #000000;
	margin: 2px 5px 2px 5px;

	}
	
/* END Right images css */
/************************/

#copydiv{
	/*width:100%;*/
	float:left;
	/*text-align:left;*/
	}
#copyright {
	width:100%;
	height:110px;;
	text-align:center;
	background-color:#FFFFFF;
	}
#validate {
	/*width:100%;*/
	/*text-align:right;*/
	float:right;
	}
#TSECLogo {
	position:absolute;
	width:80px;
	top:0px;
	right:0px;
	height:80px;
	padding:7px 10px 0px 0px;
	}

#leftLogo {
	position:absolute;
	top: 0;
	left:0;
	width: 387px;
	height: 110px;
	}
#pageTitle{
	position:absolute;
	top:5px;
	left:100px;
	right:150px;
	height: 90px;
	font-size:22px;
	font-weight:bold;
	overflow:hidden;
	}
#pageTitle .smaller {
	font-size:14px;
	}
#pageTitle .smaller a {
	color:#000000;
	}
#textsize {
	position:absolute;
	top:10px;
	width:120px;
	right:0px;
	}

/* Left toolbar css */
/*********************/
#leftToolBar {
   /* position:relative;
    width:160px;
    top:0px;
    left:-170px;*/
	float:left;
	padding:0;
	border:0;
	margin:0;
	}

.buttons, .subbuttons, .buttonsactive, .subbuttonsactive {
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: inherit;
	font-weight:bold;
	cursor:hand;
	display:block;
	}
.subbuttons a{
	color: #000000;
	display:block;
	}
.buttons a{
	color: #000000;
	display:block;
	}
.buttonsactive a {
	color:#FFFFFF;
	display:block;
	}
.subbuttonsactive a {
	color:#FFFFFF;
	display:block;
	}
.buttons{
	width: 144px;
	border-bottom:1px solid black;
	font-weight:bold;
	padding: 2px 2px 2px 3px;
	}
.buttons:hover {
	background-color:#9BC734;
	color: #ffffff;
	text-decoration: none;
	}
.buttonsactive{
	width: 144px;
	background-color:#9BC734;
	color: #ffffff;
	border-bottom:1px solid black;
	padding: 2px 2px 2px 3px;
	}
.subbuttons{
	margin-left:5px;
	width: 138px;
	padding: 1px 1px 1px 2px;
	border-top:1px solid #9BC734;
	}
.subbuttons:hover{
	background-color:#9BC734;
	color: #ffffff;
	text-decoration: none;
	}
.subbuttonsactive{
	width: 138px;
	margin-left:5px;
	background-color:#9BC734;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding: 1px 1px 0px 2px;
	color:#FFFFFF;
	}
#spacer{
	width: 149px;
	border-bottom:1px solid black;
	height:1px;
	padding:0;
	margin:0;
	}
/* END Left toolbar css */
/************************/
	
	
/* LOGIN BOX CSS */
/*****************/
 label
{
	width: 5em;
	float: left;
	text-align: right;
	margin:2px 1.5em 2px 0px;
	display: block;
}
input, select, textarea {
	color: #006600;
	background: #D3E6A5;
	border: 1px solid #781351;
	margin:2px 0 2px 1px;
	}

#reset
	{
	margin-left:0em;
	}

.submit input
{
margin-left:6.5em;
/*margin-bottom:.5em;*/
/*color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9*/
}
.disabled {
	background-color:#CCCCCC;
	}
fieldset
{
border: 1px solid #781351;
width: 24em
}
/*width overrides for the add user page */ 
#addfieldsetWidthOverride {
	width: 30em;
	}
#addfieldsetWidthOverride label {
	width: 10em;
	}
/*end width overrides*/

/*width overrides for the add pdf page */ 
#addpdffieldsetWidthOverride {
	width: 40em;
	}
#addpdffieldsetWidthOverride label {
	width: 10em;
	}
/*end width overrides*/
/*overrides for the news page */ 
#newsfieldsetWidthOverride {
	width: 50em;
	}
#newsfieldsetWidthOverride label {
	width: 5em;
	}
/*end width overrides*/
legend
{
color: #fff;
background: #9BC734;
border: 1px solid #781351;
padding: 2px 6px;
font-weight:bold;
}

.radiospacing {
	margin-right:15px;
	margin-left:0px;
	}
/* END LOGIN BOX CSS */
/*********************/


/* PARTNER PAGE CSS */
/*********************/
#partnerTitle{
	height:30px;
	}
#partners{
	/*position:relative;
	left:0px;
	top:0px;*/
	/*position:absolute;
	left:160px;*/
	float:left;
	width:200px;
	/*margin-top:30px;*/
	/*border:1px solid #123456;*/
	border-right:2px solid #000000;
	}
#partnerinfo {
	/*position:relative;*/
	/*margin-top:30px;*/
	margin-left:210px;
	}
#partnerpix{
	float:left;
	padding:0 10px 10px 0;
	}
	
/* END PARTNER PAGE CSS */
/************************/

.paddedfloat {
	float:left;
	border: 5px solid #ffffff;
	display:block;
	}
.list {
	background-color: #CCCCCC;
	width: 10em;
	border:2px solid #ffffff;
	padding:2px;
	}
.list a {
	color:#000000;
	font-weight:bold;
	}	
	
div.float {
  float: left;
  border: 5px solid #ffffff;
  }
  
div.floatright {
  float: right;
  border: 5px solid #ffffff;
  }
  
div.float p {
   text-align: center;
   }
   
.imageTitle{
	font-style:italic;
	font-size:9pt;
	padding:0 5px 0 5px;
	text-align:center;
	}

/*Download Table code*/

#downloadfilter {
	width:35em;
	}

#downloadtable {
	width:95%;
	}

.workpackagetable{
	width:60%
	}
table {
	margin-left:3px;
	border:1px solid #781351;
	text-align:left;
	}

table th {
	color: #006600;
	background: #D3E6A5;
	padding:2px;
	}
table tr {
	border:1px solid #781351;
	}
table td {
	padding:5px 5px 5px 5px;

	}

/*New CSS*/
/*********/
#newsitem {
	padding: 5px;
	width:95%;
	}
.newsdividers {
	background: #D3E6A5;
	}
#newsitem img {
	margin: 5px 5px 0 5px;
	}
.newsitemfloatleft {
  float:left;
  }
.newsitemfloatleftclearright {
  clear: right;
  float:left;
  margin:0.75em 0 0 0;
  }
 .newsitemfloatright {
	float: right;
  }
.newsitemfloatrightclearleft {
	clear:left;
	float: right;
  	margin:0.75em 0 0 0;
  }
 /*Fix IE only as it wont do what we want*/
* html body .newsitemfloatrightclearleft
{
	float: left;
}
* html body .newsitemfloatleftclearright
{
	float: right;
}

#newsitem .imageTitle {
	margin:0 5px 0 5px;
	background: #D3E6A5;
	font-size:1.25em;
	color: white;
	/*border-bottom:1px solid #D3E6A5;
	border-right:1px solid #D3E6A5;
	border-left:1px solid #D3E6A5;*/
	}
#newstext {
	padding-top:5px;
	}
.button {
	color: #006600;
	background: #D3E6A5;
	border: 1px solid #781351;
	margin:2px 0px 2px 1px;
	padding:2px 5px 2px 2px;
	width:3.5em;
	}
.error {
	font-weight:bold;
	color:#FF0000;
	}  
#news {
	width:75%;
	}
#iframe {
	position:absolute;
	top:100px;
	left:100px;
	visibility: hidden;
	width:0px;
	height:0px;
	border:2px solid #000000;
}
#iframe_title{
	height:15px;
	background-color:#D3E6A5;
	color:#FFFFFF;
	padding:5px;
}
#iframe_title ul {
	padding:0px 0px 0px 15px;
	margin:0px;
	/*margin-top:15px;*/
	}

/*#iframe_title ul a, a:link, a:active, a:visited { 
	color:#ffffff;
	text-decoration: none; 
	}*/
	
#iframe_title li {
	vertical-align:middle;
	padding-right:5px;
	padding-left:2px;
	display:inline;
	color:#ffffff;
	border-left:2px solid #ffffff;
	}

#iframe_title li:hover, .active{
	background-color:#003366;
	border-left:2px solid #00cccc;
	}	
	
	
	
#iframe_title a{
	color:#FFFFFF;
}
#iframe_popup{
	visibility: hidden;
}
#images {
	width: auto;
	margin-top: 10px;
	height:auto;
	overflow:scroll;
}

#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
	text-align:center;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}
ul.subsubmenu {
	list-style:none;
	width:80%;
	margin:0 auto 0 auto;
	background-color:#D3E6A6;
	text-align:center;
}
ul.subsubmenu li {
	display:inline;
	margin:0 20px 0 20px;
}
ul.subsubmenu li.current {
color:black;
font-weight:bold;
}
/*HOLLY HACK*/
/* Hides from IE5-mac \*/
* html .hollyhack {height: 1%;}
/* End hide from IE5-mac */

/*float clearing fix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*float clearing fix hack*/
.clearfixleft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/*float clearing fix hack*/
.clearfixright:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* html .clearfixleft {height: 1%;}
/* End hide from IE-mac */