@import "StyleSheet_Main.css";

/* CSS Stylesheet 2 */


/* ======================= */
/*   ELEMENTS              
/* ======================= */




/* ======================= */
/*   ELEMENT ID'S              
/* ======================= */




/* ======================= */
/*   CLASSES              
/* ======================= */


.TablePage					/* Overridden */
{
	height: 250px;
	width: 750px;
	background-color: #e3e5c7;
	font-family: Verdana;
	FONT-SIZE: 10pt;
	color: Black;
	TEXT-ALIGN: center; 
}

	/* -- defined in main stylesheet

	.PageTitle_TD					
	{

		.NavBar
		{
		}

	.TableInstr-TD
	{
	}
	*/
		.lblSearch
		{
			Font-Size: 10pt;
			FONT-FAMILY: Arial; 
			Font-weight: Bold;
			Width: 47px;
		}
		
		.cboSearchBy
		{
			Width: 196px;
		}

		.txtSearch
		{
			Width: 272px;
		}
		
		.btnList
		{
			Font-weight: Bold;
			Width: 88px;
			background-color: #003300;
			Color: #e3e5c7;
		}
	
	/* -- defined in main stylesheet
	.TableInstr-TD
	{
	}
	*/
		.lblChoose
		{
			Font-Size: 10pt;
			FONT-FAMILY: Arial; 
			Font-weight: Bold;
		}
		
		.cboNames
		{
			Width: 339px;
		}
		
		.btnShow
		{
		Font-weight: Bold;
	    Width: 88px;
	    background-color: #003300;
	    color: #e3e5c7
		}
		
	.TableList_TD
	{
		BORDER-RIGHT: #660000 1px solid; 
		BORDER-LEFT: #660000 1px solid; 
		PADDING-TOP: 5px; 
		PADDING-LEFT: 10px; 
		TEXT-ALIGN: center;
	}
	
		.pnlDetails
		{
			width: 728px;
		}	

		.dgData
		{
			Font-Size: X-Small;
			Font-Family: Verdana;
			background-color: #99CC66;
			Color: #660000;
			Height: 48px;
		}

			.dgData_HeaderStyle
			{
				Font-Size: Smaller;
				Font-Family: verdana;
				Font-weight: bold;
				Color: Black;
				background-color: #99CC66;
			}

	.TableRepeater_TD			/* overridden */			
	{
		BORDER-TOP: none;
		BORDER-RIGHT: #660000 1px solid; 
		BORDER-LEFT: #660000 1px solid;
		PADDING-LEFT: 10px; 
			WIDTH:  auto; 
			TEXT-ALIGN: left;
	}
	
	/* -- defined in main stylesheet

		.RepeaterHeader_Row
		{
		}
			.RepeaterHeader_TD
			{
			}

			.PedSpan1_TD
			{
			}

			.PedSpan2_TD
			{
			}

			.PedSpan4_TD
			{
			}
			*/
			
				.PedSpan_SireDam_Font
				{
					FONT-WEIGHT: bold; 
					FONT-SIZE: 7pt;
				}

/* -- defined in main stylesheet

.tblMain { }

.tblHeader { }

.tblBody {  }

*/


