.input4{
	height:19px;
}

.navigation_title:hover{
font-weight:bold;
 color: #EFFF00;
 text-decoration: none;
}

.logo{
 font-size: 14pt;
 color: #ffffff;
 text-decoration: none;
}

.copyright{
 font-size: 8pt;
 color: #ffffff;
 text-decoration: none;
}

.white_text{
 font-size: 8pt;
 color: #ffffff;
 text-decoration: none;
}

.info_error{
 font-size: 8pt;
 color: #ff2222;
 text-decoration: none;
}

.info_success{
 font-size: 8pt;
 color: #009900;
 text-decoration: none;
}

.info_attention{
 font-size: 8pt;
 color: #2222ff;
 text-decoration: none;
}

.small_link{
	font-weight:bold;
    font-size:8pt;
    color: #3355aa;
    text-decoration:none;
}

.small_link:hover{
	font-weight:bold;
    font-size:8pt;
    color: #7788ff;
    text-decoration:underline;
}

.disabled_small_link{
	font-weight:bold;
    font-size:8pt;
    color: #999999;
    text-decoration:none;
}

.white_link{
    font-size: 8pt;
    color: #ffffff;
    text-decoration:none;
}

.white_link:hover{
    font-size: 8pt;
    color: #ffffff;
    text-decoration:underline;
}

.menu_header_link{
	font-weight:bold;
    font-size: 8pt;
    color: #425C73;
    text-decoration:none;
}

.menu_header_link:hover{
	font-weight:bold;
    font-size: 8pt;
    color: #5E83A4;
    text-decoration:none;
}

.header_row{
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #ffffff; PADDING-TOP: 2px; 
	FONT-FAMILY: arial; 
	BACKGROUND-COLOR: #3072be; 
	TEXT-DECORATION: none
}

.Header {
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #ffffff; PADDING-TOP: 2px; 
	FONT-FAMILY: arial; 
	BACKGROUND-COLOR: #3072be; 
	TEXT-DECORATION: none
}

.light_row_list{
	background-color:#FFFFFF;
}

.dark_row_list{
	background-color:#EAEAEA;
}

.enabled_text{
    color:#000000;
}

.disabled_text{
    color:#999999;
}

.text_highlight{
    color:#ff0000;
}

.text_normal{
    color:#333333;
}
.link_menu_highlight{
    color: #425C73;
    text-decoration:none;
}
