@charset "utf-8";

body, * {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					medium;
	margin:						0px;
	color:						#000;
}

h1 {
	font-size:					larger;
}

h2 {
	font-size:					large;
}

h3 {
	font-size:					medium;
}

h4 {
	font-size:					medium;
}

p {
	line-height:				15px;
	padding-top:				5px;
	padding-bottom:				5px;
}

td {
	text-align:					left;
	vertical-align:				top;
}

input[type=submit] {
	background:					#0099FF;
	border:						1px solid #006699;
	font-size:					medium;
	color:						#000;
}

input[type=submit]:hover {
	background:					#006699;
}

input[type=button] {
	background:					#0099FF;
	border:						1px solid #006699;
	font-size:					medium;
}

input[type=button]:hover {
	background:					#006699;
}

img {
	border:						none;
}

.Error {
	color:						#F00;
	font-weight:				bold;
}

.Success {
	color:						#006699;
	font-weight:				bold;
}

#Menu {
	width:						160px;
	display:					block;
}

#Menu ul {
	width:						160px;
	list-style:					none;
	margin:						0px;
	padding:					0px;
	border:						none;
}

#Menu li {
	width:						160px;
	background:					#F2F2F2;
	padding:					2px;
	margin:						0px;
	list-style:					none;
	border:						none;
	border-collapse:			collapse;
	
}

#Menu li:hover {
	background:					#0099FF;
	border:						1px solid #FFF;
}

#Menu span {
	width:						160px;
	background:					#006699;
	color:						#FFF;
	font-weight:				bold;
	display:					block;
	padding:					2px;
}

#Menu a {
	text-decoration:			none;
}

#Loading {
	display:					none;
	position:					fixed;
	left:						0;
	top:						0;
	visibility:					hidden;
	background:					url(../Images/Loading.gif);
	background-repeat:			no-repeat;
	width:						150px;
	height:						150px;
	z-index:					500;
}

#MainContent a {
	color:						#036;
}

#MainContent a:hover {
	font-weight:				bold;
}

/* heading section */
#Header {
	width:						90%;
	min-width:					400px;
	margin:						auto;
	margin-bottom:				5px;
	background:					#006699;
	padding:					5px;
	color:						#FFF;
	font-weight:				600;
}

#Header .Logo {
	font-size:					3px;
	font-weight:				bolder;
	display:					block;
	text-indent:				-500px;
	background-image:			url(../Images/UnitedData-Logo.gif);
	height:						100px;
	width:						211px;
}

#Header .Details {
	float:						right;
	color:						#FFF;
	font-size:					medium;
	font-weight:				bold;
}

#Header a {
	text-decoration:			none;
	color:						#FFF;
	font-size:					medium;
	font-weight:				bold;
}

#Wrapper {
	width:						90%;
	min-width:					400px;
	margin:						auto;
	border:						none;
}

#Wrapper td {
	text-align:					left;
	vertical-align:				top;
}

#Wrapper .Left {
	width:						160px;
}

#MainContent {
	min-height:					300px;
	width:						100%;
	padding:					5px;
}

/* footer section */
#Footer {
	width:						90%;
	min-width:					400px;
	margin:						auto;
	background:					#006699;
	background-image:			url(../Images/Ganesh.gif);
	background-position:		right top;
	background-repeat:			no-repeat;
	padding:					5px;
	color:						#FFF;
	font-size:					small;
	font-weight:				600;
	margin-top:					5px;
	height:						30px;
	text-align:					center;
	vertical-align:				middle;
}

#Box {
	text-align:					left;
	vertical-align:				top;
}

#Box th {
	background:					#006699;
	padding:					3px;
	color:						#FFF;
}

#Shankar, #Shankar * {
	font-size:					small;
	color:						#F60;
}
