﻿body {
}
/* text box style one */
.txt1 {
	width: 221px;
	background: transparent url('/images/bg.jpg') no-repeat;
	color : #5F5C5C;
	font-family:Tahoma;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
	font:11px/12px;
}
/* text area style one */
.textarea1 {
	width: 350px;
	height: 120px;
	color : #5F5C5C;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:Tahoma;
	background-position: bottom left;
	background-repeat: no-repeat;
	font:11px/12px;
}
/* textareasmall */
.textareasmall {
	width: 221px;
	height: 80px;
	color : #5F5C5C;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:Tahoma;
	background-position: bottom left;
	background-repeat: no-repeat;
	font:11px/12px;
}


/* file upload style */
.fu1 {
	width: 221px;
	color : #5F5C5C;
	font-family:Tahoma;
}
/* generic container (i.e. div) for floating buttons */
.clear { 
    overflow: hidden;
    width: 100%;
}
/* button style */
.btn
{
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: hand;
	font-weight: bold;
	font-family: Tahoma;
	color: Orange;
}


/* Default Grid style */
.mGrid {   
     width: 100%;   
     background-color: #fff;   
     margin: 5px 0 10px 0;   
     border: solid 1px #525252;   
     border-collapse:collapse;
 }  
 .mGrid td {   
     padding: 2px;   
     border: solid 1px #c1c1c1;   
     color: #717171;   
 }  
 .mGrid th {   
     padding: 4px 2px;
     color: #fff;
     background: #424242 url('/images/grd_head.png') repeat-x top;
     border-left: solid 1px #525252;
     font-size: 0.9em;
 }  
 .mGrid .alt { background: #fcfcfc url('/images/grd_alt.png') repeat-x top; }
 .mGrid .pgr { background: #424242 url('/images/grd_pgr.png') repeat-x top; }
 .mGrid .pgr table { margin: 5px 0; }
 .mGrid .pgr td {
     border-width: 0;
     padding: 0 6px;
     border-left: solid 1px #666;
     font-weight: bold;
     color: #fff;
     line-height: 12px;
 }     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  



.mGridforgvwithoutpagingandwithoutheader {   
     width: 100%;   
     background-color: #fff;   
     margin: 5px 0 10px 0;   
     border: solid 1px #525252;   
     border-collapse:collapse;
 }  
 .mGridforgvwithoutpagingandwithoutheader td {   
     padding: 2px;   
     border: solid 1px #c1c1c1;   
     color: #717171;   
 }  
 .mGridforgvwithoutpagingandwithoutheader th {   
     padding: 4px 2px;
     color: #fff;
     background: #424242 url('/images/grd_head.png') repeat-x top;
     border-left: solid 1px #525252;
     font-size: 0.9em;
 }  
 .mGridforgvwithoutpagingandwithoutheader .alt { background: #fcfcfc url('/images/grd_alt.png') repeat-x top; }
 
 
 
.mGridforgvwithoutpagingandwithoutheaderforServices {   
     width: 100%;   
     background-color: #fff;   
     margin: 5px 0 10px 0;   
     border: solid 1px #525252;   
     border-collapse:collapse;
 }  
 .mGridforgvwithoutpagingandwithoutheaderforServices td {   
     padding: 5px;   
     border: solid 1px #c1c1c1;   
     color: #717171;   
 }  
 .mGridforgvwithoutpagingandwithoutheaderforServices th {   
     padding: 4px 2px;
     color: #fff;
     background: #424242 url('/images/grd_head.png') repeat-x top;
     border-left: solid 1px #525252;
     font-size: 0.9em;
 }  
 .mGridforgvwithoutpagingandwithoutheaderforServices .alt { background: #fcfcfc url('/images/grd_alt.png') repeat-x top; }

/* Listing Grid  */
.lstGrid {   
     width: 100%;   
     background-color: #fff;   
     margin: 5px 0 10px 0;   
     border: solid 1px #525252;   
     border-collapse:collapse;   
 }  
 .lstGrid td {   
     padding: 2px;  
     color: #717171;  
     padding-left:5px; 
 }  
 .lstGrid td b {
     font-size:13px;
 }
 .lstGrid th {   
     padding: 4px 2px;
     color: #fff;
     font-size: 0.9em;
 }  
 .lstGrid .alt { background: #fcfcfc url('/images/grd_alt.png') repeat-x top; }
 .lstGrid .pgr { background: #424242 url('/images/grd_pgr.png') repeat-x top; }
 .lstGrid .pgr table { margin: 5px 0; }
 .lstGrid .pgr td {
     border-width: 0;
     padding: 0 6px;
     border-left: solid 1px #666;
     font-weight: bold;
     color: #fff;
     line-height: 12px;
 }     
.lstGrid .pgr a { color: #666; text-decoration: none; }  
.lstGrid .pgr a:hover { color: #000; text-decoration: none; } 



/* drop down list style one */
.ddl1 {
	width: 221px;
	color : #5F5C5C;
	font-family:Tahoma;
	height:20px;
	font:11px/12px;
}
.error
{
    color:Red;
}

