/* $Id: selfcare.css 1255 2007-02-20 12:57:38Z brix $*/

/**********************************************************
	TOP LEVEL ELEMENTS
**********************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
}

body, td {
	font: normal 9pt verdana, arial, sans-serif;
}

h1 {
	font: bold 16pt verdana, arial, sans-serif;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/**********************************************************
	PAGE STRUCTURE ELEMENTS
**********************************************************/

div#topbar {
	padding: 6px;
	border-bottom: 1px solid #999999;
	background: #e6e6e6;
	color: #000000;
}
div#topbar a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
div#topbar a:hover {
	text-decoration: underline;
}

div#header {
	margin: 20px;	
}

div#container {
	margin: 20px;
}

/**********************************************************
	TEXT FORMAT
**********************************************************/

table.login {
	margin: 20px auto 20px auto;
	border: 1px solid #999999;
	background: #e6e6e6;
}

table.input {
	margin: 20px 0 20px 0;
	border: 1px solid #999999;
	background: #e6e6e6;
}

table.list {
	background: #ffffff;
	border-top: 1px solid #a1a1a1;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	border-left: 1px solid #a1a1a1;
	empty-cells: show;
}
/* Sortable tables */
table.sortable a.sortheader {
	color: #223344;
	font-weight: bold;
	text-decoration: none;
}
table.list tbody tr.mover {
	background: #ffffbf;	
}
table.list th {
	padding: 3px 8px 3px 8px;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
	border-bottom: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	background: #e6e6e6;
	font-size: 9pt;
	color: #333333;	
}

table.list td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 9pt;
	white-space: nowrap;
}
/**********************************************************
	TEXT FORMAT
**********************************************************/

.left {
	 text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.inline {
	display: inline;
}
.block {
	display: block;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-weight: normal;
}

/**********************************************************
	MISC FORMAT
**********************************************************/

.error, .ERROR {
	color: #ff0000;
}

.warning, .WARNING {
	color: #000000;
}

.list1 {
}

.list2 {
	background-color: #d8eacd;
}

.notice {
       	color: #cccc00;
}
.authgood {
	color: #33ff33;
}

.authbad {
	color: #ff3333;
}

.loginbox
{
        border:solid 1px #000;
}

div#toolbar
{
        font-family: Tahoma, sans-serif;
        font-size: smaller;
        color: #fff;
        background: #036;
        padding: 2px;
        padding-bottom: 2px;
        height: 30px;

}

div#toolbar span#left a, div#toolbar span#left a:active 
{
        color: #fff;
        background: #036;
        border: 1px solid #003366;
        padding: 1px;

        height: 20px;
        text-decoration: none;
        vertical-align: baseline;
}

div#toolbar span#left a:hover
{
  color: #000;
  background: #c1d2ee;
  border: 1px solid #316ac5;
  padding: 1px;
  padding-top: 3px;
  text-decoration: none;
  vertical-align: baseline;
}

div.maindiv
{
        background-color: #fff;
        color: #000;
        border-top: solid 1px black;
        padding-left: 20px;
        padding-right: 20px;
}

.thheader
{
        font-family: Verdana, Serif;
        font-size: smaller;
        color: #fff;
        background-color: #003366;
}

li a, p a
{
        font-size: x-small;
}

span.spacer {
        clear: both;
}

div#toolbar span#left {
        float:      left;
        text-align: left;
        width: 60%;
}

div#toolbar span#right {
        width: 39%;
        float: right;
        text-align: right;
}

img {
        border: none;
}

.right {
	text-align: right;
}

th {
	text-align: left;
}
