/* CSS Document */
.top_part {
	background-color:#ffcc33;
	height:45px;
}
.bottom_part {
	background-image:url('../images/bank/bottom_part.gif');
	background-repeat:repeat-x;
	background-position:left;
	height:43px;
}
.w15 {
	width:15px;
}
.w30 {
   width:30px;
}

.left_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	padding-left:15px;
	padding-top:13px;
}

.top_text a{
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

/* -------------- tabs -------------------------------------*/
.vtab A{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding-left:  3px;
    padding-right: 3px;
    display: block;
    line-height: 15px;
}

.vtab A:hover{
    font-size: 7.5pt;
}


.vtab_active A{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding-left:  3px;
    padding-right: 3px;
    display: block;
    line-height: 15px;
}

.vtab_active A:hover{
    font-size: 7.5pt
}

.vtab_error A{
    color: red;
    text-decoration: none;
    font-weight: bold;
    padding-left:  3px;
    padding-right: 3px;
    display: block;
    line-height: 15px;
}


.vtab_error A:hover{
    font-size: 7.5pt
}

.vtab_active_error A{
    color: red;
    text-decoration: none;
    font-weight: bold;
    padding-left:  3px;
    padding-right: 3px;
    display: block;
    line-height: 15px;
}


.vtab_active_error A:hover{
    font-size: 7.5pt
}

.controlEdit{
   background-color:#FFFFCC;
}

.force_w3_select{
   border: 1px solid Black;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: Black;
   background-color:#FFFFCC;
   width:300px;
}

