/* 
	filename : common.css
	version	 : 2.0.5
*/
*{
	margin: 0px;
	padding: 0px;
}

body {
	background: #2C010A url(http://our.murdoch.edu.au/_image/layout/bg_gradient_repeat.jpg/?mode=s) repeat-x scroll left top;
	/*background: #2C010A url(http://our.murdoch.edu.au/_image/layout/bg_gradient_repeat.jpg/?mode=s) repeat-x scroll left top !important;*/
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	font-size: 70%;
	margin: 0;
    line-height: 16px;
}

/***********************************/
/*REMOVE GRADIENT FROM ADMIN STYLES*/
/***********************************/
body[spellcheck=false] {
    background: none;
    background-color: #FFFFFF;
}

h1 {
	color: #333333;
	font-size: 18px;
	margin: 0px 10px 10px 0;
		font-weight: bold;
}

h2 {
	/*font-size: 14px !important;*/
	font-size: 16px !important;
	color: #333333;
	line-height: 20px;
		color: #990000;
		font-weight: bold;
	margin: 0px 0px 4px;
}

h3 {
	/*font-size: 14px !important;*/
		font-size: 13px !important;
		font-weight: bold;
	/*color: #990000 !important;*/
	line-height: 20px !important;
	margin: 0px;
}

h4 {
	/*font-size: 11px;*/
		font-size: 11px;
		color: #990000;
		font-weight: bold;
}

h5 {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
}

h6 {
		font-size: 11px;
		font-weight: bold;
		color: #555555;
}


p {
	margin:0 0 10px;
	font-size: 11px;
	color: #333333;
}

blockquote {
        margin-left: 20px;
}

/*
	LINK STYLES
*/
a:hover, a:link, a:visited {
	color: #990000;
}

a.gray_link:hover, a.gray_link:link, a.gray_link:visited{
	padding: 0px 4px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

/*
	LIST DEFINITIONS
*/

/**
	TODO: ordered list
*/


ul.linear {
	list-style-type: none;
}

ul.linear li{
	float: left;
}

ul.linear li span{
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

/*
	SEARCH TABS
*/
ul.tabs{
	z-index:2px;
	height: 20px;
	padding-left: 10px !important;
}

ul.tabs li{
	padding: 2px 4px 2px 4px !important;
}

ul.tabs li.selected{
	border-left: 1px solid #B7A88B;
	border-right: 1px solid #B7A88B;
	border-top: 1px solid #B7A88B;
	background-color: #EADDBB;
	margin-bottom: -1px;
}

/*
.tab_container{
	border: 1px solid #B7A88B;
	background-color: #EADDBB;
	padding: 4px 6px; 
	z-index: 1;
	clear:both;
}
*/

.btn {
	background-color: #767676;
	border: 1px solid #767676;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	margin-left: 4px;
	padding: 0px 2px 1px;
}

input.i_textbox
{
	border: none;
	height: 19px;
}

/*
	PROMO BOX STYLES 
*/
.promo {
	border: 1px solid #E4CFA8;
	margin-bottom: 10px;
}

.promo h1{
	margin: 0;
	background-color: #E4CFA8;
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	padding-left: 10px
}

.promo h2 {
	padding: 0px 10px;
	background-color: #E4CFA8;
	color: #333333;
	line-height: 26px;
	font-size: 13px !important;
}

.promo h3 {
	font-size: 11px !important;
	padding: 6px 10px 0;
	color: #990000;
	font-weight: bold; 
}

.promo h4 {
	font-size: 11px !important;
	padding: 6px 10px 0;
	color: #000000;
	font-weight: bold; 
}

.promo h5 {
	font-size: 11px !important;
	padding: 6px 10px 0;
	color: #55555;
	font-weight: bold; 
}


.promo p {
	margin-bottom: 0px;                                               
	color: #333333;
	padding: 0 10px;
}

.promo p.more_link{
	text-align: right;
	padding: 0px 10px 10px 0px;
}

/*
	DROP MENU
*/
ul.menu {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: absolute;
}

ul.menu li{
	clear: both;
	display: block;
	background-color: #FFFFFF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

ul.menu li.selected{
	color: #FFFFFF;
	background-color: #666666;
}

ul.menu li.selected a{
	color: #FFFFFF;
}

.add_icon_gray {
	background: url("http://our.murdoch.edu.au/_image/Icons/arrow_down.gif/") no-repeat 95% 50%;
	padding: 10px 26px 10px 10px !important;
}

.minus_icon_gray {
	background: url("http://our.murdoch.edu.au/_image/Icons/arrow_left.gif/") no-repeat 95% 50%;
	padding: 10px 26px 10px 10px !important;
}

.loader {
	background: url("http://our.murdoch.edu.au/_image/Icons/ajax-loader.gif/") no-repeat;
}


/*
	DATA TABLE DEFINITIONS
*/

table {
	text-align: left;
	border-collapse: collapse;
}

th {
	vertical-align: middle;
	background-color: #E4CFA8;
	border: 2px solid white;
	padding: 4px;
}

td {
	padding: 4px;
	border: 2px solid white;
	background-color: #FAF3DF;
}

th.white_cells, td.white_cells {
	background-color: #ffffff
}

.disclaimer
{
	width: 200px;
}

.disclaimer h2
{
	color: #555555;
	font-size: 14px !important;
	margin-bottom: 0px;
}

.disclaimer p
{
	font-size:
}
/*
	LINK ICONS
*/
a.link_external{
	background: transparent url('http://our.murdoch.edu.au/_image/Icons/external_link_icon.png/') no-repeat scroll left center;
	padding-left: 20px;
}

a.link_internal{
	background: transparent url('http://our.murdoch.edu.au/_image/Icons/internal_link_icon.png/') no-repeat scroll left center;
	padding-left: 10px;
}

	
/*
	ACCESSIBILITY JS
*/                
.accessible_show {
	display: none;
}

.accessible_hide {	
	display:inline;
}

/*
CMS ADMIN STYLES
*/
.titleBarText {
      margin: 0px !important;
}



div#primary_region_a {
    float: left;
    line-height: 1.5em;
    padding: 0 10px;
    width: 440px;
}

div#sidebar_a {
    display: inline;
    float: right;
    margin-right: 0;
    width: 260px;
}