/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

body { 
	font-family: helvetica, arial, sans-serif;  	
	font-size: 0.8125em;		
	margin: 0;		
	background: white url('../images/Header/headerBGFillWithNavbar_04.png') repeat-x;		
}

#page_content
{		
	padding: 0 0 15px;
	overflow: visible;
	position: relative;
	height: 100%;	
	margin-top: 1.5em;
}

#header,
#page_content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

a, input.linkbutton {
	color: #244076;
	text-decoration: none;
}

a:hover, input.linkbutton:hover
{
	text-decoration: underline;
}

.small_loading_image {
	margin: 0 10px;
	vertical-align: text-bottom;
}

.medium_loading_image {
	margin: 0 10px;
	vertical-align: text-bottom;
}

.bad_flash_dialog
{
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
	background-repeat:no-repeat;
	padding:20px;
	text-align:left;
}

.bad_flash_dialog h4.bad_flash
{
	background-image: url(../images/flashErrorIcon.png);
	padding-left:25px;
	background-repeat:no-repeat;
}

.bad_flash_dialog a
{
	padding-left:25px;
}

#flash_notice,
#flash_error
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	padding: 7px;
	font-size: 1.1em;
	border-width: 1px;
	border-style: solid;	
	line-height: 1.5;
	width: 920px;
	padding-left:30px;
	background-position: 5px 8px;
	background-repeat:no-repeat;
}

#flash_notice
{	
	background-image:url(../images/flashNoticeIcon.png);
	color: #117500;
	background-color: #e4ffd9;
	border-color: #117500;
}

#flash_error
{
	background-image: url(../images/flashErrorIcon.png);
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
}

.float_holder
{
	overflow: hidden;
}

/*Style PDF links with icon appended to the start of link*/
a[href*='.pdf']:before {
	content: url(../images/pdfIcon.png);
	margin-right: 3px;
}


/*Style External links with icon appended to the end of link*/
a.ext-link:after { 
	content: url(../images/extLinkIcon.png);
	margin-left:3px;
}

#page_lead {
	overflow:hidden;
	margin-top:0px;
	margin-bottom:30px;
	zoom:1;
}

.blurb p {
	text-align: left;
	font-size:1.4em;
	color:#383838;
	float:none;
	overflow:hidden;
	line-height:1.5;
}

.blurb h2 {
	padding-bottom:0.8em;
	margin-bottom:auto;
	margin:0;
	font-size:1.6em;
}


.page_section {
	margin-top:2em;
	width:100%;
	overflow:hidden;
	clear:both;
}


h2.subsection {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #BDBDBD;
	padding: .5em 0px 0.5em 30px;
	color:#17284A;
	background:url('../images/ilclogoBullet_03.png') no-repeat left center;
	vertical-align:middle;
	clear:none;
	font-weight:normal;
}

a.scrollToAnchor {
	float:right;
	padding-top:15px;
	padding-right:15px;
	background-image:url('../images/upArrow.png');
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1.1em;
}

a.normal_arrow {
	background-image:url('../images/normalArrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:8px;
	clear:both;
	font-size:1.1em;
}

img.flushleft {
	float:left;
	padding-right:10px;
}

img.flushright {
	float:right;
	padding-left:10px;
}

.item_list .view_and_pagination_holder
{
	border-top:1px solid #999999;
}

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

.item_list .view_and_pagination_holder, .bottom_pagination_holder
{
	background:#FFFFFF url('../images/gridFooterFill.png') repeat-x scroll center bottom;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:1.2em 10px 1.1em 10px;
}

.pagination
{
	text-align: right;
	font-weight: bold;
}


.pagination a, .pagination span
{
	border:1px solid #9aafe5;
	padding:3px 5px;
	background-color:#fff;
	
}

.pagination span.current
{
	background-color:#2e6ab1;
	border-color:#2e6ab1;
	color:#fff;
}

.pagination a:hover
{
	border-color:#9aafe5;
	text-decoration:none;
	color:#fff;
	background-color:#2e6ab1;
}

.pagination .disabled
{
	border-color:#ddd;
	color:#999;
	font-weight:normal;
}

.pagination .gap
{
	border:none;
	background-color:transparent;
}

#subnav {
	width:100%;
	overflow: hidden;
	padding-top:6px;
	padding-bottom:1em;
	margin: 0 auto;
}

#subnav ul {
	padding-left:0px;
}

#subnav li {
	display:inline;
	overflow: hidden;
	float:none;
	height:1em;
	padding-left:0px;
	padding-right:35px;
	padding-top:10px;
	line-height:1;
	font-family:Verdana, Geneva, sans-serif;
}

#subnav a.selected {
	color:#284782;
	border-bottom-width:4px;
	border-bottom-color:#284782;
	border-bottom-style:solid;
	padding-bottom:3px;
}

#subnav a {
	color:#999;
	font-size:1.4em;
}

#subnav a:hover {
	color:#284782;
}



textarea, 
.text_field,
.password_field
{
	border: 1px solid #BBBBBB;
	font-size: 1em;
	font-family: helvetica,verdana,arial,sans-serif;
	padding: 0.3em;	
}

textarea
{		
	line-height: 1.2;
}

.password_field,
.text_field
{
	padding: 0.3em;
	font-family:helvetica,verdana,arial,sans-serif;
}

.button
{
	
}

input, select
{
	/* forces forms to resize properly in ie6 */
	font-size: 1em;
}

form p
{
	margin: 1em 0;	
}

form
{
	line-height: 1.2;
}

.editor_cancel_button
{
	margin-right: 5px;
}

label.left_label
{
	font-weight: bold;
  padding-right: 5px;		
}

.aligned_form label
{
	width: 200px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding-top: 0.3em;
}

.aligned_form .aligned_submit,
.aligned_form .button_holder
{
	margin-left: 205px; /* should be same as aligned_form label */
}

.fieldWithErrors
{
	/*display: inline-block;*/
}

.example
{
	display: inline-block;
	font-size: 0.9em;
	color:#555555;
	margin-top: 0.2em;
}

.field_holder
{
	display: inline-block;
}


#title_header
{
	width: 960px;
	margin: 0 auto;
}

h1.title_header
{
	font-size: 2.0em;	
	font-weight: normal;
	color: #2b2b2b;
	font-family: Verdana, Helvetica, Sans-Serif;
	display: inline-block;
	width: 50%;
	margin-bottom: 0.2em;
	
	/* force ie to inline-block*/
	zoom: 1;
	*display:inline;
}

#title_header .top_line
{
	overflow: hidden;
	padding-bottom:0.4em;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 0.3em;
}

#title_header .top_line .login_info
{	
	text-align: right;	
	display: inline-block;
	width: 50%;
	margin-top:8px;
}

.username
{
	font-weight: bold;
}

.login_info .must_login
{
	color: #333333;
	font-size: 1.2em;
}

.login_info img{
	vertical-align:middle;
	padding-right:5px;
}


.spacer_below_title
{
	height: 0;
}



.dialog
{
	z-index: 500;
	position: absolute;	
	width: 750px;
}

.dialog .content
{
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 20px;
	-moz-box-shadow: 0 0 50px black;
	-webkit-box-shadow: 0 0 50px black;
	overflow: visible;
	position: relative;
	z-index: 100;
}

a.close_dialog
{
	position: absolute;
	top: 0px;
	background: transparent url("../images/Modals/closeButton.png") no-repeat scroll 0 0;
	width: 37px;
	height: 37px;
	display: inline-block;
	top: -18px;
	right: -18px;
	z-index: 200;
}

a.close_dialog:hover
{
	text-decoration: none;
}

.dialog .dialog_corner
{
	display: inline-block;
	/* has to be above the page, but below the dialog content as the corners overlap the dialog */
	z-index: 60;
	position: absolute;
}

.dialog .top_left,
.dialog .top_right,
.dialog .bottom_left,
.dialog .bottom_right
{
	width: 96px;
	height: 96px;
}

.dialog .top_left
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowCornerTopLeft.png") no-repeat scroll 0 0;	
	top: 0px;
	left: 0px;
}

.dialog .top
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowStripTop.png") repeat-x scroll 0 0;
	top: 0px;
	left: 96px;
	height: 38px;
}

.dialog .top_right
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowCornerTopRight.png") no-repeat scroll 0 0;	
	top: 0px;
	right: 0px;
}

.dialog .left
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowStripLeft.png") repeat-y scroll 0 0;	
	left: 0px;
	top: 96px;
	width: 36px;
}

.dialog .right
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowStripRight.png") repeat-y scroll 0 0;	
	right: 0px;
	top: 96px;	
	width: 36px;
}

.dialog .bottom_left
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowCornerBottomLeft.png") no-repeat scroll 0 0;	
	bottom: 0px;
	left: 0px;
}

.dialog .bottom_right
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowCornerBottomRight.png") no-repeat scroll 0 0;	
	bottom: 0px;
	right: 0px;
}

.dialog .bottom
{
	background: transparent url("http://www.ilcnsw.asn.au/images/Modals/Shadow/shadowStripBottom.png") repeat-x scroll 0 0;
	bottom: 0px;
	left: 96px;
	height: 36px;
}

.dialog #flash_notice, .dialog #flash_error
{
	width: auto;
}

.coloured_linkbutton
{	
	display: inline-block;		
}

.coloured_linkbutton_button
{
	cursor: pointer;
}

.green_linkbutton
{
	background: #67b554 url('../images/GreenButton/greenButtonGradientFill_middle.png') repeat-x scroll 0 0;
	white-space:nowrap;
}

.orange_linkbutton
{
	background: #67b554 url('../images/Buttons/orangeButton_strip.png') repeat-x scroll 0 0;
}

.coloured_linkbutton_arrow
{
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/GreenButton/arrow.png') no-repeat scroll 0 0;
	margin-left: 4px;
	margin-right: 3px;
}

.coloured_linkbutton_left,
.coloured_linkbutton_right
{	
	display: inline-block;
	width: 2px;
	height: 25px;
	vertical-align: middle;
	overflow: hidden;
}

.coloured_linkbutton_label
{
	vertical-align:-0.1em;
	color: white;
	font-weight: bold;		
	margin-right: 8px;	
}

.coloured_linkbutton a:hover
{
	text-decoration: none;
}

.coloured_linkbutton a
{		
	vertical-align: middle;
}

.green_linkbutton_left
{
	background: transparent url('../images/GreenButton/greenButtonGradientFill_left.png') no-repeat scroll 0 0;
}

.green_linkbutton_right
{
	background: transparent url('../images/GreenButton/greenButtonGradientFill_right.png') no-repeat scroll 0 0;
}

.orange_linkbutton_left
{
	background: transparent url('../images/Buttons/orangeButton_left.png') no-repeat scroll 0 0;
}

.orange_linkbutton_right
{
	background: transparent url('../images/Buttons/orangeButton_right.png') no-repeat scroll 0 0;
}

.call_to_action_link
{
	background-image:url('../images/browseProductsArrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	font-weight:normal;
}

.arrow_linkbutton_arrow_holder
{
	background:transparent url(../images/Arrow.png) no-repeat scroll right center;
	display:inline-block;
	height:17px;	
	vertical-align: middle;
	margin-left: 2px;
	width:17px;
}

.arrow_linkbutton_text
{
	font-weight: bold;		
	vertical-align: middle;
}

.arrow_linkbutton a:hover
{
	text-decoration: none;
}

a.backbutton
{
	background:transparent url(../images/backButton.png) no-repeat scroll 0 0;	
	padding-left:40px;	
}

a.forward_button,
a.backbutton
{
	display:inline-block;
	height:30px;
	padding-top:13px;
	font-size: 1.2em;
}

a.forward_button
{
	background:transparent url(../images/forwardButton.png) no-repeat scroll right 0;
}

input.forward_button
{
	height: 47px;
	font-size: 1.2em;
	background:transparent url(../images/forwardButton.png) no-repeat scroll 99% 3px;
}

.forward_button
{
	padding-right: 40px;
}

a.compare_button
{	
	display: inline-block;	
}

a.compare_button:hover
{
	text-decoration: none;
}

a.compare_button .compare_button_right
{
	background: white url(../images/Clipboard/compareGradientFillRight.png) no-repeat scroll 0 0;	
	height: 30px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

a.compare_button .compare_button_left
{
	background: transparent url(../images/Clipboard/compareGreenOrb.png) no-repeat scroll 0 0;
	height: 49px;
	width: 49px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 15px;
}

a.compare_button .compare_button_middle
{
	background: transparent url(../images/Clipboard/compareButtonGradientFillStrip.png) repeat-x scroll 0 0;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 18px;
	padding-top: 9px;
	font-weight: bold;
	text-shadow: white 0px 1px;
	color:#555555;
}

span.info_button
{
	vertical-align: middle;
	background: transparent url('../images/Clipboard/informationButcon.png') no-repeat 0 0;
	width: 26px;
	height: 26px;
	display: inline-block;
	float:left;
	margin-right:10px;
}

.tip_wrapper{
	position:relative;
	overflow:hidden;
	width:960px;
}


.tip
{	
	font-size: 1.2em;
	margin-bottom: 2em;
	color: #555555;
	overflow: hidden;
	background-color:#fff;
	background-image: url("../images/tipGradientShading.png");
	background-position:bottom;
	background-repeat:repeat-x;
	padding:20px 10px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid;
	border-color:#b8b8b8;
	margin-top:20px;
}

.tip_arrow{
	background-image:url("../images/tipArrow.png");
	background-repeat:none;
	width:36px;
	height:19px;
	position:absolute;
	top:2px;
	left:50px;
}

.tip .info
{
	line-height: 1.2;
	padding-top: 0.2em;
}

a.print_link *
{
  vertical-align: middle;
  font-weight: bold;
}

a.print_link:hover
{
  text-decoration: none;
}

.print_link img.print_orb
{
  margin-right: 5px;
}

/*.print_link_large img.print_orb_large
{
	margin-right: 10px;
}*/

.add_to_clipboard_button
{
	background: transparent;
	border: none;	
	width: auto;
	overflow: visible;
	cursor: pointer;
}

.add_to_clipboard_button span
{
	display: inline-block;
	vertical-align: top;
}

.add_to_clipboard_button .orb
{
	background: transparent url("../images/ProductPage/addToClipboardButton_orb.png") no-repeat scroll 0 0;
	height: 52px; 
	width: 50px;
}

.add_to_clipboard_button .left
{
	background: transparent url("../images/ProductPage/addToClipboardButton_end.png") no-repeat scroll 0 0;
	height: 29px;	
	width: 20px;
}

.add_to_clipboard_button .middle
{
	background: transparent url("../images/ProductPage/addToClipboardButton_strip.png") repeat-x scroll 0 0;
	height: 23px;
	padding-top: 6px;
	font-weight: bold;
	text-shadow: white 0px 1px;
	white-space:nowrap;
}
.add_to_clipboard_button .middle,
.add_to_clipboard_button .left
{
	margin-top: 11px;
}

.clipboarded .clipboarded_image
{
	background: transparent url("../images/ProductPage/clipboardedGreenOrb_04.png") repeat-x scroll 0 0;
	display: inline-block;
	height: 49px;
	width: 50px;
	vertical-align: middle;
}

.clipboarded .clipboarded_text
{
	display: inline-block;
	vertical-align: middle;
}

.big_orange_button
{
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 1.05em;
	color: white;		
	cursor: pointer;
}

.big_orange_button .left
{
	background: transparent url('../images/Clipboard/createATRecommendationButton_01.png') no-repeat 0 0;
	display: inline-block;
	width: 17px;
	height: 43px;
	vertical-align: middle;
}

.big_orange_button .right
{
	background: transparent url('../images/Clipboard/createATRecommendationButton_05.png') no-repeat 0 0;
	display: inline-block;
	width: 16px;
	height: 43px;
	vertical-align: middle;
}

.big_orange_button .middle
{
	background: transparent url('../images/Clipboard/createATRecommendationButton_03.png') repeat-x 0 0;
	display: inline-block;
	height: 40px;
	width: 130px;
	vertical-align: middle;
	padding-top: 3px;
}

.crossed_button
{
	padding-top: 2px;
	padding-left: 20px;
	min-height: 16px;
	display: inline-block;
	background: transparent url("../images/Clipboard/removeFromClipboardButcon.png") no-repeat 0 0;
}

#page_holder {
	position:relative;
}

#action-links-bar {
	width:960px;
	min-height:36px;
	background-image:url(../images/Header/siteSearch_bar_04.png);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
}
#action-links-bar .skip-to {
	color:#FFF;
	padding-top:10px;
	font-size:1.1em;
}
.skip-to-content-wrapper {
	display:inline;
	position:absolute;
	top:10px;
}

.action-links-wrapper {
	display:inline;
	position:absolute;
	right:300px;
	height:36px;
	padding-top:10px;
}
.action-links {
	color:#006;
	font-size:1.2em;
	padding-left:6px;
	padding-right:12px;
	background-image:url(../images/Header/actionLinksVR.png);
	background-position:center right;
	background-color:transparent;
	background-repeat:no-repeat;
}

.site-search-wrapper{
	display:inline;
	position:absolute;
	right:10px;
	padding-top:3px;
	width:270px;

}

.site-search-label{
	color:#FFF;
	font-size:1.2em;
	float:right;
	padding-top:7px;
	padding-right:5px;
}

.site-search-left {
	background-image:url(../images/Header/siteSearchLeft_01.png);
	background-color:transparent;
	background-repeat:no-repeat;
	width:19px;
	height:28px;
	float:right;
}

.site-search-box-wrapper{
}

.site-search-box{
	border:0 none;
	float:right;
	width:150px;
	padding-top:7px;
	padding-bottom:5px;
	margin:0;
	background-image:url(../images/Header/siteSearchTopStrip_03.png);
	background-repeat:repeat-x;
	background-position:top;
}

.site-search-right {
	background-image:url(../images/Header/siteSearchRight_05.png);
	background-color:transparent;
	background-repeat:no-repeat;
	width:16px;
	height:28px;
	float:right;
}

.fieldWithErrors label
{
	color: red;
}

.fieldWithErrors input
{
	border: 1px solid red;
}

#errorExplanation {
  background-color:#F0F0F0;
	border:1px solid #FF3333;
	margin-bottom:20px;
	padding:7px 7px 12px;
	width:400px;
}

#errorExplanation h2 {
  background-color:#FFD9D9;
	color:#9E0838;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	text-align:left;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
	margin-top: 1em;
}

#errorExplanation ul
{
	padding-left: 20px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.deleted_from_master
{
	color: red;
	line-height: 1.2;
}

#linkbar_holder
{
	overflow: hidden;	
}

#linkbar_holder ul
{
	overflow: hidden;	
	float:right;
}

#linkbar_holder li
{ 
	display: inline;	
	float: left;	
	border-color: #627eb4;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}

#linkbar_holder li:hover
{
	background: transparent url('../images/GlobalNavigation/mouseOverGradientFillStrip_02.png') repeat-x scroll 0 0;
}

#linkbar_holder li.last
{
	border-width: 0px 1px;
	
}

#linkbar_holder li.home
{

}

#linkbar_holder li.selected
{	
	background: transparent url('../images/GlobalNavigation/selectedLinkBgFillStrip_02.png') repeat-x scroll 0 0;
}

#linkbar_holder a
{
	font-family: Verdana, Helvetica, Sans-Serif;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	height:26px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-decoration:none;
	display: inline-block;
}

#linkbar_holder a:hover
{
	text-decoration: underline;
}

#linkbar_holder li.home a
{
	
}

#linkbar_holder .home_holder
{
	position: relative;
	top: -3px;
}

#linkbar
{	 
	background: #000000 url('../images/nav_background.png') repeat-x;	
	padding-left: 42px;
	width: 100%;
	zoom: 1;
	overflow: hidden;
	padding: 1em 0;
}

#linkbar .linkbar_item
{
	float: left;	
	margin-left: 15px;	
}

#linkbar .linkbar_item .blurb
{
	color: #EEEEEE;
	font-size: 0.85em;
}

#linkbar .linkbar_item a
{
	font-size: 1.2em;
	color: #EEEEEE;
	text-decoration: none;
}

#footer-holder
{		
	background-image:url(../images/footerStrip.png);
	background-repeat:repeat-x;
	background-color:#203969;
	background-position:bottom;
	min-height:297px;
	overflow:hidden;
	margin-top:40px;
	width:100%;
}


#page-footer
{
	clear:both;
	margin-top:40px;
	overflow:hidden;
	min-height:297px;
	width: 960px;
	margin:0 auto 10px;
}

#page-footer .float-links-holder
{
	width:680px;
	float:left;
}


#page-footer .contact-holder
{
	float:left;
	margin-top:20px;
	padding-left:20px;
	width:260px;
	background-image:url(../images/footerVR.png);
	background-position:left center;
	background-color:transparent;
	background-repeat:no-repeat;
}

#page-footer .contact-holder h2
{
	color:#fff;
	font-size:2em;
	font-weight:normal;
	margin-bottom:0.5em;
	text-shadow:0 -1px 0 #333333;
}

#page-footer .contact-holder p
{
	font-size:1.2em;
	margin-bottom:1em;
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
}

#page-footer .contact-holder a
{
	color:#fff;
	padding-left:10px;
}

#page-footer #footer-links-table
{
	float:left;
	width:100%;
}

#page-footer #footer-links-table td
{
	padding-bottom:40px;
	padding-right:20px;
}

#page-footer ul.footer-links
{
	display: inline;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	line-height: 1.3;
	font-size: 1.1em;
}

#page-footer ul.footer-links a.header
{
	color:#bfd6ff;
	font-weight:normal;
	font-size:1.2em;
	display: inline-block;
	text-indent:0;
	padding-top:20px;
}

#page-footer p, #page-footer ul.footer-links a
{
	color:#fff;
}

#copyright-holder
{
	background-image:url(../images/copyrightStrip.png);
	background-repeat:repeat-x;
	background-color:#203969;
	background-position:bottom;
	clear:both;
	min-height:46px;
}

#copyright-logo-notice-holder{
	width:960px;
	margin:0 auto;
	min-height:46px;
}

#copyright-holder .logo-holder
{
	background-image:url(../images/ILCNSWLogoSmall.png);
	background-repeat:no-repeat;
	float:left;
	width:42px;
	height:39px;
	margin-top:3px;
}

#copyright-holder .copyright_notice
{
	padding-left:5px;
	float:left;
	margin-top:3px;
}

#copyright-holder p.copyright{
	font-size:0.9em;
	line-height:1.7;
	color:#fff;
}


#magic-toolbar{
	width:960px;
	background-image:url(../images/magic_toolbarStrip.png);
	background-repeat:repeat-xl;
	background-position:center top;
	overflow:visible;
	min-height:51px;
	background-color:#FFF;
	height:auto !important;
	height:51px;
	background-color:#FFF;
	position:relative;
	margin:20px auto 0 auto;
	z-index: 20;
}

#magic-toolbar ul.toolbar{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	padding-top: 5px;
}

#magic-toolbar ul.toolbar li{
	display:inline-block;
	vertical-align: middle;
	font-size:1.1em;
	background-image:url(../images/magic_toolbar_vr.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	position: relative;
}

#magic-toolbar ul.toolbar li a.toolbar_link
{
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}

#magic-toolbar ul.toolbar li #supplier_toolbar_link
{
	width: 70px;
}

#magic-toolbar ul.toolbar li #media_toolbar_link
{
	width: 50px;
}

#magic-toolbar ul.toolbar li #saved_clipboards_toolbar_link
{
	width: 120px;
}

#magic-toolbar li img{
	vertical-align:middle;
	padding-right:5px;
}

#magic-toolbar ul.toolbar li.last{
	background-image:none;
}

#toolbar-left{
	background-image:url(../images/magic_toolbarLeft.png);
	left:-10px;
}

#toolbar-left, #toolbar-right{
	background-repeat:no-repeat;
	width:10px;
	height:58px;
	position:absolute;
	top:0;
}

#toolbar-right{
	background-image:url(../images/magic_toolbarRight.png);
	right:-10px;
}

#my_clipboard_icon
{
	position: absolute;
	top: -19px;
	left: 3px;
}

#magic-toolbar ul.toolbar li.my_clipboard
{
	padding-left: 73px;	
	padding-top: 0px;
}

#magic-toolbar .my_clipboard_holder
{
	display: inline-block;
	line-height:1.3;
}

#magic-toolbar .view_clipboard
{
	display: block;
	width: 130px;
	margin-right: 20px;	
	text-decoration: none;
}

#magic-toolbar .clipboard_name
{
	width: 120px;	
	height: 1.2em;
	overflow: hidden;
	display: inline-block;
}

#magic-toolbar #clipboard_popup
{
	position: absolute;
	width: 400px;
	top: 48px;
	right: 0px;
	z-index: 10;
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 10px;
	-moz-box-shadow: 0 5px 10px grey;
	-webkit-box-shadow: 0 5px 10px grey;
}


#magic-toolbar .popup_loading
{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
}

#magic-toolbar .popup_loading *
{
	vertical-align: middle;	
}

#magic-toolbar .popup_loading img
{
	margin-left: 20px;
}

#magic-toolbar .items
{
	max-height: 300px;
	overflow-y: auto;	
	padding-bottom: 1em;
	border-bottom: 1px solid #777777;	
}

#magic-toolbar .item_separator
{
	border-bottom: 1px solid #CCCCCC;
	height: 1em;
	margin-bottom: 1em;
}

#magic-toolbar .clipboard_item
{}

#magic-toolbar .clipboard_item div,
#magic-toolbar .clipboard_item img
{
	display: inline-block;
	vertical-align: middle;
}

#magic-toolbar .clipboard_item .title_and_note_holder
{
	margin-right: 10px;
	font-weight: bold;
	line-height: 1.3;	
	width: 180px;
}

#magic-toolbar .clipboard_item .item_title
{
	font-size: 1.1em;
}

#magic-toolbar .clipboard_item img.clipboard_item_image
{
	margin-right: 10px;
	width: 50px;
}

#magic-toolbar .clipboard_item .remove_from_clipboard_holder
{
	width: 112px;
	text-align: right;	
}

#magic-toolbar .actions
{
	margin-top: 1em;
}

#magic-toolbar .compare_holder
{	
	margin-bottom: 0.5em;
}

#magic-toolbar .compare_holder .use_another_clipboard_holder
{
	float: left;
}

#magic-toolbar .compare_holder .compare_these_items
{
	float: right;
	text-align: right;
}

#magic-toolbar .compare_holder .arrow_linkbutton
{	
	width: 190px;
}

#magic-toolbar .close_and_view_clipboard_holder #close_clipboard_popup,
#magic-toolbar .close_and_view_clipboard_holder #view_this_clipboard
{
	width: 190px;	
}

#magic-toolbar .close_and_view_clipboard_holder #close_clipboard_popup
{
	float: left;
	font-weight: bold;
}

#magic-toolbar .close_and_view_clipboard_holder #view_this_clipboard
{
	text-align: right;
	float: right;
}

#clipboard_popup_spinner_holder
{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 20px;
}

#clipboard_dropdown_arrow:hover
{
	text-decoration: none;
}

#clipboard_dropdown_arrow
{
	width: 15px;
	height: 12px;
	background: transparent url("../images/dropdownArrow.png") no-repeat 0 0;
	position: absolute;
	top: 8px;
	right: 0px;
}



.new_or_existing_holder h2
{
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.new_or_existing_holder .create_new_column
{
  float: left;
  width: 280px;
  padding-right: 20px;
}

.new_or_existing_holder input.clipboard_name
{
  width: 12em;
}

.new_or_existing_holder .add_to_existing
{
  float: right;
  width: 379px;
  border-left: 1px solid #777777;
  padding-left: 20px;
}

.new_or_existing_holder
{
  color: #555555;
 	width: 700px;
  margin: 0 auto;
}

.new_or_existing_holder p
{
  line-height: 1.1;
  margin-bottom: 1em;
}

.new_or_existing_holder .dialog
{
	width: 700px;	
	position: absolute;
	left: 180px;
}

.new_or_existing_holder .clipboard_errors
{
	font-weight: bold;
	color: red;
}

.event_summary {
	border-bottom:thin dotted;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#999;
}
.event_summary h3 {
	margin-bottom:0.3em;
}
.event_summary p.date {
	color:#666666;
	margin-bottom:0.5em;
}

.calender 
{
	width: 40px;
	margin-right: 10px;
	text-align: center;
	float: left;
}

.event_summary .title_and_dates
{
	width: 300px;
	float: left;
}

.calender .month
{
	background-color: #79BC1F;
	color: white;
	font-size: 1.1em;
	padding: 1px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.calender .day
{
	font-family: Serif;
	font-size: 1.4em;
	color: black;
	padding-top: 5px;
	font-weight: bold;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 1px;
}

#announcements {
	border-top:thin solid #CCC;
	border-bottom:thin solid #ccc;
	margin:10px 0 5px 0;
	padding: 5px 0px 5px 5px;
	font-size: 1.1em;
	white-space: nowrap;
	overflow: hidden;
}

.announcements_label {		
	font-weight:bold;
	float: left;
	width: 120px;
	line-height: 1;
}

.announcement {
	
}

#announcements ul {
	list-style-type: none;
	float: left;
	width: 810px;
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}

#announcements li {
	font-size: 100%;
	line-height: 1;
	margin-bottom: 0.5em;
}