/*
20060906 - SLM
 - - commented out font sizes and styles that interfered with UOW2004_base style 
 - - increased left and right padding for p img to fix text cramming against tearaway image
 
*/

.caption{
	font-size: 0.7em;
	font-family : Arial, Helvetica, sans-serif;
	font-style: italic;

}

.formcontent{
	background: #F5F5F5; /*pale grey background*/
	font-size: 0.8em;
}

h1 {
/*	font-size: 1.3em;
	font-style: none; 
	padding-left : 0.4em;
	padding-top : 0.3em;
	padding-bottom :0.3em;*/
}

h2 {
/*	font-size: 1.1em;
	font-style: italic;
	color: #666666; 
	padding-left : 0.4em;
	padding-top : 0.3em;
	padding-bottom :0.3em;*/
}


h3 {
/*	font-size: 1.0em;
	font-style: italic;
	color: #cc0000; 
	padding-top : 0.3em;
	padding-bottom :0.3em;*/
}

h4 {
/*	font-size: 0.9em;
    font-weight: bold;
	font-style: italic; 
	color: #000000;
	padding-top : 0.3em;
	padding-bottom :0.3em; */
}

h5 {
/*	font-size: 0.9em;
	font-weight: bold;
	font-style: italic; 
	color: #CC3333; 
	padding-top : 0.3em;
	padding-bottom :0.3em;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 0.7em; */
}

p img {
padding: 0px 10px 0px 0px; /* top right bottom left */
}

.header1 {
	font-size: 1.3em;
	font-style: italic;
	padding-left : 0.4em;
	padding-top : 0.3em;
	padding-bottom :0.3em;
}
.header2 {
	font-size: 1.1em;
	font-style: italic;
	padding-left : 0.4em;
	padding-top : 0.3em;
	color: #666666;
	padding-bottom :0.3em;
}
.header3 {
	font-size: 1.0em;
	font-style: italic;
	padding-top : 0.3em;
	padding-bottom :0.3em;
	color: #cc0000;

}
.header3Rd {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	border-bottom-style: none;

}
.header4 {
	font-size: 0.9em;
    font-weight: bold;
	font-style: italic;
	margin-left : 0.8em;
	padding-top : 0.3em;
	padding-bottom :0.3em;
	color: #000000;

}
.boldWH {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.header2Rd {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

.localnav {
	background: #dddddd;
	font-size: 0.9em;
	padding-top : 0.3em;
	padding-bottom :0.3em;
	border-bottom : thin solid #cccccc;
	border-top:  thin solid #cccccc;
	border-left :  thin solid #cccccc;
	border-right :  thin solid #cccccc;

}

.sidemenu {
	width: 190px;  /* overides the width in uow2004_base.css tp allow Science & Engineering to not wrap*/
}


.majorleveltitle{
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #CC0000; /*red font */

}
.majorlevel1{
	background: #FFCCCC;/*pale pink background*/
	font-size: 0.8em;
}
.majorlevel2{
	background: #FFFFCC; /*pale yellow background*/
	font-size: 0.8em;
}
.majorlevel3{
	background: #99FF99;/*green background*/
	font-size: 0.8em;
}



.newstitledate {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-align : left;
	background : #dddddd; /*pale grey background*/
}

.newsstories {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-align : left;
	background : #ffffff;
	line-height : 1.5em;
}


.normal {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;

}



.papernoterow {
	font-size: 0.7em;
	font-family : Arial, Helvetica, sans-serif;
	background : #FFFFCC; /*pale yellow background*/
	padding-top : 0.3em;
	padding-bottom :0.3em;

}
.Rollover {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.subtitlerow {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	padding-top : 1.0em;
	padding-bottom :1.0em;
}

.subpapertitlerow {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color : #ffcccc; /*pale pink background*/
	padding-top : 0.3em;
	padding-bottom :0.3em;
}



.stafflabel {
	background: #DDDDDD;/*pale grey background*/
}

.staffcontent {
	background: #FFFFFF; /*white background*/
}

.tablelabel{
	background: #DDDDDD;/*pale grey background*/
	font-size: 0.8em;
	font-weight: bold;
}
.tablegreybg{
	background: #DDDDDD;/*pale grey background*/
}

.tablewhitebg{
	background: #FFFFFF;/*white background*/
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;

}

.titlerow {    /*grey background with the red line at the bottom*/
	font-size: 0.9em;    /* increased from 0.7em */
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	background : #dddddd;
	padding-top : 0.3em;
	padding-bottom :0.3em;
	border-bottom : thin solid #cc0000;


}


