/*CSS Document*/
body{
  color:#000000;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  padding:0px;
  margin:0px; 
}
img {
  border:0px;
}
a {
  color:#362DBE;
  text-decoration:none;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}
a:hover {
  color:#362DBE;
  text-decoration:none;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}
#tablewidth{
  width:985px;
}
/*CSS for header section*/
.logo {
  width:985px;
  color:#0E05FE;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:500;
}
.logo a{
  color:#0E05FE;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:500;
}
.logo a:hover{
  color:#0E05FE;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:500;
}
.logo span a ,  .logo span a:hover{
  color:#F732D9;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:500;
}
/*CSS for left & right section*/
#left_section {
  padding:20px;
  width:170px;
}
#right_section {
  padding:20px;
  width:170px;
}
#blue_border_left {
 border-left:1px solid #6060D7;
}
#blue_border_right {
 border-right:1px solid #6060D7;
}
#blue_border_left_right {
 border-left:1px solid #6060D7;
 border-right:1px solid #6060D7;

}
input.logintext {
 border:1px solid #FF40DA;
 background-color:#F5F5F5;
}
input.leftlogintext {
 border:1px solid #FF40DA;
 background-color:#F5F5F5;
 text-align:center;
}
.selecttext {
 border:1px solid #FF40DA;
 background-color:#F5F5F5;
}
.leftselecttext{
 border:1px solid #FF40DA;
 background-color:#F5F5F5;
 text-align:center;
 width:100px;
}
textarea.text {
 border:1px solid #FF40DA;
 background-color:#F5F5F5;	
}
.inputsubmit{
   padding:2px 15px 3px 15px;
   border-style:solid;
   border-top-width:1px;
   border-left-width:1px;
   border-bottom-width:1px;
   border-right-width:1px;
   border-top-color:#A8E271;
   border-left-color:#A8E271;
   border-bottom-color:#458A00;
   border-right-color:#458A00;
   background-color:#8DD941;
   color:#333333;
   font-size:11px;
   font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
   text-align:center;
   font-weight:bold;
}
a .inputsubmit {
  cursor:pointer;
}
/*CSS for Mid Table*/
#mibtable {
  /*padding:10px;*/
  width:600px;
}
.topposting {
 padding:5px;
 text-align:justify;
 border-left:1px solid #6060D7;
 border-right:1px solid #6060D7;
 font-weight:500;
 color:#333333;
}
.rightsection{
 font-weight:500;
 color:#333333;
 text-align:left;
 font-size:12px;
 padding:5px;
}
#mibtable_border {
  border-left:1px solid #6060D7;
  border-right:1px solid #6060D7;
  padding:0px;
  margin:0px;
}
.midtable{
  padding:20px;
  margin:10px;
  font-size:12px;
  color:#000;
}
/*CSS for Tag Cloud*/
a.cloudtags {
	text-decoration: none;
	border-bottom:dashed 1px #CCCCCC;
	padding: 3px;
	color:#666666;
}
a.cloudtags:hover {
	text-decoration: none;
	border-bottom: none;
	background: #F5F5F5;
	color: #000000;
	padding: 3px;
}
/*CSS for Posting List*/
.postlist {
	padding:10px;
	height:auto;
}
.postlisting{
  padding:5px;
  margin-left:10px;
}
.postheading, .postheading a, .postheading a:hover{
  color:#666666;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}
/*CSS for Sub Posting List*/
.subposting{
 margin-left:15px;
 padding-left:5px;
 border-top:1px solid #CCCCCC;
 margin-top:5px;
 padding-top:5px;
 width:500px;
}
.subposting_2{
 margin-left:15px;
 padding-left:5px;
 margin-top:5px;
 padding-top:5px;
}
.posting_2level{
 border-top:1px solid #CCCCCC;
 margin-top:5px;
 padding:5px;
 margin-left:10px;
 padding-left:5px;
}
/*CSS for Footer*/
#footer{
  color:#000;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  height:80px;
  font-weight:bold;
}
#footer a {
  color:#362DBE;
  text-decoration:underline;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight:bold;
  padding:15px;
}
#footer a:hover {
  color:#362DBE;
  text-decoration:none;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight:bold;
  padding:15px;
}
#static_heading {
  font-size:18px;
  color:#000;
  font-weight:bold;
  padding:5px;
  margin:5px;
}
/******************CSS for Notifications**************/
.notificationWindow {
	clear:both;
	float:left;
	margin: 0 auto;
	width:488px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left:25%;
	top: 25%;
	z-index:90000;
	visibility:hidden;
	background-color:#000;
	border:solid 2px #ccc;
	cursor:pointer;
}
#dim-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	filter: alpha(opacity = 80);
	top: 0;
	background-color: #72747B;
	opacity: 0.8;
	z-index: 5000;
	visibility: hidden;
	margin:0px;
	cursor:wait;
}

#dim-bg IFRAME {
DISPLAY: block; Z-INDEX: -1; FILTER: mask(); LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
#transparent-bg {
	Z-INDEX: 9; FILTER: alpha(opacity = 10); VISIBILITY: hidden; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: #fff; opacity: 0.1
}
#transparent-bg IFRAME {
	DISPLAY: block; Z-INDEX: -1; FILTER: mask(); LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
.notificationRow {
	width:415px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	float:left;
	outline:none;
	margin-left:15px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:justify;
}
.popupTitle {
	width:415px;
	font-family:"Trebuchet MS";
	font-size: 30px;
	color: #95DD0D;
	float:left;
	outline:none;
	text-align:left;
	margin-left:25px;
	margin-bottom:10px;
	border-bottom:1px solid #95DD0D;
}
.notificationContent {
	width:95%;
	height:auto;
	float:left;
	overflow:hidden;
	background-color:#000;
	margin:auto;
	padding:0 10px 10px;
}
.btnEnter {
   padding:2px 15px 3px 15px;
   border-style:solid;
   border-top-width:1px;
   border-left-width:1px;
   border-bottom-width:1px;
   border-right-width:1px;
   border-top-color:#A8E271;
   border-left-color:#A8E271;
   border-bottom-color:#458A00;
   border-right-color:#458A00;
   background-color:#8DD941;
   color:#000;
   font-size:14px;
   font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
   text-align:center;
   font-weight:bold;
   width:70px;
   height:20px;
}


/******************start by anuj**************/
.error {
color:#FF0000;
font-size:12px; 
font-weight:bold;
}
#tabtable {
  padding-top:20px;
  width:600px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.yes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:underline;
	font-weight:bold;
	color:#362DBE;
}




/************************/
.tabs td {
font: bold 12px Arial;
}
.tabs td a {
font: bold 12px Arial;
text-decoration: none;
}
.tabs td a:hover {
color:#000000;
font: bold 12px Arial;
text-decoration: none;
}
.tabs td a.selected {
color:#000000;
text-decoration: none;
}
.tabs td a:visited{
color:#FF0000;
}

#pagging {
height:15px;
padding:5px 20px 5px 5px;
font-size:12px;
font-weight:bold;
}
/******************end by anuj**************/