.label {font-weight:normal; color:#604660;}

table.schedule
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	font-size:9px;
}

table.schedule th
{
	background-color:#604660;
	font-weight: bold;
	color: #fff; 
	text-align:center;
}


table.schedule td
{
    margin: 0;
    padding: 5px;
    border-color: #e4cbd2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	font-size: 8pt;
	text-align:center;
	vertical-align:top;
}

table.schedule td:first-line
{
	font-weight:bold;
	font-size: 11px;
	text-align:center;
}

table.form {
    margin: 5px;
    padding: 0px;
    border:0px solid #e4cbd2;;

}

table.form td
{
    margin: 0px;
    padding: 5px;
    border-width: 0px 0px 0 0;
}

input {border:1px solid #e4cbd2; }

input.btn{
   color:#800525;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#f3f2f0;
   border:1px solid;
   border-top-color:#e4cbd2;
   border-left-color:#e4cbd2;
   border-right-color:#e4cbd2;
   border-bottom-color:#e4cbd2;
}

input.btnhov{
   border-top-color:#800525;
   border-left-color:#800525;
   border-right-color:#800525;
   border-bottom-color:#800525;
}



textarea {border:1px solid #e4cbd2; }

tr.main {
/*  height: auto !important;*/
  height: 425px;
/*  min-height: 425px;*/
}

