body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
body {
	margin:0;
	padding:0;
	text-align:center; /* Center content for older browers. */
	overflow:scroll;
	background-color:#ddd;
}
a:link, a:visited {
	color:#33f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#44f;
}
a:active {
	text-decoration:none;
	color:#44f;
}

tr.heading {
	font-family:Arial;
	font-size:10pt;
	font-weight:800;
	color:#000000;
	background-color:#5fb1ff;
}
tr.list_row_shade {
	background-color:#e8e8e8;
}

.font_small {
	font-family:Arial;
	font-size:8pt;
}
.font_norm {
	font-family:Arial;
	font-size:10pt;
}
.font_big, h2 {
	font-family:Arial;
	font-size:12pt;
}
.font_bigger, h1 {
	font-family:Arial;
	font-size:18pt;
}
.text_error {
	font-family:Arial;
	font-size:11pt;
	font-style:italic;
	font-weight:800;
	color:#fff;
	padding:2px;
	background-color:#900;
	margin:5px;
	border:solid 1px #000;
}
.text_errorA, .text_errorA:hover {
	/*font-style:italic;
	color:black;
	background-color:#ff6;*/
	color:#fff;
	background-color:#900;
}

#main_content {
	padding: 5px;
}

div.center_old {
	text-align:center;
}
div.center_new {
	margin:0 auto;
	text-align:left;
}

p.hr {
	border-top: 1px solid #fff;
}

a.noChange {
	font-family:Arial;
	color:#00f;
	text-decoration:none;
}

input, button , textarea, select {
	font-family:Arial;
	font-size:10pt;
}

/* Buttons */
/***** It would be best for this to be included separately as portal-buttons.css */
button, input.nav, input.save, input.delete {
	font-size:10pt;
	margin:3px;
	padding:1px 4px;
	color:#fff;
	background:#666 url('/portal/images/tab_bg_off.png') repeat-x top;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
}
button:hover, input.nav:hover, input.save:hover, input.delete:hover {
	background:url('/portal/images/tab_bg_hover.png');
}
input.nav, button {
	border:solid 1px #aaa ! important;
}
input.save, button.save {
	border:solid 1px #3c3 ! important;
}
input.delete, button.delete {
	border:solid 1px #f44 ! important;
}

img.block_toggle {
	background-color:#888;
	border:solid 2px #000;
}
img.block_toggle:hover {
	background-color:#fff;
}

.box_blur {
	background:transparent url('/images/shadow1.png'); /* Path to the 80%-transparent 1x1 pixel black-colored background image. */
	color:inherit;
	margin-left:2px;
	margin-top:2px;
}
.box_shadow,
.box_content {
	position:relative;
	bottom:1px;
	right:1px;
}
.box_shadow {
	background:transparent url('/images/shadow2.png'); /* Path to the 60%-transparent 1x1 pixel black-colored background image. */
	color:inherit;
}
.box_content {
	background-color:#e0e0e8;
	background-image:url('/images/bg-glare.png');
	background-position:center center;
	background-repeat:no-repeat;
	color:#000; /* text color of content */
	border:1px solid #006; /* border color */
	padding:.5em 1ex;
}

.help_box {
	font-size:1.2em;
	padding:.5em;
	color:white;
	background:#5a5c66 url('/portal/images/question-bg.png') top right no-repeat;
	border:solid 2px #adafba;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.help_box a {
	color:#bbf;
}
