/**
*    CSS for bluestyle for bluetheme 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:80%;  /*-- Enables font size scaling in MSIE  --*/
	margin:2px 0 0 0;
	padding:0;
	text-align:center;
}
html > body{
	font-size:9.5pt;
}
	#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;
	}
	* {
		font-family:Tahoma;
		font-size:11px;
		margin:0;
		padding:0;
	}
	li{
		padding:0;
		list-style:none;
	}
	a{
		color:#0082d6;
		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:990px;
		margin:0 auto;
		text-align:left;
	}
	.clsFooterContent{
		width:990px;
		overflow:visible;
		margin:0 auto;
		text-align:left;
	}
	* html .clsBodyContent{
		overflow:visible;
	}
	#balloon{
		text-align:left;
		margin:0;
	}
	table{
		border:0;
		margin:0;
	}
	th{
		background:#F7F7F7;
		color:#000;
		text-align:left;
	}
		th a{
			color:#fff;
		}
