@charset "utf-8";
/* CSS Document */

/* body Properties
--------------------------------------*/

body{
	background-color:#EDEDED;
}


/* Header Properties
--------------------------------------*/

div#header{
	border-color: #777777;
}


/* Wrapper Properties
--------------------------------------*/

.seminar_title{
}

.seminar_sub_title{
	border-color: #EDEDED;
}

.seminar_detail{
	border-color: #EDEDED;
}

/* Table Properties
--------------------------------------*/

.seminar_table{
	border-color: #777777;
}

.seminar_table th{
	border-color: #777777;
	background-color:#EDEDED;
}

.seminar_table th.must{
}

.seminar_table td{
	border-color: #777777;
}

/* Application Properties
--------------------------------------*/

p.application a{
	background-image:url(https://mielca.com/mielca_test/PublicSeminarItems/img/gray/btn_application.gif);
}

#ButtonNext,
#ButtonLogin {
	background: #EDEDED;
	border-color: #EDEDED;
}

/* Footer Properties
--------------------------------------*/

div#footer{
	border-color: #777777;
}



.titleHeader
{
	background-color: #ff9933;
}


.hr{
	border-color: #777777;
}




