/**
*    CSS for BlueChill 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:"Trebuchet MS";
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
}
html > body{
	font-size:12px;
}
	#top,#header h2,#selSubFooter h2,#selSubHeader h3{		/*-- Nomensa Method to hide the content --*/
		position:absolute;
		left:-999em;
		width:982em;
	}
	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:12px;
	}
	li{
		padding:0;
		list-style:none;
	}
	a{
		color:#074657;
		text-decoration:underline;
		outline:none;
		cursor:pointer;
	}
	a:hover{
		text-decoration:none;
		color:#000;
	}
	img{
		border:0;
		vertical-align:top;
	}
	select,option{
		padding-left:3px;
	}
	option{
		padding-right:7px !important;
	}
	.clsBodyContent{
		width:982px;
		margin:0 auto;
		text-align:left;
	}
	* html .clsBodyContent{
		overflow:visible;
	}
	#balloon{
		text-align:left;
		margin:0;
	}
	table{
		border:0;
		margin:0;
	}
	th{
		background:#E0EAEF ;
		color:#000;
		text-align:left;
		/*border:1px solid #C2CBCF;*/
	}
			th a{
			color:#fff;
		}
		
	
