/* 
Study Smarter
LL&RS Style Sheet
20/11/06: Dan Woods
*/
 
/* Default link colours */

a:link
{
color: #26383D;
}

a:visited, a:focus, a:active
{
color: #3F627C;
}

a:hover
{
color: #CFA824;
}

/* Default body styles */

body	
{
margin: 0;
padding: 0;
color: #000;
}

#body_cell
{
margin-left: 0;
padding-left: 10px;
padding-right: 15px;
padding-top: 5px;
background-color: #FFF;
}

/* Search Menu */

.base_img
{
background-color: #26383D;
background-image: url("/?f=140076");
background-repeat: repeat-x;
}

#header_navbar
{
height: 30px;
padding: 0;
padding-right: 0;
color: #fff;
background-color: #26383D;
background-image: url("/?f=140075");
background-repeat: repeat-x;
}

#header_navbar a
{
color: #fff;
text-decoration: none;
}

#header_sliding_cell
{
display: none;
}

/* Left Menu */

#site_map_cell
{
width: 209px;
padding: 0px;
padding-top: 60px;
padding-left: 0px;
background-color: #3F627C;
background-image: url("/?f=140074");
background-repeat: no-repeat;
border-right: 1px solid #D4E6F4;
border-bottom: 1px solid #D4E6F4;
}

td#site_map_cell a.sidenav_link
{
display: block;
color: #FFF9E4;
font-weight: normal;
padding: 4px;
margin-top: 0.1em; 
margin-bottom: 0.1em;
font-weight: normal;
text-decoration: none;
font-size: 12px;
}

td#site_map_cell a.sidenav_link:hover
{
color: #000;
background-color: #FFF9E4;
}

td#site_map_cell a.sidenav_current 
{
display: block;
color: #FFC821;
background-color: #26383D;
margin-bottom: 0.2em;
padding: 4px;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}

td#site_map_cell a.sidenav_current:hover
{
color: #000;
background-color: #ffffcc;
}

/* Center Table */

#uwa_copy.body_content
{
margin: 0;
padding: 10px;
padding-left: 0;
}
		
/* Headers */


h1,h2,h3,h4,h5,h6			
{ 
line-height: 1.1em; 
margin-bottom: .6em;
margin-top: 0; 
}

#uwa_copy.body_content h1
{
margin-top: 0;
font-size: 22px;
font-weight: normal;
line-height: 18px;
letter-spacing: 1px;
color: #26383D;
}

h1
{
margin-top: 0;
margin-bottom: 0;
font-size: 22px;
font-weight: normal;
line-height: 18px;
letter-spacing: 0px;
color: #3F627C;
}

h2
{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
line-height: 140%;
color: #003366;
}

h3
{
font-size: 14px;
font-weight: bold;
line-height: 140%;
letter-spacing: 1px;
color: #26383D;
}

h4
{
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
line-height: 140%;
text-transform: uppercase;
color: #3F627C;
margin-top: .3em;
}

h5
{
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
color: #003366;
margin-top: .5em;
}
	
/* Other elements */

hr
{
border: 0;
width: 100%;
color: #003366;
background-color: #003366;
height: 1px;
}

					
/* Form Styles */

.heading
{
font-size: medium;
color: #3F627C;
}

.subheading
{
font-size: medium;
color: #FFC821;
background-color: #26383D;
padding: 5px;
}

.bold
{
font-weight: bold;
}

.backend_smallprint
{
font-size: x-small;
}
					
	
/* Footer */

#pageinfo_row
{
color: #000;
background-color: #E8E495;
}

#pageinfo_row a
{
color: #1A446C;
}

#pageinfo_row a:hover
{
color: #000;
}
			
#footer_cell
{
display: none;
}	