/* ## STYLES FOR AGILITY TABLES ###### */
/* ## 	FOURTHMEDIA LTD     	###### */
/* ## 	by Junior M 18.12.2006 	###### */
/* ## STYLES FOR AGILITY TABLES ###### */

/* h3 >> This is the white TITLE on the login box when the user is not logged in */
h3 {
	text-align: right;
	font-size: 13px;
	font-family: arial,verdana,tahoma;
	font-weight: bold;
	line-height:8px;
	color: #ffffff
}


/* table_baby >> This is the style for any table with blue text */
.table_baby {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0A3B6A;
	padding:4px;
	width:100%
}

.table_baby td {
	border-bottom:1px solid white
}


/* table_small >> This is a narrower table used on the MY ACCOUNT page with 2 columns  */
#table_small {
	width:250px;
}

/* table_full >> This is a 535px width table  */
#table_full {
	width:502px !important;
}

/* table_edit >> This is a style for the EDIT table in EDIT DETAILS */
#table_edit {
	width:100%;
	padding:10px;
	border:0px solid #B3CDD8
}

/* tdLeft >> Style for left TD on the tables */
.tdLeft {
	font-weight: normal;
	text-align:left;
	width:100px;
}

.tdLeft2 {
	font-weight: normal;
	text-align:left;
	width:25%;
	font-size:12px
}

/* tdData >> Defines size for TD where we have the customer details being shown  */
.tdData {
	width:150px;
}

/* color1 and color2 >> Defines the color for the rows in the tables  */
.color1 { background-color: #e5e4e1; border-bottom:1px solid white}
.color2 { background-color: #e5e4e1; border-bottom:1px solid white}

/* last_td >> Creates a line on the last TD. Used as separation */
#last_td { 
	background: url(../../images/dotted_line.gif) bottom repeat-x;
	border:1px dotted #9eb5bf
}


/* tblheader >> Style for the HEADER when using tables  */
.tblheader {
	color:#3e4d60 !important;
	background-color: #d2e6ef
}

.tblheader th {
	font-weight:normal !important
}

.tblheader td {
	border-bottom:1px solid white
}

/* th >> Defines the COLOR on the HEADER when using GRIDVIEW  */
th {color:#3e4d60; background-color:#d2e6ef; border-bottom:1px solid white}

