/* @override http://agedcareeducation.com.au/css/main.css */

@import "application.css";

body, html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background: #f2f9fb url(/img/dropshadow.jpg) repeat-y scroll 50% 0;
	font: 85% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	text-align:justify;
}

div#header
{
	
}
	div#header div#header_title
	{
		color:#24282b;
		margin-top:2px;
		margin-bottom:2px;
		background-color:#c1d8e8;
		padding:2px;
		padding-right:5px;
		text-align:right;
	}

div#main
{
	width:690px;
	margin:auto;
/*	margin-bottom:42px;*/
/*	overflow:auto;*/
}
		div#content div#module-list table th
		{
			background-color:#81c1db;
			text-align:left;
		}
		
		div#content div#module-list table td
		{
			background-color:#daeaf1;
		}
		
		div#content div#module-list table td.module-status
		{
			text-align:center;
		}
	
	div.grey, div.gray
	{
		margin:15px;
		/*padding:15px;
		height:15px;
		background-color:#f4f4f4;*/
	}

	div#content div.box-header
	{
		width:90%;
		margin:auto;
		background-color:#81c1db;
		padding:6px;
	}
	
	div#content div.box-header h2
	{
		color:black;
		display: inline;
	}
	
	div#content div.box-body
	{
		width:90%;
		margin:auto;
		background-color:#daeaf1;
		padding:6px;
		margin-top:2px;
		margin-bottom: 2em;
	}
	
	div.module-submit
	{
		margin:15px;
	}
	
	div#content h1, div#content h2, div#content h3, div#content h4
	{
		color: #2d71ae;
	}
	
	div#content div.heading
	{
		width:100%;
		background-color:#c9e5f0;
	}
	div#content div.heading h1
	{
		padding:4px;
		margin: 0;
		padding-left:8px;
	}
	
	div#content h1
	{
		font: 160% Arial, sans-serif;
		font-variant: small-caps;
	}
	
	div#content h2
	{
		font: 130% Arial, sans-serif;
	}
	
	div#content h3
	{
		font: 100% Arial, sans-serif;
		margin-top:-1em;
	}
	
	div#content li
	{
		margin-bottom:1.5em;
	}

div#footer 
{
	/*position:fixed;
	bottom:0;*/
	width:100%;
	text-align:center;
	height:42px;
}

td.question_answer
{
	text-align:center;
}

td.checkbox-bg
{
	background-image: url(/img/tickbox.gif);
}

td.question-false, td.question-true
{
	height:30px;
}

td.chosen, td.question-false, td.question-true
{
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

td.question-false.chosen
{
	background-image: url(/img/box_x.gif);
}

td.question-true.chosen
{
	background-image: url(/img/box_tick.gif);
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.center
{
	text-align:center;
}

.clear
{
	clear:both;
}

.tool-tip {
	color: #000;
/*	color: #fff;*/
/*	width: 139px;*/
	width:200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
/*	color: #9FD4FF;*/
	color:#335C69;
	padding: 8px 8px 4px;
	background: url(/img/tooltip.gif) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/img/tooltip.gif) bottom right;
}