/***
 * fonts and captions
 */

/* black 10 */
.txt1 {
	color: black;
	font-size: 10px;
	font-style: normal;
}

/* gray 11 */
.txt2 {
    color: #777777;
    font-size: 11px;
	font-style: normal;
}

/* blue 12 */
.txt3 {
	color: #155394;
	font-size:12px;
	font-style:normal;
}

/* black 11 */
.txt4 {
	color: black;
	font-size: 11px;
	font-style: normal;
}

/* bold blue blue 10 */
.txt5 {
	color: #155394;
	font-size:10px;
	font-weight:bold;
}

/* bold red 12 */
.cap1 {
	color: #fd0000;
	font-size:12px;
	font-weight:bold;
}

/* Bold blue 12 */
.cap2 {
	color: #155394;
	font-size: 12px;
	font-weight:bold;
}

/* blue 22 (Welcome) */
.cap3 {
	color: #155394;
	font-size: 22px;
	font-weight:normal;
}
/* black 12 */
.cap4 {
	color: #000000;
	font-size:12px;
	font-weight:bold;
}

/***
 * Link styles
 */
a.link1 {
	color: black;
	font-size: 10px;
	font-style: normal;
	text-decoration:none;
}

a.link1:hover {
	text-decoration:underline;
}

a.link2 {
	color: #fd0000;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
}

a.link2:hover {
	text-decoration:underline;
}


a.link3 {
 	color: #FB0101;
 	font-size: 12px;
	text-decoration:none;
}
 
a.link3:hover {
	color: #155394;
	text-decoration:none;
}

a.link4 {
	color: #155394;
	font-size: 11px;
	font-style: normal;
	text-decoration:none;
}

a.link4:hover {
	text-decoration:underline;
}

td.td1 {
	background-color: #dee5ef;
	height: 30px;
	text-align:right;
	vertical-align:top;
	padding-right: 8px;
	padding-top: 8px;
}
td.td2 {
	background-color: #ecf1f8;
	height: 30px;
	text-align:left;
	vertical-align:top;
	padding: 8px 8px 8px 8px;
}

td.td3 {
	background-color: #ffffff;
	text-align: right;
}

td.td4 {
	background-color: #f3f3f3;
	border: 1px solid #cbcbcb;
	padding: 4px;
	text-align:center;
}
td.td5 {
	height: 30px;
	background-color: #ecf1f8;
	padding: 8px 8px 8px 8px;
}
td.td6 {
	height: 30px;
	border:1px solid #cbcbcb;
}
td.td7 {
	border:1px solid #cbcbcb;
	color:black;
}
table.tbl1 {
	border: 0px;
	width: 100%;
}

img.img1 {
	border: 1px solid #CCCCCC;
}

/***
 * standard elements style
 */

img.banner {
	border: 1px solid #f9b1bd;
	width: 50px;
	height: 68px;
}

.tHeader { background-color: #0099CC; color: #FFFFFF; font-size:small; } 

.row1 { background-color: #F0F0F0; font-size: x-small; }

.input {  font-size: 11px} 


#contents #main {
  background-color: #e0e0e0;
  position: relative;
  width:400px;
  margin: -120px 10px 0 260px;
}



#login, #banner, #buttons {
  margin-left: 10px;
  margin-right: 10px;
}



.border {
  background-color: #f9b1bd;
}



#data {

  width: 100%;

}



tr.spacer {

  height: 25px;

  vertical-align: bottom;

}



.label {  

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #777777;
    text-align:right;
    vertical-align: top;
}

/**
 *  Main page style
 */ 

img.mainpage {
	border: 1px solid #f9b1bd;
	width: 85px;
	height: 115px;
}

td.hpart1 {
	width: 87px;
	text-align: right;
}

td.hpart2 {
	width: 70px;
	text-align:left;
}
td.hpart3 {
	width: 70px;
	height: 99px;
	padding-top: 15px;
	padding-left: 4px;
	vertical-align: top;
	background-image: url(../images/layout/hpart3.jpg);
}

td.hpart4 {
	width: 70px;
	height: 18px;
	text-align: center;
	vertical-align: bottom;
	background-image: url(../images/layout/hpart4.gif);
	background-repeat:no-repeat;
	background-position: 0;
}

.mainpage_viewform {
	text-align: center;
	vertical-align: bottom;
}
/**
 * Errors and SysMessages style
 */

.errmsg {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #FD0000;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sysmsg {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;	
	color: #155394;
	padding-top: 8px;
	padding-bottom: 8px;
}

/**
 * Registration form
 */
 
input.reg_file {
	font-family: Verdana; font-size: xx-small;
	width: 100%;
}

.reg_language {
	font-family: Verdana; font-size: xx-small;
	width: 80px;
}

/**
 * Advansed search style
 */
 
input {
	font-family: Verdana; font-size: xx-small;
}
select {
	font-family: Verdana; font-size: xx-small;
}
textarea {
	font-family: Verdana;
	font-size: 10px;
}

.adv_list4 {
	width: 55px;
}

.adv_list2 {
	width: 110px;
}

.adv_width100 {
	width: 100%;
}

.adv_matches {
	padding-top: 18px;
	padding-bottom: 18px;
}

.adv_go {
	padding-left: 12px;
}

td.adv_td1 {
	padding-bottom: 12px;
}

/***
 *  MAIL
 */
table.emlFrame {
	border: 0px;
	width: 670px;
	text-align:left;
	vertical-align:top;
}

td.emlSearch {
	width: 285px;
	padding-left: 30px;
	padding-top: 12px;
	text-align:inherit;
	vertical-align:top;
	font-size:16px;
	color: #fd0000;
}

td.emlSearchDescrition {
	background-color: #f3f3f3;
	border:1px solid #cbcbcb;
	text-align: right;
	padding:4px;
}

td.emlSearchField {
	border:1px solid #cbcbcb;	
	padding:4px;
}

td.emlCaption {
	width: 200px;
	color: #155394;
	font-size:12px;
	font-weight:bold;
	vertical-align:bottom;
	padding-left: 10px;
	padding-bottom: 7px;
}

.emlRedCaption {
	font-size:12px;
	font-weight:bold;
	color: #fd0000;
}

.emlBlueText {
	color: #155394;
	font-size:12px;
}

.emlBlueText10 {
	color: #155394;
	font-size:10px;
}


form.emlShowCase {
	padding-top: 0px;
	text-align:right;
}

tr.emlInboxHeaderRow {
	background-color: #dee5ef;
	text-align:center;
}

tr.emlInboxRow {
	background-color: #ecf1f8;
	text-align:center;
	font-size:10px;
	color: black;
}

td.emlDelete {
	padding-left: 2px;
	padding-right: 2px;
}

textarea.emlMessage {
	width: 100%;
	height: 300px;
}

td.emlAttachments {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eeeeee;
}

a.emlBlueText10 {
	text-decoration:none;
	color: #155394;
	font-size:10px;
}

a.emlBlueText10:hover {
	text-decoration:underline;
	color: #155394;
	font-size:10px;
}

a.emlBlackText10 {
	text-decoration:none;
	color: Black;
	font-size:10px;
}

a.emlBlackText10:hover {
	text-decoration:underline;
	color: black;
	font-size:10px;
}

.emlPBcurpage {
	font-size:12px;
	font-weight:bold;
	color: #fd0000;
}

a.emlPBpage {
	text-decoration:none;
	color: #155394;
	font-size:12px;
}

a.emlPBpage:hover {
	text-decoration:underline;
	color: #155394;
	font-size:12px;
}

.strong {
	font-weight:bold;
}

input, select {
    background-color: transparent;
}

/**
 * DEBUG
 */
 
pre {
 	font-size:12px;
}
