
/* Site Style */

body	{ margin: 0 0 0 0; font: 12px Tahoma, Geneva, Helvetica, sans-serif; background: #F5F4EB; color: #000000; }
a	{ color: #2E61BF; text-decoration: none; }
a:hover	{ color: #2E61BF; text-decoration: underline; }
img	{ border: 0; }
th	{ font: 12px Tahoma, Geneva, Helvetica, sans-serif; font-weight: bold; }
td	{ font: 12px Tahoma, Geneva, Helvetica, sans-serif; }
p	{ margin: 0 0 10 0; }


/* Content Style */
.greenrow { 
    background-color: #2E61BF; 
    height: 15px; text-indent: 5px; 
    color: #FFFFFF; 
    font-weight: bold;
    font: 14px Tahoma, Geneva, Helvetica, sans-serif; 
}
.greenline { background-color: #2E61BF; }

.rowspacer { width: 30px; }

#header { background-color: #F5F4EB }

#footer { position: absolute; width: 100%; bottom: 0; background-color: #F5F4EB; }

#version { position: absolute; right: 50px; bottom: 30px; background-color: #F5F4EB; }

.versiontable {
	background-color: #83998c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F4EB;
	height: 20px;
}

.headline, .boxheadline, .blueheadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.boxheadline {
    background-color: #2E61BF; 
    color: #F5F4EB;
}
.blueheadline {
    background-color: #2E61BF; 
    font-weight: normal;
    font-size: 12px;
    color: #F5F4EB;
}
.box_row_white {
    background-color: #FFFFFF;
}
.box_row_color {
    background-color: #BED5FF;
}
.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
.formfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
select,input,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.formblack {color: #000000}
.formbold { font-weight: bold; color: #000000 }
.formerror{
    font-weight: bold;
	color: #D2070B;
}
.button {
	background-color: #2E61BF;
	border: 1px solid #709271;
	border-right-color: #e6e6e6;
	border-bottom-color: #2E61BF;
	border-left-color: #7f9c7e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F4EB;
	height: 20px;
    margin: 1px 1px 1px 1px;   
}
.button a {
    color: #F5F4EB;
    text-decoration: none;
    margin: 3px 3px 3px 3px;
}
.button1_small
    {
    font: 11px tahoma, arial, verdana;
    padding: 0 0 0 0;
    background: #D81E05;
    color: #FFFFFF;
    border-left: solid 1px #FF0000;
    border-top: solid 1px #FF0000;
    border-right: solid 1px #990000;
    border-bottom: solid 1px #990000;
    cursor: hand;
    }	
.button1_small_off
    {
    font: 11px tahoma, arial, verdana;
    padding: 0 0 0 0;
    background: #538953;
    color: #FFFFFF;
    border-left: solid 1px #609F60;
    border-top: solid 1px #609F60;
    border-right: solid 1px #3A5F3A;
    border-bottom: solid 1px #3A5F3A;
    cursor: hand;
    }		
.boxfield {
    border: 1px solid #2E61BF;
    background-color: #FFFFFF;
}
input, select, textarea
    {
    font: 11px tahoma, arial, verdana;
    margin: 0 4 0 0;
	background-color: #FFFFFF;
    border: 1px solid #2E61BF;
}
.box {
	background-color: #F5F4EB;
    border: 1px solid #2E61BF;
     
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.wronginput
    {
    font: 11px tahoma, arial, verdana;
	border: 1px inset;
	text-align: left;
	background: #F7D2CD;
}		

.shadow_right {
	background-image: url({wwwpath}img/shadow/shadow_right.gif);
	background-repeat: repeat;
}
.shadow_rtop {
	background-image: url({wwwpath}img/shadow/shadow_right_top.gif);
	background-repeat: no-repeat;
}
.shadow_rbottom {
	background-image: url({wwwpath}img/shadow/shadow_right_bottom.gif);
	background-repeat: repeat;
}
.shadow_bottom {
	background-image: url({wwwpath}img/shadow/shadow_bottom.gif);
	background-repeat: repeat;
}
.shadow_lbottom {
	background-image: url({wwwpath}img/shadow/shadow_left_bottom.gif);
	background-repeat: repeat;
}
.boxheader {
    background-color: #2E61BF; 
    color: #F5F4EB;
    font-size: 12px;
    font-weight: bold;
}
.boxrow {
    background-color: #F5F4EB; 
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

#table_list_grid
    {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    }

#table_list_grid th
    {
    padding: 4 10 4 15;
    border-bottom: 1px solid #000000;
	white-space: nowrap;
    background:#EBEBEB;
    }

#table_list_grid td
    {
    padding: 2 10 2 15;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
    }
#table_list_grid tbody
	{
	background:#EBEBEB;
	}	
	
.table_list_tr10
    {
    background: #EBEBEB;
    padding: 2px;
    }

.table_list_tr11
    {
    background: #FFFFE6;
    cursor:          hand;
    cursor:          pointer;
    padding: 2px;
    }

/* Autocompleter */

    div.autocomplete {
      position:absolute;
      width:140px;
      background-color:#c7cce5;
      border:1px solid #c7cce5;
      margin:12 0 0 0;
      padding:0px;
      z-index:1000000;
      line-height: 1.2em;
          font-family: Tahoma, Arial, Helvetica, sans-serif;
    }
	
    /* Hack for ie */ 
    * html div.autocomplete { 
                margin:0 0 0 0; 
        } 
 
    div.autocomplete ul { 
      background-image:url(); 
      list-style-type:none; 
      margin:0px; 
      padding:0px; 
    } 
    div.autocomplete ul li.selected { 
      line-height: 1.2em; 
          font-family: Tahoma, Arial, Helvetica, sans-serif; 
      background-color: #1e3296; 
      color: #FFF; 
    } 
    div.autocomplete ul li { 
      line-height: 1.2em; 
          font-family: Tahoma, Arial, Helvetica, sans-serif; 
      background-image:url(); 
      list-style-type:none; 
      display:block; 
      margin:0; 
      padding: 2 2 2 5; 
      cursor:pointer; 
    } 