﻿/*----------------------------------------------------------------------------------
	Page:						Home.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles for general content area
	History:
	--------------------------------------------------------------------------------*/
	
/* Content frame */
div.content {
	width: 736px;
	padding: 20px 30px 20px 30px;
	background-color: white;
	background-image: url(../Images/Background_Body.gif);
	background-repeat: repeat-x;
	background-position: 50% bottom;
	display: block;
}

div.body {
	padding: 0px 14px 0px 14px;
}

div.content h1 {
	font-family: Helvetica Neue, Helvetica, Arial Narrow, Arial, Sans-Serif;
	font-size: 26px;
	color: #A0A0A0;
	font-weight: normal;
	margin: 0px;
	height: 35px;
	width: 600px;
	clip: rect(0px 600px 35px 0px);
	overflow: hidden;
}

div.content h2 {
	font-family: Helvetica Neue, Helvetica, Arial Narrow, Arial, Sans-Serif;
	font-size: 26px;
	color: #A0A0A0;
	font-weight: normal;
	margin: 0px;
	height: 35px;
	width: 400px;
	clip: rect(0px 400px 35px 0px);
	overflow: hidden;
}

div.content h3 {
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #737373;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

div.content h4 {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

div.content p {
	font-size: 11px;
	margin: 0px 0px 15px 2px;
	color: #737373;
	line-height: 18px;
}

div.content li {
	font-size: 11px;
	color: #737373;
	line-height: 18px;
}

div.content a {
	color: #737373;
}

div.content a:hover {
	color: #20559e;
}

/* padding */

div.padbottom {
	padding-bottom: 300px;
}

div.cleaner {
	clear: both;
	padding: 0px;
	font-size: 1px; 
	background: none transparent scroll repeat 0% 0%;
	border: none;
	height: 1px;
}

.centreimage {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/* Validators used in various places */
div.validate {
	width: 10px;
	display: block;
	position: relative;
	left: -12px;
}
div.validate span {
	width: 10px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	color: red;
	font-weight: bold;
	font-size: 18pt;
}

/* grid control */

table.gridview {
	border-collapse: collapse;
	border: 0px;
	z-index: 0;
}	
tr.gridhead {
	display: none;
}
tr.gridalt {
	background-color: #e8ecef;
}
td.gridcolumn {
	border: none;
	margin: 0px;
	padding: 0px;
}
tr.gridpager td {
	padding-top: 10px;
	text-align: right;
	border: none;
}

div.newitem {
	background-color: #FCFCFF;
	border: 2px solid #e8ecef;
	padding: 8px 18px 8px 18px !important;
}

