/*
NOTE: This version2.2 is a work in progress! Trying to get the z-index and position-ing of the house-banner
behaving in both IE6 AND Firefox is problematic...
*/

/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
html {background: #fff;}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size : 100.01%;
	background: transparent url("../images/body_bg.gif") no-repeat 50% 10px;
	min-width: 780px;
}

img {border: 0;}
a {color: #1a437e; text-decoration: underline;}
a:hover {text-decoration: none;color:#C03A00;}
a:focus {text-decoration: underline;color:#C03A00;}
h1 {margin-bottom : 0.6em; font-size: 1.6em; color: #C03A00 ; font-weight: normal;}
h2,h3,h4,h5,h6 {color: #002C95;}
h2 {/* font-size: 1.2em; font-weight: bold; */ font-size: 1.3em; font-weight: normal; }
h3 {font-size: 1em; font-weight: bold;}
h4 {font-size: 1em; font-weight: normal;}
p {margin : 0 0 1em 0;}
ol,ul {margin: 0 0 1em 2em; }
#cim_main-content ul li { line-height: 1.6em; }
#cim_right-col ul li { line-height: 1em; }
ol li {}

dl { margin-bottom: 1em; }
dt { font-weight: bold; margin-top: 1em; }

table {
	border-collapse : collapse;
	border : 0;
	margin : 0 0 1em 0;
}

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

hr { margin: 1em 0; }


/* page wrapper
*******************************************************************************/
#cim_page-wrapper {
    /* set global base font size for entire page */
    font-size: 80.01%;
    position : relative;
    width:100%;
}


#cim_skip-content {
	font-size: 0.85em;
	position:absolute;top:4px;right:17px;width:8.5em;
	z-index:999;
}
#cim_skip-content a {
	text-decoration: none;
	color:#fff;
}
#cim_skip-content a:hover, #cim_skip-content a:focus {
	text-decoration:underline;
}


/* Header 
*******************************************************************************/
#cim_header {
	position : relative;
	font-size : 0.85em;
	min-height : 100px;
	background: #7a9193 url("../images/cim_header_bg.gif") repeat-x 0 0;
}
* html #cim_header {height : 100px;}

#cim_header #cim_header-left {
	color : #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	/* the width wraps the text; remove the declaration when using a house banner */
	width: 430px;
	min-height : 100px;
	background: #7a9193 url("../images/cim_header-left_bg.gif") no-repeat 100% 0;
}
* html #cim_header #cim_header-left {height : 100px;}

#cim_header #cim_header-left img {position:absolute; left:28px;top:22px;}

#cim_header #cim_header-left span.state {
	font-size : 1.5em;
	border-bottom : 1px solid #85a5b3;
	line-height : 1.5em;
	position:relative;
	top:25px;
	left:125px;
}

.state a:link, .state a:visited, .state a:active, .state a:hover, .state a:focus {color: #fff; text-decoration: none;} /* this removes default link styling on NSW govt link */

#cim_header #cim_header-left span.department {
	font-size : 1.4em; 
	font-weight : normal;
	position:relative;
	top:25px;
	left:125px;
}
#cim_header #cim_header-left span.unit {
	font-weight : normal;
	font-size : 1em;
	position:relative;
	top:25px;
	left:125px;
}

#cim_header #cim_dept-logo {
	position : absolute;
	right : 0;
	top : 0;
	width:260px;
	height:100px;
}
#cim_house-banner {
	position: absolute;
	left:390px;
	top: 18px;
	display:none;
}

/* tools - search, links etcs
*******************************************************************************/
#cim_tools {
	background-color : #1a437e;
	border-top : 1px solid #b8c5d8;
	border-bottom : 2px solid #ffc933;
	font-size : 0.85em;
	color : white;
	height : 2.2em;
	padding : 3px 3px 0 10px;
	clear : both;
}
* html #cim_tools {height : 2.3em;} 
*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools a {color : white; text-decoration : none;}
#cim_tools a:hover, #cim_tools a:focus {text-decoration : underline;}
#cim_tools input {
	border : 1px solid #d7e2fc;
	vertical-align : middle;
	padding : 1px 0 2px 0;
	width : 174px;
}
#cim_tools input.go {
	border : 0;
	width : auto;
	height : auto;
	padding : 0;
}

#cim_tools div.links {float : left; line-height : 1.8em;}
#cim_tools div.search {float : right; line-height : 1.8em;}




/* top navigation
*******************************************************************************/
#cim_top-nav {
	clear: both;
	background-color: #d7e2fc;
	border-bottom : 1px solid white;
	font-size : 0.85em;
	position : relative;
	height : 2.3em;
	z-index : 10;
}
#cim_top-nav ul {
	padding : 0; 
	margin : 0; 
	list-style-type: none;
}
#cim_top-nav ul li {
	list-style-type: none;
	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;
	font-size : 1em;
	display : block;
	float : none;
	border-bottom : 1px solid white;
}
#cim_top-nav li a {
	display : block;
	margin : 0;
	padding : 6px 0px 6px 1em;
	text-decoration : none;
}
#cim_top-nav li a:hover, #cim_top-nav li a:focus, #cim_top-nav li a.highlight {
	background-color : #002C95;
	color : white;
	font-weight : bold;
}

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

#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #002C95 !important;
	color : white !important;
	font-weight : normal;
}
/* 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;}

/* 
	variables: item1 through item10
	Customise width of top level items - uncomment section below
	Note: you have a total of around 60em to work with (at default text sizes) 
*/

/*
#cim_top-nav ul li.menu-item1 {width: 15em;} #cim_top-nav li.menu-item1 a {width : 14em;}
#cim_top-nav ul li.menu-item2 {width: 15em;} #cim_top-nav li.menu-item2 a {width : 14em;}
#cim_top-nav ul li.menu-item3 {width: 15em;} #cim_top-nav li.menu-item3 a {width : 14em;}
#cim_top-nav ul li.menu-item4 {width: 15em;} #cim_top-nav li.menu-item4 a {width : 14em;}
#cim_top-nav ul li.menu-item5 {width: 15em;} #cim_top-nav li.menu-item5 a {width : 14em;}
#cim_top-nav ul li.menu-item6 {width: 15em;} #cim_top-nav li.menu-item6 a {width : 14em;}
#cim_top-nav ul li.menu-item7 {width: 15em;} #cim_top-nav li.menu-item7 a {width : 14em;}
#cim_top-nav ul li.menu-item8 {width: 15em;} #cim_top-nav li.menu-item8 a {width : 14em;}
#cim_top-nav ul li.menu-item9 {width: 15em;} #cim_top-nav li.menu-item9 a {width : 14em;}
#cim_top-nav ul li.menu-item10 {width: 15em;} #cim_top-nav li.menu-item10 a {width : 14em;}
*/


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

#cim_content-wrapper {
    /* creates fake left column background image */
    background: transparent url(../images/cim_content-wrapper_bg.gif) 0 0 repeat-y;
    clear : both;
    border-top : 1px solid #d7e2fc;
    width:100%;
    margin-right:0;
    overflow:auto;
}

/* left column (secondary navigation)
*******************************************************************************/
#cim_left-col {
	font-size : 0.85em;
	width : 170px;
	margin-left : 1px;
	float : left;
	position : relative;
	display : inline;
	z-index : 49;
}

/* first level items */

#cim_left-col ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}

#cim_left-col ul.cim_left-col-sublist {margin: 30px 0;}

#cim_left-col li {
	list-style-type : none;
	margin : 0;
}
#cim_left-col a {
	display : block;
	border-top : 1px solid #ffe392;
	border-bottom : 1px solid #e6ac0d;
	padding: 6px 18px 6px 12px;
	width : 140px;
	\width : 170px;
	w\idth : 140px;
	text-decoration : none;
	color:#000;
	font-weight:bold;
}
#cim_left-col a:hover, #cim_left-col a:focus {
	background : #ffdd7a;
}
/*
#cim_left-col a.arrow {
	background : #1a437e url(../images/cim_sprites.gif) 100% 0 no-repeat;
	color:#fff;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;
}
#cim_left-col a.arrow:hover, #cim_left-col a.arrow:focus {
	background: #002253 url(../images/cim_sprites.gif) 100% -100px no-repeat;
}
*/

/* first level EXPANDED items */

#cim_left-col li.highlight {background-color : #dae9fe;border-bottom: 6px solid #1b437e;}
#cim_left-col li.highlight a {
	background : transparent;
	border : 0;
	font-weight : bold;
}
#cim_left-col li.highlight a:hover, #cim_left-col li.highlight a:focus {
	background : transparent;
	color : #C03A00;
	text-decoration : underline;
}



#cim_left-col li.highlight a.arrow {
	background : #1a437e url(../images/cim_sprites.gif) 100% 0 no-repeat;
	color:#fff;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;
}

#cim_left-col li.highlight a.arrow:hover, #cim_left-col li.highlight a.arrow:focus {
	background: #3f6aa9 url(../images/cim_sprites.gif) 100% -200px no-repeat;
}



/* SECOND level items */

#cim_left-col li.highlight li {border-top: 1px solid #fff;border-bottom: 1px solid #ccdffb;}

#cim_left-col li li.highlight a {font-weight : bold !important;}

#cim_left-col li li a {
	background-color : transparent;
	border : 0;
	font-weight : normal !important;
	padding : 6px 18px 6px 28px;
	width : 124px;
	\width : 164px;
	w\idth : 124px;
}
/* #cim_left-col li li a:hover, #cim_left-col li li a:focus {background-image : none;} */
#cim_left-col li.highlight li a.arrow.highlight {
	background : #1a437e url(../images/cim_sprites.gif) 100% 0 no-repeat;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;
}

#cim_left-col li.highlight li a.arrow  {
	background: #002253 url(../images/cim_sprites.gif) 100% -100px no-repeat;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;

}

/* THIRD level items */

#cim_left-col li.highlight li li {background-color : #c0d6f3;border-top: 1px solid #fff;border-bottom: 1px solid #91b5ea;}

#cim_left-col li li.highlight li a {font-weight : normal !important;}
#cim_left-col li li li a {
	padding : 6px 18px 6px 38px;
	width : 114px;
	\width : 164px;
	w\idth : 114px;
}

/* orange highlighting - due to the cascade, several rules need overriding */
#cim_left-col a.highlight {color : #C03A00 ; font-weight : bold !important;}



/* main body content
*******************************************************************************/
#cim_main-content {
	padding : 6px 194px 1em 192px;
	position : relative;
	z-index : 5;
}
.no-right-col {
	padding-right: 14px !important;
}

* html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}
*:first-child+html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}


/* right column (used for related links, shortcuts, peripheral info, etc)
*******************************************************************************/
#cim_right-col {
	font-size : 0.85em;
	width : 170px;
	position : absolute;
	right : 0;
	top : 25px;
	background : #fff url(../images/cim_right-col_bg.gif) 0 0 no-repeat;
	padding-top:1px;
}

#cim_right-col ul {
	list-style-type : none;
	margin : 0 0 0 2px;
	padding : 0;
}

#cim_right-col ul li {
	list-style-type : none;
}

#cim_right-col ul li a {
	text-decoration : none;
	display : block;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #e2eaf7;
	padding: 6px 11px 6px 11px;
	width : 145px;
	\width : 169px;
	w\idth : 145px;
	}
#cim_right-col ul li a:hover, #cim_right-col ul li a:focus {text-decoration : underline;background:#1a437e;color:#fff;}


/* right col rules for definition list */
#cim_right-col dl {
	margin : 0 0 0 2px;
	padding : 0;
}

#cim_right-col dt {
	border-top : 1px solid #e2eaf7;
	border-bottom : 1px solid #e2eaf7;
}

/* #cim_right-col dt.temp {  gives spacing to all but the top list 
	margin-top: 1em;
} */

#cim_right-col dl a, #cim_right-col dt.temp {
	text-decoration : none;
	display : block;
	padding: 6px 11px 6px 11px;
	width : 145px;
	\width : 169px;
	w\idth : 145px;
}

#cim_right-col dl dd a { padding-top: 3px; padding-bottom: 4px; }
#cim_right-col dl dd#media-release a { margin-bottom: -0.5em; }

#cim_right-col dl a:hover, #cim_right-col dl a:focus {text-decoration : underline;background:#1a437e;color:#fff;}

/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	margin : 0 0 12px 0; 
	padding-left : 0; 
	padding-bottom : 6px; 
	list-style : none; 
	font-size : 0.85em;
	position : relative;
}
#cim_bread-crumbs li {
	display : inline; 
	margin-right : 6px; 
	padding-left : 14px;
	background : transparent url(../images/bullet_breadcrumb.gif) 0 60% no-repeat;
	color : #002C95;
}
* 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;
}

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

#cim_bread-crumbs li. {
	color: #C03A00;
}


/* footer
*******************************************************************************/
#cim_footer {
	clear : both;
	padding : 14px;
	text-align : right;
	background-color : #1a437e;
	border-top : 2px solid #ffc933;
}
#cim_footer { 
	font-size: 0.8em; 
	color: #93bde4;
}

#cim_footer a {text-decoration : none;color:#fff;}
#cim_footer a:hover, #cim_footer a:focus {text-decoration : underline;}
#cim_footer #nswstyle_datelastupdated {font-weight : bold;}


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

.float-left {float : left;}
.float-right {float : right;}

div.function-icons {
	float : right;
	cursor : default;
}
div.function-icons .noscript {
	display:none;
}
div.function-icons .scriptAvailable {
	display:inline;
}

/* highlights additions to document/text */
.change-highlight {
background-color: #FFFF99;
}

/* highlights insertion of text */
ins {
background-color: #FFFF99;
text-decoration: none;
}

/* highlights insertion of text */
del {
background-color: #FFCCFF;
text-decoration: none;
}







/* BOS specific css
*******************************************************************************/

.sitename-text {font-size:150%;font-weight:normal;position:absolute;top:27px;right:160px;color:#fff;border-bottom : 1px solid #85a5b3; background-color: #295a88;}
.department-text {font-size:130%;font-weight:normal;position:absolute;top:50px;right:160px;color:#b8c5d8;}

/* this removes default link styling on Board of Studies text link in header */
.department-text a:link, .department-text a:visited, .department-text a:hover, .department-text a:active, .department-text a:focus {color:#b8c5d8; text-decoration: none;}


#cim_right-col ul li#shoponline a {
	padding: 10px 11px 10px 41px;
	background: #fff url(../images/cim_sprites.gif) 5px -300px no-repeat;
	width : 115px;
	\width : 139px;
	w\idth : 115px;
}
#cim_right-col ul li#shoponline a:hover, #cim_right-col ul li#shoponline a:focus {background:#1a437e url(../images/cim_sprites.gif) 5px -400px no-repeat;}

#cim_right-col ul li#securezone a {
	padding: 10px 11px 10px 41px;
	background: #fff url(../images/cim_sprites.gif) 5px -500px no-repeat;
	width : 115px;
	\width : 139px;
	w\idth : 115px;
}
#cim_right-col ul li#securezone a:hover, #cim_right-col ul li#securezone a:focus {background:#1a437e url(../images/cim_sprites.gif) 5px -600px no-repeat}

/* external links */
a.external {
	background: url(/css/images/external.png) no-repeat 100% 0;
	padding: 0 15px 0 0;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

.checkbox li {
	background:url("/images_misc/check_box.png") no-repeat 0 0;
	line-height: 1.1em;
	margin-bottom: 1em;
}

hr.clear {clear: both;}

/* blockquotes */
blockquote {
	padding: 12px 20px; 
	font-style: italic;
	background: transparent url("/css/images/blockquote.png") no-repeat left top;
}

.split50 {margin: 0 0 1.5em -20px;/*display:overflow;*/}
.split50 div {float:left;margin: 0 -20px 0 20px;width:50%;display:inline;}
.split50 div ul {margin: 0 30px 1.5em 0;}
.split50 hr {float:left;width:100%;background:#fff;color:#fff;}

/* for search results page */
.g {
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 1.3em;
}
/* customised definition lists */
/* use columns class for date lists, etc */
dl.columns dt { width: 14em; text-align: right; }
dl.columns dd {margin-left: 15em; margin-top: -1.17em; margin-bottom: 1.5em; }


/* data tables */
/* common to all tables */
td, th { text-align:left; }
td { padding: 5px; }
table {font-size: 100%;}

/* table 1 */
.table-1 {
	font-size: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border-left: 1px solid #eee;
	text-align: left;
	background: #fff url("images/form_bg.gif") repeat-x 0 100%;
	vertical-align: top;
}
.table-1 caption {
	padding: 0.35em;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.table-1 thead th {
	padding: 5px 5px;
	background: #009 url("images/sprites.gif") repeat-x 0 -100px;
	color:#fff;
	border-right: 1px solid #698CBE;
	border-left: 1px solid #698CBE;
	border-bottom: 3px solid #28428D;
}
.table-1 thead th a:link, .table-1 thead th a:visited { text-decoration:none; color:#fff; }
.table-1 thead th a:hover, .table-1 thead th a:active { text-decoration:underline; color:#fff; }
.table-1 tbody th {
	padding: 5px 5px;
	background: #C6D0ED url("images/sprites.gif") repeat-x 0 -1600px;
	color:#3D5E8D;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table-1 tbody th.sub {
	padding: 5px 5px;
	background: #eee;
	color:#000;
}
.table-1 td {
	padding: 4px 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
.table-1 td image {
	margin: 0 3px 0 0;
}
.table-1 col { background:transparent; }

/* table 2 */
.table-2 {
	font-size: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	text-align: left;
	vertical-align: top;
}
.table-2 caption {
	padding: 0.35em;
	text-align: left;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.table-2 th, .table-2 td {
	padding: 0.35em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: top;
}
.table-2 th {
	color: #000;
	background-color: #CCC;
	/*text-transform: uppercase;*/
}
.table-2 tbody th {
	color: #000;
	background-color: #DDD;
}
.table-2 tfoot {
	color: #000;
	background-color: #EEE;
}
.table-2 tbody tr.odd {
	background-color: #fff;
}
.table-2 tbody tr.even {
	background-color: #eee;
}

table.four-col-even td {
	width: 28%;
}

/* table 3 */
.table-3 {
	font-size: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}
.table-3 caption {
	color: #FFF;
	background-color: #333;
	padding: 0.35em;
	text-align: left;
	text-transform: uppercase;
}
.table-3 tbody {
	color: #000;
	background-color: #CCC;
}
.table-3 th, .table-3 td {
	padding: 0.35em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
.table-3 th {
	color: #FFF;
	background-color: #666;
	text-transform: uppercase;
}
.table-3 tbody th {
	color: #FFF;
	background-color: #999;
}
.table-3 tfoot {
	color: #000;
	background-color: #EEE;
}

/* for fixed or 100% width tables */
.width-fixed {width:499px;}
.width-max {float:left; width:99%; /*margin-left: auto; margin-right: auto;*/}

/* table customs */
.txt-ctr, .num { text-align: center; }

table.obj-answers td { width: 7em; }

td.f-submit-wrap {
	background: #ccc;
	border-top: 3px solid #666;
	clear:left;
	text-align:center;
	padding: 6px 0;
}
td.f-submit-wrap input {
	padding: 3px 6px;
	background: #009 url("images/sprites.gif") repeat-x 0 -100px;
	color:#fff;
	font-weight:bold;
}

/* equal width columns in tables */
.col-width { 
	width: 400px;
}

/* equal width columns in tables with three columns */
.small-cols {
	width: 180px;
}

/* images */
img.scaled {
  	width: 100%;
}
img.scaled-1-3 {
  	width: 33%;
}
img.scaled-2-3 {
  	width: 66%;
}


/* forms */
label {font-weight:bold;display:inline; margin: 1.2em 0 .2em;}
table label {display:inline; margin: 0;}


#login {margin: 1.5em 0;text-align:left;color:#333;font-size:92%;}
#login form {font-size:109%;color:#000;padding: 10px 0 0;border: 4px solid #eee;margin: 0;background: #fff url("/images/form_bg.gif") repeat-x 0 100%;}
#login form h2 {margin: 0 15px 15px;border-bottom: 1px solid #ddd;padding: 0 0 5px;}
#login form table {margin: 0 15px 15px;}
#login .error, #login .success  {margin: 1em 15px;}

.error {background: #FAE4E4 url("images/sprites.gif") no-repeat 2px -1401px;padding: 7px 3px 7px 35px;color:#c00;margin: 0 0 1.5em;border: 1px solid #F4D4D4;}
.success {background: #E8FFE8 url("images/sprites.gif") no-repeat 2px -1501px;padding: 7px 3px 7px 35px;color:#c00;margin: 0 0 1.5em;border: 1px solid #B6EEB6;color:#006E00;}
.highlight-new {text-transform:uppercase;background:#EC9000;color:#fff;padding: 0 2px;font: bold 10px arial;margin: -1px 3px 0 0;}
.highlight-updated {text-transform:uppercase;background:#060;color:#fff;padding: 0 2px;font: bold 10px arial;margin: -1px 3px 0 0;}


.featurebox {position:relative;padding: 1em;background: transparent url("/images/featurebox_bg.gif") repeat-x 0 0;}
	.featurebox a:link, #breadcrumbs a:link, 
	.featurebox a:visited, #breadcrumbs a:visited, 
	.featurebox a:hover, #breadcrumbs a:hover, 
	.featurebox a:active, #breadcrumbs a:active  {color:#8E3C00;}
	.featurebox a:hover, #breadcrumbs a:hover  {color:#c00;}
	.featurebox h3 {margin: 0 0 .3em;}
	.featurebox p {margin: .3em 0;}
	.featurebox p img {margin: .3em 0;}
	.featurebox input, .featurebox select  {width: 160px;margin: .3em 0;}
	.featurebox input.f-radio  {width: auto;margin: .5em 0 -.3em;}
	.featurebox .submitbutton input {margin: 1em 0 .4em;}
	.featurebox form {margin:0;}
	
	
#subnav-1 .featurebox ul {margin: 0;border:none;}
	#subnav-1 .featurebox li {padding-left: 16px;background: transparent url("images/sprites.gif") no-repeat 0 -800px;border:none;}
	#subnav-1 .featurebox li a:link, #subnav-1 .featurebox li a:visited, #subnav-1 .featurebox li a:hover, #subnav-1 .featurebox li a:active {padding: 0;font-weight:normal;color:#75580B;text-decoration:underline;display:inline;}
	#subnav-1 .featurebox li a:hover {background:transparent;color:#c00;}
	#subnav-1 .featurebox li .rss {position:absolute;top:5px;right:0;right:10px;width:18px;}
	#subnav-1 .featurebox ul.rss-list li {position:relative;background-position: 0 -797px;border-top: 1px solid #F6E9C2;padding: 3px 30px 3px 16px;}
	
table.calendar_table {border-collapse:collapse;border: 2px solid #F6E9C2;background:#fff;padding:0;margin:0;}
	table.calendar_table td {padding:2px;padding: 2px 1px;border: 1px solid #F6E9C2;text-align:center;font-size:10px;}
	table.calendar_table td.calendar_today {background: #B38D14;color:#fff;}
	table.calendar_table td.calendar_today a:link, table.calendar_table td.calendar_today a:visited, table.calendar_table td.calendar_today a:hover, table.calendar_table td.calendar_today a:active {color:#fff;}
		
	
.recently-published {margin: 2em 0;border: 1px solid #F4A5A5;background: #F5E9E9 url("images/sprites.gif") no-repeat 9px -1309px;padding: 8px 10px 8px 70px;font-weight:bold;}
	.recently-published a:link, .recently-published a:visited {color:#900;}
	
#blogText .date {border-bottom: 1px solid #ccc;background: #eee url("images/sprites.gif") no-repeat 0 -1000px;margin: 2em 0 .3em;padding: .3em 0 .3em 25px;letter-spacing: .2em;text-transform:uppercase;color:#999;}
	#blogText h1 {font-size:116%;}
	#blogText .byline {font-size:83%;color:#999;}
	#blogText li.print {margin-top:-3em;background: transparent url("images/sprites.gif") no-repeat 2px -1096px;}
	#blogText .body {margin-top: 1em;
	}
	
				
		
#diary-event {font: italic bold 100% verdana;}

		
	
/* front page specific */
#front-pge-container { display: inline; height: 1%; }

/* #ns-fix { float: left; width: 98% } */

#front-pge-container li { line-height: 1.3em; }

/*  #features td {border-bottom: 2px solid #FCC122;}
#features td h2 {float:left; margin: 0; padding: 0;}
#features td img {margin: 0 5px 5px 0;} */

ul#features { 
	margin: 0 120px 0 0;  padding: 0 1em 0 0;
	/* float: left;
	position: absolute;
	left: 0; top: 0; */
}
ul#features li {
	margin: 0; padding: 1em 0; 
	background: none;
	border-bottom: 2px solid #FCC122;
	/*  float: left;
	width: 98%;IE6 Win */
	list-style-type: none;
	line-height: 1.3em;
}
#features li.last { border-bottom: none; /* clear: left; */ }
#features img {float: left; margin: 0 5px 5px 0;}


/* temp
#features #homepageads img { float: none; clear: both; }
#features #homepageads li { border-bottom: none; } */


/*ul#homepageads { padding-left: 20px; width: 115px; float: right; }
	ul#homepageads  {margin-left: 0; padding-left: 0;}
	ul#homepageads li {margin-left: 0; padding-left: 0; background: none;}
	#homepageads img {margin-bottom: 5px;margin-top: 5px; }*/
	
	
ul#front-pge-ads {
	position: absolute;
	right: 185px;
	top: 8em;
}
#front-pge-ads li { 
	background: none;
	margin: 0 0 0.75em 0; padding: 0;
	list-style-type:none;
	line-height: 1.3em;
}
#front-pge-ads li p {line-height: 1.2em;}
	
/* Old Board of Studies site styles */

P.headline { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000; font-size: 120%; }
P.intro { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; }

.big { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 120%; }
.small, small { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 90%; }

a small { font-weight: normal; }

.boldtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; }

TD.sidebar { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 9px; }
p.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; }

/* for fractions */
.fraction_top {
	vertical-align: super;
	font-size: 75%;
}
.fraction_bottom {
	vertical-align: sub;
	font-size: 75%;
}



/* News Post formatting */
img.news-post-a {
	float: right;
	margin: 10px 0 10px 10px;
}
dl.news-post-a {
	float: left;
	width: 300px;
	margin-right: 10px;
}
h2.news-post-a, h3.news-post-a {
	clear: left;
}
blockquote.news-post-a {
	margin-left: 20px;
	font-style:italic;
}
dl.shop-stamp {
	float: left;
	width: 22em;

}
.shop-stamp img {
	float: left;
}

/* alphabetic index */
.alpha-index {
	margin: 2em 0; 
	padding: 1.25em 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
}
.alpha-index li {
	font-size: 1.2em;
	padding-left: 0.5em;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	background: none; /* over-rides the general li styling */
}

/* within-page links - commented out at the moment due to issues
.within-page-links  {
	padding-bottom: 2em;
	border-bottom: 1px solid #CCC;
}
.within-page-links li {
	float: left;
	width: 18em;  
} */

/* code patterns - articles */
.article {
	border-bottom: 1px solid #ccc;	
}
.article img {
	float: left;
	margin: 0 10px 10px 0;
}
.article span {
	display: block;
	padding-bottom: 0.3em;
}

/* microformats */
.vevent {margin-bottom: 1em;}
.vevent .summary {font-weight: bold; margin-bottom: 0.5em; line-height: 1.5;}
.vevent .hide {
	display: none;
}

/* columnar layout */
.two-col {
	float: left;
	width: 47%;
	margin: 0 1% 1em 1%;
}
.three-col {
	float: left;
	width: 30%;
	margin: 0 1% 1em 1%;
}
.four-col {
	float: left;
	width: 22%;
	margin: 0 1% 1em 1%;
}
.five-col {
	float: left;
	width: 17%;
	margin: 0 1% 1em 1%;
}
.col-wrap { float: left; width: 99%; margin: 0.5em 0; } /* width here for IE6 Win  - 100% width will throw content below left nav */

/* BB link list */
/*dl.bb-list {
	float: left;
	width: 100%;
	border-top: 1px solid #999; border-bottom: 1px solid #999;
	background: transparent url(/images_misc/ccc-border-vert.png) repeat-y right top;
}
.bb-list dt { 
	padding: 0.35em;
	margin-top: 0;
	background: #CCC;
	border: 1px solid #999; border-top: none;
 }
.bb-list dd { 
	margin: 0;
	padding: 0.35em 0;
	display: block;
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999;
	background: transparent url(/images_misc/ccc-border-vert.png) repeat-y;  so sides don't have a border width applied 
}*/


.bb-list {
	margin: 2em 0; 
	padding: 1.25em 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
}
.bb-list li {
	font-size: 1.2em;
	padding-left: 0.5em;
	display: inline;
	list-style-type: none;
	background: none; /* over-rides the general li styling */
}


/* sidebar and highlights box */
#sidebar {
	float:right;
	width:30%;
	border-top: 5px solid #E5B01F;
	padding-top: 1px;
	padding-bottom: 40px; 
	margin-left: 10px;
}
.highlightsbox {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background-color: #f6f6f6; 
}
.highlightsbox p, .highlightsbox h1, .highlightsbox h2, .highlightsbox h3, .highlightsbox h4, .highlightsbox h5, .highlightsbox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #225F9D;
	color:#225F9D;
}
.highlightsbox p {
	border:none;
	margin: 0 0 1em;
	color:#444;
}

/* faq */
.faq { padding-bottom: 1.75em; margin-top: 1em; background: transparent url("/css/images/faq_bdr_bott.jpg") repeat-x 0 100%; }
.faq dt { padding-bottom: 1.20em; font-size: 1em; }


/* document icons for document links */
.link-pdf, ul.link-pdf li {
	padding-left: 20px;
	background: transparent url("/images_global/icon_pdf_sml.gif") no-repeat 0 0;
}
ul.link-pdf { background: none; }
.link-word-doc {
	padding-left: 20px;
	background: transparent url("/images_global/icon_word_sml.gif") no-repeat 0 0;
}

.link-pdf, .link-word-doc { line-height: 1.5em; }

/*dd .link-pdf, dd .link-word-doc, li .link-pdf, li .link-word-doc { line-height: 1.8em; }*/

.link-pdf-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images_global/icon_pdf.gif") no-repeat 0 0; }
.link-word-doc-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images_global/icon_word.gif") no-repeat 0 0; }
.link-ppt-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images_global/icon_powerpoint.gif") no-repeat 0 0; }


/* highlights for paragraphs */
.read { padding-left: 50px; background: transparent url("/images_global/icon_smlread.gif") no-repeat 0 0; }
#cim_main-content .arrow { padding-left: 50px; background: transparent url("/images_global/icon_reddot_arrow.jpg") no-repeat 0 0; }
#cim_main-content p.arrow { padding-top: 0.75em; padding-bottom: 0.75em; background-position: 0 50%;}

.read li { /*padding-left: 50px;*/ line-height: 1.6em; /*background: url("/images_global/icon_smlread.gif") no-repeat left top;*/}
ul.read { background: none; padding-left: 0; }

/* other icons */
.stats { 
	padding-left: 40px; 
	padding-top: 0.5em;
	margin-top: 0;
	background: transparent url("/images_global/icon_stats.png") no-repeat left bottom; 
}

/* basic image positioning */
.image-pos-1 {float: left; margin: 0 10px 10px 0;}
.image-pos-2 {float: right; margin: 0 0 10px 10px;}


/* document advice message - front page */
.front-pge-msg {
	width: 111px;
	/*width: 106px;*/
	border: 1px solid #999;
	margin-right: 5px;
	margin-bottom: 10px;
}
.front-pge-msg h3 {
	color: #FFF;
	background: #c00;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0;
}
.front-pge-msg h4 {
	font-size: 95%;
	text-align: center;
	color: #005489;
	margin: 0.25em 0.2em;
}
.front-pge-msg p {
	padding: 0.4em;
	font-size: 90%;
	text-align: left;
	margin: 0;
}
.front-pge-msg p { 
	color: #666;
	margin: 0 0 0 5px;
	padding-left: 0.5em;
}
ul#homepageads { margin-bottom: 0.2em;}

/* exhibitions page */
#exhib-page dl {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 2em;
	float: left;
	width: 100%;
}
dt.exhib-branding {
	float: left;
	width: 230px;
}
.exhib-branding img { float: right; }
dd.exhib-details {
	margin-left: 260px;
}
#designtech .exhib-details { padding-top: 60px; }
#myda .exhib-details { padding-top: 90px; }

#artexpress dl { 
	float: left;
	/*width: 25%;
	margin-right: 1%;*/
}


/* specific to new products page */

dl.new-product {
	float: left;
	width: 240px;
	margin-right: 5px;
}
dl.new-product dt { height: 230px; }
dl.new-product dd.small { height: 2em; }
.clear { clear: left; }

dl.new-product-2006 { 
	float: left;
	margin-right: 10px;
}


/* for code samples */

pre { font-size: 1em; font-family: "Andale Mono", "Courier New", Courier, monospace; margin: 1em 2%; padding: 0.5em; width: 70%; overflow: auto; min-height: 2.5em; max-height: 12em; border: 1px solid #CCC; background-color:#FFC;}
code { font-size: 0.9em; font-family: "Andale Mono", "Courier New", Courier, monospace; }


/* Clearing floats */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#front-pge-container { float: left; width: 100%; position: relative; }
    #ns-fix { position: relative; }
/* Table on home page*/
table#featuresList{
    margin-right: 120px;
}
table#featuresList td{
    border-bottom:2px solid #FCC122;
}

.pullquote-left { 
	width: 200px;
	color: #777;
	font-weight: lighter;
	margin: 5px 15px 5px 0; 
	padding: 5px 0; 
	border: 3px double #aaa; 
	border-width: 3px 0; 
	float: left;
}

.pullquote-right { 
	width: 200px; 
	color: #777;
	font-weight: lighter;
	margin: 5px 0 5px 15px; 
	padding: 5px 0; 
	border: 3px double #aaa; 
	border-width: 3px 0; 
	float: right;
}
