﻿body 
{
	background-color: white;
}

.content_area
{
		
}


/* Begin Grid css stuff  */
.text
{
	font-family: Arial;	
	font-size: 10px;
}

.GridDescText
{
	font-family: Arial;	
	font-size: 14px;
        text-align:left;
}

.title
{
	font-family: verdana,Arial;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}

.sub_title
{
	font-family: verdana,Arial;
	font-size: 14px;
	text-align:center;
}

.title_small
{
	font-family: verdana,Arial;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

.GridHeader
{
  /* background-image: url(images/grid_headerBg.gif); */
  background-image: url(images/grid/modalHeader.jpg);
  font-family: verdana,Arial;
  color:White;
  height: 20px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: default;
  font-size: 15px; 
  font-weight:bold;
}

.Item
{
	color:Black;
	font-family: verdana, Arial;
	font-size: 12px;
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 5px;
	
}

.ItemHeader
{
	color:Black;
	font-family: verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}


/* end grid css stuff */
