/*Global default css for all templates*/
/* 

-> tabbed menu is defined in tabmenu.css
*/
html,
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-size: 14px;
}

hr {
	margin: 0;
	color: #0071aa;
	border: 0;
	background-color:#0071aa;
	height: 2px;
}

/* generic container (i.e. div) for floating buttons */
.clear {
	overflow: hidden;
	width: 100%;
}

.clearBoth{
	clear: both;
}

a {
	color: #0b529a;
	text-decoration: none;
}

a:visited {
	color: #0b529a;
	text-decoration: none;
}

a:hover {
	color: #0b529a;
	text-decoration: underline;
	font-weight: bold;
}

p, 
textarea {
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	width: 95%;
}

h1 {
	font-size: 20px;
	line-height: normal;
	padding: 0 0 6px;
}

h2 {
	font-size: 16px;
	padding: 0 0 4px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

h4 {
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 0;
}

h5 {
	font-size: 12px;
	padding: 0;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-left: 4px;
}

/* Lists */

ul ul li {
	padding-left: 0 px;
	list-style-type: disc;
}

ol.content {
	font-size: 14px;
	padding-left: 30px;
}

/*REMOVED because this affects everything to deep, needs more particular selecting*/
/*ul { 
 	padding-left: 25px;
	list-style-type: square;
	list-style-position: inside;
}*/
img {
	border: none;
}


/* Body and Pagelayout */
tbody {
	font-size: 14px;
}
table.page {
	height: 100%;
	vertical-align: top;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	border: none;
	border-collapse: collapse;
}

table.charts td {
    padding-top: 10px;
    vertical-align: top;
}

table.charts a.button {
	color: black;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 37px;
}

table.charts a.button img {
    height: 25px;
}

td.header {
	height: 125px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #AAAAAA;
	border-top: none;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	vertical-align: bottom;
}

td.menu {
	vertical-align: top;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	width: 330px;
	height: 100%;
}

td.content {
	border: 1px solid #AAAAAA;
	border-top: none;
	border-right: none;
	vertical-align: top;
	padding: 10px;
	height: 100%;
	margin-right: 10px;
	font-size: 14px;
	line-height: 19px;
}

td.top_menu_left {
	border: 1px solid #AAAAAA;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	vertical-align: bottom;
}

td.top_menu_right {
	padding-top: 10px;
}

/*End body and page layout*/

/* Headerpanel: topmenue, login, ect*/
div#loginbox { /* 	padding-right: 22px; */
	font-size: 100%;
	text-align: right;
	background-color: transparent;
}

td.loginText {
	font-size: 12px;
}

div#logoutbox { /* 	padding-right: 22px; */
	font-size: 100%;
	text-align: left;
	background-color: transparent;
}

div#language_chooser{
	font-size: 24px;
	background-color: transparent;
	position: absolute;
    right: 8px;
    top: 9px;
}

div#language_chooser > .languageBar > .language > img {
    vertical-align: middle;
    width: 32px;
}

div#language_chooser > .languageBar > span {
    padding-left: 5px;
    padding-right: 5px;
}

div#searchbox {
	font-size: 14px;
	background-color: transparent;
	position: absolute;
    right: 100px;
    top: 13px;
}

div#searchbox .inputBox {
    width: 221px;
}

/*links, buttons*/

/* Button on the top-right */
a.homepage {
	color: #000000;
	outline: none;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
	border-left: 1px dotted #bcbcbc;
	border-right: 1px dotted #bcbcbc;
	height: 39px;
	/*background-color: #ffc341;*/
}

a.homepage:hover {
	background-color: #f4f4f4;
	font-weight: normal;
}

a.homepage:visited {
	color: #000000;
}

a.homepage.simple-button, 
a.homepage.simple-button:hover, 
a.homepage.simple-button:visited  {
    display: inline;
    margin-left: 10px;
    background-color: #0071aa;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
}

/* Download-Buttons */
a.download {
	background: url("images/download_sprite.png") no-repeat 0 0;
	width: 174px;
	height: 46px;
	display: block;
	text-indent: -9999px;
}

a.download:hover {
	background-position: 0 -46px;
}

/* Login Buttons */

/*a.button {
	background: transparent
		url('images/bg_button_a.gif') no-repeat
		scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}


a.button span {
	background: transparent
		url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}*/

/* Index */
a.back {
	text-decoration: none;
	color: #000;
}

a.back:hover {
	text-decoration: none;
	color: #000;
}

a.anchor {
	text-decoration: none;
	color: #00429b;
}

a.anchor:hover {
	text-decoration: underline;
}

/*a.homepage {
	color: #ffffff;
	outline: none;
}

a.homepage:hover {
	text-decoration: underline;
	color: #ffffff;
	outline: none;
}

a.homepage:visited {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}*/

/*end links, buttons*/
div.homepage {
	float: right;
	width: 400px;
	/* 	right: 50px; */
	/* 	color: #ffffff; */}

/*END topmenue, login, ect*/

/* Global classes */
.selected {
	font-weight: bold;
}

.inputBox {
	font-size: 11pt;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 2px;
}

div.onepxheight {
	height: 1px;
	width: 100%;
}

/*div.hr {
	height: 1px;
	background: url(images/line.png) no-repeat scroll center;
}*/

span.highlight {
	background-color: yellow;
}

span.highlight img {
/* 	border:1px solid yellow; */
}

span.searchResults {
	font-weight: bold;
}

span.pagebanner {
	padding-top: 10px;
}

/*Global Divs*/
#content {
	padding-left: 39px;
	overflow: auto;
}

#menutitle {
	padding-top: 8px;
	padding-left: 10px;
}

#charttitle {
	color: #39387b;
	padding-left: 120px;
	text-align: center;
	font-weight: bold;
}

#patientDiv,
#addPatient {
	background-image: url("images/Dialog.gif");
	z-index: 1;
	position: absolute;
	width: 394px;
	height: 257px;
	left: 50%;
	margin-left: -197px;
	top: 50%;
	margin-top: -128px;
}

#messageDiv, #confirmDiv {
	/*background-image: url("images/newsDialog.png");*/
	/*background-repeat: no-repeat;*/
	background-color: #FFFFFF;
    border: 7px solid #FCAD00;
    left: 50%;
    margin: 0 0 0 -250px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 145px;
    vertical-align: middle;
    width: 500px;
    z-index: 1;
	-border-radius: 10px;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

#waitForLoginDiv {
	background-image: url("images/Dialog.gif");
	z-index: 1;
	position: absolute;
	width: 394px;
	height: 257px;
	left: 50%;
	margin-left: -197px;
	top: 50%;
	margin-top: -128px;
}

#newsListDiv {
	text-align: left;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
	/*overflow: auto;*/
}

#newsDiv {
	/*background-image: url("images/newsDialog.png");*/
	/*background-repeat: no-repeat;*/
	background-color: #FFFFFF;
    border: 7px solid #FCAD00;
    left: 50%;
    margin: 0 0 0 -350px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 2%;
    vertical-align: middle;
    width: 700px;
    z-index: 1;
	-border-radius: 10px;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

ul.news {
 list-style-type: none;
 font-size: 16px;
 color: #0B529A;
}

#roleChooserDiv {
	background-image: url("images/Dialog.gif");
	z-index: 1;
	position: absolute;
	width: 394px;
	height: 257px;
	left: 50%;
	margin-left: -197px;
	top: 50%;
	margin-top: -128px;
}

#patientInitialsDiv {
	background-image: url("images/Dialog.gif");
	z-index: 1;
	position: absolute;
	width: 394px;
	height: 257px;
	left: 50%;
	margin-left: -197px;
	top: 50%;
	margin-top: -128px;
}

#reportMessageDiv {
	background-image: url("images/Dialog.gif");
	z-index: 1;
	position: absolute;
	width: 394px;
	height: 257px;
	left: 50%;
	margin-left: -197px;
	top: 50%;
	margin-top: -128px;
}

#filelist {
	font-size: 11pt;
}
/*END Global Divs*/
/* Pathway on top of page */
#pathway {
	padding-left: 0px;
/* 	width: 60%; */
	float: left;
}

/* Table of Upload-Plugin */
table.downloadTable {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 90%;
	background-color: #f1f6ff;
}

/* General Table Styling */
td.randomNumber {
	font-weight: bold;
	width: 300px;
}

td.center {
	font-weight: bold;
	text-align: left;
	width: 300px;
}

tr.studyitem {
	height: 40px;
}

td.studyitem {
	padding-left: 0;
}

tr.studyheader {
    font-weight: bold;
}

tr.studyheader > td:first-child {
    width: 340px;
}

.simple-button.studyitem.indication-kolo, 
.simple-button.studyitem.indication-kolo:hover, 
.simple-button.studyitem.indication-gi,
.simple-button.studyitem.indication-gi:hover,
.simple-button.studyitem.indication-lung,
.simple-button.studyitem.indication-lung:hover,
.simple-button.studyitem.indication-mamma,
.simple-button.studyitem.indication-mamma:hover,
.simple-button.studyitem.indication-uro,
.simple-button.studyitem.indication-uro:hover,
.simple-button.studyitem.indication-prostata,
.simple-button.studyitem.indication-prostata:hover,
.simple-button.studyitem.indication-lym,
.simple-button.studyitem.indication-lym:hover,
.simple-button.studyitem.indication-panc,
.simple-button.studyitem.indication-panc:hover,
.simple-button.studyitem.indication-prec,
.simple-button.studyitem.indication-prec:hover,
.simple-button.studyitem.indication-ova,
.simple-button.studyitem.indication-ova:hover,
.simple-button.studyitem.indication-brain,
.simple-button.studyitem.indication-brain:hover,
.simple-button.studyitem.indication-other,
.simple-button.studyitem.indication-other:hover,
a.simple-button.studyitem.indication-kolo, 
a.simple-button.studyitem.indication-kolo:hover, 
a.simple-button.studyitem.indication-gi, 
a.simple-button.studyitem.indication-gi:hover, 
a.simple-button.studyitem.indication-lung,
a.simple-button.studyitem.indication-lung:hover,
a.simple-button.studyitem.indication-mamma,
a.simple-button.studyitem.indication-mamma:hover,
a.simple-button.studyitem.indication-uro,
a.simple-button.studyitem.indication-uro:hover,
a.simple-button.studyitem.indication-prostata,
a.simple-button.studyitem.indication-prostata:hover,
a.simple-button.studyitem.indication-lym,
a.simple-button.studyitem.indication-lym:hover,
a.simple-button.studyitem.indication-panc,
a.simple-button.studyitem.indication-panc:hover,
a.simple-button.studyitem.indication-prec,
a.simple-button.studyitem.indication-prec:hover,
a.simple-button.studyitem.indication-ova,
a.simple-button.studyitem.indication-ova:hover,
a.simple-button.studyitem.indication-brain,
a.simple-button.studyitem.indication-brain:hover,
a.simple-button.studyitem.indication-other,
a.simple-button.studyitem.indication-other:hover {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 30px;
    background-color: #808080;
	color: white;
    width: 290px;
    font-weight: bold;
    text-indent: 40px;
    display: inherit;
}

.studyitem.indication-kolo, 
a.studyitem.indication-kolo {
	background-image: url("images/indicationtypes/kolo.png");
}
.studyitem.indication-kolo.active, 
.studyitem.indication-kolo.active:hover,
a.studyitem.indication-kolo.active, 
a.studyitem.indication-kolo.active:hover {
	background-color: #00b1e7;
}

.studyitem.indication-gi, 
a.studyitem.indication-gi {
	background-image: url("images/indicationtypes/gi.png");
}
.studyitem.indication-gi.active, 
.studyitem.indication-gi.active:hover,
a.studyitem.indication-gi.active, 
a.studyitem.indication-gi.active:hover {
	background-color: #009690;
}

.studyitem.indication-lung, 
a.studyitem.indication-lung {
	background-image: url("images/indicationtypes/lung.png");
}
.studyitem.indication-lung.active, 
.studyitem.indication-lung.active:hover,
a.studyitem.indication-lung.active, 
a.studyitem.indication-lung.active:hover {
	background-color: #ee7401;
}

.studyitem.indication-mamma, 
a.studyitem.indication-mamma {
	background-image: url("images/indicationtypes/mamma.png");
}
.studyitem.indication-mamma.active, 
.studyitem.indication-mamma.active:hover,
a.studyitem.indication-mamma.active, 
a.studyitem.indication-mamma.active:hover {
	background-color: #98bf20;
}

.studyitem.indication-uro, 
a.studyitem.indication-uro {
	background-image: url("images/indicationtypes/uro.png");
}
.studyitem.indication-prostata, 
a.studyitem.indication-prostata {
	background-image: url("images/indicationtypes/prostata.png");
}
.studyitem.indication-uro.active, 
.studyitem.indication-uro.active:hover,
a.studyitem.indication-uro.active, 
a.studyitem.indication-uro.active:hover 
.studyitem.indication-prostata.active, 
.studyitem.indication-prostata.active:hover,
a.studyitem.indication-prostata.active, 
a.studyitem.indication-prostata.active:hover {
	background-color: #f7c100;
}

.studyitem.indication-lym, 
a.studyitem.indication-lym {
	background-image: url("images/indicationtypes/lym.png");
}
.studyitem.indication-lym.active, 
.studyitem.indication-lym.active:hover,
a.studyitem.indication-lym.active, 
a.studyitem.indication-lym.active:hover {
	background-color: #b61d43;
}

.studyitem.indication-panc, 
a.studyitem.indication-panc {
	background-image: url("images/indicationtypes/panc.png");
}
.studyitem.indication-panc.active, 
.studyitem.indication-panc.active:hover,
a.studyitem.indication-panc.active, 
a.studyitem.indication-panc.active:hover {
	background-color: #621c5d;
}

.studyitem.indication-prec, 
a.studyitem.indication-prec {
	background-image: url("images/indicationtypes/prec.png");
}
.studyitem.indication-prec.active, 
.studyitem.indication-prec.active:hover,
a.studyitem.indication-prec.active, 
a.studyitem.indication-prec.active:hover {
	background-color: #0071aa;
}

.studyitem.indication-ova, a.studyitem.indication-ova {
	background-image: url("images/indicationtypes/ova.png");
}
.studyitem.indication-ova.active, 
.studyitem.indication-ova.active:hover,
a.studyitem.indication-ova.active, 
a.studyitem.indication-ova.active:hover {
	background-color: #43a962;
}

.studyitem.indication-brain, 
a.studyitem.indication-brain {
	background-image: url("images/indicationtypes/brain.png");
}
.studyitem.indication-brain.active, 
.studyitem.indication-brain.active:hover,
a.studyitem.indication-brain.active, 
a.studyitem.indication-brain.active:hover {
	background-color: #c25701;
}

.studyitem.indication-other, 
a.studyitem.indication-other {
	background-image: url("images/indicationtypes/other.png");
}
.studyitem.indication-other.active, 
.studyitem.indication-other.active:hover,
a.studyitem.indication-other.active, 
a.studyitem.indication-other.active:hover {
	background-color: #536974;
}

a.simple-button.short-info-link, 
a.simple-button.short-info-link:hover, 
a.simple-button.short-info-link:visited {
    height: 20px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: x-large;
    background-color: #808080;
    color: white;
    text-align: center;
}

tr.odd {
	background-color: #cee3ff;
	border: 1px solid #aaa;
	border-collapse: collapse;
	text-align: left;
}

tr.dlfileTableHeader {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #6073FF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-top-style: none;
	border-top-width: medium;
	color: #FFFFFF;
	font-weight: bold;
}

tr.dlodd {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #CEE3FF;
	border-bottom-color: #AAAAAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: left;
}

tr.new {
	background-color: #fcc;
	border: 1px solid #aaa;
	border-collapse: collapse;
	text-align: left;
}

tr.even {
	border: 1px solid #aaa;
	border-collapse: collapse;
	text-align: left;
}

tr.dleven {
	border-collapse: collapse;
	text-align: left;
	border-bottom-color: #AAAAAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: left;
}

td.fileTableHeader {
	font-weight: bold;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #DDDDDD;
}

table.Patients {
	width: 70%;
	border: 1px solid #aaa;
	border-collapse: collapse;
}

td.birthDate {
	text-align: left;
}

td.button {
	text-align: left;
	width: 100px;
	border: 1px solid #aaa;
	border-collapse: collapse;
}

td.active {
	text-align: center;
	width: 90px;
}

tr.fileTableHeader {
	font-weight: bold;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #6073ff;
	color: #fff;
}

img.legend { 
/* 	width: 400px; */	
}

td.sizeHeader {
	
}

td.dateHeader {
	
}

td.fileHeader {
	
}

td.markedHeader {
	
}

td.sizeHeader_asc {
	text-align: center;
	background-image: url(images/arrow_down.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

td.dateHeader_asc {
	text-align: center;
	background-image: url(images/arrow_down.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

td.fileHeader_asc {
	text-align: center;
	background-image: url(images/arrow_down.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

td.sizeHeader_desc {
	text-align: center;
	font-style: italic;
	background-image: url(images/arrow_up.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

td.dateHeader_desc {
	text-align: center;
	font-style: italic;
	background-image: url(images/arrow_up.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

td.fileHeader_desc {
	text-align: center;
	font-style: italic;
	background-image: url(images/arrow_up.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

td.fileMarked {
	text-align: center;
}

td.fileDate {
	text-align: center;
}

td.fileLink {
	text-align: center;
}

td.fileSize {
	text-align: center;
}

div.news-content {
    width: 381px; 
    vertical-align: top; 
    border-left: gray solid 1px; 
    padding-left: 10px;
    float: right;
    margin-left: 30px;
}
div.news-content p,
div.news-content h2, 
div.news-content h1 {
    margin: 0;
}
div.news-content br {
    line-height: 14px;
}

.microcircleOverview {
	border: none;
	font-size: 14px;
	margin: 0;
	border-collapse: collapse;
	width: 70%;
}

.microcircleitem {
	margin: 0;
	padding: 4px;
	
}

.microcircleitem.leading {
    background-color: #FCAD00;
}

input#customQuestion[disabled] {
	background-color: lightgray;
}

table.protocol,
table.publication {
	border-collapse: collapse;
}

table.protocol tr.underlined,
table.publication tr.underlined {
	border-bottom: 1px solid black;
}

table.publication tr.underlined > td {
	padding: 10px 20px 10px 0;
}

/*GLOBAL BUTTON STYLES*/
input[type=button],
input[type=reset],
input[type=submit],
input[type=cancel], 
button, 
a.button
	{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
input[type=cancel]:active,
button:active,
a.button:active
{
	position: relative;
	top: 1px;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=cancel]:hover,
button:hover,
a.button:hover
	{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf
		), color-stop(1, #ededed) );
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',
		endColorstr='#ededed' );
	background-color: #dfdfdf;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
input[type=cancel]:visited,
button:hover,
a.button:visited
	{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.simple-button, 
.simple-button:hover, 
.simple-button:visited,
a.simple-button, 
.simple-button:hover, 
a.simple-button:visited {
	display: inline-block;
	color: #777777;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

/*RESET BUTTONS STYLING FOR DISABLED BUTTONS*/
input[type=button]:disabled, 
input[type=submit]:disabled, 
input[type=reset]:disabled, 
input[type=cancel]:disabled,
.button[disabled=disabled], 
.button[disabled=disabled]:hover,
input[disabled=disabled], 
input[disabled=disabled]:hover {
    background: #dedede !important;
    opacity: 0.5 !important;
    color: #777777;
	font-weight: normal;
	text-decoration: none;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.menu_back_color {
    background-color: #0071aa;
}

div#ieWarning {
    display:none; 
    position: fixed; 
    bottom: 2em; 
    right: 2em; 
    max-width: 300px; 
    font-size: 16px; 
    padding: 1em; 
    border-radius: 5px; 
    color: #ddd; 
    background: #550000
}

div#ieWarning > div {
    text-align: center;
}

div#ieWarning > div > a,
div#ieWarning > div > a:hover,
div#ieWarning > div > a:visited,
div#ieWarning > div > a:active {
    width: 100%; 
    padding: 5px 10px; 
    border-width:1px; 
    border-color: black; 
    border-radius: 5px; 
    color: #ddd; 
    background-color: #050;
    cursor: pointer;
}