/*--------------------------------------------------------------------------
Copyright (C) 2005 Ben Malen. All rights reserved.
--------------------------------------------------------------------------*/

html, body {
	background: white;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: black;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, .hr, .pagination {
	margin: 0 0 10px;
}

h1 {
	font-size: 2em;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

form {
    margin: 0;
    padding: 0;
}

label,
select,
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.hr {
	border-bottom: 1px solid #ccc;
}

.pagination {
	white-space: nowrap;
	font-weight: bold;
	color: #ccc;
	word-spacing: .5em;
}

.pagination span {
	color: #000;
	word-spacing: normal;
}

a:link, a:visited {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #336699;
}

/*------------------------------------------------------------------------*/

table {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

table.details {
	border-collapse: collapse;
}

.details th, .details td {
	border: 1px solid #ccc;
	padding: 3px 6px;
}

.details th {
	background-color: #eee;
}

/*------------------------------------------------------------------------*/

.error {
	color: red;
	font-weight: bold;
}

.apexform p {
	margin: 10px 3em;
	background-color: #eee;
	padding: 3px 6px;
}

.apexform {
	width: 45em;
}

.apexform, .apexform fieldset, .apexform legend {
	margin: 0;
	padding: 0;
}

.apexform fieldset {
	padding: 10px;
	border: 0;
	border-top: 1px solid black;
}

.apexform legend {
	padding: 0 3px;
	font-size: 1.2em;
	color: black;
	font-weight: bold;
}

.apexform label {
	display: block;
	width: 14em;
	float: left;
	text-align: right;
	color: #666;
	font-weight: bold;
	padding-right: .5em;
}

.apexform input, .apexform select, .apexform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.apexform input:focus, .apexform select:focus, .apexform textarea:focus {
	background: #ffc;
}

.apexform .input_note {
	padding-left: 15em;
}

.apexform .input_indent {
	padding-left: 14.5em;
}

.apexform .input_indent label {
	text-align: left;
	display: inline;
	width: auto;
	float: none;
}

.apexform div {
	clear: left;
	margin: 3px 0;
}

/*------------------------------------------------------------------------*/
/* login */

div#login_page {
	text-align: center;
}

div#login_container {
	text-align: left;
	margin: 150px auto 0;
	width: 610px;
}

div#login_area,
div#login_help {
	background: #eee;
	border: 2px solid #0099CC;
    width: 296px;
    float: left;
    height: 170px;
    -moz-border-radius: 8px;
}

div#login_area { float: left; }
div#login_help { float: right; }

div#login_area div.content,
div#login_help div.content {
    padding: 10px;
}

div#login_area p.error {
	margin-left: 15px;
	padding-left: 40px;
	background: url('http://cms.conceptfactory.com.au/demo/images/cross.png') no-repeat;
	height: 32px;
}

div.field_input label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

div.field_input input {
	width: 150px;
	float: left;
}

div.field_input input:focus {
	background: #ffc;
}

div.field_input {
	margin: .25em 0;

	/* wrap around floats */
	overflow: hidden;
	width: 100%;
}

div.field_submit {
	margin-top: 10px;
	text-align: right;
}

div#login_container h2 {
	background: #0099CC;
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	clear: both;
}

div#login_container div#login_area h2 {
	background: #0099CC url('http://cms.conceptfactory.com.au/demo/images/key.png') no-repeat 10px 50%;
}

div#login_container div#login_help h2 {
	background: #0099CC url('http://cms.conceptfactory.com.au/demo/images/help.png') no-repeat 10px 50%;
}

h1#cf {
	margin: 0;
	padding: 0;
	height: 70px;
}

h1#cf a {
	display: block;
	width: 166px;
	height: 70px;
	background: url('http://cms.conceptfactory.com.au/demo/images/cf-small.png') no-repeat;
	text-indent: -999em;
	outline: none;
    float: right;
}

/*------------------------------------------------------------------------*/
/* nav */

#nav {
	position: relative;
	height: 35px;
	border-bottom: 4px solid #336699;
}

#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#nav ul.demo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#nav ul.control {
	position: absolute;
	top: 5px;
	right: 5px;
}

#nav ul li {
	float: left;
}

#nav ul.demo li {
	margin-right: 5px;
}

#nav ul.control li {
	margin-left: 5px;
}

#nav ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	background: #0099CC;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

#nav ul.demo li a {
	background: #0099CC url('http://cms.conceptfactory.com.au/demo/images/nav_demo.png') repeat-x top left;
}

#nav ul.control li a {
	background: #99cccc url('http://cms.conceptfactory.com.au/demo/images/nav_control.png') repeat-x top left;
}

#nav ul.demo li a:hover {
	background: #336699 url('http://cms.conceptfactory.com.au/demo/images/nav_demo.png') repeat-x bottom left;
	color: #fff;
}

#nav ul li.current a,
#nav ul.control li a:hover {
	background: #669999 url('http://cms.conceptfactory.com.au/demo/images/nav_control.png') repeat-x bottom left;
	color: #fff;
}

/*------------------------------------------------------------------------*/
/* layout */

#page {
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

p#welcome {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #0099CC;
}

div#header {

	/* wrap around floats */
	overflow: hidden;
	width: 100%;
}

div#header h1#cp_title {
	float: left;
	line-height: 80px;
	margin: 0 0 0 20px;
	color: #0099CC;
}

div#header a {

}

h1#cp_cf {
	float: right;
	margin: 10px;
	padding: 0;
	height: 60px;
}

h1#cp_cf a {
	display: block;
	width: 166px;
	height: 70px;
	background: url('http://cms.conceptfactory.com.au/demo/images/cf-small.png') no-repeat;
	text-indent: -999em;
	outline: none;
}

div#content {
	padding: 10px;
}

h2 a {
	background: url('http://cms.conceptfactory.com.au/demo/images/bullet_go.png') no-repeat left 50%;
	padding-left: 35px;
}

h2 a:hover {
	background: url('http://cms.conceptfactory.com.au/demo/images/bullet_go.png') no-repeat 5px 50%;
}

p.note {
	font-size: 1.1em;
	padding-left: 35px;
}

p.userpass {
	padding-left: 35px;
	font-weight: bold;
	font-size: 1.1em;
}

#legal {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 5px;
	color: #999;
	text-align: right;
}

#legal a {
	color: #666;
	font-weight: normal;
}

/*------------------------------------------------------------------------*/
/* CLEARFIX */
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End Holly Hack */

/*------------------------------------------------------------------------*/

