﻿.inpTextArea
{
border:1px solid #666;
font-size:12px;
width:200px;
font-family:Trebuchet MS, Arial;
color:#3d3d3d;
margin:3px 0;	
}


.inpBtn
{
	background:#0079e4 url(images/btnBg.jpg) bottom left repeat-x;
	border:solid 1px #0079e4 !important;
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
	font-family:Trebuchet MS;
	height:22px;
	padding:1px 2px !important;
	margin:0;
	width:auto !important;
}
.linkFix
{
	display:block;
float:left;
height:17px;
line-height:17px;
margin-left:5px;
}
.theGrid{border:1px solid #aaa;clear:both;width:100%;}
.gridRow {
	}
	.theGrid td
	{
	
		padding:2px;
		border-bottom:1px solid #ebebeb;
	}

.gridHeader {
	background:#ebebeb;
	}
.gridHeader th
{
	border-right:1px solid #666666;
		border-bottom:1px solid #666666;
font-weight:bold;
padding:2px;
text-transform:capitalize;
}

	.gridAlternatingRow {
	/*background:#ebebeb;*/
	
	}
	.gridRow:hover, .gridAlternatingRow:hover  
	{
	background:#E6EBC0;
	}

