/** General styles ******************************************************/

html { /*ieper*/
  font-family: Verdana;
}

html table {
  font-size: 8pt;
}

p {    /*ieper*/
  font-size: 8pt;
  margin: 10px 5px;
  text-align: left;
}

body {   /*ieper*/
  background-color: #efeee6;
  margin: 0px;
  color: #394a58;
}

th {
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
  font-weight: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #9B1027;
  margin: 0px;
  padding: 0px;
}

.nobr {
  white-space: nowrap;
}

.hand {    /*ieper*/
  cursor: pointer;
  text-decoration: none;
}

.artnav
{
  font-family: Verdana, Arial;
  cursor: pointer; cursor: hand;
}

#spacer {
  height: 7px;
}

#spacer2 {
  height: 10px;
}

#wrap {
  width: 850px;
  height: 100%;
}

#dummy {
  font-style: italic;
  color: #aaa;
}

#content {
  width: 100%;
  height: 100%;
}

#columnLeft {   /*ieper*/
background-color: #F0ECEB;
}

#columnRight {
  padding-top: 65px;
  border-left: 10px solid white;
}

#columnContent {  /*ieper*/
  width: 100%;
}

.ibox {
  border: 1px solid #C2D1E6;
  padding: 0px;
}

.ibox2 {
  border: 1px solid #FFFFFF;
  padding: 0px;
}

.error {
  color: red;
  font-size: 8pt;
  padding-bottom: 5px;
}

.login {
  color: #05567E;
}

/** Header styles **********************************/
h1 {
  background-color: #F0ECEB;
  padding: 5px 5px;
  font-size: 11px;
  border-bottom: 2px solid #9B1027;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
}

h2 {
  font-size: 10px;
  font-weight: bold;
  padding-left: 15px;
}

h3 {
  font-size: 10px;
  margin-bottom: 10px;
}

h4 {
  font-weight: bold;
  font-size: 15px;
  color: #9B1027;
}

/** List styles *********************************************************/

ul {
  list-style-image: url( '../images/listitem.png' );
  margin: 0px;
  padding: 2px 2px 2px 30px;
  vertical-align: middle;
}

.ul_orange {
  list-style-image: url( '../images/listitem_r.png' );
}

li {
  margin: 0px;
  padding: 0px;
}

/** Form styles **************************/

.inputfield {     /*ieper*/
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  width: 100%;
}

.freeinput {     /*ieper*/
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  border: 1px solid #394a58;
  color: #394a58;
}

select {     /*ieper*/
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

.inputcombo{
  border: 1px solid #394a58;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
	margin:0px 0px 0px 25px;
}

.inputfielderror {
  border: 1px solid red;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  padding: 1px;
}

.inputbutton {
  border: 0px;
  background-color: #dd3f1f;
  color: white;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 2px 2px 2px;
  height: 20px;
  cursor: pointer;
}

.inputPagenr {
  border: 1px solid black;
  background-color: #FFFFFF;
  color: #dd4021;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  text-align: right;
  padding-right: 2px;
}

.stretch {
  width: 100%;
}

.titlecolumnleft {      /*ieper*/
  font-weight: bold;
  font-size: 15px;
  color: #9B1027;
}

/** Background styles ***************************************************/

/* dark blue */
.bgStyle1 {
  background-color: #05567E;
}

/* normal blue */
.bgStyle2 {
  background-color: #0778B0;
}

/* light blue */
.bgStyle3 {
  background-color: #E8EEF3;
}

.odd td {
  background-color: #F0ECEB;
}

.bgGreen {
  background-color: green;
}

/** Hyperlink styles ****************************************************/

a:link {      /*ieper*/
  text-decoration: underline;
  color: #dd3f1f;
}

a:visited {   /*ieper*/
  text-decoration: underline;
  color: #dd3f1f;
}

a:hover {      /*ieper*/
  text-decoration: underline;
  color: #dd3f1f;
}

.result a:visited {
  text-decoration: none;
}

.result a:link {
  text-decoration: none;
}

.result a:hover {
  text-decoration: none;
}

.read a:link, .read a:visited {
  color: #940605;
  text-decoration: none;
}

.unread a:link, .unread a:visited {
  text-decoration: none;
}
.unread a:hover .read a:hover {
  text-decoration: underline;
}

.menu a:link, .menu a:visited {
  color: white;
}

.menu a:hover {
  text-decoration: underline;
  color: white;
}

/** Header styles *******************************************************/

/** Footer styles *******************************************************/

#footer {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}



.label {   /*ieper*/
  font-size: 11px;
  padding-top: 2px;
  vertical-align: top;
}

.note {
  font-style: italic;
  font-size: 7pt;
  color: #414141;
}

.note1 {
  font-style: italic;
  font-size: 8pt;
}

.categorylist {
  width: 100%;
  border: 1px solid #DEDEDE;
}/

/*
position the checkbox with its label
*/
.pair {
  clear:both;
  float:none;
  position:relative;
}
.pair input {
  float:left;
}
.pair label {
  float: left;
  margin-left:2px;
  padding-top:2px;
}

.subpair {
  margin-top:1px;
  margin-bottom:1px;
  float:none;
  clear:both;
  position:relative;
}

.subpair input {
  float:left;
}

.subpair label {
  float:left ;
  margin-top:2px;
}
.periodpair {
	margin-left:25px;
	clear:both;
  float:none;
  position:relative;
}
.periodpair input {
  float:left;
}
.periodpair label {
  float: left;
  margin-left:2px;
  padding-top:2px;
}

.fnormal {    /*ieper*/
  font-size: 10px;
}
.flarge {  /*ieper*/
  font-size: 11px;
}


.smallcaps {      /*ieper*/
  font-variant: small-caps;
}

.aotdLink {   /*ieper*/
  font-size: 11px;
  text-decoration: underline;
  padding: 10px 7px;
}
