html, body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    margin:0;
    padding:0;
    background: #FFFFF2;
    }

img   { border:none }
h1    { font-weight: bold; font-size: 12pt }
h2    { font-weight: bold; font-size: 8pt  }
p     { line-height: 12pt }
a     { color: #990000; text-decoration: none }
a:hover    { color: #990000; text-decoration: underline}
small    { color: gray; font-size: 7pt; line-height: 10pt; }
table    { margin:0; padding:0; font-size: 8pt; }
ul	{ margin:0; padding:0; }
form  { margin:0; padding:0; }

.login { 
	border-width:1px;
  	border-style:solid;
  	border-color:grey;
	font-size: 7pt;
	margin-top: 3pt;
	margin-right: 3pt;
	}
	
.selectdropdown {
	width: 160px;
}

#content{
    width:724px;
    float:left;
}
#header{
    background-image:url(img/back.gif);
    height:100px;
}

#navi{
    padding: 82 0 0 0;	
}

#navi li{
    float:left;
    list-style:none;
    margin: 0 10 0 10;
    font-weight:bold;
    font-size: 12pt;
    line-height: 15pt;
    color: #000000;
    background:#ffffff;
}
#navi a{
    padding: 0 15 0 15;
    color: #ffffff;
    background:#d0d0d0;
    text-decoration: none;
}
#navi a:hover{
    color: #ffffff;
    background:#707070;
}

#main{
    padding: 40 20 20 20;
    background:#ffffff;
    text-align: justify;
}
#footer{
    padding: 10 5 5 20;
    background:#d0d0d0;
}


#advertising{
    height:100%;
    background:#303030;
    padding: 10 0 0 10;
    float: right;
}

#setcard {
    height:100%;
	width:724px;
    }

#setcard-header{
    background-image:url(img/back.gif);
    width:100%;
    height:120px;
    overflow:hidden;
}

#setcard-header img {
	height: 100px;
	margin: 5 15 5 0;
	border-width:2px;
  	border-style:solid;
  	border-color:orange;
	}
	
#setcard-header h1 {
	padding: 20px;
}

#setcard-content{
    height:100%;
    padding: 20px;
    float:left;
	background: #FFFFFF;
}

#refertab{
	width:724px;
}

#refertab textarea{
	width:600px;
}

#refertab th {
	text-align:left;
}

.errtext,
.validation_err,
.validation_err p {
	font-weight:bold;
	color:#800000;
}

.blind {
	border-style:none;
	border-collapse:collapse;
}

.field_add {
	font-weight:bold;
	font-size:larger;
}

#referemails li {
	list-style:none;
	padding:4px;
}

.promscore,
.promscore a {
	color:#008000;
}
