body {
	margin:1em 0% 0% 10%;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:80%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Arial, Verdana, sansserif, Helvetica, "Times New Roman",Times,serif;
}
a {
	color:#000070;
}
/*
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	border:0;
}


/* Header styles */

#header { text-align:center; background-color:rgb(00,00,28); padding-top:15px; padding-bottom:12px}

#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h3 {
	margin:0;
	font-family:Verdana, Aerial, Helvetica, "Times New Roman",Times,serif;
	color:#ffffff; 
	font-weight:normal;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
/*	border:1px solid black;*/
}
.threecol .colmid {
	right:21%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:58%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:58%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:20.5%;			/* Width of left column content (column width minus padding on either side) */
	left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:20.7%;			/* Width of right column content (column width minus padding on either side) */
	left:79.5%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/*.threecol .col3 img{
	margin:0 0 15px 0;
}*/

.sponsor{
	margin:0 0 15px 0;
	font-size:80%;
}

.threecol .col3 h5{
	margin-bottom:2px;
	margin-top:2px;
}
.threecol .col3{
	text-align:center;
	padding:15px 0 0 0;
/*	border:1px solid black;*/
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background:#eee;
}
#footer p {
	padding:10px;
	margin:0;
}



#menuleft {
	padding:15px 0 0 0;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
}

#menuleft ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menuleft li {
	margin: 0 ;
	padding: 0px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#menuleft li a {
	color: #000070 ;
/*	background-color: #c0c0c0 ; */
	border-bottom: 1px outset #000 ; 
	padding: 5px 0px 5px 0px ;
	width: 82% ;
	margin:0 0 0 10%;
	text-decoration: none ;
	display: block ;
}
#menuleft li a:hover {
	color: #fff ;
	background-color: #369 ;
}

#midtop {
/*	height: 3em;*/
	margin: 0 0 0 14%;
	background-color:#eee;
	padding:1em 0 0.5em 0;
}

#midtop p,
#midtop	h1,
#midtop	h2,
#midtop	h3 {
	text-align:right;
	margin:0 2% 0 0;
	font-family:Verdana, Aerial, Helvetica, "Times New Roman",Times,serif;
	color:#000;
	font-weight:normal;
}

#contentarea {
	margin:0 0 4em 4%;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:96%;
	background:#fff;
/*	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	min-height:600px;
	font-family:Arial, Verdana, sansserif, Helvetica, "Times New Roman",Times,serif;
	font-weight:normal;
	font-size:93%;
}

#contentarea h1, 
#contentarea h2, 
#contentarea h3{
	font-family:  Verdana, Arial, Helvetica, sansserif, "Times New Roman",Times,serif;
}

#contentarea ul {
	list-style:none;
	padding: 0 0 1em 1em;
}

.nounderline a{
text-decoration:none;
}

#topics table {
	width:95%;
	border:0 solid #000;
	padding:0 0.5em 0 0.5em;
}

#topics ul {
	list-style:none;
	padding:0;
	margin:0;
}

#topics li {
	padding:0;
	margin:0;
	min-height:3.3em;
}

.paddedrow1 {
	padding:10px 4px 6px 4px; text-align:center;
}
.paddedrow2 {
	padding:6px 4px 9px 4px;
}

.borderedrow {
	border:1px solid #000;
	padding:8px 4px 0px 4px;
}

#topoffset{
	padding:3em 4% 0 0;
}

.leftoffset{
	padding:0 0 0 10.48%;
}


iframe {
	border:0;
	width: 96%;
	min-height:500px;
	height:1000px;
}

/*
img {
width:100%;
}
*/

#leftlist{
	margin:1em 0 0 5%;
	padding:0;
	font-family:Arial, Verdana, sansserif, Helvetica, "Times New Roman",Times,serif;
	width:90%;

}
#leftlist h3{
	margin-top:3em;
	text-align:center;
}

#leftlist ul{
	list-style:none;
	padding:0 0 0 4px;
	margin:0.4em 0 0 0;
	border:1px solid #000;
	font-size:90%;
}

#leftlist ul li{
	padding:5px 0 5px 0;

}

#linkleft{
	text-align:center;
	margin:2em 0 0 0;
}

#linkleft a{
	text-decoration:none;
}

#linkleft ul{
list-style-image: url('../images/semicirc.gif');
padding:0;
}

#leftbottomlist{
margin-top:4em;
margin-left:0;
padding:0 5px 0 5px;
}

#leftbottomlist ul{
list-style-image: url('../images/semicirc.gif');
padding:0 0 0 22px;
}

#leftbottomlist li{
padding:2px 0 0 0;
}

#leftbottomlist li a{
text-decoration:none;
}

#credits{
	margin:0px 0 0 0;
	width:100%;
	text-align:center;
	font-size:75%;
	padding:5px;
}

#committeelists ul li{
padding-top:2px;
}

#committeetable {
	margin:0 0 0 0;
}

#committeetable h3{
	margin:1em 0 0.5em 0; 
}
#committeetable h4{
	margin:0.5em 0 0 0; 
}

#tpctable {
	margin:0 0 0 0;
	width:103%;
}

#tpctable h3{
	margin:1em 0 0.5em 0; 
}
#tpctable h4{
	margin:0.5em 0 0 0; 
}
#tpctable td{
/*	width:33%;*/
}

#talkslist ol{
margin:0px 0 5px 0;
}

#talkslist h4{
margin-bottom:7px;
}


/*For Talks and Tutorial Pages*/
#talklist ul{
  list-style-type:none;
  padding:0;
  position:relative;
}

#talklist ul li{
padding:3px 0 7px 25px;
}

.odd{
  background-color:#f8f8ff;
}

.even{
  background-color:#f0f0ff;
}

.title {
  font-style:italic;
  display:inline;
  text-decoration:underline;
}

.count {
  position:absolute;
  left:6px;
}

#talklist .hide{
  display:none;
}

/*#talklist .details a span{
  background-color:#fff;
  margin-top:8px;
}*/

#talklist img{
  border:0;
}

.details img{
position:absolute;
left:12px;margin-top:5px;
}

#talklist a {
  color: #101090;
  text-decoration:none;
}
#talklist a:hover,
#talklist a:focus:hover {
  color: #777;
}
#talklist a:active,
#talklist a:focus {
  color:#777;
}

.abstract {font-size:90%;margin-top:8px;background-color:#fff;}
#talklist .details a span {display: none;}
#talklist .details a:active span,
#talklist .details a:focus span {
  display: block;
}
#talklist .details a{
  color:#222;
}
#talklist .details a span{
  color:#000;
}
#talklist .details a:hover,
#talklist .details a:focus,
#talklist .details a:focus:hover {
  color:#101090;
}
#talklist .details a:hover span {
  color:#000;
}
#talklist .details a:focus:hover span {
  color:#000;
}
#talklist .details .title span{
  font-style:italic;
  display:inline;
  text-decoration:underline;
}

#regcost{
float:right;clear:right;
border:1px solid #f00;
padding-bottom:4px;
padding-right:16px;
}

#regcost ul{
list-style:none;
margin:4px 0 0 0;
}
li.regitem{
float:left;clear:left;
width:160px;
}
li.regvalue{
float:left;
width:120px;
background:url(../images/INR.gif) no-repeat 0px -2px;
padding-left:17px;
}

#regformcontainer{
clear:both;
padding-top:10px;
}

#regformcontainer table tr td{
padding:2px 0 2px 4px;
margin:0;
}

#logout{
float:right;
margin-right:20px;

}

a.button_tiny{
background:url(../images/button_tiny.jpg) no-repeat;
display:block;
color:#555555;
font-weight:500;
height:30px;
line-height:21px;
margin-bottom:0px;
text-decoration:none;
width:121px;
}
a:hover.button_tiny{
color:#0066CC;
}

a.button_small{
background:url(../images/button_small.jpg) no-repeat;
display:block;
color:#555555;
font-weight:500;
height:30px;
line-height:21px;
margin-bottom:0px;
text-decoration:none;
width:170px;
}
a:hover.button_small{
color:#0066CC;
}

.lock{
background:url(../images/lock.gif) no-repeat 10px 3px;
text-indent:30px;
display:block;
}

.create{
background:url(../images/create.gif) no-repeat 10px 3px;
text-indent:30px;
display:block;
}

.reset{
background:url(../images/reset.gif) no-repeat 10px 3px;
text-indent:30px;
display:block;
}

.login{
background:url(../images/login.gif) no-repeat 10px 3px;
text-indent:30px;
display:block;
}

#regInsList li{
padding-bottom:5px;
}

#regInsList table th{
font-weight:normal;
width:80px;
border-bottom:1px solid #000;
}
#regInsList table td{
width:80px;
text-align:center;
}

#tableitem{
width:55%;
}

#tablevalue{
width:45%;
}