/*
  Inside th rapyd/elements/default/css/rapyd_components.css
  
  $Id: rapyd_components.css 

  Children of The Goldentriangle
  http://www.childrengoldentriangle.org

*/


.little {	
	color: #9B9B9B; 
	font-family: Verdana, Arial, Helvetica;	
	font-size: 8pt; 
	}
	
.alert { 
	color: #DD0000; 
	font-family: Verdana, Arial, Helvetica;	
	font-size: 8pt; 
	}
	
.alert p {
	margin:0;
	}

.micro, .micro a { 
	font: 12px "Trebuchet ms",Verdana,Tahoma,Arial,sans-serif; 
	color: #153D51; 
	font-weight:bold;
	} 
	
.normal {	
	color: #9B9B9B;	
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	}     
	
 
/* Pagination color : sheru*/
.mainbackground { }  
   

/* Applied only for selected pagination, Pagination font type, size :sheru*/      
.pagenav {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-weight: bold; 
	}
     

/*Applied only for unselected paginaiton: sheru*/	
.pagenav a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	font-weight: bold; 
	}  
	
 
/* This is line above the forms e.g. below 1. Search Article/s By Title or Body or Both, 2. Article List: sheru*/  
.mainheader { 
	clear:both;  
	border-bottom: 1px solid #ECECEC; 
	height:22px; 
	padding:4px; 
	color: #A57B29; 
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	
	font-size: 12px;	
	font-weight: bold;
	}
	
	
.mainfooter { 
	clear:both;  
	border-color: #92B8CB;  
	border-top:1px solid #ECECEC; 
	height:22px; 
	padding:4px; 
	color: #153D51; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	font-weight: bold;
	}
  
/*Used on grid's body part font type, color etc.:sheru*/ 
.littletablerow {		
	color: #153D51;	
	border-bottom: 1px solid #ECECEC;	 
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	
	font-size: 12px;
	align: left;
	}
       

/*Form's front field name and its font, bgcolor etc:sheru*/  
.littletableheader { 
	background: #f9f9f9; 	
	border-bottom: 1px solid #ECECEC;	
	color: #153D51;	
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; 
	font-size: 12px;	
	padding-left:5px;
	}
 

/* grid's header name and bgcolor:sheru*/	
.tableheader { 
	background: #f9f9f9; 	
	border-bottom: 1px solid #cccccc;	
	color: #A57B29;	
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; 
	font-size: 12px;
	}
 
/* grid's sorting icon's color and other:sheru*/ 
.tableheader_clean { 
	background: #f9f9f9; 
	color: #A57B29;	
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; 
	font-size: 12px;
	}
 

.tablerow {	
	border-bottom: 1px solid #D0D0D0;	
	color: #153D51;	
	font-family: Verdana, Arial, Helvetica;	
	font-size: 11px;	
	font-weight: normal;
	}

/* Grid's Odd row format:sheru*/	
tr.odd {
	background-color:inherit;
	} 


/* Grid's Even row format:sheru*/		
tr.even {
	background-color:#FCFCFC;
	}


/*Form's attribute*/
form { 
	margin: 0; 
	padding: 0; 
	}
  

/*Input field attribute:sheru*/	 
.input, .select, .password, .textarea  { 
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	
	font-size: 12px; 
	margin: 0;  
	padding: 3px; 
	border: 1px solid #92B8CB; 
	border-left:2px solid #92B8CB;
	}
 
  
.button {  }
  


.button_red {	
	background-color: #FF3300;	
	border: 1px solid #CC3300; 
	color: White;	
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px; 
	font-weight: normal;	
	text-decoration: none;
	}
 

  
.littlebutton {	
	background-color: #BED6E0;	
	border: 1px solid #92B8CB;	
	color: #153D51;	
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	
	font-size: 12px;	
	text-decoration: none;
	}

/*For Tinymce part*/
body.mceContentBody {
background: #000;
color: #fff;
}

body.mceContentBody { 
	background: #000; 
	color: #fff; 
	}   

/*For radio*/
input.radio{  
 margin-left:20px;
margin-right:2px;
padding-left:10px;    
 }
 
 
/* for anchor on product list display page */ 
.link-page {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 5px 27px 0px 27px; 
	float: right;
}

.link-page a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #930000 !important;
	border: none;
}

.link-page a:hover{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: ##851607 !important;
	text-decoration: underline;
}

/*********** upto here **************/