/**
*    CSS for grey theme for default template for Root
*
* @author		murugesan_042at09
* @copyright 	Copyright (c) 2009 {@link http://www.agriya.com Agriya Infoway}
* @license 		http://www.agriya.com Agriya Infoway Licence
* @version 		SVN: $Id: layout.css murugesan_042at09 $
* @since 		2009-06-10
*/

/*-- Common Styles --*/
body{
	color:#000;
	font-family:Tahoma;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
}
html > body{
	font-size:11px;
}
	#top,#header h2,#selSubFooter h2,#selSubHeader h3{		/*-- Nomensa Method to hide the content --*/
		position:absolute;
		left:-999em;
		width:990em;
	}
	form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dt,dl,dd{
		margin:0;
		padding:0;
	}
	* {
		margin:0;
		padding:0;
		font-size:11px;
	}
	li{
		padding:0;
		list-style:none;
	}
	a{
		color:#0077a3;
		text-decoration:underline;
		outline:none;
		cursor:pointer;
	}
	a:hover{
		text-decoration:none;
		color:#0096cd;
	}
	img{
		border:0;
		vertical-align:top;
	}
	select,option{
		padding-left:3px;
	}
	option{
		padding-right:7px !important;
	}
	
	#balloon{
		text-align:left;
		margin:0;
	}
	table{
		border:0;
		margin:0;
	}
	th{
		background:#F7F7F7;
		color:#000;
		text-align:left;
	}
		th a{
			color:#fff;
		}
