/* @override http://buell.capitolmedia.com/css/screen.css */

/*-----------------------------------------------------------------------------
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/print.css
-----------------------------------------------------------------------------*/


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

body {
	font-family: Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}


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

.DoNotPrint {
	display: none;
}


/* Page Layout
-----------------------------------------------------------------------------*/

div#Header {
}

div#Wrapper {
	display: inline;
	width: 6.5in;
}

div#Canvas {
	width: 6.5in;
}

div#Content {
	width: 6.5in;
}

div.Left, div.Right {
}

div#Left, div#Right {
}

div#Footer {
}


/* Navigation
-----------------------------------------------------------------------------*/
.Menu {
	display: none;
}

ul#System {
	display: none;
}

ul#Primary {
	display: none;
}

ul#Secondary {
	display: none;
}


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

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}

/* Universal */

div#Content {
	position: absolute;
	top: 0;
	left: 10px;
	width: 760px;
}

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

div#Home {
	left: 0;
}

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 {
	display: none;
}

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

p.Copyright {
	position: absolute;
	top: 514px;
	left: 10px;
	line-height: 16px;
	display: none;
}

/* Home View */

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

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

p.Phone, p.Email {
	display: 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;
}

/* Schedule a Deposition */

div#Schedule {
	display: none;
}

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

