/* Start of CMSMS style sheet 'STA GCIO Print' */
/* hide unnecessary nav */
#cim_skip-content {display:none;}
#cim_house-banner {display:none;}
#cim_tools {display:none;}
#cim_top-nav {display:none;}
#cim_left-col {display:none;}
.function-icons {display:none;}
#cim_right-col {display:none;}
#cim_header #cim_header-left {display:none;}
#cim_bread-crumbs {display:none;}

/* hide backgrounds */
/* #cim_content-wrapper {background:none;} */

/* reposition main content */
#cim_main-content {padding: 0; margin : 0;}

/*
#cim_main-content 
{
	background: #fff url(uploads/images/template/sydney-buses-print-logo.jpg) no-repeat;
	padding-top: 60px;
}
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color : white;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size : 100.01%;
	padding : 5px 7px 0 7px;
}

h1{
	color: #565756;
}

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

h1 {
	margin-bottom : 0.5em;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
/*	font-weight: normal; */
	font-weight: bold;
}

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

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

h1 a, h1 a:hover, h1 a:visited{
	color: #565756;
}

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


h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #62B3E1; 
	text-decoration: none;
}

h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #62B3E1; 
	text-decoration: underline;
}

h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color: #62B3E1; 
	text-decoration: none;
}

p {margin : 0 0 1em 0;}

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

ul li {}

ol li {}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:focus {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

/* STA specific reusable classes
*******************************************************************************/
a.pdf-link
{
	background: url(uploads/images/template/pdf_link2.gif) center left no-repeat;
	padding-left: 21px;
}

a.external-link
{
	background: url(uploads/images/template/external_link.png) center right no-repeat;
	padding-right: 13px;
}

.pdf-list
{
	list-style: none!important;
}

.arrow-list
{
	list-style-position: inside;
	list-style-type: disc;
/*	list-style-image: url(uploads/images/template/arrow_bullet.gif);*/
}

.padded
{
	padding: 0.5em;
}


div.rounded
{
/*	background-color: #D7E2FC; */
	background-color: #EDF2FF;
	margin: 0.5em 0 0.5em 0;
}



div.rounded table, div.rounded td, div.rounded th
{
	border: none;
}


div.rounded ul {
	margin-left: 0.5em;
	padding : 0;
}

div.rounded ul li {
	margin-top: 0.5em;
	padding : 0;
}

div.rounded p {
	margin-left: 0.5em;
	padding : 0;
}

div.rounded h1, div.rounded h2, div.rounded h3, div.rounded h4, div.rounded h5, div.rounded h6  {
	margin-left: 0.5em;
	padding : 0;
}

div.rounded img {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding : 0;
}

img.border
{
	border: 1px solid #005596;
}


fieldset
{  
	margin: 0.5em 0 0 0;  
	padding: 0;
	border: none;
	margin-left: 0.5em;  
}

legend
{  
	font-size: 1em;
	font-weight: bold;
	color: #565756;
	margin-bottom: 0.5em;  
}

fieldset ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li
{  
	padding-bottom: 1em;
}

fieldset.submit
{  
	border-style: none;
}

input.button
{
	border : 1px solid #C0C2C4;
	width : auto; 
	height : auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding : 1px 2px 2px 2px;
	background-color: #808284;
	color: #fff;
	font-size : 90.01%;
}

/*
div.news-summary-container
{
	padding: 5px;
	display: block;
}



img.news-summary
{
	margin: 0.5em 0 0 0;
	padding: 0;
}

div.news-summary-links
{
	padding-left: 160px;
	min-height: 115px;
}

* html div.news-summary-links {height : 115px;}
*/

table
{
	border-collapse : collapse;
	border-color:#D7E2FC;
	border-style:solid;
	border-width:1px;
	color:#000000;
	padding:0px;
	margin-top:1em;
	margin-bottom:1em;
}

table.compact
{
	font-size : 75.01%;	
}

table.ultra-compact
{
	font-size : 50.01%;	
}

th
{
	color: #246cce;
}

td, th
{
	border-color:#D7E2FC;
	border-style:solid;
	border-width:1px;
}

td, th
{
	padding-top : 0.25em;
	padding-bottom : 0.25em;
}

tr.even td
{
	background: #EDF2FF;
}

tr.odd td
{
	background: transparent;
}


div.section-summary
{
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: solid 1px #D7E2FC;
	background-color: transparent;
	display: block;
	min-height : 105px;
}

* html div.section-summary
{
	height : 105px;
}

div.section-summary img
{
	padding: 1px;
	margin-right: 1.5em;
	margin-bottom: 10px;
	border: 1px solid #005596;
}

#cim_footer {display:none;}



/* The Nifty Corners rounding magic
*******************************************************************************/

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* End of 'STA GCIO Print' */

