table.test{ border: 1px solid #666}
tr.testtr{border: 1px solid #666} 
tr.testtr:hover{background-color: #E9E7E7;border: 1px solid #666} 
td.testtd{border: 1px solid #666}

/*Aaron */
table.orange{
	width:100%;
	background:#FFF;
	border:1px solid #E2E2E2;
	border-collapse:collapse;
	border-spacing:1px;
	}

table.orange th.orangehead {
	color:#FFF;
	text-align:center;
	padding:4px 6px;
	font-weight:bold;
	/*bodrder:1px solid #125392;
	bdorder-right:1px solid #007cb2;*/
	background:#D98200 url(/img/wireless/header-orange.gif) repeat-x;
	}
	
table.orange th.greygradient {
	background:url(/img/wireless/grey-gradient.gif) repeat-x;
}

table.orange th.greyhead {
	color:#FFF;
	text-align:center;
	padding:4px 6px;
	font-weight:bold;
	/*bodrder:1px solid #125392;
	bdorder-right:1px solid #007cb2;*/
	background:#777777 url(/img/wireless/header-grey.gif) repeat-x;
	}	

table.orange td {
	text-align:center;
	/*borsader-right:1px dotted #e1e9f1;*/
	border-bottom:1px solid #e1e9f1;
	padding:4px 6px;
	/*background:url(/img/table_cell-bg.gif) repeat-x;*/
	}

table.orange tr.hoverable:hover, table.orange tr.hover {
	/*background:#AAAAAA;*/
	background-color:#E9E7E7;
}

table.orange th.heading a {color:#FFA620}	
table.orange td.plus {font-style: italic;font-size: 25px;font-weight: bolder;}	
table.orange td.gb {font-style: italic;font-size: 20px;font-weight: bolder;}	
table.orange .heading {
	text-align:center;
	border-right:1px dotted #e1e9f1;
	border-bottom:1px solid #e1e9f1;
	/*bordder-left:1px dotted #e1e9f1;*/
	padding: 4px 0px 4px 4px;
	background:url(/img/table_cell-bg.gif) repeat-x;
	text-align:left;	
	color:#00274a;
	font-weight:bold;
	}

table.grey{
	width:100%;
	background:#FFF;
	border:1px solid #101010;
	border-collapse:collapse;
	border-spacing:0px;
	}
	
table.grey th {
	color:#FFF;
	text-align:center;
	padding:4px 6px;
	font-weight:bold;
	/*bodrder:1px solid #125392;
	bdorder-right:1px solid #007cb2;*/
	background:#043361 url(/img/wireless/header-grey.gif) repeat-x;
	}

table.grey td {
	text-align:center;
	/*borsader-right:1px dotted #e1e9f1;*/
	border-bottom:1px solid #e1e9f1;
	padding:4px 6px;
	background:url(/img/table_cell-bg.gif) repeat-x;
	}


table.grey th.heading a {color:#1B69B4}	
table.grey td.plus {font-style: italic;font-size: 25px;font-weight: bolder;}	
table.grey td.gb {font-style: italic;font-size: 20px;font-weight: bolder;}	
table.grey .heading {
	text-align:center;
	border-right:1px dotted #e1e9f1;
	border-bottom:1px solid #e1e9f1;
	/*bordder-left:1px dotted #e1e9f1;*/
	padding: 4px 0px 4px 4px;
	background:url(/img/table_cell-bg.gif) repeat-x;
	text-align:left;	
	color:#00274a;
	font-weight:bold;
	}


