/** Swinburne University of Technology Website: main CSS
 *  Cascade Style Sheet file including Styles destined to presentation
 *  of the main area of the website
 *
 *  MODIFIED:
 *  version 1.0, 09 May 2007.
 */

/**
 * Swinburne's Top Navigation - 
 * Overriding styles in the nav_top.css 
 */
.nav_top_table td.dark
{
	background-color: #666666;
	height: 24px;
}

/**
* Swinburne International's Old Top Navigation
*/
table .nav_top_si_table 
{
	padding: 0px;
	margin: 0px;
	top: 0px;
	vertical-align: top;
	width: 100%;
}

.nav_top_si_table td
{
	background-color: #5d8b99;
	height: 24px;
}

#navigation {
	height:56px;
	background: #5D8B99 url(/images/home/nav_background.gif) repeat-x;
	margin:0px 0px 34px;
}

/**
* Swinburne International's Top Navigation
*/
#international_menu {
	font-size:12px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #8A8A8A;
	text-align: left;
	float: left;
	border-bottom:1px solid white;
}

#international_menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#international_menu li a {
	float: left;
	margin: 0;
	padding: 0;
	background: #666 url(http://www.swinburne.edu.au/images/nav_div1.gif) no-repeat bottom right;
	font: normal 1.1em "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	position: relative;
	height: 24px;
	line-height: 22px;
	text-align: center;
	overflow:hidden;
}

#international_menu li a em {
	background-position: 0 0;
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:24px;
	overflow:hidden;
}

#international_menu li a:hover em, #international_menu li a:focus em, #international_menu li a:active em, #international_menu li a.selected em, #international_menu li a.selected em {
	background-position: 0 -24px;
}

/* For International top nav */
#top_menu.international li.first { padding-left: 14px;}
#top_menu.international li #nav_home { margin-right: 630px; border-right: 1px solid #d5d5d5; }

*html #top_menu.international li #nav_home {
margin-right: 631px;
}

/* For International Sub-nav */
#international_menu, #international_menu li a {
	background-color: #5D8B99;
}

#international_menu li a:hover, #international_menu li a:focus, #international_menu li a:active {
	background-color: #3B6E7D;
}

#international_menu li #i_nav_home {width:113px}
#international_menu li #i_nav_home em {width:113px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_home2.gif)}
#international_menu li #i_nav_about { width:104px; }
#international_menu li #i_nav_about em {width:104px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_about2.gif)}
#international_menu li #i_nav_courses { width:58px; }
#international_menu li #i_nav_courses em {width:58px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_courses2.gif)}
#international_menu li #i_nav_edabroad { width:106px; }
#international_menu li #i_nav_edabroad em {width:106px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_edabroad2.gif)}
#international_menu li #i_nav_apply { width:84px; }
#international_menu li #i_nav_apply em {width:84px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_apply2.gif)}
#international_menu li #i_nav_arrival { width:134px; }
#international_menu li #i_nav_arrival em {width:134px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_arrival2.gif)}
#international_menu li #i_nav_current { width:103px; }
#international_menu li #i_nav_current em {width:103px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_current2.gif)}
#international_menu li #i_nav_contact { width:72px; }
#international_menu li #i_nav_contact em {width:72px; background-image:url(http://www.swinburne.edu.au/images/nav_top_si_contact2.gif)}



/**
 *Feature Table
 */
table .feature_table 
{
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 0px;
	top: 0px;
	vertical-align: top;
}

.feature_table th
{
	padding-left: 0px;
	padding-right: 0px;
	/*font-size: 1.15em;*/
	color: #6E6D6D; 
	font-weight: bold;
	text-align:left;
	vertical-align:top;
	width:100%;
	height:22px;
}

.feature_table td
{
	padding-right: 0px;
}

/**
 *Feature Table Links
 */
.feature_table th
a:link
{
	color: #0694AA; 
	font-weight: bold;
}

.feature_table th
a:visited
{
	color: #0694AA;
	font-weight: bold;
}

.feature_table th
a:hover
{
	color: #6E6D6D;
	font-weight: bold;
}

.outline 
{
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	top: 0px;
	border:1px solid #D1D1D1;
}

/*feature table font style */
.feature_text_blue 			
{
	color: #488296;
}

/*main font styles */
.main_text_blue 			
{
	font-size: 1.05em;
	color: #4B8395; 
}

/*Heading Sizes*/
.main_table
h1
{
	font-size:1.3em;
	color: #6E6D6D; 
	font-weight: bold;
}

h2
{
	font-size: 1.15em;
	color: #0694AA; 
	font-weight: bold; 
	margin-bottom: 0px;
	/*padding-top:8px;*/
}

/**
 * Swinburne International - Left Navigation link appearence
 * overrides nav_left.css classes
 */

.nav_left
a:link
{
	color: #505050;
	text-decoration: none;
}

.nav_left
a:visited
{
	color: #505050;
	text-decoration: none;
}

.nav_left
a:hover
{
	color: #017587;
	text-decoration: none;
}

.nav_left_nested
{
	color: #017587;
	text-decoration: none;	
}

.nav_left_nested
a:link
{
	color: #017587;
	text-decoration: none;
}

.nav_left_nested
a:visited
{
	color: #017587;
	text-decoration: none;
}
.nav_left_nested
a:hover
{
	color: #505050;
	text-decoration: none;
}

.nav_left_on
{
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}

#left_menu ul li.selected ul li a {
	color: #017587;
}

/**
 * Nav Right Table - Table Style classes used to define the appearance of the
 * tables in the right navigation
 * Override Swinburne nav_right.css
 */		

.nav_right_table {
	padding: 0px;
	margin: 0px;
	top: 0px;
	width: 203px;
}

.nav_right_table th {
	text-align: left;
	font-size: 1.20em;
	color: #0694AA; 
	font-weight: bold; 
}

.nav_right_table td.bg {
	background-image: url(/images/nav_right_si_bg.jpg);
	height:413px;
	background-repeat: no-repeat;
	background-position:  bottom right;
	vertical-align:top;
}
/*.nav_right 
p
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 135%;
	color: #505050;
}*/

/**
 * Nav Right Link Style classes used to define the appearance of
 * the links, note that they are cascades for the nav_right class
 * overrides nav_right.css classes
 */

.nav_right
a:link
{
	color: #505050;
	text-decoration: none;
}

.nav_right
a:visited
{
	color: #505050;
	text-decoration: none;
}

.nav_right
a:hover
{
	color: #017587;
	text-decoration: none;
}

/** International Homepage*/
.home_table
{
	width:100%;
	vertical-align:top;
	padding: 0px;
}
.home_table th
{
	text-align:left;
	font-size: 1.30em;
	color: #505050; 
	font-weight: bold;
	vertical-align:top;
	padding: 0px;
}
.home_table th
a:link
{
	color: #0694AA;
	text-decoration: none;
}

.home_table th
a:visited
{
	color: #0694AA;
	text-decoration: none;
}

.home_table th
a:hover
{
	color: #505050;
	text-decoration: none;
}

.home_table td
{
	font-size: 1.05em;
	color: #505050;
	padding: 0px;
}
.home_table td
a:link
{
	color: #505050;
	text-decoration: none;
}

.home_table td
a:visited
{
	color: #505050;
	text-decoration: none;
}

.home_table td
a:hover
{
	color: #017587;
	text-decoration: none;
}

