﻿/**************Sample Controls CSS************************/
.Hyperlink
{
    color:#266a4b;
    text-decoration:none;
    font-size:12px;
}

/* textboxes  */
 .TextBoxFixed
{
	background: white;
	font-family: Cambria;
	color: #266a4b;
	font-size: 14px;
	border: 1px solid #C8EADB;
	padding: 2px;
	
	width: 145px;
}
 	.Textbox 
 	{ 
 		background: white;
 		
 		 FONT-FAMILY: Cambria; 
 		 color: #266a4b;
 		 FONT-SIZE: 13px;
 		  border: 1px solid #C8EADB;
 		   padding: 2px; 
 	}
 
 /* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

 /* Special Button */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.TextSpace
{
    font-size:12px;
    line-height:20px;
    padding:5px 0 5px 10px;
    text-align:justify;
    vertical-align:top;
}
.SubText
{
    font-size: 18px;
    cursor: default;
    text-align: left;
    text-decoration: none;
    padding: 5px 1px 5px 5px;
    color: #003399;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

 /* ListBox  */
 .ListBox
{
	background: white;
	font-family: Cambria;
	color: #266a4b;
	border: 1px solid #D7BD7B;
	padding: 2px;
}
 
  /* CheckBox  */
  .CheckBox
{
	font-size: 12px;
	color:#266a4b;
}
  
   /* RadioBox  */
  .RadioBox
{
	font-size: 12px;
	color:#266a4b;
}
  /* Link Button  */
.LinkButton
{
	cursor: pointer;
	font-size: 12px;
	color:#266a4b;
	text-decoration:none;
}
  /* Button  */
.RadioButtonList
{
	font-family:cambria;
	color: #266a4b;
	font-size: 11px;
	border: 1px solid #DCF1E9;
	padding: 2px;
	height:25px;
	background-color: #E0F3EB;
	cursor: pointer;
	font-weight: normal;
}
 /* Panel group  */
 .PanelWithGroup
{
	border: 1px solid #C8EADB;
}
 
 /* label  */
 .Label
 {
 	font-size:small;
 	color:#266a4b;
 	font-weight:bold;
 	font-family:Cambria;
 }
 
 /* gridview  */
 .RowStyle
{
	font-size: 12px;
	color: #266a4b;
	text-align:left;
	padding-left:4px;
	font-family:Cambria;
}
 
 .AlternatingRowStyle
{
	background-color: #E0F3EB;
	text-align: left;
	font-family:Cambria;
	padding-left:4px;
	color:#266a4b;
	font-size:12px;
}
 
 .HeaderStyle
{
	font-weight: bold;
	font-size: 14px;
	font-family:Cambria;
	background-color: #266a4b;
	color: #FFFFFF;
	text-align:left;
	padding-left:4px;
}
 
 .SelectedRowStyle
{
	background-color: #CCECDE;
	color: #266a4b;
	text-align: left;
	font-family:Cambria;
	padding-left:4px;
	font-size:13px;
	font-weight:bold;
}
 
  
 /* DropdownList*/
.Dropdown
{
	border: 1px solid #C8EADB;
	font-size: 11px;
	color:#266a4b;
	font-family:Cambria;
	background-color: white;
}
.DropdownFixed
{
	font-size: 11px;
	border: 1px solid #C8EADB;
	width: 146px;
	background-color: white;
	color:#266a4b;
	font-family:Cambria;
}