body {
	background: #CCE821;
	font-size: 9pt;
	font-family: arial, Helvetica, sans-serif;
}

.mceContentBody, #tinymce {
	background-color:#ffffff!important;
}

td, p {
	font-size: 9pt;
	line-height: 1.6em;
}

.smalltext {
    font-size: 8pt;
    color: #999999;
}

.bluelink, a.bluelink, a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
    color : #3399cc;
    font-size:12pt;
    text-decoration: underline;	
}

a.bluelink:hover {
    text-decoration: none;
}

.greentext, a.greentext, a.greentext:link, a.greentext:visited, a.greentext:active {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ACC802;
    font-size:12pt;
}

a.greentext:hover {
    text-decoration: underline;
}

.orangetext, a.orangetext, a.orangetext:link, a.orangetext:visited, a.orangetext:active {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FD8E02;
    font-size:12pt;
}

a.orangetext:hover {
    text-decoration: underline;
}

#toc ul  {
	padding: 4px 0px 0px 8px;
	margin: 4px 0px 0px 8px;
}

#toc li  {
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}

#toc2 ul  {
	list-style: none;
	padding: 2px 0px 0px 4px;
	margin: 2px 0px 0px 4px;
}

#toc2 li  {
	list-style: none;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}


a.toc, a.toc:link, a.toc:active, a.toc:visited {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.toc:hover {
	text-decoration: underline;
	/* color: #99CC00; */
}

h1, .h1:link, .h1:active, .h1:visited, .h1:hover {
	color : #a1b42c;
	font-size: 16pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h2, .h2:link, .h2:active, .h2:visited, .h2:hover {
	color : #acc802;
	font-size: 14pt;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;	
	margin-bottom: 2px;
}

h3, .h3:link, h3:active, h3:visited, h3:hover {
	color : #250405;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;	
	border-bottom: 1px dashed #aab;
}

h4, .h4:link, .h4:active, .h4:visited, .h4:hover {
	color : #000000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;	
	
}

h5, .h5:link, .h5:active, .h5:visited, .h5:hover {
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;	
}

h6, .h6:link, .h6:active, .h6:visited, .h6:hover {
	color: #492728;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;	
	margin-bottom: 6px;
	
}

a, a:link, a:visited, a:active {
    color : #a1b42c;
    text-decoration: underline;	
}

a:hover {
    text-decoration: none;
}

a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
    color : #666666;
    text-decoration: none;	
}

a.breadcrumb:hover {
    text-decoration: underline;
}

a.headline, a.headline:link, a.headline:visited, a.headline:active {
    color : #a1b42c;
    font-size:11pt;
    text-decoration: none;	
}

a.headline:hover {
    text-decoration: underline;
}

input.button {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	background: URL(images/button_bg.gif);
	border-color: #250405;
	border: 1px solid #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	color: #CCE821;
	cursor: hand;
	height: 22;
}

input.button:hover {
	background-color: #C0C69D;
	border-color: #250405;
	border: 1px solid #250405;
}

input.button3 {
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	border: 1px solid #FFFFFFF;
	cursor: hand;
	height: 25;
	background-color: #B2CC4D;
}

input.button3:hover {
	border: 1px solid #000000;
}

input.searchbutton {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	background: #B0B885;
	border-color: #B0B885;
	border-width: 1;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	height: 20;
}

input.searchbutton:hover {
	background-color: #B0B885;
	border-color: #FFFFFF;
}

input.button2 {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	background: URL(images/button_bg.gif);
	background-color: #646464;
	border-color: #250405;
	border: 1px solid #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	color: #CCE821;
	cursor: hand;
	height: 22;
}

input.button2:hover {
	background-color: #646464;
	border-color: #250405;
	border: 1px solid #250405;
}

input.search, .search {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B0B885;
	font-size: 8pt;	
	height: 20;	
}

input.members {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 8pt;	
	height: 18;	
}

textarea.members {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 10pt;	
}

select.members {
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 10pt;	
}

.footertext, td.footertext {
	color : #EEF2D7;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}

a.footertext, a.footertext:link, a.footertext:active, a.footertext:visited, a.footertext:hover {
	color : #CCE821;
	font-size: 8pt;
	font-weight: normal;
	font-family: Trebuchet ms, Arial, Verdana, Helvetica;
	text-decoration: underline;
}

a.footertext:hover {
	color : #CCE821;
	font-size: 8pt;
	font-weight: normal;
	font-family: Trebuchet ms, Arial, Verdana, Helvetica;
	text-decoration: none;
}

a.more{
	color: #CCE821;
	text-decoration: none;
	position: relative;
	display: block;
	position: relative;
	display: block;
	text-align: right;
}

a.more:hover{
	color: #FF4500;
}

a.largewhitetext, a.largewhitetext:link, a.largewhitetext:active, a.largewhitetext:visited, a.largewhitetext:hover {
	font-size: 11pt;
	font-weight: bold;
	font-family: Trebuchet ms, Arial, Verdana, Helvetica;
	color: #FFFFFF;	
	text-shadow: black 1px 1px 5px;
}

.largewhitetext, a.largewhitetext:hover {
	font-size: 11pt;
	font-weight: bold;
	font-family: Trebuchet ms, Arial, Verdana, Helvetica;
	color: #FFFFFF;	
	text-shadow: black 1px 1px 5px;
}

a.smallwhitetext, a.smallwhitetext:link, a.smallwhitetext:active, a.smallwhitetext:visited {
	color : #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: underline;
}

.smallwhitetext, a.smallwhitetext:hover {
	color : #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}

#custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 4px;
}

#custom li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 6px;
}

#navlist ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 2px;
	margin-right:3px;
}

#navlist li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0;
}

a.menutext, a.menutext:link, a.menutext:active, a.menutext:visited {
	color: #2c343e;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	border-left: solid 3px #A4CD39;
	background-color: #E4EEAA;
	width: 188px;
	height: 16px;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
	
}

a.menu, a.menu:link, a.menu:active, a.menu:visited {
	color: #2c343e;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	border-left: solid 3px #A4CD39;
	background-color: #E4EEAA;
	width: 188px;
	height: 16px;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
}

a.newsmenu, a.newsmenu:link, a.newsmenu:active, a.newsmenu:visited {
	color: #CCE821;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #414650;
	border-left: solid 3px #CCE821;
	width: auto;
	height: auto;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
}

a.menucurrent, a.menucurrent:link, a.menucurrent:active, a.menucurrent:visited {
	color: #CCE821;
	font-size: 14px;
	
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #414650;
	border-left: solid 3px #CCE821;
	width: 188px;
	height: auto;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
}

a.menu2current, a.menu2current:link, a.menu2current:active, a.menu2current:visited {
	color: #646464;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #cccccc;
	width: 188px;
	height: 16px;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
}

a.menu2current:hover {

}

a.menu2text, a.menu2text:link, a.menu2text:active, a.menu2text:visited {
	color: #89905F;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background-color: #eeeeee;
	width: 188px;
	height: 16px;
	text-align:right;
    padding: 4px 2px 2px 2px;
	margin: 0;
	display: block;
	border-bottom: solid 1px #CEE48F;
}

a.menu2text:hover {
	background-color: #fefcef;
}

a.menu3text, a.menu3text:link, a.menu3text:active, a.menu3text:visited {
	color: #A4CD39;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
	width: 160px;
	height: 13px;
	text-align:right;
    padding-top: 2px;
    padding-bottom: 1px;
	padding-left: 3px;
	margin: 0;
	display: block;
	border-bottom: dotted 1px #CEE48F;
	
}

a.menu3text:hover {
	
}

a.menu3current, a.menu3current:link, a.menu3current:active, a.menu3current:visited {
	color: #A4CD39;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	width: 160px;
	height: 13px;
	text-align:right;
    padding-top: 2px;
    padding-bottom: 1px;
	padding-left: 3px;
	margin: 0;
	display: block;
	border-bottom: dotted 1px #CEE48F;
	
}

a.menucurrent:hover {
	
}

.sidequote {
    color: #777777;
    padding: 8px 0px 8px 0px;
    margin: 0 8px 0 10px;
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-align: left;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.autoborder img{
	padding: 3px;
	margin: 3px;
	border: 1px solid #999999
}

input, select, textarea{
	border: 1px;
}

td.maincontent {
    padding: 8px 10px 8px 15px;
}

.breadcrumb {
    font-size: 8pt;
    color: #999999;
}

hr.breadcrumb {
    color: #666666;
    height: 1px;
    border:0;
}

.level0 {
	background: #4d4d4d;
	}

.level1 {
	background: #cce821;
}

td.header {
	background: url('http://www.interpath.net.au/images/intranet_top.gif') no-repeat top left;
	height: 5px!important;
	padding: 0;
}

td.header img,
td.footer img {
	display: none;	
}

td.footer {
	background: url('http://www.interpath.net.au/images/intranet_bottom.gif') no-repeat bottom left;
	padding: 0;
	height: 5px;
}


/** Gallery styles **/


#gallery .image_tile {
	background: #f0f2ef;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin: 3px;
	padding: 10px 5px;
	text-align: center;
	width: 30%;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	vertical-align: middle;
}

#gallery .image_tile span {
	display: block;	
	font-size: 11px;
	line-height: 1.2em;
}

#gallery .fixed_height {
	height: 180px;	
}

#gallery .image_tile:hover {
	border: 1px solid #777;
}

#gallery p {
	clear: both;
}

#gallery .prev,
#gallery .next,
#gallery .num {
	font-size: 11px;
	display: block;
	float: left;
	width: 18px;
	height: 18px;	
	margin: 0 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#gallery .num {
	background: #adbea5;
	margin: 0 1px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#gallery span.num {
	background: #858F80;	
}

#gallery a.num:link,
#gallery a.num:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#gallery .prev { background: #adbea5 url('http://www.cecc.com.au/images/prev.gif') no-repeat center center; }
#gallery .next { background: #adbea5 url('http://www.cecc.com.au/images/next.gif') no-repeat center center; }

#gallery span.prev {background-color: #858F80; }
#gallery span.next {background-color: #858F80; }


#gallery a.prev:hover,
#gallery a.next:hover,
#gallery a.num:hover { 
	background-color: #0B396D; 
}

#gallery .image_tile img {
	border: 0;
}


/**	End gallery styles **/


/*	Sub menu styles menu1 */

#cb2010_navigation {
	font-family: Arial, Verdana, Helvetica;
	padding-left: 12px;
	padding-right: 4px;
	
}

#cb2010_navigation ul {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#cb2010_navigation li {
	display: block;
	text-align:right;
	margin: 0;
}

* html #cb2010_navigation ul li a {
	display: inline-block;
	
}

#cb2010_navigation ul.menu1 li {
	border-left: solid 3px #CCE821;
	background-color: #414650;
	border-bottom: solid 1px #CEE48F;
	text-transform: uppercase;
	letter-spacing:0.05em;
}

#cb2010_navigation ul.menu1 li a:hover {
	
}

#cb2010_navigation ul li a:link,
#cb2010_navigation ul li a:visited {
	text-decoration: none;
	padding: 4px 4px 2px 2px;
	display: block;
}

#cb2010_navigation ul.menu1 li a:link,
#cb2010_navigation ul.menu1 li a:visited {
	color: #CCE821;
	font-weight: bold;
	font-size: 14px;
	/*
	letter-spacing: 0.05em;
	*/
}

#cb2010_navigation ul.menu1 li a:hover {

}

#cb2010_navigation ul.menu1 li.current {
	background-color: #414650;
	
}

#cb2010_navigation ul.menu1 li.current a:link, 
#cb2010_navigation ul.menu1 li.current a:visited {
	color: #CCE821;
	text-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#cb2010_navigation ul.menu2 li {
	border: 0;
	background-color: #EEEEEE;
	margin:0;
	border-bottom:1px solid #CEE48F;
}

#cb2010_navigation ul.menu2 li a:link,
#cb2010_navigation ul.menu2 li a:visited {
	color: #89905F;	
	font-size: 12px;

}

#cb2010_navigation ul.menu2 li:hover {
	background-color: #fefcef;
}

#cb2010_navigation ul.menu2 li.current {
	color: #CEE48F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #414650;
}

#cb2010_navigation ul.menu2 li.current a:link,
#cb2010_navigation ul.menu2 li.current a:visited {
	background-color: #CCCCCC;
	color: #646464;
}

#cb2010_navigation ul.menu3 {
	margin-left: 12px;
}

#cb2010_navigation ul.menu3 li {
	border-bottom: 1px dotted #CEE48F;
	width: 160px;	
}


#cb2010_navigation ul.menu3 li a:link,
#cb2010_navigation ul.menu3 li a:visited {
	color: #A4CD39;
	font-size: 12px;
	padding: 3px 4px 1px 2px;	
}

#cb2010_navigation ul.menu3 li a:hover {

}

#cb2010_navigation ul.menu3 li.current {
	
}

#cb2010_navigation ul.menu3 li.current a:link,
#cb2010_navigation ul.menu3 li.current a:visited {
	/*
	font-variant: small-caps;
	*/
	font-weight: bold;
	font-size: 12px;
}

#cb2010_navigation ul.menu2 li.current a:link #archivednews ul li {
	background-color: #FFF;
	display: inline;
}

