/* ----------------------------------------------------
   Project: 	rdcota.org.au
   (C) 2008 bridge2net web concepts
   rdcota_screen.css
   
   dark blue: #0d3189
   light blue: #6576bb
   background: #ededed
   ---------------------------------------------------- */
   
   
/**************************************************/
/* LAYOUT                                         */
/**************************************************/  
   
body  {
	font-family: Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
	font-size:80%;
	background:	#ededed url(../images/body_bg.gif) top repeat-x;
	margin: 0em;
	padding: 0;
	color: black;	
	text-align:center;
}

html {
	overflow:auto;
}

/* Header */

#header {
	width:100%;
	height:185px;
	position:relative;
}

#header .top {
	background:url(../images/header.png) no-repeat top;
	height:20px;
}

#header .spacer {
	background:url(../images/border.png) repeat-y;
	height:165px;
}

#header .logo {
	position:absolute;
	top:14px;
	left:5px;
	z-index: 100;
}

#container {
	width:870px;
	padding:0px;
	margin:auto;
	position:relative;
}

#inner-container {
	margin:0 -15px;
	padding:5px 5px 0px 5px;
	position:relative;
	background:url(../images/border.png) repeat-y;
}

/* Content */

#content {
	padding: 0px 5px 0 5px;
	margin: 5px 10px 0px 170px;
	position:relative;
	text-align: left;
}

div#content {
	line-height:18px;
	position:relative;
}

.leftcolumn {
	float: left; 
	padding: 8px 5px;
	width: 155px;
}

.rightcolumn {
	float: right; 
	padding: 8px 5px;
	width: 165px;
}

#bar {
	padding:0 0 0 15px;
	height:0px;
	vertical-align:middle;
	margin: 0;
}

#bar .header {
	color:#D9EDF9;
	font-weight:bold;
}
/**************************************************/
/* FORMATTING                                     */
/**************************************************/  

img {
	vertical-align:middle;
	border:0;
}

p {  
	text-align:left;
}

a {
	text-decoration:none;
	color:#45548E;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#6B76B1;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	text-align:left;
}

hr {
	height:1px;
	color:#CCCCCC;
	background-color: white;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 8px 10px 10px;
	color:#333;
	/*line-height:1.5;*/
	font-size: 0.85em;
}

/*textbox for special announcments*/
.textbox{
	color: #000;
  background-color: #CFD5E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  border-top: 1px solid #2B365A;
  border-left: 1px solid #2B365A;
  border-right: 3px solid #2B365A;
  border-bottom: 3px solid #2B365A;
  padding: 6px;
  margin: -6px 22px 6px 22px;
}
table {
	width:99%; /* wegen IE 6 */
	border-collapse:collapse;
	border:0;
	border-spacing:0;
	margin:5px 0;
	text-align:left;
	font-size: 1em;
}
#content table.contenttable {
  width: 500px;
}

thead {
	background-color:#eef3f7;
}

td {
	vertical-align:top;
}

form {
	padding:0;
	margin:0;
}

tr.header {
}

tr.header a {
}

tr.row-1 {
	background:transparent;
}

tr.row-2 {
	background:#f5f5f5;
}

ul {
	list-style-image: url("../images/bullet_arrow_simple.png");
	margin: auto;
	padding: 0 0 8px 20px;	
	text-align:left;
}
ol {
	list-style-image: none;
	list-style-type: decimal;
	margin: auto;
	padding: 0 0 8px 20px;
	text-align:left;
}
li {
	margin: 0 0 8px 5px;
	text-align:left;
}
ul.easy {
	list-style-image: none;
	list-style-type:none;
	padding:0;
}

ul.log {
	list-style-type:none;
	padding:0;
	vertical-align:middle;
}

#content p.align-center {
  text-align:center;
}

#content p.align-right {
  text-align:right;
}

#content p.align-justify {
  text-align:justify;
}

#content h1, h2, h3, h4, h5 {
	color:#45548E;
	background: white;
	padding:8px 0;
	margin:0;
	text-align:left;
}	

#content h1 {
	font-size:2em;
	line-height: 1.5em;
}

#content h2 {
	font-size:1.5em;
}

#content h3 {
	font-size:1.2em;
}

#content h4 {
	font-size:1.1em;
}

#content h5 {
	font-size:1em;
}

#content p {
	padding:5px 0;
	margin:0;
	text-align:left;
}

#footer {
	color:#555555;
	font-size:0.8em;
	/*line-height:16px;*/
	width:870px;
	height:30px;
	position:relative;
	margin: -3px 0 0 -15px;
	padding: 0;
	background:url(../images/footer.png) no-repeat top;
}

#footer .left {
	position:absolute;
	left:10px;
	top:5px;
}

#footer .right {
	position:absolute;
	right:10px;
	top:5px;
}
   
/**************************************************/
/* BOXES                                          */
/**************************************************/ 

#content p.box {
	margin:0 0 5px 8px;
	border:1px solid #0d3189;
	border-top:none;
	width: 138px;
	text-align:center;
	padding:6px;
}

#content p.box-header {
	background:#0d3189 url(../images/box-background.png) repeat-x;
	font-weight:bold;
	color:white;
	width: 140px;
	text-align:center;
	padding:6px;
	margin:0 0 0px 8px;
}

#content p.box-content {
	font-size:0.85em;
	padding:6px ;
}
   
/**************************************************/
/* MENU                                           */
/**************************************************/ 

/* Menu Specific
  If you change menu li height, you also have to adjust padding and heights in 
  li a, li span and img.icon and img.dropdown */

#menu {
	margin:20px 0;
	padding:0 5px;
}

#menu li {
	list-style-type:none;
	list-style-image:none;
	border-bottom:1px dotted #0d3189;
	font-weight:bold;
	text-align:left;
	padding:0;
	overflow:hidden;
}

#menu li.selected {
	font-weight:normal;
	background:#EAEBF1;
}

#menu li.first {
	margin-top:0px !important;
}

#menu li:hover {
	background:#0d3189;
	color: white;
}

#menu li:hover > a {
	background:#0d3189;
	color:white;
}

#menu li span,

#menu li a {
	margin:0;
	padding:0;
	display:block;
	height:20px;
	line-height:20px;
	text-decoration:none;
	vertical-align:middle;
}

#menu li.disabled:hover {
	background:none;
}

/* Sitemap */

.sitemap p {
	margin:0;
	padding:0;
}

.sitemap p.header {
	font-weight:bold;
	padding:4px;
}

/* General Classes */

.alct {
	text-align:center;
}

.block {
	padding:10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

span.new,

span.important {
	color:red !important;
}

span.current {
	font-weight:bold;
}

span.selected {
	font-weight:bold;
	color:blue;
}

.comment {
	font-size:0.8em;
	color:#909A9E;
}

.error {
	color:#FD6565;
	font-weight:bold;
}

/*FIX FOR CSS 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 */


/**************************************************/
/* TYPO3 CONTENT RENDERING                        */
/**************************************************/

#rightcolumn p.align-center {
  text-align:center;
}

#rightcolumn p.align-right {
  text-align:right;
}

#rightcolumn p.align-justify {
  text-align:justify;
}

#rightcolumn .csc-textpic-imagewrap, .csc-textpic, .csc-textpic-center, .csc-textpic-below {
  margin: auto;
  padding:0;
}

#rightcolumn .csc-textpic-image, .csc-textpic-firstcol, .csc-textpic-lastcol {
  border:1px solid #0d3189;
  color: #000;
  background: white;
  margin: auto;  
  padding:0;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 0px;
  padding: 0;
}

#rightcolumn p .csc-frame-frame1{
  border:1px solid #0d3189;
  padding: 5px;
  margin: auto;
  color: #000;
  background: white;
}
#rightcolumn .csc-textpic-caption{
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
}
#content .csc-textpic-caption{
  font-weight: bold;
  text-align: center;
	font-size: 0.8em;
}
#content .csc-textpic-imagewrap, .csc-textpic, .csc-textpic-center, .csc-textpic-below{
  padding: 2px;
}
#content .csc-textpic-image, .csc-textpic-firstcol, .csc-textpic-lastcol {
	border: 2px solid #0d3189;
	padding: 2px;
	margin: 10px;
}
#content p img {
  border:1px solid #0d3189;
  padding: 5px;
  margin: 2px;
  color: #000;
  background: white;
  /*width: 144px;*/
}
