html, body {
	margin:0;
	padding:0;
	background: url(../img/site-back.jpg) no-repeat top center;
	background-attachment:fixed;
	background-color:#000;
	font-family:Garamond;
	color:#000;
}

img {
	border:0;
}

h2 {
	font-size:1.3em;
	border-bottom:1px solid #333;
	padding-top:20px;
}

h3 {
	font-size:1.1em;
	margin: 1em 0;
}

p { margin:1em 0; }

ul {

}

li {
	margin: 5px 0;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#000;
}

a img {
	text-decoration:none !important;
	margin:0 5px;
}

.data-table th {background-color:#ff8000;}
.data-table .oddRow {background-color:#eeeeee;} 
.data-table .evenRow {background-color:#cccccc;} 
  

.clear {
	clear:both;
}

.ajax-loader {
	width:16px;
	height:16px;
	display:none;
}

/*------------------------*/
/*   MAIN LAYOUT STYLES   */
/*------------------------*/

#page-wrapper{
	background-color:#fff;
	width:960px;
	margin:0 auto;
	margin-top:25px;
}

#page-header {
	background: url(../img/content-border-top.png) top center no-repeat;
	height:10px;
}

#page-footer {
	background: url(../img/content-border-bottom.png) bottom center no-repeat;
	height:10px;
}

#main-body {
	background: url(../img/page-bg-sep.png) repeat-y top left;
}

#nav-left {
	width:190px;
	float:left;
	font-family:Tahoma;
	font-size:0.9em;
	padding-top:10px;
	text-align:center;
}

#nav-left #logo {
	margin-bottom:15px;
}

#nav-left ul {
	text-align:left;
	list-style:none;
}

#nav-left ul li {
	display:block;
	font-size:1em;
	background: url(../img/body-bg.png);
	margin-right:5px;
	margin-bottom:2px;
	margin-left:5px;
}

#nav-left ul li a {
	display:block;
	font-size:1em;
	padding:2px;
	text-decoration:none;
}

#nav-left ul li a:hover {
	background: url(../img/nav-bg-active.png) right center no-repeat;
	color:#ccc;
}

#nav-left p {
	margin: 10px 5px;
}

#user-bar {
	display:block;
	background: url(../img/body-bg.png);
	margin-right:5px;
	margin-bottom:2px;
	margin-left:5px;
	padding:5px;
}

#user-bar-horiz {
	height:50px;
	float:right;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	width:748px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}

#user-bar-horiz * {
	display:inline;
	margin-right:5px;
	font-size:1em;
}

#user-bar-horiz input {
	font-size:1em;
}

#page-content {
	/*margin-left:-100px;*/
	margin-top:-6px;
	width:748px;
	padding:10px;
	/*border-left: 1px solid #000;*/
	float:right;
}

.border-extend {
	border-left: 1px solid #000;
	clear:both;
	margin-left:110px;
}

#page-footer {
	margin-top:10px;
}

#site-footer {
	width:960px;
	margin:0 auto;
	background: url(../img/site-footer.jpg) no-repeat bottom center;
	height:68px;
	padding-top:3px;
	color:#fff;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
}

.bigtext {
	font-size: 1.4em;
}

/*------------------------*/
/* LOGIN AND REGISTRATION */
/*------------------------*/

#login-form {
	width:455px;
	margin:0 auto;
	margin-top:25px;
}

.cssform div{


margin: 0;
padding: 5px 0 8px 0;
padding-left: 175px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-size:1em;
}

.cssform label.check-desc {
	float:none;
	width:auto;
	font-size: 0.9em;
	margin-left:2px;
	margin-top:-27px;
	margin-bottom:10px;
}

.cssform input[type="text"], .cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	font-size:1em;
	background:url(../img/form-input-bg.png) repeat-x top left;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

form .error-message {
	margin-left:-175px;
	border-top:0;
	color:#ff0000;
}

form .form-error {
	background:#FF9999;
}

.user_form {
	width:80%;
	margin:0 auto;
	margin-top:20px;
}

.user_form .input-desc {
        font-size: 0.9em;
		margin-left: 175px;
		margin-top:-7px;
		margin-bottom:10px;
}

.col-left {
	float: left;
	width:50%;
	padding:5px;
	margin-right:5px;
	margin-top:15px;
}

.col-right {
	margin-left:55%;
	clear:right;
	padding:5px;
	margin-top:15px;
}


/*------------------------*/
/*    DEBUGGING STYLES    */
/*------------------------*/

.cake-sql-log {
	color:#fff;
}


/*------------------------*/
/*  SITE MESSAGE STYLES   */
/*------------------------*/

.error {
	border:1px solid #000;
	background-color:#ff8080;
	padding:10px;
	margin:10px;
}

.warning {
	border:1px solid #000;
	background-color:#ffff80;
	padding:10px;
	margin:10px;
}

.notification {
	border:1px solid #000;
	background-color:#80ff80;
	padding:10px;
	margin:10px;
}

#authMessage {
	border:1px solid #000;
	background-color:#ff8080;
	padding:10px;
	margin:10px;
}

/*------------------------*/
/*   DATA TABLE STYLES    */
/*------------------------*/

.data-table {
	width:80%;
	margin:15px auto;
}

.data-table tr {
	padding:5px;
}

.data-table tr td {
	padding:2px 3px;
}

.paginator-ctrl {
	border:1px solid #000;
	background-color:#ccc;
	padding:3px;
	text-align:right;
}

.paginator-ctrl div {
	display:inline;
}

.paginator-ctrl .disabled {
	color:#666;
}

