@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
body{
	background: #d4d4d4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width: 1000px;
	padding: 10px;
	position: relative;
	margin: 0px auto;
	background: #FFF;
}
#header{
	background: url(../images/banner1.jpg) no-repeat top center;
	width: 1000px;
	height: 231px;
	margin-bottom: 20px;
	position: relative;
}
#pnotice{
	width: 150px;
	height: 21px;
	position: absolute;
	bottom: 0px;
	color: #f8ed92;
	font-size: 16px;
	padding: 2px 0px;
	text-align: center;
	/*border-right: 1px solid #b6a6ee;*/
	border-top: 1px solid #83696a;
	border-right: 1px solid #83696a;
	background: #1a0e43;
	cursor: pointer;
}
#pnotice ul{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: -9999999px;
	list-style: none;
	width: 149px;
	border: 1px solid #83696a;
}
#pnotice ul li{
	background: #eadabe;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
#pnotice ul li a{
	text-decoration: none;
	color: #90692c;
	display: block;
	padding: 5px 10px;
}
#pnotice ul li a:hover{
	background:#90692c;
	color: #FFF;
}
#pnotice ul li:first-child{
	border-bottom:1px solid #faf1e1;
}
#pnotice ul li:last-child{
	border-top: 1px solid #c0a067;
}
#pnotice:hover ul{
	left: 0px;
}
#head{
	width: 840px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	left: 150px;
	color: #f8ed92;
	/*border-left: 1px solid #1a0e43;*/
	padding: 0px 5px;
}
#head marquee a,
#head marquee a:visited{
	color: #f8ed92;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
}
#head p{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left !important;
	font-weight: bold;
	border: 1px solid red;
}
#head img{
	margin: 0px 5px 0px 10px;
}
.sidebar{
	width: 210px;
	float: left;
}
.content{
	width: 540px;
	padding: 0px 20px;
	float: left;
}
.content-full{
	width: 760px;
	padding: 0px 10px 0px 20px;
	float: left;
}
.content a,.content a:visited,
.content-full a, .content-full a:visited{
	color: #0000ee;
	text-decoration: none;
}
.content a:hover,
.content-full a:hover{
	color: #0000ee;
	text-decoration: underline;
}
.content h1,
.content-full h1{
	font-size: 23px;
	color: #2a1570;
	padding: 0px;
	margin: 0px;
}
.content h1 a,
.content h1 a:visited,
.content h1 a:hover,
.content-full h1 a,
.content-full h1 a:hover,
.content-full h1 a:visited{
	color: #2a1570; text-decoration: none;
}
.content h2,
.content-full h2{
	font-size: 19px;
	color: #454545;
	padding: 0px;
	margin: 10px 0px 0px;
}
.content h3,
.content-full h3{
	font-size: 16px;
	color: #373737;
	padding: 0px;
	margin: 10px 0px 0px;
	text-transform: uppercase;
}
hr.color{
	height: 2px;
	background: #f97c00;
	border: none;
}
.content p,
.content-full p,
.content li,
.content-full li,
.main-content p{
	line-height: 22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.content p,
.content-full p{
	text-align: justify;
}
.content ul,
.content-full ul{
	margin: 0px;
	padding: 10px 0px 10px 30px;
}
.clear{
	clear: both;
}
.notice{
	background: #FFF !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.notice #scrollerz{
	padding: 5px;
	height: 150px;
}
.notice #scrollerz strong{
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.notice h3{
	font-family: 'Roboto Condensed', sans-serif;
}
.menu{
	background: #eadabe;
	margin-bottom: 10px;
}
.menu h3{
	background: #2a1570;
	color: #FFF;
	font-size: 17px;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}
.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul li{
	border-bottom: 1px solid #c0a067;
	border-top: 1px solid #faf1e1;
}
.menu ul li.last{
	border-bottom: none;
}
.menu ul li a, 
.menu ul li a:visited{
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	color: #886528;
}
.menu ul li a:hover{
	background: #c0a067;	
	color: #FFF;
}
#footer{
	background: #2a1570;
	text-align: center;
	padding: 10px 0px;
	color: #FFF;
}
#footer a,
#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.table-100{
	width: 100%;
	font-family: Tahoma;
	border-top: 1px dotted #EEE;
	border-left: 1px dotted #EEE;
}
.table-100 td{
	padding: 5px;
	border-bottom: 1px dotted #EEE;
	border-right: 1px dotted #EEE;
}
table.big{
	width: 100%;
}
table.big.bord td{
	border: 1px dotted #000;
}
table.big th{
	background: #2a1570;
	text-align: left;
	color: #FFF;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: normal;
}
table.big td{
	padding: 5px;
	border: 1px dotted #EEE;
}
table h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #e37d17;
	margin: 5px 0px;
	letter-spacing: 0.03em;
}
label{
	display: block;
	width: 160px;
	float: left;
	margin-top: 10px;
}
input, select, textarea{
	float: left;
	margin-top: 8px;
	padding: 2px;
	font-size: 13px;
	font-family: Tahoma;
	border: 1px solid #EEE;
}
form{
	margin: 10px 0px;
}
form div{
	clear: left;
}
form span{
	float: left;
	margin: 10px 2px 0px 2px;	
}
fieldset{
	padding: 10px 20px;
	border: none;
	border-top: 1px solid #2a1570;
}
legend{
	background: #2a1570;
	padding: 5px 10px;
	color: #FFF;
	text-align: right;
	font-size: 15px;
}
form.horiz{margin-bottom: 20px;}
form.horiz input, form.horiz select{padding: 5px; margin-right: 5px;border:1px solid #EEE;}
form.horiz .submit{margin: 7px 0px 0px 5px;}
.submit{
	background: #4975cf;
	background: linear-gradient(top, #4975cf 0%, #32529d 40%);
	background: -moz-linear-gradient(top, #4975cf 0%, #32529d 40%);
	background: -webkit-linear-gradient(top, #4975cf 0%,#32529d 40%);
	border: none;
	padding: 5px 15px;
	color: #FFF;
	box-shadow: 0px 0px 10px #EEE;
	margin: 10px 0px 0px 165px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
.submit:hover{
	background: #fda100;
	background: linear-gradient(top, #fda100 0%, #fe5500 40%);
	background: -moz-linear-gradient(top, #fda100 0%, #fe5500 40%);
	background: -webkit-linear-gradient(top, #fda100 0%,#fe5500 40%);
	cursor: pointer;
}

.green{
	background: url(../images/error.png) no-repeat 10px -40px #d7f6d5;
	padding: 10px 10px 10px 40px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #1ea51d;
	margin: 15px 0px 0px;
}
.red{
	background: url(../images/error.png) no-repeat 10px 10px #fbe3e3;
	padding: 10px 10px 10px 40px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ca0202;
	margin: 15px 0px 0px;
}
strong{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}
.main-content{
	background: #FFF;
	padding: 0px 10px 10px;
}
.margin-tb-zero{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important; 
	padding-bottom: 0px !important; 
}
.margin-tb-5{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
p.text-back{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	padding: 10px;
	background: #CCC;
	margin: 0px;
}
form.text-back{
	background: #f0f0f0;
	padding: 10px 20px;
	margin: 0px 0px 20px;
}
#stime{
	display: none;
}
.bg1 td{
	background: #c5b8f1;
}
.content .notice{
}
.content .notice h2{
	font-size: 20px;
	color: #2a1570;
	padding: 0px 0px 0px;
	margin: 0px;
}
.adds{
	margin-left: 5px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.adds:hover{
	text-decoration: none;
}
.content-left{
	float: left;
}
.content-right{
	float: right;
}
#exportToExcel{
	margin: 25px 0px 0px 0px;
	cursor: pointer;
}
.delete{
	margin: 0px 3px;
	cursor: pointer;
}
#hall-ticket{position: absolute;top:160px;left:200px;z-index:1;border:1px solid #83696a;}
#resultz{position: absolute;top:160px;right:200px;z-index:1;border:1px solid #83696a;}
.highlight{background: #ad4438;color: #FFF !important; text-shadow: 0px 0px 1px #91382f;}
iframe{
	/*border: 1px solid #CCC;*/
	padding: 2%;
	width:98%;
	height: 700px;
	margin: 5px 0px;
	border: none;
}
ul.big li{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 25px;
	list-style: square;
}
.home-login{
	background:#eadbbe;
	padding: 0px;
	margin: 0px;
}
.home-login h2{
	font-size: 17px;
	background:#2A1570;
	padding: 5px 0px;
	margin: 0px;
	color: #FFF;
	text-align: center;
}
.home-login p{
	padding: 0px;
	margin: 0px 5px;
}
.home-login input{
	padding: 5px 28px 5px 5px;
	width: 163px;
	border: 1px solid #cba35f;
	border-radius:3px;
}
.home-login .submit{
	width: auto;
	margin: 10px 0px 10px 2px;	
	border: inherit;
	padding: 5px 10px;
}
.home-login input[type="text"]{background: url(../images/icon_login.png) no-repeat 170px 5px #FFF;;}
.home-login input[type="password"]{background: url(../images/icon_login.png) no-repeat 170px -30px #FFF;;}
#showMe{
	margin: 20px auto 30px;
	width: 363px;
}
#showMe h1{
	text-align: center;
}
#ic,#ric,#sic{
	cursor: pointer;
}
.box{
	float: left;background: #FFF;
	box-shadow:0px 0px 3px #ccc;
	margin: 10px;padding: 5px;
}
.box p{
	margin: 0px; text-align: center;
	cursor: pointer;
}
.text-red{
	color: red;
	font-size:17px;
	line-height: 20px;
	text-align: justify;
}
.text-red strong{
	font-size: 17px;
}
#tender{
	position: absolute;top:123px;right:45px;
	z-index: 10;outline:none;
}