
/*---------------------------- bacic -------------------------------*/


.titlaki {
	color: #FF8533;	
	font-weight: bold;
	font-size: 12px;
}
.titlaki:hover{
	background-color: #E9E9E9;
	width: 100%;
}

a{
	color: #FF8533;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-weight: bold;
	background-color: #E9E9E9;
}

/*---------------------------- tables -------------------------------*/

.mytable-textin2 {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
}

.colortable01{
	background-color: #C7DE18;
	padding: 15;
color: #FFFFFF;	font-weight: bold;
	font-size: 12px;
}

.colortable02{
	background-color: #C5CBCF;
}


.inputbox{
	color: #AEC415;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}