.Footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.Footer_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.login {
	font-family: "Trebuchet MS";
	font-size: 11.5pt;
	font-weight: bold;
	color: #FF5400;
	font-style: normal;
	text-transform: uppercase;
}

.login_1 {
        font-family: "Trebuchet MS";
        font-size: 11.5pt;
        font-weight: bold;
        color: #FF5400;
        font-style: normal;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 100px;
	border-top-color: #D4E6F6;
	border-right-color: #D4E6F6;
	border-bottom-color: #D4E6F6;
	border-left-color: #D4E6F6;
}
.SmallText {
	font-family: "Trebuchet MS";
	font-size: 7.3pt;
	font-weight: bold;
	color: #666666;
}

.UserID {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7C0B0B;
}
.ForgotPassword {
	font-family: "Trebuchet MS";
	font-size: 7.9pt;
	font-weight: normal;
	color: #0033FF;
	text-decoration: underline;
}
.Register {
	font-family: "Trebuchet MS";
	font-size: 7.8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
.bullet {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
}

.Info {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
}
.InfoHeader {


	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #F19201;
	font-style: normal;
	text-transform: none;
}
.Infotext {



	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: normal;
	color: #434343;
	font-style: normal;
	
}
.Readmore {
	font-family: "Trebuchet MS";
	font-size: 7.3pt;
	font-weight: normal;
	color: #4B6AB9;
	font-style: normal;
	text-decoration: none;
}

.Readmore:hover{

	font-family: "Trebuchet MS";
	font-size: 7.3pt;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}
.Newsheader { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #F19201;
	text-decoration: none;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.bodttext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.sidenav1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D0B0B;
	font-weight: normal;
	
}

.sidenav {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030087;
	font-weight: normal;
	
}
.sidenav:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D0B0B;
	font-weight: normal;
	
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.tbhead {
	background-color: #CCA775;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.odd {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #EADBC8;
}
.even {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F4EDE3;
}
.watermarkLogo {
	background-image: url(../images/punjab_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.watermarkLogo2 {
	background-image: url(../images/pepsu_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

