/***********************************************************************************/
/******************************** STYLE 1800LASERMD ********************************/
/***********************************************************************************/




/************************************* GENERAL *************************************/

html
{
	height: 100%;
}

body
{
	background-color: #959595;
	margin: 0;
	height: 100%;
	color: #000000;
	font: normal 12px Arial;
}

h1
{
	color: #ffffff;
	font: normal 12px/16px Arial;
	margin: 0;
	padding: 15px 0 30px 0;
}

p
{
	margin: 12px 0;
}

em
{
	font-weight: bold;
	font-style: normal;
	font-size: small;
}

.clearAll
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.verticalSpacer
{
	height:20px;
}

.bio
{
	padding-top: 20px;
}

.bioPhoto
{
	float: left;
	width: 150px;
	padding-left: 10px;
}

.bioInfo
{
	float: left;
	width: 680px;
}




/******************* old stuff ***********************/

a{
	color: #887e59;
	text-decoration: none;
	font-size: 12px;
}



a:hover {
	color: #30a097;
	text-decoration: none;
	font-size: 12px;
}

a.proc {
	color: #30a097;
}

.style8 {
	font-family: arial;
	font-size: 12px;
	color: #30a097;
	text-align: center;
	font-weight: bold;
}

.style21 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.style22 {
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: small;
	font-style: normal;
}

.style23 {
	color: #000000;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}




/************************************** BOXES **************************************/

#container
{
	background: #dcdcdc url(../Images/LaserMDBackgroundImageOnly.jpg) no-repeat;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header
{
	padding: 8px 0 0 8px;
	height: 118px;
}

#content
{
	padding: 0 25px 50px 25px;
}

#contentHome
{
	padding: 0 0 50px 25px;
}

#homeContent
{
	float: left;
	width: 325px;
}

#swfHolder
{
	float: left;
	width: 350px;
}

#sideVideoContent
{
	float: left;
	width: 500px;
}

#proceduresHolder
{
	float: right;
	width: 543px;
	height: 630px;
	background: url(../Images/ProcedureButtonsOnly.jpg) no-repeat left 2px;
}

#proceduresHolder table
{
	margin-top: 40px;
}

#proceduresHolder td
{
	text-align: center;
	padding: 24px 0;
}

#popupContent
{
	padding: 10px;
}




/********************************** MAIN NAVIGATOR *********************************/

#main_nav
{
	padding: 36px 0 0 210px;
}

#main_nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main_nav li {
	float: left;
	padding-left: 58px;
}




/***************************** ADMINISTRATION NAVIGATOR ****************************/

#navAdministration
{
	padding: 20px 0;
	height: 30px;
}

#navAdministration ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navAdministration li
{
	float: left;
	height: 30px;
	padding-right: 2px;
}

#navAdministration a
{
	float: left;
	background: url(../Images/bgButton.gif) no-repeat;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

#navAdministration a:hover
{
	color: #887e59;
}




/*************************** PROCEDURES/PHYSICIANS LISTING **************************/

.listProcedures, .listPhysicians
{
	border-bottom: 1px dotted #ffffff;
	padding: 4px 0;
}

.procedureName, .physicianName
{
	float: left;
	width: 500px;
	font: bold 12px Arial;
}

.active1
{
	padding-left: 16px;
	background: url(../Images/iconActive.gif) no-repeat left 1px;
}

.active0
{
	padding-left: 16px;
	background: url(../Images/iconInactive.gif) no-repeat left 1px;
}

.procedureEdit, .physicianEdit
{
	float: left;
	width: 80px;
}

.procedureShowDetails, .physicianShowDetails
{
	float: left;
	width: 130px;
}

.procedureDelete, .physicianDelete
{
	float: left;
	width: 90px;
}

a.procedureAdd, a.physicianAdd
{
	display: block;
	width: 120px;
	padding-left: 20px;
	background: url(../Images/iconAdd.gif) no-repeat;
	font: bold 14px/20px Arial;
	color: #7d6e47;
}

a.procedureAdd:hover, a.physicianAdd:hover
{
	font: bold 14px/20px Arial;
	color: #ff0000;
}

.procedureDetails, .physicianDetails
{
	margin: 10px 10px 10px 20px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	background-color: #cccccc;
}

.searchResultsPhysician
{
	margin: 15px 0;
	border: 1px dotted #ffffff;
	padding: 5px;
}

ul.searchResultsProcedures
{
	list-style-type: none;
	margin: 5px 0 10px 30px;
	padding: 0;
}

ul.searchResultsProcedures li
{
	padding-left: 15px;
	background: url(../Images/iconSub.gif) no-repeat 0 4px;
}

.searchResultsMissing
{
	margin: 50px 0 20px 0;
}




/************************************* REFERRALS ************************************/

.status0
{
	padding-left: 16px;
	background: url(../Images/iconPending.gif) no-repeat left 1px;
}

.status1
{
	padding-left: 16px;
	background: url(../Images/iconTreated.gif) no-repeat left 1px;
}

.status2
{
	padding-left: 16px;
	background: url(../Images/iconAlternative.gif) no-repeat left 1px;
}

.status3
{
	padding-left: 16px;
	background: url(../Images/iconDeclined.gif) no-repeat left 1px;
}

.statusReferral0 { background: url(../Images/iconPending.gif) no-repeat left center; }
.statusReferral1 { background: url(../Images/iconTreated.gif) no-repeat left center; }
.statusReferral2 { background: url(../Images/iconAlternative.gif) no-repeat left center; }
.statusReferral3 { background: url(../Images/iconDeclined.gif) no-repeat left center; }

.referral
{
	border-bottom: 1px dotted #ffffff;
	padding: 4px 0;
}

.referralDetails
{
	margin: 10px 10px 10px 20px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	background-color: #cccccc;
}

.referralName
{
	float: left;
	width: 600px;
	font: bold 12px Arial;
}

.referralEdit
{
	float: left;
	width: 100px;
}

.referralShowDetails
{
	float: left;
	width: 100px;
}

.referralProcedures
{
	margin: 10px 0 10px 30px;
}

.referralProcedures th
{
	background-color: #bbbbbb;
	padding: 3px 5px;
	text-align: left;
}

.referralProcedures td
{
	padding: 3px 5px;
	border-bottom: 1px dotted #999999;
}

.legend
{
	margin: 20px 0 10px 0;
	border: 1px solid #999999;
	background-color: #cccccc;
	padding: 8px;
	height: 36px;
}

.legend span
{
	float: left;
	padding-right: 30px;
}

.listTop
{
	height: 22px;
	background-color: #999999;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	padding-left: 9px;
	color: #cccccc;
}

.listTop a { color:#ffffff; }
.listTop a:hover { color:#000000; }

.ASC { background: #999999 url(../Images/iconAsc.gif) no-repeat; }
.DESC { background: #999999 url(../Images/iconDesc.gif) no-repeat; }

.listDetails
{
	border-bottom: 1px dotted #ffffff;
}

.listItemEm
{
	font-weight: bold;
	height: 22px;
	padding-left: 9px;
}

.listItem
{
	height: 22px;
	padding-left: 9px;
}



/*********************************** SEARCH PAGING *********************************/

.searchPagesSelected
{
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	line-height: 24px;
	text-align: center;
	background: url(../Images/searchPageSelected.gif) no-repeat;
}

.searchPages	
{
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	line-height: 24px;
	text-align: center;
	background: url(../Images/searchPage.gif) no-repeat;
}

.pages
{
	margin: 0 2px;
	font-size: 12px;
}

.pagesSelected
{
	margin: 0 2px;
	font-size: 15px;
	font-weight: bold;
}




/*************************************** FORMS *************************************/

.formHolder
{
	margin: 20px 0;
}

.formTable
{
	border: solid 1px #000000;
}

.formLabel
{
	border: 1px solid #ffffff;;
	border-right-color: #848284;
	border-bottom-color: #848284;
	background-color: #D6D3CE;
	font-weight: bold;
}

.formButtons
{
	border-top: solid 1px #000000;
	padding: 4px;
	background-color: #dadadc;
	text-align: right;
}

.formButtonsTop
{
	border-bottom: solid 1px #000000;
	padding: 4px;
	background-color: #dadadc;
	text-align: right;
}

.formNotes
{
	color: #0000cc;
	font-size: 10px;
}

.formError
{
	color: #ff0000;
	font-weight: bold;
}

.formList
{
	border-top: solid 1px #000000;
	padding: 4px;
}

.formField, .formSelect
{
	font-size: 11px;
	width: 180px;
}

.formTextarea
{
	font-size: 12px;
	width: 500px;
	height: 120px;
}

.button
{
	font-size: 12px;
}

.wide
{
	width: 500px;
}







.KT_tngtable th, .KT_tngtable td.KT_th {
	border: 1px solid #ffffff;;
	border-right-color: #848284;
	border-bottom-color: #848284;
	background-color: #D6D3CE;
	font-weight: bold;
	vertical-align: top;
}
/* the plain cells   */
.KT_tngtable td {
	border: solid 1px #d6d3ce;
	border-top-width: 0;
	border-left-width: 0;
	vertical-align: baseline;
}


/* *
 * recommmended css attribute order
	* layout:            display, list-style
	* box positioning:   position, float, clear
	* box position:      top, right, bottom, left
	* box clipping:      overflow, clip
	* box size:          width, height
	* box style:         margin, padding, border, background
	* text:              color, font, text-decoration, text-transform
	* text positioning:  text-align, vertical-align
	* other text:        white-space, ...
 * */

/* Table and cell look and feel */
.KT_tngtable {
	border: solid 1px #000000;
}
	.KT_tngtable tfoot, .KT_tngtable thead {
		border: solid 1px #000000;
	}
	.KT_tngtable td, .KT_tngtable th, .KT_tngtable caption {
		padding: 2px;
		white-space: nowrap;
	}
	/* HACK: to make ktml3 skin work properly */
	.KT_tngtable .ktml * td {
		border: 0px;
		white-space: normal ! important;
	}
		.KT_tngtable .ktml span.lcontainer table {
		}
		.KT_tngtable .ktml span.lcontainer td {
			padding: 0px ! important;
			margin: 0px ! important;
			vertical-align: middle;
		}


/* Buttons area for tNG form */
.KT_buttons td {
	border-top: solid 1px #000000;
	padding: 4px;
	background-color: #dadadc;
	text-align: right;
}

/* Fonts for the table, table headings, table cells */
	.KT_tngtable td, .KT_tngtable th, .KT_tngtable caption {
		font-family: Arial, Helvetica, sans-serif;
	}
	.KT_tngtable th, .KT_tngtable td.KT_th, .KT_tngtable caption {
		font-size: 12px;
		text-align: left;
	}
	.KT_tngtable td {
		font-size: 11px;
	}

/* Active Form Elements :font-sizes */
	.KT_tngtable input, .KT_tngtable select {
		font-size: 10px;
	}

	.KT_tngtable textarea {
		font-size: 12px;
	}

/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#0000cc;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #cc0000;
		font-family: Courier New, Courier, monospace;
		font-weight: normal;
	}


/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
		/* color:#cc0000; */
	}

	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
		/* border:2px solid #cc0000; */
	}

	/* The actual error message style */
	.form_validation_field_error_error_message {
		color:#cc0000;
		font-weight: bold;
		clear:left;
	}
	form.form_validation_form_error table {
		border: 2px solid red;
	}

/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 5px 10px 5px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid red;
	background-color:#FFFFE4;
	background-image:url(images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* trace container ( initially collapsed) area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid black;
	font-family:Courier, sans-serif;
	font-size: 12px;
	background-color:#FAFAFA;
}

	/* alignment and borders for the form submit buttons */
	#KT_tngdeverror label, #KT_tngtrace label {
		display: block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}

	#KT_tngtrace ul {
		padding-left:10px;
		margin-left:10px;
	}

	#KT_tngtrace_details {
		display: none;
	}

#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}

