/* CSS Document */ /**/

/* HTML Tags */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Key Energy - Add New Employee Checklist */
#DarkScreenedPage
{
    display: none; 
    opacity: 0.7; 
    -moz-opacity:0.7; 
    filter: alpha(opacity=70); 
    float:left; 
    position:fixed; 
    background-color: #007B73;  
    width:100%; 
    height:100%; 
    z-index:3;
	margin-top: -20px;
	margin-bottom: -20px;
}

#kne
{
	display: none; 
	z-index:250; 
	position: fixed;
	width: 100%;
	top:100px; 
}

#kneTable1
{
	display: block; 
	/*
	text-align: center;
	background-color: #FFFFFF;
	*/
}
#kneQ1, #kneQ2, #kneQ3, #kneDot, #kneNonDot
{
    display: none; 
	background-color: #FFFFFF;
	/*
	position: fixed; 
    top:100px; 
    left:100px; 
    z-index:250; 
    border: solid 1px #000000;
	*/
}

.kneTable
{
	background-color: #007B73;
}

/* Id's */
#GreyPage
{
    display: none; 
    opacity: 0.2; 
    -moz-opacity:0.2; 
    filter: alpha(opacity=20); 
    float:left; 
    position:fixed; 
    background-color: #007B73;  
    width:100%; 
    height:100%; 
    z-index:3;
	margin-top: -20px;
	margin-bottom: -20px;
}

#PleaseWait
{
    display: none; 
    position: fixed; 
    top:100px; 
    left:100px; 
    z-index:250; 
    border: solid 1px #000000;
}
#mGreyPage
{
    display: none; 
    opacity: 0.5; 
    filter: opacity(0.5); 
    float:left; 
    position:fixed; 
    background-color: #007B73;  
    width:100%; 
    height:100%; 
    z-index:3;
	margin-top: -20px;
	margin-bottom: -20px;
}

#mPleaseWait
{
    display: none; 
    position: fixed; 
    top:100px; 
    left:100px; 
    z-index:250; 
    border: solid 1px #000000;
}
#crumbversiondiv
{
	margin: auto;
	padding-bottom: 13px;
}

#pagediv
{
	width: 960px;
	margin:20px auto 10px;
    /*	
    background-color:#FFeeFF;
	border: 1px solid #999999;
    */
	
}

#headerdiv
{
	margin-top: 10px;
	height: 71px;
	/*
	background-image: url('images/header.jpg')
	*/
}

#menudiv
{
	margin: 0 auto;
	margin-top: 10px;
	background-image:url(images/menubar.jpg);
	height: 33px;
}

#leftmenudiv
{
	float:left; 
	width:700px; 
	margin-top: 1px;
	padding-left: 12px;
}

#logindiv
{
	float:right; 
	width:240px; 
	text-align:right; 
	margin-right:6px; 
	margin-top:9px;
	color: white;
	font-size: 12px;
}

#breadcrumbdiv
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #007B73;
	font-weight: bold;
	margin-top:2px;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom:-2px;
}

#bannerdiv
{
	margin-top: 7px;
}

#contentdiv
{
	margin-top: 7px;
	padding: 4px;
	min-height: 391px;
	clear:both;
}

#homecontentdiv
{
	margin-top: 10px;
	padding: 4px;
	min-height: 200px;
}

#footerdiv
{
	margin: 0 auto;
	margin-top: 10px;
	background-image:url(images/menubar.jpg);
	height: 33px;
	text-align:center;
}


/* Classes - Colors */
.sitecolor
{
    color: #007B73;
}
.sitebgcolor
{
    color: #FFFFFF;
    background-color: #007B73;
}

.yellow 
{
    color: #FFFF00;
}
.white
{
    color: #FFFFFF;
}
.black
{
    color: #000000;
}
.red 
{
    color: #CC0000;
}
.darkred 
{
    color: #990000;
}
.green
{
    color: #009900;
}
.warningrow 
{
    color: #330000;
    background-color: #ffd9d9;
}

.whitebg
{
    background-color: #FFFFFF;
}
.ghostbg
{
    background-color: #ababab;
}
.altrowcolor
{
    background-color: #dbf8f6;
}

.columncolorgreen
{
    background-color: #99FF66;
}
.clinicdropdown
{
    background-color: #FFFF66;
    }
.ghosttb  
{
    color: #ababab; 
    /*
    border: #000000 1px solid; 
    */
}   
  
.normaltb  
{
    color: #000000; 
    /*
    border: #000000 1px solid; 
    */
}
/* Basic Styles */
.left
{
    text-align: left;
} 

.center
{
    text-align: center;
}

.right
{
    text-align:right;
}

.bold
{
    font-weight: bold;
}
.regular
{
    font-weight: normal;
}

.smalltext
{
    font-size: 10px;
}
.mediumtext
{
    font-size: 12px;
}
.largetext
{
    font-size: 14px;
}
.nowrap
{
    white-space: nowrap;
}
.tabletitlepad
{
	padding-top:4px;
	padding-bottom:2px;
	font-weight: bold;
	color: #FFFFFF;
	/*
    display: block;
    */
}
.tabletitleborder
{
	background-color: #666666;
	/*
    display: block;
    */
}
.tabletitleborderalt
{
	background-color: #DEDEDE;
	/*
    display: block;
    */
}
.tablecenter {
  margin-left: auto;
  margin-right: auto;
}
.spantooltip
{
	position:relative; /*this is the key*/
	display: none;
	z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
	}
	
.link
{
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

   
.linktab
{
    display: inline-block;
	background-color: #007B73;
	padding: 8px;
	color: #FFFFFF;
	white-space:nowrap;
	text-align:center;
	border-top: 1px #000000 solid;
	border-bottom: 1px #999999 solid;
	border-left: 1px #000000 solid;
    }
    
.linktab2
{
    border-right: 1px #000000 solid;
}

.linktab:hover
{
	background-color:#00c5b8;
	cursor: pointer;
}
.linktabselected
{
	background-color:#00c5b8;
	padding-top: 10px;
	padding-bottom: 10px;
    border-right: 1px #000000 solid;
}
.linktab2selected
{
	background-color:#00c5b8;
	padding-top: 10px;
	padding-bottom: 10px;
    border-right: 2px #000000 solid;
    border-left: 1px #000000 solid;
}
.ttmarker
{}

*.ttmarker:hover + span
{
	display:block;
    position:absolute;
	font-weight:normal;
	max-width: 150px;
	-moz-opacity:0.8; 
    filter:alpha(opacity=80); 
	opacity:0.8; 
    /*

	
	top:2em; 
	left:2em;
	width:15em;
	background-color:#C9F1EE; 
	*/ 
	margin-top: 6px;
	margin-left: 3px;
	padding: 5px;
    border:1px solid #007B73;
    
	background-color:#e9fbfa;
	color:#000;
    text-align: center
	}
	
/* Classes - Site Styles */
.version
{
    padding-top:3px; 
    padding-right:5px; 
    display:block;
}

.loginlink
{
    color: #FFFFFF; 
    text-decoration: underline;
}
.loginlink:hover
{
    color: #FFFF00; 
    text-decoration: underline;
}

.footer
{
	display:block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/* 
	font-weight: bold;
	*/
	
	color: white;
	padding-top: 9px;
}

.menustyle
{
	font-weight:bold;
	/* 
	font-weight: bold;
	padding-left: 14px;
	*/

	padding-top: 6px;      
}

.menustyle1
{
	font-weight:bold;
	/* 
	font-weight: bold;
padding-top: 6px;  
    padding-left: inherit;
	*/
	
	
}
.menustyle:hover
{
    color: #FFFF00;  
}

.submenustyle
{
    /*
    border-bottom: 1px solid #000000;
    margin-bottom: -1px;
margin-left: 10px;
    */
	background-color: #007B73;
	
	margin-top: 4px;
	border: #000000 1px solid;
}

.submenuitemstyle
{
	font-weight: normal;
	padding: 2px;
	background-color: #007B73;
    color: #FFFFFF;  
    /*
	margin-bottom: -1px;
    */
}

.submenuitemstyle:hover
{
    color: #FFFF00;  
    background-color: #2bafa6;
}

.breadcrumb
{
    text-decoration: underline;
}
.breadcrumb:visited
{
    color: #007B73;
    text-decoration: underline;
}

.newsheadline
{
    font-size: 24px;
}
.newsbyline
{
    font-size: 12px;
    color: #999999;
    font-family: Times New Roman, Serif;
}
.newsarticle
{
    /*
    font-size: 12px;
    color: #000000;
    font-family: Times New Roman, Serif;
*/
}