﻿.pnlMain {
    text-align: left;
    text-transform: uppercase;
}
.MenuTitle {
	font-weight: bold;
    white-space: nowrap;
	text-align: left;
	padding-bottom: 10px;
    font-size: 2.1em;
}
.MenuTitle2 {
	font-weight: bold;
    white-space: nowrap;
	text-align: left;
	padding-bottom: 10px;
    font-size: 1.9em;
}
.DateField {
	text-align: center;
	color: #FFF;
	background-color: #5b9bd5;
	border: 1px #41719c solid;
	cursor: pointer;
}
.form-horizontal .passedit{height: 35px !important;padding:1% !important;}
.selectlist,#ddlMember,#ddlDrawDate{
    font-family: Arial,'Sukhumvit Set';
    color: #fff;
    font-size: 16px;
    display: inline;
    min-width: 150px;
    height: 35px;
    font-weight: 700;
    background: #ecae29;
    background: -moz-linear-gradient(top, #ecae29 0%, #ef3c04 100%);
    background: -webkit-linear-gradient(top, #ecae29 0%,#ef3c04 100%);
    background: linear-gradient(to bottom, #ecae29 0%,#ef3c04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecae29', endColorstr='#ef3c04',GradientType=0 );
    border-radius: 5px;
    padding: 5px 10px;
    border: 0px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    border-top: 2px solid #f0bd54;
    text-shadow: 1px 1px 1px rgba(0,1,14,0.3);
    text-align: left;
    margin: -3% 2%;
}
#ddlMember option,#ddlDrawDate option{
    background: #ecae29;
    color: #333;
    font-weight: 700;
}
main {
    margin-bottom: 3%;
}
#pnlData .w100p {
    margin-top: 5% !important;margin-bottom:15px;width: 100%;color: #564f4f;font-size: 300%;
}