
/* ***** Development File Details:$Rev: 38732 $, $Author: Adhavan $, $Date:$ ***** Added by Program */ 


 body,td,table,input,select,textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0000FF;
	max-zoom: initial;
	min-zoom: initial;
}
 
 .header {
	background-color: inheritad;
	font-family: Roboto, HelveticaNeue, sans-serif;
	font-size: 1.6em;
	color: rgb(65, 98, 148);
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-shadow: rgba(245, 245, 245, 1) -1px 1px 1px;
}


td,input,select,textarea {
	margin: 0px;
	padding: 0px;
}

table {
	padding: 0px;
}

@media screen and (max-width:480px) {

	table.tblmenu  td {
		border-bottom: thin solid white;
	}
	center>b {
		font-family: Roboto, HelveticaNeue, sans-serif;
		font-size: 1.6em;
		color: rgb(65, 98, 148);
	}
	body {
		width:100%;
		height:100%;
		/*background-color: rgb(29, 61, 87);*/
		background-color: rgb(245, 245, 245);
	}
	table.tblmenu tr td {
		background-color: inherit;
		padding: 4px;
	}
	table.tblmenu tr:nth-child(odd) {
		background-color: rgb(193, 212, 241);
		padding: 0px;
	}
	table.tblmenu tr:nth-child(even) {
		background-color: rgba(193, 212, 241, .58);
		padding: 0px;
	}
	table.tblmenu tr td  a {
		display: block;
		color: black;
		text-decoration: none;
		/*margin-bottom: 1px;
		padding-left: 5px;
		font-family: Roboto, HelveticaNeue, sans-serif;
		font-size: 1.4em;
		font-style: normal;
		line-height: normal;
		text-shadow: rgba(245, 245, 245, 1) -1px 1px 1px;*/
	}
	/*table.tblmenu tr td :hover {
		background-color: rgb(65, 98, 148);
	}*/
	table.tblmenu tr td  a:hover {
		display: block;
		color: #00f;
		/*margin-bottom: 1px;
		font-family: Roboto, HelveticaNeue, sans-serif;
		font-size: 1.4em;
		font-style: normal;
		line-height: normal;
		text-shadow: rgba(0, 0, 0, 1) 0px 1px 0px;*/
	}
	table {
		margin-bottom: 5px;
	}
	table tr td {
		padding: 6px;
		color: black;
		text-shadow: rgba(245, 245, 245, 1) -1px 1px 1px;
	}
	table tr {
		font-family: Roboto, HelveticaNeue, sans-serif;
		font-size: 1.0em;
		border-bottom: thin solid white;
	}
	table tr:nth-child(odd) {
		background: rgb(193, 212, 241);
	}
	table tr:nth-child(even) {
		background: rgba(193, 212, 241, .78);
	}
	input[type="text"],input[type="password"],select {
		font-size: 1em;
		min-height: 2.8em;
		line-height: 1.4em;
		padding: .4em;
		color: #070000;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: .5em;
	}
	input[type="button"] {
		background: rgb(65, 98, 148);
		font-size: 1em;
		min-height: 1.6em;
		line-height: 1.6em;
		font-weight: 700;
		padding: .6em;
		color: #fff;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: .5em;
	}
	input[type="text"]:focus,input[type="password"]:focus,select:focus {
		font-size: 1em;
	}
}

<!-- VERSION: 5.3.7.000.00 TIME: 20-Nov-2014 11:40:14 FILE: mobile.css REL_REV_NO:44801-->