/* CSS Document Common*/
.mainTable
{
	padding: 0;
}
/* Ends */

/* Headings */
.White-Head
{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 1px 2px;
}

.Green-Head
{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #004A0E;
	font-weight: normal;
	padding: 1px 2px;
}

/* Headings Ends*/

#Gr1-tl
{
	background: url(images/gr1_tl.png) no-repeat;
	width: 6px;
	height: 28px;
}
#Gr1-tc
{
	background: url(images/gr1_tc.png) repeat-x;
}
#Gr1-tr
{
	background: url(images/gr1_tr.png) no-repeat;
	width: 6px;
	height: 28px;
}
#Gr1-bl
{
	background: url(images/gr1_bl.png) no-repeat;
	width: 6px;
	height: 5px;
}
#Gr1-bc
{
	background: url(images/gr1_bc.png) repeat-x;
	height: 5px;
}
#Gr1-br
{
	background: url(images/gr1_br.png) no-repeat;
	width: 6px;
	height: 5px;
}
.Gr1-container
{
	background: #CEDC03;
	border-left: solid 1px #90B006;
	border-right: solid 1px #90B006;
	padding: 5px;
}
#Gr2-tl
{
	background: url(images/gr2_tl.png) no-repeat;
	width: 6px;
	height: 27px;
}
#Gr2-tc
{
	background: url(images/gr2_tc.png) repeat-x;
}
#Gr2-tr
{
	background: url(images/gr2_tr.png) no-repeat;
	width: 6px;
	height: 27px;
}
.Gr1-container td a
{
	color: #336600;
	font-weight:bold;
}
.Gr1-container td a:hover
{
	color: #FFFFFF;
	font-weight:bold;
}
/*Yellow Container Starts here */

#Yl-tl
{
	background: url(images/yl_tl.png) no-repeat;
	width: 6px;
	height: 28px;
}
#Yl-tc
{
	background: url(images/yl_tc.png) repeat-x;
}
#Yl-tr
{
	background: url(images/yl_tr.png) no-repeat;
	width: 6px;
	height: 28px;
}
#Yl-bl
{
	background: url(images/yl_bl.png) no-repeat;
	width: 6px;
	height: 5px;
}
#Yl-bc
{
	background: url(images/yl_bc.png) repeat-x;
	height: 5px;
}
#Yl-br
{
	background: url(images/yl_br.png) no-repeat;
	width: 6px;
	height: 5px;
}
.Yl-container
{
	background: #E4C800;
	border-left: solid 1px #CC9900;
	border-right: solid 1px #CC9900;
	padding: 5px;
}
.Yl-container td a
{
	color: #993300;
	font-weight: bold;
}
.Yl-container td a:hover
{
	color: #FFFFFF;
	font-weight: bold;
}
/* Yellow Ends Here */

/* White container Starts Here */
#Wt-tl
{
	background: url(images/wt_tl.png) no-repeat;
	width: 6px;
	height: 27px;
}
#Wt-tc
{
	background: url(images/wt_tc.png) repeat-x;
}
#Wt-tr
{
	background: url(images/wt_tr.png) no-repeat;
	width: 6px;
	height: 27px;
}
#Wt-bl
{
	background: url(images/wt_bl.png) no-repeat;
	width: 6px;
	height: 5px;
}
#Wt-bc
{
	background: url(images/wt_bc.png) repeat-x;
	height: 5px;
}
#Wt-br
{
	background: url(images/wt_br.png) no-repeat;
	width: 6px;
	height: 5px;
}
.Wt-container
{
	background: #FFFFFF;
	border-left: solid 1px #E4C800;
	border-right: solid 1px #E4C800;
	padding: 5px;
}
/* White container Ends Here */
.Normal-Container
{
	padding: 5px;
	background: transparent;
}
