/*-----------------------------------------------------------------------------
Buell Realtime Reporting Screen Stylesheet

version:	1.0
date:		December 23, 2008
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	http://www.buellrealtime.com
history:	/css/screen.css
-----------------------------------------------------------------------------*/


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

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
}

body {
	font-family: Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background-color: #a48e79;
}

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

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;
}

h1 {
	font-size: 2.0em;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.8em;    
	margin-bottom: .6em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: .7em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1.2em;    
	margin-bottom: .9em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #000;
	border: none;
}

a:active {
	color: #000;
	border: none;
}

a:visited {
	color: #000;
	border: none;
}

a:hover {
	color: #000;
	border: none;
}



/* 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: 1em;
}


/* Header
-----------------------------------------------------------------------------*/
	
a#Logo { 
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 1000;
}

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

ul#Primary {
	position: absolute;
	top: 94px;
	right: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0 5px 0 0;
	margin: 0;
}

ul#Primary li a {
	display: block;
	float:left;
	text-indent: -2000px;
	height: 45px;
	width: 100px;
	background-position: center 0;
}

ul#Primary li a:hover {
	background-position: center -45px;
}

ul#Primary li a.Active {
	background-position: center -90px;
}

ul#Primary li.hover > a:first-child {
	color: #ff0000;
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 18em;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}

ul#Primary li ul li {
	width: 18em;
	border-top: 1px solid #ccc;
}

ul#Primary li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	height: 2em;
	line-height: 2em;
	width: 18em;
	padding: 0;
	text-indent: 1em;
	font-weight: normal;
	background: transparent;
}

ul#Primary li ul li a:hover {
}

ul#Primary li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 2em;
	left: 0;
}

a#Home {
	background: url(../site/nav_home.jpg) no-repeat;
}

a#About {
	background: url(../site/nav_aboutus.jpg) no-repeat;
}

a#Services {
	background: url(../site/nav_services.jpg) no-repeat;
}

a#Schedule {
	background: url(../site/nav_schedule.jpg) no-repeat;
}

a#Contact {
	background: url(../site/nav_contact.jpg) no-repeat;
}

/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a {
	color: #666;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #ff0000;
	text-decoration: underline;
}


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

div#Page {
	margin: auto;
	width: 780px;
	height: 550px;
	background: #a48e79 url(../site/bg_Wrapper.jpg) no-repeat;
}

div#Wrapper {
	position: relative;
	margin: 100px 0 0;
}

div#Canvas {
}


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

div.Left {
	margin-left: 24em;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 24em;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	margin-right: 24em;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 24em;
}


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

div#Footer {
	margin: 0 auto;
	width: 96em;
	clear: both;
}

div#Footer a {
}

div#Footer a:hover {
}

p#Copyright {
	clear: both;
	font-size: .85em;
	margin: 0;
}

p#Credits {
	font-size: .85em;
}


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

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	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;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

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

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	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;
}

.Editable {
	background: #ffcc00 !important;
}


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

fieldset {
	padding: 1em;
	border: none;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
	display: none;
}

div.LabelInput {
	margin-bottom: 3px;
	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: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	display: block;
}

/* My Comment */

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

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

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 15em;
	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 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 5px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 125px;
}


/* 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;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}

/* Universal */

div#Logins {
	position: absolute;
	top: -20px;
	right: 10px;
}

a#Reporter {
	text-indent: -2000px;
	background: url(../site/loginreporter.gif) no-repeat center top;
	height: 24px;
	width: 113px;
	display: block;
	float: right;
}

a#Reporter:hover {
	background-position: center bottom;
}

a#Client {
	text-indent: -2000px;
	height: 24px;
	width: 102px;
	display: block;
	float: left;
	background: url(../site/loginclient.gif) no-repeat center top;
}

a#Client:hover {
	background-position: center bottom;
}

div#Slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 3850px;
	height: 550px;
}
div#Content {
	position: absolute;
	top: 0;
	left: 10px;
	width: 760px;
	height: 550px;
	overflow: hidden;
}

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

div#Home {
	left: 0;
}

div#About {
	left: 760px;
}

div#Services {
	left: 1520px;
}

div#Schedule {
	left: 2280px;
}

div#Contact {
	left: 3040px;
}

img.LeftSide {
	position: absolute;
	left: 0;
	top: 154px;
	padding-top: 20px;
}

div.ColumnOne {
	position: absolute;
	top: 154px;
	left: 230px;
	width: 250px;
}

div.ColumnTwo {
	position: absolute;
	top: 154px;
	left: 500px;
	width: 250px;
}

div#FaderContainer {
	position: absolute;
	top: 42px;
	left: 456px;
}

div#Fader{
	position: relative;
}

div.PageName {
	position: absolute;
	top: 40px;
	right: 10px;
}

p.Copyright {
	position: absolute;
	top: 514px;
	left: 10px;
	line-height: 16px;
	font-size: 0.9em;
}

p.Copyright span.MiniPhone {
	background: url(../site/icon_miniphone.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 5px;
	line-height: 16px;
	display: inline-block;
}

p.Copyright span.MiniEmail {
	background: url(../site/icon_miniemail.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 5px;
	line-height: 16px;
	display: inline-block;
}

p.Copyright span.MiniEmail a {
	text-decoration: none;
}

p.Copyright span.MiniAddress {
	background: url(../site/icon_miniaddress.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 5px;
	line-height: 16px;
	display: inline-block;
}

/* Home View */

img.Banner {
	position: absolute;
	top: 144px;
	left: 0;
}

img.Quote {
	position: absolute;
	top: 340px;
	right: 10px;
}

p.Phone, p.Email {
	background: url(../site/bg_address.jpg) no-repeat;
	line-height: 40px;
	display: block;
	text-indent: 50px;
	float: right;
	position: absolute;
	top: 488px;
	font-size: 1.1em;
}

p.Phone {
	width: 400px;
	left: 230px;
}
p.Email {
	width: 193px;
	left: 557px;
}

p.Email a {
	text-decoration: none;
}

/* About Us */

ul#Reporters {
	background: url(../site/heading_reporters.gif) no-repeat left top;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 25px 0 0;
}

ul#Videographers {
	background: url(../site/heading_videographers.gif) no-repeat left top;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 25px 0 0;
}

ul#OfficeStaff {
	background: url(../site/heading_staff.gif) no-repeat left top;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 25px 0 0;
}

ul#OfficeStaff li, ul#Videographers li, ul#Reporters li {
	position: relative;
}

a.EmailButton {
	background: url(../site/button_email.jpg) no-repeat center 0;
	width: 37px;
	height: 15px;
	position: absolute;
	top: -1px;
	right: 0;
}

a.EmailButton:hover {
	background-position: center bottom;
}

/* Services */

div#Reporting ul {
	background: url(../site/heading_reporting.gif) no-repeat left top;
	margin-top: 20px;
	padding-top: 25px;
	list-style-image: url(../site/bullet.gif);
	list-style-position: outside;
}

div#Videography ul {
	background: url(../site/heading_videography.gif) no-repeat left top;
	margin-top: 20px;
	padding-top: 25px;
	list-style-image: url(../site/bullet.gif);
	list-style-position: outside;
}

div#Reporting ul ul, div#Videography ul ul {
	background: none;
	list-style-image: url(../site/sub_bullet.gif);
	list-style-position: outside;
	margin-top: 0;
	padding-top: 0;
}

/* Schedule a Deposition */

div#Note {
	background: url(../site/bg_contact_sidebar.gif) no-repeat;
	position: absolute;
	top: 154px;
	left: 0;
	width: 129px;
	height: 291px;
}

div#Note p {
	padding: 5px 5px 5px 20px;
}

fieldset#ContactInfo {
	position: absolute;
	top: 154px;
	left: 130px;
	background: url(../site/bg_contact_information.gif) no-repeat;
	width: 240px;
	height: 95px;
	text-align: right;
	padding-top: 15px;
}

fieldset#ContactInfo input {
	width: 18em;
	font-size: 9px;
	border: 1px solid #999;
}

fieldset#DepositionInfo {
	position: absolute;
	top: 154px;
	left: 390px;
	background: url(../site/bg_contact_deposition.gif) no-repeat;
	width: 340px;
	text-align: right;
	padding-top: 15px;
	height: 200px;
}

fieldset#DepositionInfo input {
	width: 22em;
	font-size: 9px;
	border: 1px solid #999;
}

fieldset#DepositionInfo label {
	width: 12em;
	line-height: 2em;
}

fieldset#DepositionInfo input.Short {

}

fieldset#DepositionInfo label.Short {

}

fieldset#AdditionalComments {
	position: absolute;
	top: 250px;
	left: 130px;
	background: url(../site/bg_contact_comments.gif) no-repeat;
	width: 260px;
	height: 104px;
	padding-top: 15px;
}

fieldset#AdditionalComments textarea {
	width: 26em;
	height: 8em;
	font-size: 9px;
	border: 1px solid #999;
}

fieldset#AdditionalInfo {
	position: absolute;
	top: 355px;
	left: 390px;
	background: url(../site/bg_contact_scheduling.gif) no-repeat;
	width: 340px;
	text-align: right;
	padding-top: 15px;
	height: 100px;
}

fieldset#AdditionalInfo input {
	width: 1em;
	margin-left: 20px;
	margin-top: -4px;
}

fieldset#AdditionalInfo label {
	width: 23em;
}

fieldset#Submit {
	position: absolute;
	top: 354px;
	left: 130px;
	width: 240px;
	text-align: right;
}

fieldset#Submit input {
	width: 14em;
	font-size: 9px;
	border: 1px solid #999;
}

fieldset#Submit label {
	width: 9.5em;
	padding: 0;
}

fieldset#Submit input.Submit {
	width: 100px;
	height: 30px;
	font-size: 1em;
	clear: both;
	background: url(../site/button_submit.gif) no-repeat center top;
	border: none;
}

fieldset#Submit input.Submit:hover {
	background-position: center bottom;
}

fieldset#Submit div#SecurityCode label {
	padding: 0;
	float: right;
	width: 70px;
	margin-bottom: 3px;
}

fieldset#Submit div#SecurityCode input {
	width: 10em;
}

img#captcha {
	float: left;
}

fieldset#Submit p {
	width: 100%;
	clear: both;
	margin-top: 1em;
}

/* Contact */

div#ContactUs {
	position: absolute;
	top: 172px;
	right: 10px;
	background: url(../site/bg_contact.jpg) no-repeat;
	width: 520px;
	height: 180px;
	font-size: 1.2em;
	color: #333;
}

div#ContactQuote {
	position: absolute;
	top: 357px;
	right: 10px;
}

div#BigPhone {
	background: url(../site/icon_phone.gif) no-repeat left center;
	height: 41px;
	position: absolute;
	top: 40px;
	left: 20px;
	padding-left: 50px;
}

div#BigFax {
	background: url(../site/icon_fax.gif) no-repeat left center;
	height: 41px;
	position: absolute;
	top: 110px;
	left: 20px;
	padding-left: 50px;
}

div#BigAddress {
	background: url(../site/icon_address.gif) no-repeat left center;
	height: 41px;
	position: absolute;
	top: 40px;
	left: 300px;
	padding-left: 50px;
}

div#BigEmail {
	background: url(../site/icon_email.gif) no-repeat left center;
	height: 41px;
	position: absolute;
	top: 110px;
	left: 300px;
	padding-left: 50px;
}

/* Simple */

div#Text {
	padding: 10px;
}