/* Initial reset
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote, form, fieldset, legend {
	margin:0;
	padding:0;
	font:100%/120% Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	border:0;
}
input, select, textarea {
	font-size:100%;
}
/* General
---------------------------------------------------------- */
html {
	font-size:100.01%;
}
body {
	background:#f3f3f3;
	font-size:12px;
	color:#333;
	min-width:960px; /* or 1000px depending on margins */
	overflow: auto;
}
a {
	color:#0066b3;
	text-decoration:none;
}
a:hover {
	color:#0091ff;
	text-decoration:underline;
}
p {
	line-height:150%;
	padding-bottom:12px;
}
/* Forms
---------------------------------------------------------- */
form.container {
	background:#f4f4f4;
	padding:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
form fieldset {
	padding-top:16px;
	margin-top:8px;
	border-top:1px solid #d1d1d1;
}
form fieldset.first {
	padding-top:0;
	margin-top:0;
	border-top:none;
}

form fieldset h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}
form fieldset div {
	overflow:hidden;
	width:100%;
	margin-bottom:12px;
}
form label {
	float:left;
	color:#666;
	text-align:right;
	margin-right:6px;
	padding-top:3px;
	width:182px;
}

.required:after {
	content: ' *';
}
form input, form select, form textarea {
	font-family:Arial, Helvetica, sans-serif;
}
form select {
}
form textarea {
}
input.small {
	width:40px;
}
form fieldset div span {
	font-size:11px;
	color:#666;
	display:block;
	margin:2px 0 0 186px;
}
form fieldset ul {
	float:left;
	padding:3px 0 0 0;
}
form fieldset ul li {
	color:#000;
	background:none;
	padding:0 0 8px 0;
	position:relative;
	height:100%;
}
form fieldset ul li label { /* used for checkbox and radio only */
	float:none;
	color:#333;
	text-align:left;
	width:auto;
	vertical-align:middle;
}
form fieldset div.text {
	width:auto;
	margin-bottom:0;
	margin-top:3px;
	color:#000;
}
input[type="checkbox"] {
	margin:0 0 0 4px;
	vertical-align:middle;
}
input[type="radio"] {
	margin:0 0 0 4px;
	vertical-align:middle;
}
.form-button {
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d1d1d1;
	background:#fff url(../img/button-bg.gif) repeat-x left bottom;
	font-size:12px;
	font-weight:bold;
	color:#0066b3;
	padding:4px 8px 3px 8px;
	cursor:pointer;
	overflow:visible;
}
.form-button:hover {
	border:1px solid #0c6fb1;
	background:#137abf url(../img/button-hover-bg.gif) repeat-x left bottom;
	color:#fff;	
}
.form-button.margin {
	margin-left:108px;
}
form a {
	text-decoration:underline;
}
#afterException {
	margin-top: 20px;
}
#afterException .form-button {
	margin-left: 10px;
}
/* Header
---------------------------------------------------------- */
#header {
	overflow:hidden;
	height:80px;
	background:#fff;
	padding:0 20px;
}
h1 {
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#555;
	margin:12px 0 0 20px;
}
h1 img {
	margin-right:24px;
	vertical-align:middle;
}
/* Top menu
---------------------------------------------------------- */
#top-menu {
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-align:right;
	padding-top:7px;
}
#top-menu a {
	text-decoration:underline;
}
/* Bar
---------------------------------------------------------- */
#bar {
	overflow:hidden;
	height:41px;
	background:#0f67a5;
	padding:0 20px;
}
#navigation {
	float:left;
	overflow:hidden;
	display:block !important;
	height:100%;
}
#navigation li {
	float:left;
	margin:10px 4px 0 0;
}
#navigation li a {
	font-weight:bold;
	color:#fff;
	display:block;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #1484ce;
	border-bottom:none;
	background:#0273c8;
	padding:7px 14px 8px 14px;
}
#navigation li a:hover {
	border:1px solid #1b99ed;
	border-bottom:none;
	background:#0481df;
	text-decoration:none;
}
#navigation li.current a {
	color:#333;
	border:1px solid #fff;
	border-bottom:none;
	background:#f3f3f3 url(../img/tab-current-bg.gif) repeat-x left top;
}
#navigation li.current a:hover { /* for IE6 */
	border:1px solid #fff;
	border-bottom:none;
	background:#f3f3f3 url(../img/tab-current-bg.gif) repeat-x left top;
}
#language {
	float:right;
	font-size:11px;
	color:#fff;
	margin-top:12px;
}
#language select {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:4px;
}
#language a {
	color:#fff;
}
#language span {
	margin-left: 6px;
	margin-right: 6px;
}

#languageSelect {
	font-weight: bold;
	margin-top: -5px;
	padding: 3px;
	border-radius: 25px;
	height: 25px;
}

#action {
	float:right;
	font-size:11px;
	color:#fff;
	margin-top:12px;
}
#action select {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:4px;
}
#action a {
	color:#fff;
}
#action span {
	margin-left: 6px;
	margin-right: 6px;
}

#actionSelect {
	font-weight: bold;
	margin-top: -5px;
	padding: 3px;
	border-radius: 25px;
	height: 25px;
	width: 90px;
}
/* Contents
---------------------------------------------------------- */
#contents {
	overflow:auto;
	height:85%;
	padding:20px;
}
/* Sidebar
---------------------------------------------------------- */
.sidebar {
	float:right;
	width:220px;
	color:#555;
	margin-left:20px;
}
.largeSidebar{
	width:400px;
}
.sidebar h3 {
	font-size:13px;
	font-weight:bold;
	color:#0f67a5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#d9f0ff;
	padding:6px 14px 5px 14px;
	margin:26px 0 10px 0;
}
.sidebar h3.first {
	margin:0 0 10px 0;
}
.sidebar p {
	padding:0 4px 0 14px;
}
.sidebar ul {
	padding:3px 4px 0 14px;
}
.sidebar ul li {
	background:url(../img/list-bullet.gif) no-repeat left 4px;
	padding-left:12px;
	margin-bottom:14px;
}
.sidebar ul li ul {
	padding:6px 4px 0 0;
}
.sidebar ul li ul li {
	background:none;
	padding-left:0;
	margin-bottom:5px;
}
/* Main
---------------------------------------------------------- */
#main {
	overflow:hidden;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #e5e5e5;
	background:#fff;
	padding:20px 19px;
}
#main.full {
	background:#fff url(../img/main-full-bg.gif) repeat-y left top;
	padding:0 !important; /* to correct bug on IE6 */
	padding:0 0 50px 0;
	height:100%;
}
#main h2 {
	font-size:20px;
	font-weight:bold;
	padding-bottom:14px;
}
#main h2 span {
	font-size:16px;
	font-weight:normal;
	color:#666;
}
#main .subnavigation {
	overflow:hidden;
	height:100%;
	
}
#main .subnavigation .links {
	float:left;
	color:#828282;
	padding:6px 0 16px 0;
}
#main .subnavigation .links a {
	padding:3px 6px;
	text-decoration:underline;
}
#main .subnavigation .links a:hover {
	text-decoration:none;
	background:#d9f0ff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#main .subnavigation .links .current {
	color:#333;
	text-decoration:none;
	background:#a1c5df;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#main .subnavigation .links .current:hover {
	background:#a1c5df;
}
#main .subnavigation .buttons {
	float:right;
	position:relative;
}
#main .subnavigation .buttons a {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d1d1d1;
	background:#fff url(../img/button-bg.gif) repeat-x left bottom;
	font-weight:bold;
	padding:5px 8px 4px 24px;
	display:block;
}
#main .subnavigation .buttons a:hover {
	text-decoration:none;
}
#main .subnavigation .buttons a img {
	position:absolute;
	top:7px;
	left:6px;
}
/* Exams
---------------------------------------------------------- */
#exams-navigation {
	float:left;
	width:119px;
}
#exams-navigation ul li {
	border-bottom:1px solid #d9d9d9;
	position:relative;
}
#exams-navigation ul li a {
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#0f67a5;
	border:2px solid #0f67a5;
	display:block;
	padding:14px;
	min-height:38px;
	height:auto !important;
	height:38px;
}
#exams-navigation ul li a:hover {
	text-decoration:none;
	background:#268ad0;
	border:2px solid #fcb813;
}
#exams-navigation ul li a span {
	display:block;
	font-weight:normal;
	margin-top:4px;
}
#exams-navigation ul li a.first {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}
#exams-navigation ul li a.current {
	background:#31a9ff;
	border:2px solid #31a9ff;
}
#exams-navigation ul li a.current:hover { /* to avoid IE6 bug */
	background:#31a9ff;
	border:2px solid #31a9ff;
}
#exams-navigation ul li .arrow {
	position:absolute;
	right:-8px !important;
	right:-9px;
	top:28px;
}
#exams-navigation ul li .circle {
    position:absolute;
    right:5px !important;
    top:5px;
}
#exams-contents {
	overflow:auto;
	height:95%;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
    margin-left: 119px;
}
/* Thumbnails
---------------------------------------------------------- */
#thumbnails {
	overflow:hidden;
}
#thumbnails .thumbnail-full {
	float:left;
	margin:0 6px 6px 0;
	border:4px solid #fff; /* border color as background, when hover it doesn't change in size */
	position:relative;

}
#thumbnails .thumbnail-full.selected {
	border:4px solid #fcb813;
}

#thumbnails .thumbnail-full h3 {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin: 6px 6px 6px 6px;
	overflow: hidden;
	width: 136px;
}
#thumbnails .thumbnail-full h3 span {
	display:block;
	font-weight:normal;
	color:#666;
	margin-top:1px;
	width: 100%;
}

#thumbnails .thumbnail-full .description {
font-size:11px;
	font-weight:bold;
	text-align:center;
	margin: 6px 6px 6px 6px;
	overflow: hidden;
	width: 136px;
}

#thumbnails .thumbnail-full .details {
	display:block;
	font-weight:normal;
	color:#666;
	margin-top:1px;
	width: 100%;	
}

.download-button {
	background-image : url('../img/arrow_down.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d9f0ff;
	background-position: left center;
	float: left;
	min-width: 20px;
	padding-left: 15px; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	color: #0f67a5;
	font-size: 10px;
	font-weight: bold;	
}

.download-button-right {
	float: none;
	display: inline-block;
}

.download-button:first-of-type {
	margin-left: 0px;
}

.download-button:last-of-type {
	margin-right: 0px;
}

.download-button a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
	
.download-button:hover {
	background-color: #0f67a5;
	color: #d9f0ff;
}

.download-button:hover a{
	background-color: #0f67a5;
	color: #d9f0ff;
}

.copy-link {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d9f0ff;
	float: left;
	min-width: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	color: #0f67a5;
	font-size: 10px;
	font-weight: bold;
}

.copy-link-right {
	display: inline-block;
	margin-top: -3px;
}

.copy-link:first-of-type {
	margin-left: 0px;
}

.copy-link:last-of-type {
	margin-right: 0px;
}

.copy-link a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.copy-link:hover {
	background-color: #0f67a5;
	color: #d9f0ff;
}

.copy-link:hover a{
	background-color: #0f67a5;
	color: #d9f0ff;
}

.ordering {
	clear: both;
}

.full-screen-button {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d9f0ff;
	background-position: left center;
	float: right;
	min-width: 20px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	color: #0f67a5;
	font-size: 10px;
	font-weight: bold;
}

.full-screen-button:first-of-type {
	margin-left: 0px;
}

.full-screen-button:last-of-type {
	margin-right: 0px;
}

.full-screen-button a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.full-screen-button:hover {
	background-color: #0f67a5;
	color: #d9f0ff;
}

.full-screen-button:hover a{
	background-color: #0f67a5;
	color: #d9f0ff;
}

iframe {

}

iframe.fullScreen {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

#thumbnails .thumbnail-full .thumbnail {
	border:1px solid #dfdfdf;
	background:#fff;
	padding:1px;
	
}

#thumbnails .thumbnail-full .downloadbtn {
	background-image : url('../img/arrow_down.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d9f0ff;
	background-position: left center;
	float: left;
	min-width: 25px;
	max-width: 25px;
	padding-left: 20px; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-top: 3px;
	margin-left: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	color: #0f67a5;
	font-size: 10px;
	font-weight: bold;
}

#thumbnails .thumbnail-full .downloadbtn a {
	text-decoration: none;
}
	
#thumbnails .thumbnail-full .downloadbtn:hover {
	background-color: #0f67a5;
	color: #d9f0ff;
}

#thumbnails .thumbnail-full .downloadbtn:hover a{
	background-color: #0f67a5;
	color: #d9f0ff;
}

#thumbnails .thumbnail-full .thumbnail .thumbnail-inner { 
	background:#f0f0f0;
	padding:1px;
	text-align:center;
	padding-bottom:3px; /* fix: extra padding to make it to work almost the same in all browsers */
	vertical-align:middle;
}
#thumbnails .thumbnail-full .thumbnail .thumbnail-inner * {
	vertical-align:middle; /* to vertical align images IE */
}
#thumbnails .thumbnail-full .thumbnail .thumbnail-inner span {
	display:inline-block;
	height:100%;
}

#thumbnails .thumbnail-full .thumbnail .thumbnail-inner IMG {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Scroll thumbnails
---------------------------------------------------------- */
.scroll-thumbnails {
	float:left;
	background:#fff;
	width:88px;	
	border:1px solid #e5e5e5;
	overflow:auto;
}
.scroll-thumbnails-inner {
   margin-right: 10px;
}
.scroll-thumbnails-inner .thumbnail-full {
	width:60px;
	margin:0 6px 6px 0;
	border:2px solid #fff; /* border color as background, when hover it doesn't change in size */
}
.scroll-thumbnails-inner .thumbnail-full.selected {
	border:2px solid #fcb813;
}

.scroll-thumbnails-inner .thumbnail-full.displayed {
	border:4px solid #0F67A5;
}

.scroll-thumbnails-inner .thumbnail-full .thumbnail {
	border:1px solid #98b5c7;
	background:#fff;
}
.scroll-thumbnails-inner .thumbnail-full .thumbnail .thumbnail-inner { /* the max width of a picture is 50x50 */
	/*width:50px;*/
	/*height:49px;*/
	background:#fff;
	text-align:center;
	padding-bottom:4px; /* fix: extra padding to make it to work almost the same in all browsers */
	vertical-align:middle;
}
.scroll-thumbnails-inner .thumbnail-full .thumbnail .thumbnail-inner * {
	vertical-align:middle; /* to vertical align images IE */
}

.scroll-thumbnails-inner .thumbnail-full .thumbnail .thumbnail-inner IMG {
	padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Viewer
---------------------------------------------------------- */
#viewer {	
	margin-left:120px;
	height:94% !important;
}
.img-container {
	width:100%;
	text-align:center;
}
.img-container img {
	height:100%;
	width:auto !important;
}
/* Preview thumbnails
---------------------------------------------------------- */
.preview-layer {
	position:absolute;
	z-index:10;
	max-width:416px;
}
.preview-layer-inner {
	overflow:hidden;
	background:#aecfe4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-right:1px solid #75838c;
	border-bottom:1px solid #75838c;
	padding:10px 4px 4px 10px;
	position:relative !important;
	position:absolute;
}
.preview-layer .thumbnail-full {
	float:left;
	margin:0 6px 6px 0;
	border:2px solid #aecfe4; /* border color as background, when hover it doesn't change in size */
}
.preview-layer .thumbnail-full.selected {
	border:2px solid #fcb813;
}
.preview-layer .thumbnail-full .thumbnail {
	border:1px solid #98b5c7;
	background:#fff;
}
.preview-layer .thumbnail-full .thumbnail .thumbnail-inner { /* the max width of a picture is 50x50 */
	background:#fff;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}
.preview-layer .thumbnail-full .thumbnail .thumbnail-inner * {
	vertical-align:middle; /* to vertical align images IE */
}
.preview-layer .arrow-left {
	position:absolute;
	background:url(../img/preview-arrow.png) no-repeat !important;
	background:url(../img/preview-arrow.gif) no-repeat bottom left;
	display:block;
	width:8px;
	height:13px;
}
/* Table heading
---------------------------------------------------------- */
.table-heading {
	overflow:hidden;
	width:100%;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	background:#0e66a1 url(../img/table-heading-bg.gif) repeat-x left top;
}
.table-heading h3 {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:11px 14px 10px 14px;
}
.table-doctors {
	background:#c0cfd9;
	padding:9px 14px 7px 14px;
	border-bottom:1px solid #b2c1cb;
}
.table-doctors label {
	float:none;
	text-align:left;
	margin-right:6px;
	padding-top:0;
	width:auto;
	color:#333;
	vertical-align:middle;
}
.table-doctors select {
	vertical-align:middle;
	margin-right:6px;
}
.table-doctors .form-button {
	padding:2px 8px 1px 8px;
	vertical-align:middle;
	border:1px solid #0c6fb1;
	background:#137abf url(../img/button-hover-bg.gif) repeat-x left bottom;
	color:#fff;	
}
.table-heading .search {
	float:right;
	background:url(../img/search-bg.gif) no-repeat; /* background here to avoid Explorer issue */
	margin:8px 10px 0 12px;
	padding:3px 24px 3px 12px;
}
.table-heading .searchoption {
	float:right;
	margin:8px 10px 0 12px;
	padding:3px 24px 3px 0px;
	color: #FFFFFF
}
.table-heading .search input.search-input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	width:104px;
	border:none;
	background:none;
	height:14px;
}
.table-heading .search-extra {
    float:right;
	margin:8px 0 0 12px;
	padding:3px 0;
}
.table-heading .search-extra label {
	float:none;
	text-align:left;
	margin-right:-2px;
	width:auto;
	font-size:11px;
	color:#fff;
}
/* General table
---------------------------------------------------------- */
table {
	width:100%;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	background:#fff;
}
table thead th {
	font-weight:bold;
	color:#666;
	text-align:left;
	background:#e9e9e9;
	padding:9px 8px 7px 8px;
	vertical-align:top;
	line-height:18px;
	border-bottom:1px solid #dcdcdc;
}
table thead th .sort {
	vertical-align:middle;
	margin-left:4px;
}
table td {
	padding:9px 8px 7px 8px;
	vertical-align:top;
	border-bottom:1px solid #e9e9e9;
}
table td span {
	color:#828282;
}
table tr.even td {
	background:#f4f4f4;
}
table .status {
	font-size:10px;
	line-height:19px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:68px;
	margin:22px 0
}
table .status.read {
	background:#238808;
}
table .status.unread {
	background:#565656;
}
table .status.pending {
	background:#ff7200;
}
table .status.approved  {
	background:#269209;
}
table .status.rejected {
	background:#ff0000;
}

table .statusbl {
    font-size:10px;
    line-height:19px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    width:90px;
}

table .statusbl.blacklisted {
	background: #000000;
}
table .statusbl.whitelisted {
	background: #ffffff;
	color: #000000;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

table .statusbl.failure {
	background: #dcdcdc;
	color: #000000;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

table .statusbl.blacklisted a{
	color: #ffffff;
}

table .statusbl.whitelisted a{
	color: #000000;
}

table .statusbl.failure a{
	color: #000000;
}

table .statusbl.blacklisted a:hover{
	text-decoration: none;
}

table .statusbl.whitelisted a:hover{
	text-decoration: none;
}

table .statusbl.failure a:hover{
	text-decoration: none;
}

table .center {
	text-align:center;
	margin:0 auto;
}
/* Table footer
---------------------------------------------------------- */
.table-footer {
	overflow:hidden;
	height:100%;
	color:#444;
	padding:8px 12px;
}
.table-footer .count {
	float:left;
}
.table-footer .pagination {
	float:right;
}
.table-footer .pagination a {
	margin-left:9px;
}
.table-footer .pagination span {
	margin-left:9px;
}
/* Disk usage
---------------------------------------------------------- */
#disk-usage .section {
	overflow:hidden;
	height:100%;
	background:#fff;
	border:1px solid #d1d1d1;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:4px;
	padding:12px;
	margin-bottom:20px;
	position:relative;
}
#disk-usage .section.first {
	margin-top:0;
}
#disk-usage .section h4 {
	font-size:13px;
	font-weight:bold;
	color:#0f67a5;
	margin:24px 0 6px 0;
}
#disk-usage .section h4.first {
	margin:0 0 6px 0;
}
#disk-usage .section .more a {
	position:absolute;
	top:13px;
	right:14px;
	text-decoration:underline;
}
#disk-usage .data {
	float:left;
	width:800px;
}
#disk-usage .section table {
	width:100%;
	border-left:none;
	border-right:none;
}
#disk-usage .section table thead th {
	padding:5px;
}
#disk-usage .section table td {
	padding:5px;
}
#disk-usage .section table td.label {
	padding-left:30px;
}
#disk-usage .section .graphic {
	float:left;
	margin-left:16px;
	border-left:1px solid #e9e9e9;
	padding-left:16px;
}
#disk-usage .section span.note {
	font-size:11px;
	color:#828282;
	display:block;
}
/* Footer
---------------------------------------------------------- */
#footer {
	font-size:11px;
	color:#444;
	border-top:1px solid #dcdcdc;
	background:#e9e9e9;
	padding:14px 0px 8px 0px;
	width:100%;
	text-align:center;
}
#footer p img.logo {
	margin:0 20px;
	vertical-align:middle;
}
#footer p a {
	color:#444;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#login #monitoring .box h2 span{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#0f67a5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:10px;
}

#login #monitoring .box h2 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#0f67a5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:10px;
	padding: 5px;
}
#login #monitoring .box {
	background:#fff;
	border:0px solid #d1d1d1;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:10px;
}
/* Login form
---------------------------------------------------------- */
#login {
	width:800px;
	margin:0 auto;
}
#login h1 {
	float:none;
	margin:24px;
}
#login .box {
	background:#fff;
	border:1px solid #d1d1d1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:20px;
}
#login .box h2 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#0f67a5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:12px 20px;
	margin-bottom:16px;
}
#login .box h3 {
	font-size:14px;
	font-weight:bold;
	color:#0f67a5;
	margin-bottom:6px;
}
#login .inner-box {
	overflow:hidden;
	height:100%;
	background:#f1f1f1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px 0;
}
#login-form {
	float:left;
	padding:10px 20px;
	width:460px;
	border-right:1px solid #d1d1d1;
}

#download-form {
	float:left;
	padding:10px 20px;
	border-right:1px solid #d1d1d1;
}

#download-form h3 {
    font-size:14px;
    font-weight:bold;
    color:#0f67a5;
    margin-bottom:6px;
}

#login label {
	font-size:13px;
	font-weight:bold;
	color:#333;
	float:none;
	text-align:left;
	padding-top:0;
	display:block;
	margin-bottom:3px;
	width:auto;
}
#login label.remember {
	font-size:12px;
	font-weight:normal;
}
#login input, #login select, #login textarea {
	font-size:13px;
	margin-bottom:12px;
}
#login input.checkbox {
	float:left;
	width:auto;
	margin:0 6px 0 0;
	height:12px;
}
#login .forgot {
	margin-left:16px;
}
#login-register {
	float:right;
	padding:10px 20px;
	width:215px;
}
#login .footer{
	padding:14px 0px 8px 0px;
}
#login .footer p {
	font-size:11px;
	color:#444;
	margin-bottom:12px;
	width:100%;
	text-align:center;
}
#login .footer p a {
	color:#444;
	text-decoration:none;
}
#login .footer p a:hover {
	text-decoration:underline;
}
#error-report {
	float:left;
	padding:10px 20px;
}

/* Admin information */
.admininfo {
	background:#FFFFCC;
	padding: 10px;
}

.admininfo .doctor {
	display: inline;
	margin-left: 1em;
}

/* Hidden contents
---------------------------------------------------------- */
.hidden {
	display:none;
}
.error {
	color: red;
	font-size: 10px;
	font-weight: bold;
	word-wrap: break-word;
}
.green {
	color: green;
	font-size: 13px;
	font-weight: bold;
	word-wrap: break-word;
}
.redbig {
	color: red;
	font-size: 13px;
	font-weight: bold;
	word-wrap: break-word;
}
.red {
	color: red;
	font-size: 10px;
	word-wrap: break-word;
}

/* Auto suggest */
.suggest, .search_suggest {
	overflow:auto;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    font-size: 90%;
    width: 300px;
}
.suggest div {
    display: block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 2 px;
    padding-bottom: 2 px;
    margin-bottom: 2px;
}
.suggest div.select{ /* keydown, keyup */
    color: #FFFFFF;
    background-color: #3366FF;
}
.suggest div.over{ /* mouse over */
    background-color: #99CCFF;
}

#getFlash {
	color:red;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 120%;
}

#getFlash a {
	text-decoration: underline;
}

#structuredReport H1{
	float: none;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0;
}

#structuredReport {
	line-height: 1.5em;
	border-style: none;
}

#structuredReport TABLE {
	border-style: none;
}

#structuredReport tbody tr td {
    margin: 0;
    padding: 0;
    border-style: none;
}

.viewerTypes {
	float:right;
}

.viewerTypeNormal {
	font-weight: normal;
	text-decoration: none;
}

.viewerTypeSelected {
	font-weight: bold;
	text-decoration: underline;
}

.seriesDescription {
	text-align: 	center;
	width: 			100%;
	font-weight:	bold;
	font-size: 		14px;
}

.disclaimer {
	color: #E68A00;
	float:left;
}

.downloadAllStudyText {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#access-key-list {
	list-style-type:disc;
}

access-key-details{
	padding-left: 20px;
}

.preferred-viewer-button {
	float: right;
	min-width: 20px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
	text-align: right;
}

.jsviewer {
	padding:3px 8px 3px 8px;
	margin-top:4px;
}