/* ----------------------------------------------------------
   fonts
   ---------------------------------------------------------- */
body, td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

/* ----------------------------------------------------------
   borders 
   ---------------------------------------------------------- */

.bd_bottom {
	border-bottom: 1px solid #CCCCCC;
}

.bd_top {
	border-top: 1px solid #CCCCCC;
}

.bd_left {
	border-left: 1px solid #CCCCCC;
}

.bd_right {
	border-right: 1px solid #CCCCCC;
}

/* ----------------------------------------------------------
   links 
  ---------------------------------------------------------- */
a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline overline;	
}

.lnk_menu_selected {
	font-weight: bold;
}

/* ----------------------------------------------------------
   default design 
   ---------------------------------------------------------- */

.footer {
	font-size: 9pt;
}

.title {
	font-size: 11pt;
	font-weight: bold;
}

.lnk_content {
	font-weight: bold;
}

.signet {
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.title2 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

/* ----------------------------------------------------------
   error
   ---------------------------------------------------------- */

.missing { background-color:#FF9933; }

/* ----------------------------------------------------------
   ecards
   ---------------------------------------------------------- */

.ecard_bg { 
	background-image: url(/images/ecards/ecard_bg.jpg); 
	background-position:bottom;
	background-repeat: no-repeat;
	border: 1 solid #444444;
}

.ecard_border { 
	border: 1 solid #444444;
}