body {
	font-family			: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size			: 14px;
	margin				: 0; 
	padding				: 0;
	color				: #000000;
	}

h2 {
	color: #333;
	font-size: 25px;
	font-weight: normal;
	clear: both;
	background-image: url(../graphics/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	margin-top		: 20px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	}
	

h3 {
	color: #32679B;
	font-size: 18px;
	font-weight: normal;
	clear: both;
	margin: 0;
	}

h4 {
	font-size			: 14px;
	margin				: 0;
}

a {
	color				: #003366;
}
a:hover {
	color				: #336699;
}

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	

#header { 
	border-top			: 5px solid white; 
	border-bottom		: 5px solid white; 
	background-color	: white;
	color				: black;
	}	
#HeaderWidthHolder {
	margin: 10px;
	text-align: left;
	padding-left: 0px;
	}
#CompanyName { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	margin: 0;
	}			
#CompanyName a {
	border: none;
	color: #000;	
	font-weight: normal;	
	text-decoration: none;
	}		
.TagLine {
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#TestIndicator { 
	font-family	: Century Gothic, Tahoma, Verdana, sans-serif;
	color		: red;
	float		: left;	
	font-size	: 1.9em;
	margin-left	: 100px;
	}			

#strike {
	background-image:url(../graphics/strike.jpg);
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	padding-left: 10px;
	}
#strike div {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px;
	}	

#strike p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
	}	


#ContentBody { 
/*
	width: 850px;
*/
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 60px;	
	}
#ContentBody:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #ContentBody { height: 1%; }

#ContentBody hr {
	border-bottom: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin-top: 0px; 	
	}			
#ContentBody p {
	margin-bottom: 10px;
	}	

#ContentBody th {
	text-align	: left;
}
#MinHeight {
	width: 1px;
	height: 500px;
	float: left;
}

#left_col {
	width: 170px;
	float: left;
	margin-right: 35px;
	}

#right_col {
	width: 740px;
	float: right;
	}

#left_col h3 {
	color		: #000000;
	font-size	: 14px;
	font-style	: italic;
}

#left_col ul {
	margin-top: 3px;
	text-indent: 0px;
	padding-left: 10px;
}

div.block {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	padding: 20px;
	color: #999;
	margin: 10px 0px;
	}	
	
#footer {
	margin-top: -61px;
	color: #fff;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	background: #6D6D8D;
	}
#footer div {
	width: 850px;
	background-color:#6D6D8D;
	margin: 0 auto;
	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a { color: #fff; font-weight: bold; }		

/* ------------------------------ */

#UserIdentity {
	position			: absolute;
	top					: 8px;
	right				: 10px;
	width				: 300px;
	text-align			: right;
	font-weight			: normal;
	font-size			: 11px;
}

#UserIdentity_inner {
	float: right;
}

#ActionBar {
	position	: absolute; 
	top			: 0; 
	width		: 95%; 
	text-align	: center;
	font-weight	: normal;
	font-size	: 11px;
}


select {
	width				: 200px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9pt;
	color				: #000000;
}

.NoWidthSelect {
	width				: auto;
}

.InputField {
	width				: 175px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9pt;
	color				: #000000;
}

.TimeInput {
	width				: 75px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9pt;
	color				: #000000;
}

textarea {
	width				: 175px;
	height				: 100px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9pt;
	color				: #000000;
}

.WideInputField {
	width				: 400px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9pt;
	color				: #000000;
}


form table {
	border-spacing		: 0px;
	padding				: 0px;
}
form .Header {
	font-size			: 15pt;
	padding				: 0 10;
}
form th {
	text-align			: left;
	padding				: 2px 5px;
	font-weight			: normal;
}
form td {
	padding				: 2px;
}
form .Footer {
}


#Report {
}

#Report table {
	border				: 1px solid #1D3A44;
}

#Report th {
	background-color	: #ccc;
	color				: #000;
	text-align			: left;
	padding				: 0px 0px 1px 5px;
	vertical-align		: top;
	font-size			: 12px;
}

#Report td {
	text-align			: left;
	vertical-align		: top;
	padding				: 0px 0px 1px 5px;
	font-size			: 12px;
}

a.ToolTip, a:visited.ToolTip, a:active.ToolTip, a:hover.ToolTip {
	color				: #009900;
	text-decoration		: none;
}

.HoverTip {
	color				: #009900;
}

.Loud {
	font-weight			: bold;
	color				: #931818;
}

.BigAndLoud {
	font-size			: 18pt;
	font-weight			: bold;
	color				: #931818;
}

.Small {
	font-size			: 8pt;
}

.Error {
	color				: #990000;
}

.NoCall {
	font-style			: italic;
	color				: #f55;
}

a.OpenAppt, a:visited.OpenAppt, a:active.OpenAppt, a:hover.OpenAppt {
	background-color	: yellow;
	color				: black;
	font-size			: 8pt;
	font-weight			: bold;
	border				: 1px solid black;
	padding				: 5px;
	text-decoration		: none;
}

.SortContainer {
	width				: 450px;
	background-color	: #009900;
	padding				: 1px;
}

.SortRow {
	background-color	: white;
	margin				: 1px 0;
	padding				: 0 2px;
	width				: 100%;
}

.SortItem {
	background-color	: white;
	margin				: 1px 0;
	padding				: 0;
	cursor				: move;
}

a.NoSave, a:visited.NoSave, a:active.NoSave, a:hover.NoSave {
	color				: #990000;
	text-decoration		: none;
}

.WasHidden {
	color				: #990000;
}

.DataboxOuter {
	margin				: 0 0 10px 0;
}

.DataboxInner {
	border 				: 1px solid #ccc;
	padding				: 5px 10px;
	background-color	: #fffff;
}

.DataboxInnerDragDrop {
	border 				: 1px solid #ccc;
	padding				: 5px 10px;
	background-color	: #e0e0e0;
}

.SideboxOuter {
	margin				: 0 0 10px 0;
	color				: black;
	font-size			: 14px;
}

.SideboxInnerDragDrop {
	background-color	: #e0e0e0;
}

.Icon {
	background-color	: #ccc;
	font-weight			: bold;
	color				: white;
	padding				: 1px 2px;
	text-decoration		: none;
}

.MarketingContainer {
	width				: 800px;
}

/* For use with Control.Modal */
#modal_container {  
	padding				: 5px;  
	border				: 3px solid #111;  
	overflow			: auto;  
	background-color	: #fff;  
	text-align			: left;  
} 

#modal_overlay {  
	background-color	: #000;  
}
a.Modal, a:visited.Modal, a:active.Modal, a:hover.Modal {
	text-decoration		: none;
}
/* END Control.Modal */

/* Graphic Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../graphics/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../graphics/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* END Graphic Buttons */

.TextPlugModal, a.TextPlugModal, a:hover.TextPlugModal {
	font-size		: 10px; 
    text-decoration	: none;
}

/* GenInfo is used for Sales Pitch stuff */
#GenInfo {
	font-size		: 14px;
}

/* Alternate Row Colors */
.RowOdd {
	background-color: #ffffff;
}
.RowEven {
	background-color: #eeeeee;
}

/* One Liners (Phone numbers, Email addresses, ...) */
.DataboxContainer {
	border			: 1px solid #1D3A44;
	margin-bottom	: 10px;
	width			: 800px;
}
.DataboxContainerInnerNote {
	border			: 1px solid #1D3A44;
	margin-bottom	: 10px;
	width			: 750px;
}
.DataboxHeader {
	font-weight		: bold;
	background-color: #ccc;
	color			: #000;
}

.OneLiner {
	float			: left;
	padding-right	: 5px;
	padding-left	: 5px;
	font-size		: 12px;
	white-space		: nowrap;
	overflow		: hidden;
}
.OneEnder {
	font-size		: 12px;
	text-align		: right;
	padding-right	: 5px;
}
.OneUnder {
	clear			: left;
	height			: 1px;
}
.OneView {
	width			: 25px;
}
.OneChanged {
	width			: 5px;
}
.OneContactLineName {
	width			: 150px;
}
.OneContactLineGender {
	width			: 50px;
}
.OneContactLineIntExt {
	width			: 30px;
}
.OneContactLineEntity {
	width			: 30px;
}
.OneContactLineRating {
	width			: 75px;
}
.OneContactLineVV {
	width			: 75px;
}
.OneContactLineCtype {
	width			: 75px;
}
.OneContactLineLogin {
	width			: 150px;
}
.OneContactLineComment {
	width			: 300px;
}
.OneContactAddrType {
	width			: 50px;
}
.OneContactAddrStreet {
	width			: 150px;
}
.OneContactAddrCSZ {
	width			: 300px;
}
.OneContactAkaType {
	width			: 50px;
}
.OneContactAkaName {
	width			: 300px;
}
.OneContactBoardType {
	width			: 150px;
}
.OneContactBoardHandle {
	width			: 300px;
}
.OneContactContactType {
	width			: 150px;
}
.OneContactContactComment {
	width			: 300px;
}
.OneContactCCType {
	width			: 75px;
}
.OneContactCCNum {
	width			: 300px;
}
.OneContactEmailType {
	width			: 50px;
}
.OneContactEmailAddr {
	width			: 300px;
}
.OneContactEthnicType {
	width			: 300px;
}
.OneContactLogin {
	width			: 400px;
}
.OneContactPhoneType {
	width			: 50px;
}
.OneContactPhoneNumber {
	width			: 300px;
}
.OneContactRegionCity {
	width			: 150px;
}
.OneContactRegionState {
	width			: 50px;
}
.OneContactRegionCountry {
	width			: 300px;
}
.OneContactWebSite {
	width			: 300px;
}
.OneContactNoteDate {
	width			: 75px;
}
.OneContactNoteSubject {
	width			: 150px;
}
.OneContactNoteBody {
	width			: 400px;
}
.OneContactNoteSource {
	width			: 75px;
}
.OneContactPerms {
	width			: 400px;
}

.OneApptLineDate {
	width			: 60px;
}
.OneApptLineTime {
	width			: 40px;
}
.OneApptLineTZ {
	width			: 22px;
}
.OneApptLineDur {
	width			: 45px;
}
.OneApptLineType {
	width			: 40px;
}
.OneApptLineStatus {
	width			: 150px;
}
.OneApptLineComment {
	width			: 300px;
}
.OneApptAddrName {
	width			: 150px;
}
.OneApptAddrType {
	width			: 50px;
}
.OneApptAddrStreet {
	width			: 150px;
}
.OneApptAddrCSZ {
	width			: 300px;
}
.OneApptCCType {
	width			: 75px;
}
.OneApptCCNum {
	width			: 300px;
}
.OneApptFeeBooked {
	width			: 75px;
}
.OneApptFeeCollected {
	width			: 75px;
}
.OneApptFeeInvoice {
	width			: 150px;
}
.OneApptTimeIn {
	width			: 100px;
}
.OneApptTimeOut {
	width			: 100px;
}
.OneApptTimeDur {
	width			: 100px;
}


