.heading {
	font-family: MS Sans Serif;
	font-size: 15pt;
	line-height: 10pt;
	color: #A6006B;
	text-decoration: none;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
.normal-text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #6f6f6f;
	text-decoration: none;
}
.normal-text a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #6f6f6f;
	text-decoration: none;
}
.normal-text a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #3da5da;
	text-decoration: none;
}
.blue-text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #3da5da;
	text-decoration: none;
}
.blue-text a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #3da5da;
	text-decoration: underline;
}
.blue-text a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #3da5da;
	text-decoration: none;
}
.gray-text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #8d8e95;
	text-decoration: none;
}
.user, .phone
{
	border: 1px solid;
	width:120px;
}
.name, .email
{
	border: 1px solid;	
	width:200px;
}
.address
{
	border: 1px solid;	
	height:60px;
	width:240px;
}
.description
{
	border: 1px solid;	
	height:100px;
	width:280px;
}
.uploadbutton
{
	border: 1px solid;	
	width:300px;
}
.button
{
	border: 1px solid;
	padding-left:5px;
	padding-right:5px;
}
.error
{
	color:Red;
	font-weight:bold;
}
.success
{
	color:Blue;
	font-weight:bold;	
}

.grid
{
	text-align:center;
	font-family:Verdana;
	font-size:10pt;
	border: solid 1px white;
}

.grid tr, 
.grid td
{
	border:solid 1px white;
}

.grid .tr th 
{
	color:Blue;
	border:solid 1px white;
}

.grid tr th 
{
	color:Blue;
	border:solid 1px white;
}

.grid tr td tr td
{
	border:none;
	padding-right:5px;
	border:solid 0px white;
}

.Menu,
.Menu a,
.Menu a:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-decoration: none;
	font-weight:bold; 
	border : none;
	background-color:#D9D9E6;
	cursor:pointer;
}

.MenuItem,
.MenuItem a,
.MenuItem a:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	line-height: 13pt;
	text-decoration: none;
	border : none;
	background-color:#D9D9E6;
	cursor:pointer;
	border:solid 1px #D9D9E6;
}
.DynamicMenu,
.DynamicMenu a,
.DynamicMenu a:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-decoration: none;
	border : none;
	background-color:#D9D9E6;
	cursor:pointer;
	border:Outset 1px Gray;
	width:160px;
}
.DynamicMenuItem,
.DynamicMenuItem a,
.DynamicMenuItem a:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-decoration: none;
	border : none;
	background-color:#D9D9E6;
	cursor:pointer;
	border:solid 1px #D9D9E6;
	width:160px;
}
.DynamicMenu a:hover,
.DynamicMenuItem a:hover
{
	font-weight:bold;
	/*background-color:#AFB7DC;*/
	width:160px;
}