@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#Wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

#top-header {
	width: 100%;
	height: 100px;
	background: #FFF url(../images/top-header-bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	clear: both;
}

#nse-logo {
	width: 180px;
	height: 81px;
	margin: 21px 0px 0px 15px;
	padding: 0;
	float: left;
}

#topright-content {
	width: 750px;
	line-height: 81px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C00;
	float: left;
}

#nav-bar {
	width: 100%;
	height: 20px;
	background: #900 url(../images/nav-bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	clear: both;
}

#content {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/nse_buliding.jpg) no-repeat left bottom;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width: 100%;
	height: 350px;
}

#login-window {
	margin: 0px 20px 20px 700px;
	width: 303px;
	height: 320px;
	background: #CCC url(../images/login-window-bg-new.jpg) no-repeat;
	clear: both;
	font-family: tahoma;
	font-size: 13px;
	color: #2d2c2c;
}

.loginheading {
	font-family: tahoma;
	font-size: 23px;
	font-weight: bold;
	color: #a10300;
}

#login-window input[type="text"] {
	border: #b08282 1px solid;
	width: 180px;
	color: #633b3b;
}

.textbox {
	border: #b08282 1px solid;
	width: 180px;
	color: #633b3b;
}

#login-window input[type="submit"] {
	background: url(../images/button-bg.png) no-repeat center left;
	width: 71px;
	border: 0px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

#submitbutton {
	background: url(../images/button-bg.png) no-repeat center left;
	width: 71px;
	border: 0px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #a10300;
	text-decoration: none;
}

a:active {
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma;
	font-size: 13px;
	color: #a10300;
	text-decoration: none;
}

#footer {
	height: 16px;
	border: #e9d9da 1px solid;
	background: #f7e7e7;
	margin: 0;
	padding: 10px 15px 10px 15px;
	clear: both;
	font-family: tahoma;
	font-size: 12px;
	color: #555;
	clear: both;
}

.tabhead { /*background-color:#efefef;*/
	FONT-WEIGHT: normal;
	font-size: 12px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.requiredfield {
	color: red;
}
