@import URL("http://www.utas.edu.au/shared/css/central.css");
/* - SCREEN Stylesheet - University of Tasmania */
/* -------------------------------- Global CSS Styles ----------------------------------------- */
body {
	font-size: 80%;
	margin: 0px 6px 2px 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h4
{
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:active {
	color: #BF0000;
	text-decoration: underline;
}
a:visited {
	color: #970000;
}
a:hover {
	color:#114B6F;
}
.MandatoryMarker {
	color: #B30000;
}
/* -------------------------------- primary_box Class ----------------------------------------- */
.primary_box {
	border: 1px solid #F2ECE7;
	background: #FDF8F3 url("../images/template/red_bggrad.gif") repeat-y 0% 0%;
	margin-bottom: 6px;
}
.primary_box p {	
	font-size: 100%;
}
.primary_box h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.primary_box h2 {
	font-size: 120%;
	font-weight: bold;
}
.primary_box h3 {
	font-size: 110%;
}
.primary_box h4 {
	font-size: 100%;
}
.primary_box h5 {
	font-size: 95%
}
.primary_box ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.primary_box li {
	font-size: 100%;
	margin-left: -20px;
	margin-right: 2px;
	list-style-image:  url("../images/template/arrowred.gif");
}
.primary_box li a:link, .primary_box li a:visited, .primary_box li a:active, .primary_box li a:hover {
	text-decoration:none;
}
.primary_box a:link, .primary_box a:active {
	color:#970000;
}
.primary_box a:visited {
	color: #970000;
}
.primary_box a:hover {
	color: #114B6F;
}
.primary_boxTitleBG {
	background-color: #B30000;
}
/* -------------------------------- secondary_box Class ----------------------------------------- */
.secondary_box {
	border: 1px solid #DDDDDD;
	background: #EEEEEE url("../images/template/grey_bggrad.gif") repeat-y 0% 0%;
	margin-bottom: 6px;
}
.secondary_box h1 {
	font-size: 120%;
	color: #FFFFFF;
	font-weight:bold;
}
.secondary_box h2 {
	font-size: 120%;
	font-weight: 700;
	color: #000000;	
}
.secondary_box h3 {
	font-size: 110%;
	font-weight:900;	
}
.secondary_box h4 {
	font-size: 100%;
	font-weight:900;
}
.secondary_box h5 {
	font-size: 95%;
}
.secondary_box ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.secondary_box li {
	list-style-image:  url("../images/template/arrowblue.gif");
	margin-left: -20px;
}
.secondary_box li a:link, .secondary_box li a:visited, .secondary_box li a:active, .secondary_box li a:hover{
	text-decoration:none;
}
.secondary_box a:link{
	text-decoration:underline;	
	color: #326388;
}
.secondary_box a:visited {
 	color: #194271;
}
.secondary_box a:active{
	color: #B30000;
}
.secondary_box a:hover{
	color: #B30000;
}
.secondary_boxTitleBG {
	background-color: #575757;
}
/* IE FIX */
.secondary_box li a:hover {
	color: #B30000;
}
/* -------------------------------- Larger font size ------------------------------------------ */
.LargerFont {
	font-size: 110%;
}
/* -------------------------------- Smaller font size ----------------------------------------- */
.SmallerFont {
	font-size: 85%;
}
/* -------------------------------- SpacedListItem Class (li Specific) ------------------------ */
li.SpacedListItem {
	margin-bottom:5px;
}
/* -------------------------------- Footer Class ----------------------------------------- */
.footer {
	color: #555555;
	font-size: 75%; 
	text-decoration:none;
	padding: 5px;
}
.footer p{
	font-size: 120%;
	color: #555555; 
}
.footer a:link {
	text-decoration:underline;
	color: #114B6F;
}
.footer a:hover, .footer a:active {
	color: #BF0000;
}
.footer a:visited {
 	text-decoration:underline;
	color: #114B6F;
 }
 /* -------------------------------- search_box Class ----------------------------------------- */
.search_box {
	border: 1px solid #DDDDDD;
	background: #B1CB4F url("../images/template/green_bggrad.gif") repeat-y 0% 0%;
	margin-bottom: 6px;
}
.search_box h1 {
	font-size: 120%;
	color: #FFFFFF;
	font-weight:bold;
}
.search_box h2 {
	font-size: 120%;
	font-weight: 700;
	color: #000000;	
}

.search_box ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.search_box li {
	list-style-image:  url("../images/template/arrowblue.gif");
	margin-left: -20px;
}
.search_box li a:link, .search_box li a:visited, .search_box li a:active, .search_box li a:hover{
	text-decoration:none;
}
.search_box a:link{
	text-decoration:underline;	
	color: #326388;
}
.search_box a:visited {
 	color: #194271;
}
.search_box a:active{
	color: #B30000;
}
.search_box a:hover{
	color: #B30000;
}
.search_boxTitleBG {
	background-color: #95B728 ;
}
/* IE FIX */
.search_box li a:hover {
	color: #B30000;
}
/*--------------------------------------------------*/
