/**************************************
 * THEME NAME: nswhealth
 *
 * Files included in this sheet:
 *
 *   nswhealth/nswh_layout.css
 *   nswhealth/nswh_color.css
 *   nswhealth/nswh_fonts.css
 **************************************/

/***** nswhealth/nswh_layout.css start *****/

/* Core */

/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
body {;
	padding : 5px 7px 0 7px;
}

img {
	border: 0;
	padding: 0;
}

h1 {
	margin-bottom : 0.8em;
}

h2 {
	margin-bottom : 0.6em;
}

h3 {
	margin-bottom : 0.4em;
}

h4 {
	margin-bottom : 0.4em;
}

p, form {
	margin : 0 0 1em 0;
}

ol, ul {
	margin: 0 0 1em 2em;
}

ul.none {
	margin: 0 0 1em 2em;
}

ul li {}
.hp_bullet {
	margin-bottom: 0.3em;
}

.azkeypad {
	width: 20px;
	margin-bottom: 4px;
}

.topics_btn {
	width: 44px;
	margin-bottom: 4px;
}

/* page wrapper
*******************************************************************************/

#cim_page-wrapper { /* to be removed */
	position : relative;
}
noscript {
	float: left;
}

/* Header 
*******************************************************************************/

#cim_header {
	position : relative;
	margin-bottom : 1px;
	min-height : 81px;
}

* html #cim_header {
	height : 81px;
}

#cim_header #cim_header-left {
	margin-right : 160px;
	padding : 10px 0 0 105px;
	width: 300px;
}

#cim_header #cim_header-left img {
	position : absolute;
	left : 15px;
	top : 10px;
}


/* tools - search, links etcs
*******************************************************************************/

#cim_tools {
	height : 2.2em;
	padding : 0 10px 0 10px;
	clear : both;
}

* html #cim_tools {height : 2.3em;} 

*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools input {
	padding : 1px 0 2px 0;
	width : 150px;
}
#cim_tools input.go {
	border : 1px solid #6699CC;
	width : 30px;
	height : 18px;
}

#cim_tools div.links {
	float : left; 
}

#cim_tools div.search {
	float : right; 
	width:  400px;
	whitespace:nowrap;
}

/* top navigation
*******************************************************************************/

#cim_top-nav {
	clear: both;
	position : relative;
	height : 2.3em;
	z-index : 10;
}
#cim_top-nav ul {
	padding : 0; 
	margin : 0; 
}
#cim_top-nav ul li {
	float : left;
	position : relative;
	padding : 0;
	margin : 0;
	border-right : 1px solid white;
	z-index : 3;
}
#cim_top-nav ul ul {
	display : none;
	position : absolute;
	top : 2.5em;
	left : 0;
	\left : -16px;
	lef\t : 0;
}
#cim_top-nav ul li li {
	border : none;
	display : block;
	float : none;
}
#cim_top-nav li a {
	display : block;
	margin : 0;
	padding : 6px 0px 6px 1em;
}

#cim_top-nav li li a {
	display : block;
	padding : 6px 0px 6px 11px;
}

/* top-nav variable width classes
over-rides set fixed width for drop-downs */
#cim_top-nav li li {
	width: 171px !important;
}
#cim_top-nav li li a {
	width : 160px !important;
}

/* home item has to be 171px */
#cim_top-nav ul li.menu-item-home {
	width: 171px;
}

#cim_top-nav li.menu-item-home a {
	width : 160px;
}

/* default so can be output without classes applied */
#cim_top-nav ul li {
	width: 171px;
}

#cim_top-nav li a {
	width: 160px;
}

/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	margin : 0 0 12px 0; 
	padding-left : 0; 
	padding-bottom : 6px; 
	position : relative;
}

#cim_bread-crumbs li {
	display : inline; 
	margin-right : 6px; 
	padding-left : 14px;
}
* html #cim_bread-crumbs li {
	background-position : 0 70%;
}

*:first-child+html #cim_bread-crumbs li {
	background-position : 0 70%;
}

#cim_bread-crumbs li.first-item {
	background-image : none;
	padding-left : 0;
}

/* content wrapper modified to fix height bug in ie 6
*******************************************************************************/

#cim_content-wrapper {
	
	clear : both;
	min-height: 500px;
	
	height: auto !important;
	/*
	height: 500px;
	*/
}

/* new tabled layout
*******************************************************************************/

#main-wrapper {
	width: 100%;
}
#content-wrapper {
	width: 100%;
}
#left-column-wrapper {
	width: 200px;
	padding: 0 0 0 0;
}
#center-column-wrapper {
	padding: 0 0 0 0;
}
#right-column-wrapper {
	width: 180px;
	padding: 0 0 0 0;
}

#left-column, #right-column {
	width: 200px !important;
}

/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	clear : both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.valign-top {
	vertical-align: top;
}

.nopadding {
	padding: 0 0 0 0;
}

.nomargin {
	margin : 0 0 0 0;
}

#nopadding {
	padding: 0 0 0 0;
}

#nomargin {
	margin : 0 0 0 0;
}

div.function-icons {
	float : right;
}

div.function-icons .noscript {
	display:none;
}

div.function-icons .scriptAvailable {
	display:inline;
}

div.backtop {
	margin-bottom : 1em;
	clear : both;
}

.img-caption {
	margin-bottom: 1.2em;
}

.img-left {
	margin: 0 15px 0 0;
}

.img-right {
	margin: 0 0 0 15px;
}

/* footer
*******************************************************************************/
#cim_footer {
	clear : both;
	padding : 7px 0;
}




.navbar {
  width:100%;
  vertical-align: middle !important;
  border-width:0px;
  border-style:solid;
  padding:  0px !important;
}

.navbar .breadcrumb {
  margin-left: 10px;
  vertical-align: middle !important;
  padding-top:  3px;
}

.navbar .navbutton,
{
  margin-right: 2px;
  text-align:right;
  margin-top: 0;
}




/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}

/***
 *** Blocks
 ***/
 
 .sideblock .header {
  border-width: 0px;
  border-style: none;
 }

.sideblock div.header {
	padding-left:  10px;
}

.sideblock .footer {
  border-bottom-width:1px;
  border-bottom-style:solid;
  padding-bottom: 10px;
  border-color:#3366FF;
}

.sideblock {
  border-width: 0px;
  border-style: none;
}

.sideblock .content {
  border-width: 0px;
  border-style: none;
}

.sideblock .content li {
 /* border-bottom-width: 1px;
  border-bottom-style: solid;*/
  padding: 5px;
}


/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  border-width:0px !important;
  border-style: none;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#content {
  clear: both;
}

/***** nswhealth/nswh_layout.css end *****/

/***** nswhealth/nswh_color.css start *****/

/* Core */
/* Tag specific rules 
*******************************************************************************/
body {
	color: black;
	background-color : white;
}

a {
	color: #336699;
}

h1 {
	color: #CC3300;
}

h2, h3, h4, h5, h6 {
	color: #336699;
}

ul li {}
.hp_bullet {
	list-style: disc url(pix/bullet_homepage.gif);
}


th {
    background-color:#003366;

}

th.header,
td.header,
div.header {
  background-color: #003366;

}

#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#c6d6e4;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#c6d6e4;
  /* background-color:#FFFFFF; */
}

.generaltable .r0 td.cell.c0 {
 background-color:#72a6e2; 
 border-color:#c6d6e4; 
}

.generaltable .r1 td.cell.c0 {
border-color:#c6d6e4; 
background-color:#bfd7f3; 
}

.navbar a {
  color: #ffffff;
  /* height: 20px; */
}

.sitetopiccontent {
  border-color:#c6d6e4;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#c6d6e4;
}

.highlight2 {
  color:#c6d6e4; /* highlight missing terms in forum search */
}

/* page wrapper
*******************************************************************************/

noscript {
	color: #CCCCCC;
}

#left-column {
	background: transparent url(pix/bg_left_col.gif) 0 0 repeat-y;
}
/* Header 
*******************************************************************************/

#cim_header {
	border : 2px solid #336699;
	background-color : #6699CC;
	background-image: url(pix/header_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#cim_header #cim_header-left {
	color : #336699; 
}

#cim_header #cim_header-left a {
	color : #003366;
}

#cim_header #cim_header-left span.state {
	border-bottom : 1px solid #003366;
}


/* tools - search, links etcs
*******************************************************************************/

#cim_tools {
	/*background-color : #002C95;*/
	background-color : #336699;
	border-bottom : 1px solid white;
	font-size : 0.85em;
	color : white;
}

#cim_tools a {
	color : white; 
}

#cim_tools input {
	border : 1px solid #6699CC;
}
#cim_tools input.go {
	border : 1px solid #6699CC;
}

/* top navigation
*******************************************************************************/

#cim_top-nav {
	background-color: #d7e2fc;
	border-bottom : 1px solid white;
}

#cim_top-nav ul li {
	border-right : 1px solid white;
}

#cim_top-nav li a:hover, #cim_top-nav li a:focus, #cim_top-nav li a.highlight {
	background-color : #B0C4DE;
	color : white;
}

#cim_top-nav li li a {
	background-color : #d7e2fc;
}

#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #002C95 !important;
	color : white !important;
}

/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	border-bottom : 1px solid #C6D6E4;
}
#cim_bread-crumbs li {
	background : transparent url(pix/bullet_breadcrumb.gif) 0 60% no-repeat;
	color : #336699;
}

#cim_bread-crumbs li.highlight {
	color: #CC3300;
}

/* content wrapper
*******************************************************************************/

#cim_content-wrapper {
	/* creates fake left column background image */
	border-top : 1px solid #C6D6E4;
}

/* new tabled layout
*******************************************************************************/

/* generic reusable classes
*******************************************************************************/

.border-top {
	border-top: 1px solid #000000;
}

.border-right {
	border-right: 1px solid #000000;
}

.border-bottom {
	border-bottom: 1px solid #000000;
}

.border-left {
	border-left: 1px solid #000000;
}

div.backtop {
	color: #336699;
}

/* footer
*******************************************************************************/
#cim_footer {
	border-top : 1px solid #C6D6E4;
}
#cim_footer { 
	color: #336699;
}


/***
 *** Header
 ***/

#header-home, #header {
  background-color: #ffffff;
  border-color:#c6d6e4;
}

h1.headermain {
 background-color: #ffffff;
}

.headermenu,
.headermenu a{
  color: #ffffff;
}

/***
 *** Login
 ***/


.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#c6d6e4;
}

.loginbox .content {
  border-color:#c6d6e4;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  color: #cc0000;
}


.sideblock div.header {
	background-color: transparent;
}

.sideblock {
}

#left-column .sideblock a{
 color: #333366;}
 
 #right-column .sideblock a{
 color: #336699;}

.sideblock a:hover {
  color:#990000;
}

.sideblock .header h2 {
	  color: #336699;
}

.sideblock .content {
}

#left-column .sideblock .content li {
  border-bottom-color:#fff;
}

#right-column .sideblock .content li {
  border-bottom-color:#336699;
}

.sideblock hr {
  color:#333333;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#c6d6e4;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
  border-color: #c6d6e4;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #c6d6e4;
}


table.calendarmonth tr td {
   border-color:#c6d6e4;
} 

table.minicalendar {
  border-color:#c6d6e4;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#c6d6e4;
  }

table.minicalendar tr td.day {
   border-color:#c6d6e4;
  }
  
table.minicalendar tr td.weekend {
  border-color:#c6d6e4;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#c6d6e4;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  color:#cc3300;
}

.summary h4 {
  color: #cc0000;
  border-bottom-style:dashed;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#c6d6e4;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #c6d6e4;
}

#course-view .section.main .content {
  border-color: #c6d6e4;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #c6d6e4;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #c6d6e4;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#c6d6e4;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #c6d6e4;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#c6d6e4;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #c6d6e4;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #c6d6e4;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #c6d6e4; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}/***** nswhealth/nswh_color.css end *****/

/***** nswhealth/nswh_fonts.css start *****/

/* Core */
/* Tag specific rules 
*******************************************************************************/
.clearer {
  font-size:1px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100.01%;
}

a {
	text-decoration: underline;
}

a:hover, .mr {
	text-decoration:none;
}

a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

ul.none {
	list-style: none;
}

ul li {}

ol li {}
input,select,textarea {
	font-size : 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.azkeypad {
	text-align: center;
}

.topics_btn {
	text-align: left;
}

.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */

    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}

/* page wrapper
*******************************************************************************/

#cim_page-wrapper { /* to be removed */
	/* set global base font size for entire page */
	font-size: 130.01%;
}
#cim_skip-content {
	text-align: right;
	font-size: 0.85em;
}
#cim_skip-content a {
	text-decoration: none;
}
#cim_skip-content a:hover, #cim_skip-content a:focus {
	text-decoration:underline;
}
noscript {
	text-align: left;
}

/* Header 
*******************************************************************************/

#cim_header {
	font-size : 0.85em;
}

#cim_header #cim_header-left {
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}

#cim_header #cim_header-left a {
	text-decoration : none;
}

#cim_header #cim_header-left span.state {
	font-size : 1.6em;
	line-height : 1.6em;
}

#cim_header #cim_header-left span.department {
	font-size : 1.4em;
	font-weight : normal;
}

#cim_header #cim_header-left span.unit {
	font-weight : normal;
	font-size : 1em;
}


/* tools - search, links etcs
*******************************************************************************/

#cim_tools {
	font-size : 0.85em;
}

#cim_tools a {
	text-decoration : none;
}

#cim_tools a:hover, #cim_tools a:focus {
	text-decoration : underline;
}

#cim_tools input {
	vertical-align : middle;
}

#cim_tools div.links {
	line-height : 1.8em;
}

#cim_tools div.search {
	line-height : 1.8em;
}

/* top navigation
*******************************************************************************/

#cim_top-nav {
	font-size : 0.85em;
}

#cim_top-nav ul {
	list-style-type: none;
}

#cim_top-nav ul li {
	list-style-type: none;
}

#cim_top-nav ul li li {
	font-size : 1em;
}

#cim_top-nav li a {
	text-decoration : none;
}

#cim_top-nav li a:hover, #cim_top-nav li a:focus, #cim_top-nav li a.highlight {
	font-weight : bold;
}

#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #002C95 !important;
	color : white !important;
	font-weight : normal;
}

/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	list-style : none; 
	font-size : 0.85em;
}

#cim_bread-crumbs li a {
	text-decoration : none;
}

#cim_bread-crumbs li a:hover, #cim_bread-crumbs li a:focus {
	text-decoration : underline;
}


/* content wrapper
*******************************************************************************/


/* new tabled layout
*******************************************************************************/

#main-wrapper {
	font-size: 80.01%;
}

#left-column-wrapper {
	vertical-align: top;
}
#center-column-wrapper {
	vertical-align: top;
}
#right-column-wrapper {
	vertical-align: top;
}


/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	font-size : 1px; 
	line-height : 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}


div.function-icons {
	cursor : default;
}

div.backtop {
	text-align: right;
	font-size: 0.8em;
}
.img-caption {
	font-size: 0.8em;
}

/* footer
*******************************************************************************/
#cim_footer {
	text-align : right;
}

#cim_footer { 
	font-size: 0.8em; 
}

#cim_footer a {
	text-decoration : none;
}

#cim_footer a:hover, #cim_footer a:focus {
	text-decoration : underline;
}

#cim_footer #nswstyle_datelastupdated {
	font-weight : bold;
}

/***
 *** Header
 ***/
 
.breadcrumb {
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
 .sideblock .header {
  font-size: 1em;
  font-weight: normal;
}

 .sideblock {
  font-size: .9em;
}

 .sideblock a{
	text-decoration: none;
}

.sideblock .footer {
    font-size: .85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.9em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.9em
  }

table.minicalendar tr.weekdays th {
  font-family: verdana,arial,helvetica;
  font-size:0.9em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.9em;
  }
  
/***
 *** Course
 ***/

.headingblock {
  font-weight: normal;
  font-size: 1.5em;
}

#middle-column a {
  text-decoration: none;
}

  
#course-view .section .left {
  font-weight: bold;
  font-size: .95em;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** nswhealth/nswh_fonts.css end *****/

