/* QUT template - common stylesheet */
/* Should be used in conjunction with section or page specific stylesheets */
/* Copyright QUT 2004 */
/* Version 2.7.1 */
body {margin: 0;}

body, p, div, tr, td {   
 	color: #373737;
 	font-family: verdana, arial, helvetica, sans-serif; 
 	font-size: 12px;
	font-weight: lighter;
	letter-spacing: .3px;
}

/* STANDARD STYLES */

strong {
	font-weight: bold;
	letter-spacing: .2px;
}


p {line-height: 19px;}

ul {
	list-style-type: square;
	line-height: 20px;
	padding-top: -10px;
	margin-top: -10px;
	
}

ul ul {margin-top: 0px; padding-top: 0px;
list-style-type:circle;}

li {letter-spacing: .4px;
	line-height: 18px;
	

}

.websolutions {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: lighter; 
	text-decoration: none; 
	letter-spacing: 2px; 
	border-top: solid 1px #d1d1d1;
	color: #666;
	padding: 4px;
}

.websolutions a:link {color: #1E1E1E; text-decoration: none;}
.websolutions a:visited {color:#1E1E1E; text-decoration: underline;}
.websolutions a:active {color:#1E1E1E; text-decoration: underline;}
.websolutions a:hover {color:#666; text-decoration: underline;}

a:link {
	text-decoration: none; 
	color: #0066CC;
}

a:visited {
	text-decoration: none; 
	color: purple;
}

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

/* main table parameters */

.banner {
	margin-top: 0px;
}
.banner a {text-decoration: none; border:none;}
.banner table {
	/*background-image:url(/graphics/banner_bg.jpg);*/
	background-repeat: repeat-x;
	border: none;}
	
.footer02 {
	font-size: 11px;
	/*background-image: url(/graphics/nav_off.jpg);*/
	background-repeat: repeat-x;
	}	
	
.footer02 td {padding: 5px;}

.footer02 a {
	color: #0066CC; 
	border: none; 
	line-height: 18px; 
	text-decoration: none;
}

.footer02 a:visited {color: #330066;}

.footer02 a:hover {
	color: #000; 
	text-decoration: underline;
}
	

/* navigation text style */

.navTableBdr {
	/*background-image: url(/graphics/nav_off.jpg);*/
	background-repeat: repeat-x;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	text-align: center;
	}
	
.navTableBdr a {text-decoration: none; border:none;}	

.navText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .2px;
	padding: 5px;
	text-align: center;
	
}

a.navText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 0.2px;
	text-align: center;
	display:block;
	padding: 5px;
	/*background-image: url(/graphics/nav_off.jpg);*/
	background-repeat: repeat-x;
}
a.navText:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .2px;
	text-align: center;
	padding: 5px;
	display: block;
	/*background-image: url(/graphics/nav_off.jpg);*/
	background-repeat: repeat-x;
}


	
a.navText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .2px;
	text-align: center;
	padding: 5px;
	display:block;
	}

a.navText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .2px;
	text-align: center;
	padding: 5px;
	display:block;
	/*background-image: url(/graphics/nav_on.jpg);*/
	background-repeat: repeat-x;
}

/* navigation borders */
/* change this colour to suit purpose */


.rhBorder {border-right: solid 1px #666;}


/* colour background for search, same as navbar */

.navSearchBG {
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #CCC;
}

/* branch current colour */

.currentBranch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 0.2px;
	text-align: center;
	display:block;
	padding: 5px;
	/*background-image: url(/graphics/nav_on.jpg);*/
	background-repeat: repeat-x;
}

.admin-currentBranch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 0.2px;
	text-align: center;
	display:block;
	padding: 5px;
	background-color: #13F3BF;
	/*background-image: url(/graphics/admin-panel.jpg);*/
	background-repeat: repeat-x;
}



H1, .title {
 	font-family: arial, helvetica, sans-serif;  
 	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
  	color: #666;
	padding-bottom: 5px;
	padding-top: 30px;
	background-color: #FFF6DF;
	padding-left: 10px;
	border-left: solid 1px #e1e1e1;
	border-bottom: solid 3px #e1e1e1;
}

H2 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #666;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

H3 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	color: #876528;
	font-weight: lighter;
}

h4 {font-size: 14px;
	font-weight: lighter;
	color: #525898;
	margin-bottom: -10px;
}


/* Level 1 menu */
.level1menu {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  color: #666;
	line-height: 18px;
  text-decoration: none; 
  display: block;
}

A.level1menu:link {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  color: #666;
	line-height: 18px;
  text-decoration: none; 
  display: block;
}

A.level1menu:visited {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  color: #666;
	line-height: 18px;
  text-decoration: none; 
  display: block;
}

A.level1menu:hover {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  background-color: #F2F2F2;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
	line-height: 18px;
  text-decoration: none; 
  display: block;
}

A.level1menu:active {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  color: #666;
	line-height: 18px;
  text-decoration: none; 
  display: block;
}

/* Level 1 menu current */
.level1current {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  letter-spacing: .2px;
  font-size: 14px;
  border: solid 1px #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  text-decoration: none; 
  display: block;
	line-height: 18px;
	color: #666;
}

/*level 2 menu */
.level2menu {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 12px;
  color: #0066cc;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 18px;
	text-decoration: none; 
}
A.level2menu:link {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 12px;
  color: #0066cc;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 18px;
	text-decoration: none; 
}

A.level2menu:visited {
	font-family: arial, helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 12px;
	color: #0066cc;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: none; 
}

A.level2menu:hover {
	font-family: arial, helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 12px;
	color: #000;
	display: block;
	padding: 3px;
	border-bottom: solid 1px #d1d1d1;
	background-color: #f2f2f2;
	line-height: 18px;
	text-decoration: none; 
}

A.level2menu:active {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 12px;
  color: #0066cc;
	display: block;
		border-bottom: solid 1px #d1d1d1;
	padding: 3px;
	line-height: 18px;
  text-decoration: none; 
}

/* Level 2 menu current */
.level2current {
	font-family: arial, helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 12px;
	color: #fff;
	background-color: #b1b1b1;
	border-bottom: solid 1px #d1d1d1;
	padding: 3px;
	display: block;
	line-height: 18px;
	text-decoration: none; 
}


/* Level 3 menu */
.level3menu {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
background-color: #f2f2f2;
}

A.level3menu:link {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
}

A.level3menu:visited {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	line-height: 16px;
	padding: 3px;
	text-decoration: none; 
}

A.level3menu:hover {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #000;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
	background-color: #fff;
}

A.level3menu:active {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
}

/* Level 3 menu current */
.level3current {
	font-family: arial, helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 11px;
	color: #fff;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	text-decoration: none; 
	background-color: #b1b1b1;
	line-height: 16px;
}


/* Level 4 menu */
.level4menu {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
background-color: #e1e1e1;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
}

A.level4menu:link {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none;
background-color: #e1e1e1; 
}

A.level4menu:visited {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; background-color: #e1e1e1;
}

A.level4menu:hover {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #000;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
	background-color: #fff;
}

A.level4menu:active {
  font-family: arial, helvetica, sans-serif; 
  font-weight: lighter;
  font-size: 11px;
  color: #373737;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	line-height: 16px;
	text-decoration: none; 
background-color: #f2f2f2;
}

/* Level 4 menu current */
.level4current {
	font-family: arial, helvetica, sans-serif; 
	font-weight: lighter;
	font-size: 11px;
	color: #fff;
	border-bottom: solid 1px #d1d1d1;
	display: block;
	padding: 3px;
	text-decoration: none; 
	background-color: #b1b1b1;
	line-height: 16px;
}

/* footer and page info text */
.smltext {
  font-size: 11px; 
}

/* Web solutions custom stylesheets */
.content {
	margin-right: 20px; 
	border-left: solid 1px #e1e1e1;
	padding-left: 10px;
}

.content li {
	margin-right: 20px;
	margin-top: 5px;
}

.infolinks {
	float:right;
	width: 260px;
	clear:both;
	margin: 0px 0px 0px 20px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	/*background-image: url(/graphics/infolinks_bg.jpg);*/
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #fff;}
	
.infolinks .staff {margin-bottom: 5px;}	


.staff {
	border: solid 1px #D1D1D1;
	padding: 2px;
	margin: 0px;
	background-color: #fff;
	}
	
.staff p {
	line-height: 14px; 
	margin-top: -10px;
	padding-top: 15px;
	font-size: 11px;
	font-weight: lighter;
}
	
.staff td {padding: 2px;}

.infolinks .staffpos .staff h3 {
	font-size: 12px;
	font-weight: lighter;
	color: #373737;
	margin-left:1px;
	padding: 2px;
	background-color: #e1e1e1;
	margin-bottom: 5px;
}
	




.infolinks .staffpos h3 {
	font-size: 16px;
	font-weight: lighter; color: #666;
	padding-left: 5px;
	padding: 5px;
	margin-bottom: 5px; 
	background-color: #FFF6DF;
	border: solid 1px #e1e1e1;
}


.infolinks .staffpos .related h3 {
	font-size: 16px; 
	color: #373737;
	background-color: #e1e1e1;
	font-weight: lighter; 
	border-bottom: solid 1px #d1d1d1; 
	border-top: solid 4px #d1d1d1;
	padding: 5px;

} 

.related a {text-decoration: none; color: #0066CC;} 
.related a:visited {color: purple;}
.related a:hover {color: #000; text-decoration: none;}


.infolinks .staffpos .related ul {
	list-style: square;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.infolinks .staffpos .related li {

	padding-bottom: 0px;
	list-style-type: square;
}

.infolinks .staffpos .related table{
	background-color: #FFF6DF;
	margin-bottom: 10px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 4px #d1d1d1;
}

/* custom navigation styles */

.sidenav {}
.sidenav a {line-height: 18px; border-bottom: solid 1px #d1d1d1;
display: block;}


.top {
    /*background-image:url(/graphics/topArrow.gif);*/
    background-repeat: no-repeat;
    background-position:right;
    padding-right: 15px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #84878c;
    font-weight: lighter;
    text-align:right;
	font-variant:small-caps;
    margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}

.top a {margin-right: 5px; display: block;}







/* homepage styles */

.homehead {
	font-size: 20px; 
	letter-spacing: 2px; 
	font-weight: lighter; 
	color: #fff; 
	/*background-image:url(/graphics/heading_bg.jpg);*/
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 10px 0px 5px 0px; 
	padding-left: 15px;
}

.introtext {
	width: 350px; 
	margin: 10px 10px 10px 15px;
	padding: 20px 10px 10px 15px;
}

.introtext p {
	font-size: 12px; 
	font-weight: lighter; 
	color: #373737;
	line-height: 20px;
	margin-top: 5px;
	letter-spacing: .8px;
}


.newstext {
	padding: 5px; 
	width:215px;
	margin-left: 3px; 
	margin-top: 0px; 
	padding-top: 0px;}

.newstext p{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	vertical-align: text-top;
	color: #373737;
	line-height: 14px;
	margin-left: 85px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.newstext h3 {font-weight: lighter; 
	font-size: 18px;
	color: #000; 
	margin-bottom: 5px;
	margin-top: -5px;
	padding-top: -5px;
	border-bottom: solid 2px #666;
	}
.newstext img {
	border: solid 1px #e1e1e1; 
	background-color: #fff; 
	padding: 3px;
	float: left;}
	
.newstext a {color: #0066CC; text-decoration: none;}
.newstext a:visited {color:#330066;}
.newstext a:hover {color: #000; text-decoration: underline;}

.newsitems {
	width: 190px;
	padding-left: 25px;
	padding-top: 5px;
	margin-left: 10px;
	/*background-image:url(/graphics/news_arrow.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top: dotted 1px #666;

	}
	
.newsitems p {
	margin-left: 0px; 
	padding-top: 2px;
	padding-bottom: 5px;
	}
.newstext h4 {
	float: left;
	margin-top: 0px; 
	padding-bottom: 10px;
}

.pubStyle {}

.testimonials {
	margin-left: 50px;
	margin-right: 50px;
	border: solid 1px #d1d1d1;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	}
	
.testimonials p strong {
	background-color: #c0b180;
	display: block;
	font-weight: 600;
	color: #fff;
	margin-top: -2px;
	padding: 5px 0px 2px 5px;
	border-bottom: solid 1px #999;
	
	}
.testimonials ul {margin-top: 10px;}

.testimonials p {
	margin-bottom: 0px;
	padding: 0px 15px 5px 15px;
}

.image {
	margin: 10px 5px 0px 10px;
	padding: 5px;
	border: solid 1px #d1d1d1;
	background-color: #fff6df;
	float: right;
	text-align: center;
	clear:both;
}

.imagenofloat {
	margin: 10px;
	padding: 5px;
	border: solid 1px #d1d1d1;
	background-color: #fff6df;
	width: 200px;
	float:none;
}


.news {width: 500px;}
.news p {line-height: 18px; margin-top: 0px; text-align: justify;}
.news h2 {margin-bottom: 10px; color: #000; background-color: #FFF6Df; padding: 10px 5px 5px 5px;}
.news .image {margin: 0px 0px 10px 20px;}


/* TO MAKE PRINT FONT SMALL*/
input, select { font-size:10pt;}


/* FROM ORIGINAL SEARCH.CSS*/
.search {
	font: lighter 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d1d1d1;
	margin-right: 20px;
	background-color: #FFF6DF;
	border-bottom: solid 2px #666;
	margin-bottom: -2px;

}

.search_heading {
	font: lighter 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

.search td{
	vertical-align: top;
	padding: 3px 10px;
	text-align: left;
	border-right: solid 1px #d1d1d1;
}

.search_heading {
	padding: 2px 5px;
	color: #333;
	background-color: #EAE3D1;
	border-bottom: solid 1px #fff;
}


.results {
	font: lighter 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d1d1d1;
	margin-right: 20px;
	background-color: #fff;
	border-bottom: none;
}

.user_results th {
	border: solid 1px #d1d1d1;
	background-color: #fff;
	padding-top: 0.8em;
}

.user_results td {
	border-bottom: solid 1px rgb(102, 102, 102);
	vertical-align: top;
	background-color: #d8e7f3;
	padding: 2px 5px 10px;
}
.user_results .wide, .user_results .full_name {
	padding-left:5px;
	text-align: left;
}
.user_results .full_name {
	background-color: white;
}
.user_results .narrow, .user_results .check {
	text-align: center;
}
.user_results td.check { width: 3%;}

.user_results input { vertical-align: text-bottom; }

.results td{
	vertical-align: top;
	text-align: left;
}

.results tr td{
	border-bottom: solid 1px #666;
	}

.results th {
	border-bottom: solid 1px #555;
	border-top: none;
	border-right: solid 1px #555;
	vertical-align:top;
	font-weight:bold;
	
}

.results th.sort  {
	border-bottom: none;
	border-right: solid 1px #555;
	vertical-align:top;
	padding: 2px 0 0 2px;
	text-align:left;
}


.results p{
	color: #333;
	margin:0;
	padding-left: 5px;
}

.results h4{
	border: none;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 3px;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #999;
}

.results td h5{
	font-size: 11px;
	font: lighter 12px/12px;
	color: #333;
	border-bottom: solid 1px #999;
}

.results h2 {
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
	border: none;
}

.results input{
	padding:0; margin:0;
	line-height: 12px;
}


/* ADMINISTRATION STYLES */

.admin-search {
	font: lighter 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d1d1d1;
	margin-right: 20px;
	background-color: #FFF6DF;
	border-bottom: solid 2px #666;
	margin-bottom: -2px;

}

.admin-search td{
	vertical-align: top;
	padding: 3px 10px;
	text-align: left;
	border-right: solid 1px #d1d1d1;
}

.admin-search p{
	padding: 1px 5px;
	color: #333;
	background-color: #2CE3B7;
	border-bottom: solid 1px #fff;
}

.admin-results {
	font: lighter 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d1d1d1;
	margin-right: 20px;
	background-color: #fff;
	border-bottom: none;
}

.admin-results td{
	vertical-align: top;
	text-align: left;
}

.admin-results tr td{border-bottom: solid 1px #666;}

.admin-results p{
	color: #333;
	margin:0;
	padding-left: 5px;
}

.admin-results h4{
	border: none;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 3px;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

.admin-results h2 {
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
	border: none;
}

.admin-results input{
	padding:0; margin:0;
	line-height: 12px;
}



/*FROM ORIGINAL REPORT.CSS*/

/* QUT template - section stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2003 */
/* Version 2.6 */

/* TOP LEVEL BUTTONS */

/* (Active button) */
A.reportsbutton:link {
	color: #000;
}

A.reportsbutton:visited {
	color: #000;
}

A.reportsbutton:hover {
	color: #339999;
}

A.reportsbutton:active {
	color: #339999;
}
/* (End active) */

/* PERMISSION STYLES*/



/*PAGESTATISTICS STYLES*/

.results td.stats { 
	text-align:center;
	
}

a:link.selected {
	padding: 3px;  
	color: black;
	border: 1px solid black;
	border-bottom-color: #FFF6DF;
}

a:link.unselected {
	padding: 3px;
	color: #555;
	border: 1px solid #555;
	background-color: #EAE3D1;
}

span.tab {
	padding: 3px;
	border-bottom: 1px solid #555;
}

.alert {
background-color:#FFF6DF;
border:1px solid #E1E1E1;
margin: 15px;
color:black;
padding: 5px;
font-weight: bold;
}

fieldset.block-labels {
	width: 250px;
}

.uneditable { font-style:italic; }

.username { font-weight:bold; }

.view-toa {
	overflow-y: auto;
	max-width: 1100px;
	border: 1px solid gray;
	padding: 10px 30px;
	height: 400px;
}

.expired {
	background-color: #eee;
	max-width: 1100px;
}

