/* Computational Chemistry Protal*/
/* Copyright 2005, www.compchem.in, All rights reserved */
/* Template and styles @ Haskey, e. mail : arunvijayan@iiitmk.ac.in, Date : 08-Dec-2005 */
/*  This css file controls the entire styling of the portal.*/

.style3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
/* Used for dispalying the footer data */
.f_data {color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#FFFFFF;}

	
/* style defined for the Main menu on the top of the page. */		
.main_menu {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

/* defined for the right most part of the page, where etc links go...  */
.u_tool {
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#993333;
}

/* style for links in the page */
a {
  color: #C60;
  text-decoration: none;
}

a:visited {
  color: #003333; 
  text-decoration: none;
}
a:active, a:hover, a:visited:hover {
  background-color: #993333;
  color: #CC9900;
  text-decoration: none;
}


html>body #button li a {
width: auto;
}


/* style for computational chemistry protal name written on top of the page. */ 
.c2p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

/* style for displaying the error msg the page  */
.e_msg{
	color: #FF0000;
	font-weight: bold;
	font-size:12px;
}

/* Main heading style is defined here */
.m_heading {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;	
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
line-height:20px;
margin-top:2px;
margin:0;
padding-left:20px;
padding-right:20px;
font-family:'vera sans',helvetica,sans-serif;
font-size:10px; line-height:140%;
color:#003399 }



.main_head {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	}
.Content {
		color: #003399;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
input:focus, textarea:focus
{
background-color: lightyellow;
}		
.style28 {
		color: #993300;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}
.initial2 {font-weight:bold;background-color:#90BADE}