/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

/*h1, h2, h3, h4 {
	margin: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
}*/

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #2525d3;
}

a:visited {
	color: #000098;
}

a:hover {
	text-decoration: underline;
	color: #5252e0;
}

a:active {
	color: #000098;
}
/*
a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}
*/

body {
}

body.master {
	background-color: #ffffff;
	/*background-image: url(images/background_new.gif);
	background-repeat: repeat-x;*/
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

body.dialog {
	background-color: #ffffff;
	background-image: url(images/bg_dialog.gif);
	background-repeat: repeat-x;
	margin: 5px;
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

/*body.dialogapproval {
	background-color: #ffffff;
	background-image: url(images/bg_dia_appr_top.gif);
	background-repeat: repeat-x;
	margin: 5;
	padding: 5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

body.dialogtemplate {
	background-color: #ffffff;
	background-image: url(images/bg_dia_temp_top.gif);
	background-repeat: repeat-x;
	margin: 5;
	padding: 5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

body.dialoguser {
	background-color: #ffffff;
	background-image: url(images/bg_dia_user_top.gif);
	background-repeat: repeat-x;
	margin: 5;
	padding: 5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

body.dialogkeycode {
	background-color: #ffffff;
	background-image: url(images/bg_dia_key_top.gif);
	background-repeat: repeat-x;
	margin: 5;
	padding: 5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}*/

ul.glossbuttons {margin: 15px 0px; padding: 0px; list-style: none;}
ul.glossbuttons li {margin: 4px 0px; padding: 0px 0px 0px 28px; list-style: none;}
ul.glossbuttons li.return {background: url(../../Images/system/return.png) no-repeat left;}
ul.glossbuttons li.search {background: url(../../Images/system/search.png) no-repeat left;}
ul.glossbuttons li.visit {background: url(../../Images/system/visit.png) no-repeat left;}
ul.glossbuttons li.chart {background: url(../../Images/system/chart.png) no-repeat left;}

img {
	border-width: 0;
}

.container {width: 1000px;
	margin: 0px auto;
	background: url(images/bg_content.gif) repeat-y;
}

.insidecontainer {width: 1000px;
	background-image: url(images/background_new.gif);
	background-repeat: repeat-x;
}

/* 1 HEADER */

.header {
	/*background-image: url(Images/header.gif);*/
	/*background-repeat: no-repeat;*/
	position: relative;
	width: 1000px;/*760*/
	height: 71px;/*81*/
	margin-left: auto;
	margin-right: auto;
}

h1.h1header {
	position: absolute;
	left: 17px;/*37*/
	top: 12px;
	color: #1d4d84;
	/*text-transform: uppercase;*/
	font-size: 18px;
}

h2.title {
	position: absolute;
	left: 17px;/*37*/
	top: 60px;
	color: #1d4d84;
	font-size: 11px;
}
.menua 
{
	float:right;
	position: relative;
	top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	padding: 0px 10px 0px 0px;
}


.menuadropdown
{
	padding: 2px 3px;
	display: block;
	z-index: 5000;
}
.menuadropdownhover
{
}


/*
.menuadropdown
{
	background-color: Red;
	border-color: Black;
	border-width: thin;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	line-height: 2em;
	padding-left: 3px;
	padding-left: 3px;
}
.menuadropdownhover
{
	background-color: White;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	z-index: 5000; 
	line-height: 2em;
}
*/



.nav {
	position: absolute;
	left: 107px;/*37*/
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #2525d3;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;/*760*/
	height: 8px;
	font-size: 0;
}

.column {
	/*background-image: url(images/content-shim.gif);*/
}

.gradient {
	/*background-image: url(images/content-shim-photo.gif);*/
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* #content h3 {
	margin: 1em 0em 0em 0em;
	font-size: 1.5em;
	display: block;
	width: 657px;
	padding: 5px;
	color: #1d4d84;
	border-bottom: 1px solid #90bdf1;
	background: url(Images/bg_header.gif) repeat-x;
}*/

/*h3 {
	margin-top: 1.0em;
	margin-bottom: 0.0em;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #1d4d84;
	border-bottom: 1px solid #90bdf1;
	background: url(Images/bg_header.gif) repeat-x;
}*/

.headerspan {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #1d4d84;
	border-bottom: 1px solid #90bdf1;
	background: url(Images/bg_header.gif) repeat-x;
}

/*h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #1d4d84;
	border-bottom: 1px solid #90bdf1;
	background: url(Images/bg_header.gif) repeat-x bottom;
}*/

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	/*background-image: url(images/body-repeat.gif);*/
	position: relative;
	width: 926px;/*686px;*/
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

div.sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 0;
}

#dialogcontent {
	margin-top: 100px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;/*37*/
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

/*dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}*/

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 926px;/*686px;*/
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 926px;/*686px;*/
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0;
	width: 1000px;/*760*/
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	/*background-image: url(images/photonav-top-bg.gif);*/
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	/*background-image: url(images/footer-side.gif);*/
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 100%;/*1000px*//*760*/
	height: 75px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #90bdf1;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #2525d3;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}



.loginstatus 
{
	position:relative;
	float: right;
	top: 45px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 30px 0px 0px;
	z-index: 1;
}
.loginname 
{
	text-transform:capitalize;
	font-size: 10px;
}
.DocumentDetailButtonPanel
{
	position: absolute;
	float: left;
	top: 53px;
	left: 0px;
}
.DocumentEmailPanel
{
	position: absolute;
	float: left;
	top: 100px;
	left: 0px;
}
.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

/*ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}*/
.link {
	list-style-image: url(images/bullet-1.gif);
}
.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

div.All, div.Aqua, div.Blue, div.Clear, div.Lime, div.Orange, div.Pink, div.Rose, div.Yellow {width: 102px; height: 21px; text-align: center; margin-bottom: 0px;}

div.All a, div.Aqua a, div.Blue a, div.Clear a, div.Lime a, div.Orange a, div.Pink a, div.Rose a, div.Yellow a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 102px;
	height: 18px;
	padding: 3px 0px 0px 0px;}

div.All a:visited, div.Aqua a:visited, div.Blue a:visited, div.Clear a:visited, div.Lime a:visited, div.Orange a:visited, div.Pink a:visited, div.Rose a:visited, div.Yellow a:visited {color: #000000; text-decoration: none;}

div.All a:hover, div.Aqua a:hover, div.Blue a:hover, div.Clear a:hover, div.Lime a:hover, div.Orange a:hover, div.Pink a:hover, div.Rose a:hover, div.Yellow a:hover {color: #000000; text-decoration: underline;}

div.All a:active, div.Aqua a:active, div.Blue a:active, div.Clear a:active, div.Lime a:active, div.Orange a:active, div.Pink a:active, div.Rose a:active, div.Yellow a:active {color: #000000; text-decoration: underline; padding: 4px 0px 0px 0px; height: 17px;}

div.All a {background: url(../../Images/tabs/clear.gif) no-repeat;}	
div.All a:hover {background: url(../../Images/tabs/clear.gif) 0px -21px no-repeat;}

div.Aqua a {background: url(../../Images/tabs/aqua.gif) no-repeat;}
div.Aqua a:hover {background: url(../../Images/tabs/aqua.gif) 0px -21px no-repeat;}

div.Blue a {background: url(../../Images/tabs/blue.gif) no-repeat;}
div.Blue a:hover {background: url(../../Images/tabs/blue.gif) 0px -21px no-repeat;}

div.Clear a {background: url(../../Images/tabs/clear.gif) no-repeat;}
div.Clear a:hover {background: url(../../Images/tabs/clear.gif) 0px -21px no-repeat;}

div.Lime a {background: url(../../Images/tabs/lime.gif) no-repeat;}
div.Lime a:hover {background: url(../../Images/tabs/lime.gif) 0px -21px no-repeat;}

div.Orange a {background: url(../../Images/tabs/orange.gif) no-repeat;}
div.Orange a:hover {background: url(../../Images/tabs/orange.gif) 0px -21px no-repeat;}

div.Pink a {background: url(../../Images/tabs/pink.gif) no-repeat;}
div.Pink a:hover {background: url(../../Images/tabs/pink.gif) 0px -21px no-repeat;}

div.Rose a {background: url(../../Images/tabs/rose.gif) no-repeat;}
div.Rose a:hover {background: url(../../Images/tabs/rose.gif) 0px -21px no-repeat;}

div.Yellow a {background: url(../../Images/tabs/yellow.gif) no-repeat;}
div.Yellow a:hover {background: url(../../Images/tabs/yellow.gif) 0px -21px no-repeat;}
	

/*div.All, div.Office, div.Procedures, div.Consults, div.Lab, div.Radiology, div.Correspondence, div.Legal, div.Hospital, div.ChartNotes {width: 102px;
	height: 21px;
	margin-bottom: 0px;
}

div.All a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/all.gif) no-repeat;
}

div.All a:hover {background: url(../../Images/all.gif) no-repeat 0px -21px;}
div.All a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/all.gif) no-repeat 0px -63px;
}
div.All a:active {background: url(../../Images/all.gif) no-repeat 0px -42px;}

div.Office a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/office.gif) no-repeat;
}

div.Office a:hover {background: url(../../Images/office.gif) no-repeat 0px -21px;}
div.Office a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/office.gif) no-repeat 0px -63px;
}
div.Office a:active {background: url(../../Images/office.gif) no-repeat 0px -42px;}

div.Procedures a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/procedures.gif) no-repeat;
}

div.Procedures a:hover {background: url(../../Images/procedures.gif) no-repeat 0px -21px;}
div.Procedures a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/procedures.gif) no-repeat 0px -63px;
}
div.Procedures a:active {background: url(../../Images/procedures.gif) no-repeat 0px -42px;}

div.Consults a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/consults.gif) no-repeat;
}

div.Consults a:hover {background: url(../../Images/consults.gif) no-repeat 0px -21px;}
div.Consults a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/consults.gif) no-repeat 0px -63px;
}
div.Consults a:active {background: url(../../Images/consults.gif) no-repeat 0px -42px;}

div.Lab a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/lab.gif) no-repeat;
}

div.Lab a:hover {background: url(../../Images/lab.gif) no-repeat 0px -21px;}
div.Lab a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/lab.gif) no-repeat 0px -63px;
}
div.Lab a:active {background: url(../../Images/lab.gif) no-repeat 0px -42px;}

div.Radiology a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/radiology.gif) no-repeat;
}

div.Radiology a:hover {background: url(../../Images/radiology.gif) no-repeat 0px -21px;}
div.Radiology a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/radiology.gif) no-repeat 0px -63px;
}
div.Radiology a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/radiology.gif) no-repeat 0px -63px;
}
div.Radiology a:active {background: url(../../Images/radiology.gif) no-repeat 0px -42px;}

div.Correspondence a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/correspondence.gif) no-repeat;
}

div.Correspondence a:hover {background: url(../../Images/correspondence.gif) no-repeat 0px -21px;}
div.Correspondence a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/correspondence.gif) no-repeat 0px -63px;
}
div.Correspondence a:active {background: url(../../Images/correspondence.gif) no-repeat 0px -42px;}

div.Legal a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/legal.gif) no-repeat;
}

div.Legal a:hover {background: url(../../Images/legal.gif) no-repeat 0px -21px;}
div.Legal a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/legal.gif) no-repeat 0px -63px;
}
div.Legal a:active {background: url(../../Images/legal.gif) no-repeat 0px -42px;}

div.Hospital a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/hospital.gif) no-repeat;
}

div.Hospital a:hover {background: url(../../Images/hospital.gif) no-repeat 0px -21px;}
div.Hospital a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/hospital.gif) no-repeat 0px -63px;
}
div.Hospital a:active {background: url(../../Images/hospital.gif) no-repeat 0px -42px;}

div.ChartNotes a {
	display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/chartnotes.gif) no-repeat;
}

div.ChartNotes a:hover {background: url(../../Images/chartnotes.gif) no-repeat 0px -21px;}
div.ChartNotes a.on {display: block;
	width: 102px;
	height: 21px;
	background: url(../../Images/chartnotes.gif) no-repeat 0px -63px;
}
div.ChartNotes a:active {background: url(../../Images/chartnotes.gif) no-repeat 0px -42px;}*/

div.DocTabWhite
{
	border-style:inset;
	border-color: #dfdfdf;
	border-width: 2px;
	padding: 3px;
	background-color: White;
	color: #000000;
}


.DocTabWhite a:hover
{
	color: #000000;
}
.DocTabWhite a:link
{
	color: #000000;
}


div.DocTabGreen
{
	border-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 3px;
	background-color: #8eff91;
}
div.DocTabBlue
{
	border-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 3px;
	background-color: #a0bbff;
}
div.DocTabOrange
{
	border-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 3px;
	background-color: #ffb175;
}
div.DocTabRed
{
	border-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 3px;
	background-color: #ffa38e;
}
div.DocTabYellow
{
	border-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 3px;
	background-color: #ffff8e;
}
div.DocTabPurple
{
	border: 1px inset #999999;
	padding: 3px;
	background-color: #c9abdb;
}
.DictationNeeded
{
	color: #ff0000;
}

.DictationNeeded a:visited
{
	color: #ff0000;
}

.DictationNeeded a:link
{
	color: #ff0000;
}

.hiddenspan {display:none;}
/*--------------------------------------------*/
.DocumentNarrativeApproved {
	font-family: Verdana;
    font-size:10px;
    padding: 10px;
    background-color : #EFFFEF;
    width: 650px;
}
.DocumentNarrativeUnApproved
{
	font-family: Verdana;
	font-size: 10px;
	padding: 10px;
	background-color: #ffff99;
    width: 650px;
}

.DocumentImageApproved {
    padding: 0px;
    background-color : #EFFFEF;
    width: 650px;
}
.DocumentNarrativeUnApproved
{
    padding: 0px;
	background-color: #ffff99;
    width: 650px;
}

/*--------------------------------------------*/
