﻿body 
{
	background:url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:12px;
	margin:0 auto;
	color: #0e4354;	
}
h1
{
	color:Blue;
}
div
{
	margin:0;
	padding:0;
}
.main {
	width: 100%;
	margin: 20px auto;
	padding: 30px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
}
.content
{
	margin-top:15px;	
}
.Grid td
{
	background-color: #e1f0f9;
	color: black;
	font-size: 10pt;
	line-height:200%
}
.Grid th
{
	background-color: #1170a5;
	color: White;
	font-size: 10pt;
	line-height:200%
}
.ChildGrid td
{
	background-color: #eee !important;
	color: black;
	font-size: 10pt;
	line-height:200%
}
.ChildGrid th
{
	background-color: #6C6C6C !important;
	color: White;
	font-size: 10pt;
	line-height:200%
}
/*===================================*/
