/*-----------------------------------------------------------------------------
Trace Register Screen Stylesheet

version:	1.0
date:		November 24, 2008
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	traceregister.com
history:	NA
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "lucida grande", "lucida sans", tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #017bba url(../site/bg_body.jpg) repeat-y 0 0;
	padding-top: 70px;
	line-height: 1.5em;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6, hr {
	margin-bottom: 1em; 
}

hr {
	border: none;
	border-top: 1px solid #fcaf17;
}

li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #0069aa;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: .8em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: .9em;
}

h4 {
	font-size: 1em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1em;    
	margin-bottom: 1em;
	font-weight: bold;
	font-style: italic;
}

img {
	border: none;
}

a:link {
	color: #0069aa;
}

a:active {
	color: #0069aa;
}

a:visited {
	color: #0069aa;
}

a:hover {
	color: #666;
}

/* My Comment */



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 3em;
}

.Blue {
	color: #0069aa;
}




/* Header (ONLY appars on subpage_view.php)
-----------------------------------------------------------------------------*/

div#Header {
	position: relative;
	width: 900px;
	height: 145px;
	background: #fff;
	margin: 0 auto;
}

div#Header div#Logo {
	position: absolute;
	top: 36px;
	left: 22px;
}

div#Header div#BlockImage {
	position: absolute;
	top: 0;
	right: 0;
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary {
	padding: 0 0 40px 0;
	margin: 0;
	list-style: none;
	display: block;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #000;
	position: relative;
	z-index: 10;
}

ul#Primary li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	z-index: 10;
}

ul#Primary li a:hover {
	color: #666;
}

ul#Primary li ul {
	margin: 0;
	padding: 0;
	display: block;
}

ul#Primary li ul li {
	border-bottom: none;
	padding: 0 0 0 5px;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}



/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 205px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 35px;
	width: 140px;
	z-index: 100;
}

div#Entrance div#Left {
	top: 100px;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	margin: 20px auto;
	width: 900px;
	clear: both;
	text-align: center;
	color: #fff;
}

div#Footer a {
	color: #fff;
	text-decoration: none;
}

div#Footer a:hover {
	text-decoration: underline;
}

p#Copyright {
	margin: 0;
}

p#Credits {
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: 1em;
	background: #F3E5A1;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0069aa;
}

legend { 
	padding: 1em 0;
	font-size: 1.4em;
	color: #0069aa;
}

div.LabelInput {
	margin-bottom: 1em;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: 1px solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 11em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 11em; /* right padding for label width plus label padding */
}

div.CAPTCHA {
	padding-left: 11em;
}

input.Code {
	width: 150px;
	font-family: georgia, times new roman, serif;
	color: #3B2A60;
	font-size: 36px;
	letter-spacing: 1px;
	padding: 0;
	text-align: center;
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth select, div.FullWidth textarea {
	width: 31em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
	
}

div.errorMessage {
	background: #F3E5A1;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}

/* Contact (contact_view.php)
-----------------------------------------------------------------------------*/

div#Address {
	background: url(../site/logo_small.jpg) no-repeat left top;
	padding-top: 80px;
	position: absolute;
	top: 4em;
	right: 3em;
	z-index: 99 !important;
}


/* Home Page (page_view.php)
-----------------------------------------------------------------------------*/

div#Entrance {
	background: url(../site/bg_entrance.png) no-repeat 0 0;
	width: 980px;
	height: 630px;
	margin: 0 auto;
}

div#Banner {
	position: absolute;
	top: 40px;
	right: 0;
	width: 550px;
	height: 550px;
	overflow: hidden;
}

div#Slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 3850px;
	height: 550px;
}

div#Logo { 
	position: absolute;
	top: 115px;
	left: 210px;
	z-index: 100;
}

div.Vignette {
	position: absolute;
	width: 550px;
	height: 550px;
	top: 0;
	left: 0;
	line-height: 1.4em;
}

div.ColorBand {
	position: absolute;
	left: 20px;
	top: 410px;
	height: 100px;
	width: 410px;
	font-size: 11px;
	color: #fff;
}

div.ColorBand h2 {
	font-size: 12px;
	color: #fff;
	margin: 0 0 7px 0;
}

div#HomeBanner {
	background: url(../images/banner_home.jpg) no-repeat 0 0;
}

div#SolutionBanner {
	background: url(../images/banner_solution.jpg) no-repeat 0 0;
	left: 550px !important;
}

div#ClientsBanner {
	background: url(../images/banner_clients.jpg) no-repeat 0 0;
	left: 1100px !important;
}

div#NewsBanner {
	background: url(../images/banner_newsroom1.jpg) no-repeat 0 0;
	left: 1650px !important;
}

div#AboutBanner {
	background: url(../images/banner_about.jpg) no-repeat 0 0;
	left: 2200px !important;
}

div#ContactBanner {
	background: url(../images/banner_contact.jpg) no-repeat 0 0;
	left: 2750px !important;
}

div#PortalBanner {
	background: url(../images/banner_portal.jpg) no-repeat 0 0;
	left: 3300px !important;
}

a.Login {
	background: #c58425;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 1.5em;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}



