﻿body {
   background: white;
   font-size: 12pt;
   width: 100%;
   }
#topmenu, #smalltopmenu, #searchbar, #header, #memberarea, #member_row, #mainmenu, #footer, #leftnav {
   display: none;
   }
#maincontent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
* {
	overflow: visible !important;
	}
#ctl00_ContentPlaceHolder1_Accordion1 div {
	height: auto !important;
	display: block !important;
	opacity: 1 !important;
	}
#ctl00_ContentPlaceHolder1_GridView1 {
	width: 100%;
	font-size: 8pt;
	}
/*#ctl00_ContentPlaceHolder1_GridView1 input{
	display:none;
	}*/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
img {
	display:none;
	 }
#maincontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.ista-in.org" attr(href) ") ";
   }