/**
 * polished.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Polished theme.
 *
 * $Id: night.css,v 1.3 2008/06/11 18:55:16 asmecher Exp $
 */

body {
	background-color: #FFFFFF;
	
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	width:100%;
}

a, a:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration:underline;
}

#header {
	height: 266px;
	
	background-image: url(http://journals-sathyabama.com/plugins/themes/nmech/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #8C1B0B ;
	color:#990000;
}

#main {
	padding: 10px 0px 0px 0px;
	border: 0px solid #DBEFF6;
	border-top: none;
	background-color:#FFFFFF;
	color:#990000;
	
	
	
}

div #sidebar {
margin-left: 0px;
}

.block {
	padding: 5px 10px 10px 10px;
	width:150px;
	margin-bottom: 5px;
	border: 2px solid #DBEFF6;
	background-color:#E2847C;
	
}

#headerTitle h1 {
/*background-color:#cecece;
*/ padding:0px 10px 10px 86px;
	font-family: Helvetica,sans-serif;
}

#main h2, #content h3 {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding-left:7px;
}

#content {
	width: 98%;
	border-top: 2px solid #000000;
	padding-left:7px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#navbar {	
	width:100%;
	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	
	 
}

.menu {
	list-style:none;
	margin: 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#760000;
	font-size:20px;
	color:#FFFFFF;
	height:32px;
	padding-left:35px;	
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0F0;
	border: 2px solid #DBEFF6;
	color: #0C72A2;
}

td input.button {
	padding-left: 0px;
	height: 2em;
	max-width: 200px;
}