
/* ------ Fonts ------ */


@font-face {
    font-family: 'robotoblack';
    src: url('/media/fonts/Roboto-Black.woff') format('woff'),
         url('/media/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack_italic';
    src: url('/media/fonts/Roboto-BlackItalic.woff') format('woff'),
         url('/media/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('/media/fonts/Roboto-Bold.woff') format('woff'),
         url('/media/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/media/fonts/RobotoCondensed-Bold.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('/media/fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold_italic';
    src: url('/media/fonts/Roboto-BoldItalic.woff') format('woff'),
         url('/media/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/media/fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Regular.ttf') format('truetype'));
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('/media/fonts/RobotoCondensed-Italic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('/media/fonts/Roboto-Italic.woff') format('woff'),
         url('/media/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('/media/fonts/Roboto-Light.woff') format('woff'),
         url('/media/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/media/fonts/RobotoCondensed-Light.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('/media/fonts/RobotoCondensed-LightItalic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('/media/fonts/Roboto-LightItalic.woff') format('woff'),
         url('/media/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('/media/fonts/Roboto-Medium.woff') format('woff'),
         url('/media/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('/media/fonts/Roboto-MediumItalic.woff') format('woff'),
         url('/media/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('/media/fonts/Roboto-Regular.woff') format('woff'),
         url('/media/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('/media/fonts/Roboto-Thin.woff') format('woff'),
         url('/media/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin_italic';
    src: url('/media/fonts/Roboto-ThinItalic.woff') format('woff'),
         url('/media/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #613a78;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font: 16px 'robotoregular', Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #333;
}
.dxtvControl,
.dxgvControl {
	font: 16px 'robotoregular', Arial, Helvetica, sans-serif!important;
	line-height: 24px!important;
}
img, a img {	
	border: 0 none;
	max-width: 100%;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a {
	font-weight: normal;
	font-family: 'robotobold';
	outline: none;
}
a[href^="tel"]{
    color:inherit!important;
    text-decoration:none!important;
}
b,
strong {
	font-weight: normal;
	font-family: 'robotoblack';
}
H1 {
	font-size : 48px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-family: 'robotolight';
	font-weight: normal;
	font-style: normal;
	color: #613a78;
	line-height: 54px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
H2 {
	font-size : 28px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-family: 'robotobold';
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 34px;
}
H3 {
	font-size : 20px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-family: 'robotobold';
	font-weight: normal;
	font-style: normal;
	color: #613a78;
	line-height: 26px;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #ccc;
	color: #ccc;
	height: 1px;
	background-color: #ccc;
}
.dxgvControl a,
.dxgvControl a:link,
.dxgvControl a:visited,
A, 
A:Link, 
A:Visited {
	color: #2c9785;
	text-decoration: none;
	font-weight: bold;
}
.dxgvControl a:hover,
A:Hover {
	color: #36c9b1;
	text-decoration: underline;
}


/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}

.span_11 {
	width: 91.66%;
}

.span_10 {
	width: 83.33%;
}

.span_9 {
	width: 75%;
}

.span_8 {
	width: 66.66%;
}

.span_7 {
	width: 58.33%; 
}

.span_6 {
	width: 50%;
}

.span_5 {
	width: 41.66%; 
}

.span_4 {
	width: 33.33%; 
}

.span_3 {
	width: 25%;
}

.span_2 {
	width: 16.66%; 
}

.span_1 {
	width: 8.33%; 
}


/* -------------------------- Specialty Website Styles -------------------------- */

.pencil {
	width: 16px!important;
	height: 16px!important;
}
.hiddenPic {
   display:none;
}
.mobile-hide {
	display: inherit;
}
@media print {
	.noprint { display: none; }
}
.over img:hover { 
	filter : alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
.categories-text {
	line-height: 18px;
	font-size: 12px;
}
.categories-text a, 
.categories-text a:link, 
.categories-text a:visited {
	color: #2c9785;
	text-decoration: none;
	font-weight: bold;
}
.categories-text a:Hover {
	color: #36c9b1;
	text-decoration: underline;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 16px;
}
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white a,
.font-white a:link,
.font-white a:visited {
	color: #fff;
}
.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black a,
.font-black a:link,
.font-black a:visited {
	color: #000;
}
.font-gray,
.font-gray h1,
.font-gray h2,
.font-gray h3,
.font-gray h4,
.font-gray a,
.font-gray a:link,
.font-gray a:visited {
	color: #333;
}


/* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../images/icons/facebook.png);
}
.icon-facebook:hover {
	background-color: #3b579d;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../images/icons/twitter.png);
}
.icon-twitter:hover {
	background-color: #33ccff;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../images/icons/google-plus.png);
}
.icon-google-plus:hover {
	background-color: #dc4a38;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../images/icons/youtube.png);
}
.icon-youtube:hover {
	background-color: #cd201f;
}
.icon-pinterest:link, .icon-pinterest:visited {
	background-image: url(../images/icons/pinterest.png);
}
.icon-pinterest:hover {
	background-color: #bd081c;
}
.icon-ebay:link, .icon-ebay:visited {
	background-image: url(../images/icons/ebay.png);
}
.icon-ebay:hover {
	background-color: #0063d1;
}


/* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1080px;
	margin: 0 auto;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 15px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding25 {
	padding: 25px;
}
.padding35 {
	padding: 35px;
}
.padding50 {
	padding: 50px;
}
.padding100 {
	padding: 100px;
}


.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg-body {
	background-color: #fff;
}
.box-body {

}
.box-left {

}
.box-right {

}
.box-main {
	
}
.box-story-content {
	
}


/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn {
	padding: 10px 20px 10px 20px;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	border: none; 
	line-height: normal!important;
	font-style: normal;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.btn:hover {
	text-decoration: none;
	cursor: pointer;
}

.btn1,
.btn1:link,
.btn1:visited {
	background-color: #2c9785;
	color: white;
}
.btn1:hover {
	background-color: #36c9b1;
}
.btn2,
.btn2:link,
.btn2:visited {
	background-color: #613a78;
	color: white;
}
.btn2:hover {
	background-color: #7e4e9b;
}
.btn-outline,
.btn-outline:link,
.btn-outline:visited {
	background-color: transparent;
	border: 2px solid	#2c9785;
	color: #2c9785;
	text-transform: uppercase;
}
.btn-outline:hover {
	background-color: #36c9b1;
	color: #fff;
}
.btn-outline-purple,
.btn-outline-purple:link,
.btn-outline-purple:visited {
	background-color: transparent;
	border: 2px solid	#613a78;
	color: #613a78;
	text-transform: uppercase;
}
.btn-outline-purple:hover {
	background-color: #7e4e9b;
	color: #fff;
}
.btn-outline-white,
.btn-outline-white:link,
.btn-outline-white:visited {
	background-color: transparent;
	border: 2px solid	#fff;
	color: #fff;
	text-transform: uppercase;
}
.btn-outline-white:hover {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

/* -------------------------- Home Contact Form -------------------------- */

.box-home-contact .fld {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-home-contact .box-form .fld input,
.box-home-contact .box-form .fld textarea {
	padding: 15px!important;
}
.box-home-contact td {
	padding: 0!important;
}
.box-form .btn {
	margin-top: 0;
}

/* -------------------------- Header Style Classes Go Here -------------------------- */

.slicknav_menu,
.js #menu {
	display: none;
}  
.bg-top {
	background-color: #fff;
}
.box-top {
	
}
.bg-header {
	
}
.box-header {  
	
}
.box-header-right {
	padding-top: 60px;
	position: relative;
}
.box-header-login {
	padding-left: 15px;
}
.box-header-login .btn {
	width: 100%;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
}
.box-header-contact {
	border-left: 2px solid #e6d5f1;
	padding-left: 10px;
}
.box-member-info {
	border: 1px solid #bfbfbf;
	text-align: center;
	font-style: italic;
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	padding: 5px;
}
.bg-menu {
	background-color: #613a78;
	position: relative;
	z-index: 999;
}
.box-menu {
	
}

.box-logo img {
	max-width: 100%;
}
.desktop-menu {
	
}

/* ------ Search ------ */

.search-label {
	padding: 7px;
   font-size: 28px;
   line-height: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.search-container {
    display: block;
    position: fixed;
    top: 0; /* set this to height of header */
    left: 0; /* initially position search container out of view */
    z-index: -9; /* make sure the search is behind all content when inactive */
    width: 100%;
    height: 0%;
    text-align: center;
    font: 16px OpenSansBold, sans-serif;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: .8s;
}
.search-container div{
	padding: 5px;
	color: #fff;
}
.search-container .search-box{
	position: relative;
	top: 25%;
	opacity: 0;
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}
.search-field {
	padding: 10px;
	margin: 0 auto;
	border: none;
	outline: none;
	font-size: 60px;
	color: #000;
	background: #fff;
}
.opensearch {
	z-index: 9999;
}
.opensearch .search-box{   				
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}


/* -------------------------- Footer Style Classes Go Here -------------------------- */

.bg-footer-top {
	background-color: #fff;
	padding-top: 5px;
	font-size: 14px;
}
.box-footer-top h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.box-footer-top a,
.box-footer-top a:link,
.box-footer-top a:visited {
	color: #555;
	font-family: 'robotoregular'
}
.box-footer-top img {
	max-width: 100%;
}
.bg-footer {

}
.box-footer {
	font-size: 11px;
}
.footer-left {
	
}
.footer-right {
	text-align: right;
}


/* -------------------------- Home Classes Go Here -------------------------- */

.bg-main-banner {
	background-image: url(../images/bg-main-clinical-oncology.jpg);
	height: 600px;
}
.box-main-banner {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}
.box-main-banner h1 {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.box-home-about {
	text-align: center;
}
.box-home-about h2 {
	color: #333333;
}
.box-home-circles {
	text-align: center;
	padding-bottom: 50px;
}
.box-home-circles img {
	margin: 10px;
}
.box-home-circles a img:hover { 
	filter : alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; 
}
.bg-technology {
	background-image: url(../images/bg-technology.jpg);
}
.bg-trans-curve {
	background-image: url(../images/bg-trans-circle.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 1204px;
}
.box-home-technology {
	text-align: center;
}
.box-home-technology h3 {
	font-family: 'robotoregular';
	font-size: 30px;
	line-height: 36px;
}
.box-home-locator h2 {
	font-family: 'robotolight';
	font-size: 42px;
	line-height: 48px;
}
.bg-home-contact {
	background-image: url(../images/bg-home-contact.jpg);
}
.bg-home-contact h2 {
	font-family: 'robotolight';
	font-size: 42px;
	line-height: 48px;
	color: #fff;
}
.bg-technology .btn,
.box-home-locator .btn,
.bg-home-contact .btn {
	padding: 15px;
	font-size: 18px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}



/* -------------------------- Parallax & Slideshow Styles -------------------------- */
   
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.bg-main-banner {
	position: relative;
	width: 100%;
	background-color: #414141;
}
.slide, #slideshow {
	width: 100%;
	height: 600px;
	position: relative; 
	z-index: 0;
}
#slideshow .position { 
	width: 100%;
}
#slideshow .controls { 
	bottom: 25px;
	right: 10px;
	z-index: 9999; 
	position: absolute;
	width: 100%;
	text-align: center;
}
#slideshow .controls a { 
	font-size: 3px; 
	line-height: 3px; 
	margin: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-decoration: none; 
	background: #fff;
	-webkit-border-radius: 100%; 
	-moz-border-radius:    100%; 
	border-radius:         100%; 
}
#slideshow .controls a:first-child { 
	background: #fff;
}
#slideshow .controls a.activeSlide { 
	background: #7e4e9b;
}
#slide1 { background-image: url(../images/slides/IMAGE-NAME.jpg);}


/* -------------------------- Forms -------------------------- */

.box-form .col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-form .lbl {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
.box-form .fld input,
.box-form .fld textarea {
	padding: 10px!important;
	box-sizing: border-box;
}


/* -------------------------- Custom Style Classes Go Here -------------------------- */

.color-bar {
	background-image: url(../images/bg-color-bar.jpg);
	background-size: 100% 13px;
	height: 13px;
}
.bg-trans-purple {
	background-color: rgba(97,58,120,0.75);
}
.box-events .section {
	border-bottom: 1px solid #ccc;
}
.box-events .event {
	background-color: #eee; 
}
.box-events .event2 {
	background-color: none;
}
.box-events .hdr-event {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.box-event-details h2 {
	margin-top: 15px;
}
.box-events-register .lbl {
	width: 150px;
}
.box-events-register .lbl,
.box-events-register .fld {
	padding: 5px;
}
.box-events-register td {
	vertical-align: top;
}
.box-events-register .btn {
	font-size: 18px;
}
.box-staff .col {
	padding: 35px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
	height: 185px;
}
.box-listings .col {
	padding: 35px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
	height: 110px;
}
.box-staff h2 {
	background-color: #2c9795;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
	font-family: 'robotolight';
}

.account-date{
    text-align:right;
}

.account-modules {
    text-align:center;
}
.account-modules a {
	display: inline-block;
	padding: 10px;
	border: 1px solid #2c9795;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.account-modules a:hover {
	text-decoration: none;
	background-color: #eee;
}

.protocol-status-black{
    color: black;
    font-weight: bold;
}

.protocol-status-green{
    color:green;
    font-weight: bold;
}

.protocol-status-red{
    color:red;
    font-weight: bold;
}
.box-protocol-details {
	padding: 35px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
	margin-top: 20px;
}
.box-protocol-details .span_4 {
	padding: 15px;
	border-right: 1px solid #ccc;
}
.box-protocol-details .box-form .group > div:nth-child(3) { 
	border-right: 0px solid transparent;
}
.box-protocol-details .protocol-status-black {
	padding-bottom: 20px;
	display: block;
}
.box-protocol-details .span_12 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.dxtvControl .dxtv-ndHov,
.dxtvControl .dxtv-ndSel {
	background-color: transparent!important;
	color: #2c9795!important;
	border: 1px solid transparent!important;
	font-weight: bold!important;
}

/* -------------------------- Tool Tips -------------------------- */
a.tooltip {
    text-decoration: none;
    color: #3C3C3C;
}
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #ccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 

/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}


/* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}