/* Old Styles */
/* WT and MI and Adv */

/* override a */
a
{
	font-weight: inherit;
	color: none;
	background-color: none;
	font-size: inherit;
}

/* override th */
/* th  { background-color: #CC6600; font-size:12px; font-weight:bold; color: #FFFFFF; } */
th  { background-color: #F59400; font-size:12px; font-weight:bold; color: #FFFFFF; }

/* heading padding fixes */
h2, h3 { padding-top: 6px; padding-bottom: 6px; }


/* webmail table */
.wm-table td {font-size: 11px; color: #000000;}
.wm-table td a {font-size: 11px;}
.wm-table td p {font-size: 11px; color: #000000;}

/* menu headings without hrefs */
.menu-head {
	color: #ff7400;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/* gandalf table fix */
.gandalf-tbl { border-spacing: 1px; }
.gandalf-tbl th a { color: #ffffff;}
.row-odd 		{ background-color:	#F3F3F3;} /* Lt Grey */
.row-even 		{ background-color:	#E5E5E5;} /* Md Grey */
.gandalf-tbl th, .gandalf-tbl td {padding: 5px;}

/* override for login */

div.ListingBoxContent {
	height: 140px;
	}


/* from common */
pre				{ font-size: 12px; color:#000000; }
span.list-text	{ color:	#333333; }
.cell-bg-1		{ background-color:	#F3F3F3; color: #000000 } /* Lt Grey */
.cell-bg-2		{ background-color:	#E5E5E5; color: #000000 } /* Md Grey */
.cell-bg-blue	{ background-color: #E1EAFF; color: #000000 } /* Blue */
.cell-bg-dblue	{ background-color: #1B509A; }
.cell-bg-red	{ background-color: #FF0000; }
.cell-bg-green	{ background-color: #009900; }
.white-bg		{ background-color: #FFFFFF; }
.bold			{ font-weight: bold; }
.uline			{ text-decoration:underline; }
.small-text		{ font-size: 10px; }
.med-text		{ font-size: 11px; }
/* div.content-box	{ background-color: #FFFFFF; }*/
.hide			{ display: none; }
.red			{ color: #FF0000; }
.green			{ color: #009900; }

/* advisories */
td.impact-low			{ background-color: #edeb2c; }
td.impact-medium		{ background-color: #e89734; }
td.impact-high			{ background-color: #dd5555; }
td.impact-informational	{ background-color: #22dd22; }
tr.in-progress			{ background-color: #E1EAFF; }
td.in-progress			{ background-color: #E1EAFF; color: #000000; }

/*Nav */
	a.nav:link,
	a.nav:active,
	a.nav:visited {
		color:				#FFFFFF;
		text-decoration:	none;
		display:			block;
		margin:				1px;
		}
	a.nav:hover {
		color:				#FF9900;
		background-color:	#0066CC;
		text-decoration:	none;
		display:			block;
		margin:				1px;
		}
	#selected {
		background-color:	#0066CC;
		font-style:			italic;
		}
	div.nav {
		color:				#FFFFFF;
		font-size:			12px;
		font-weight:		bold;
		text-align:			left;
		}
	div.nav-sub {
		padding:			6px;
		color:				#FFFFFF;
		font-size:			11px;
		font-weight:		normal;
		text-align:			left;
		}
	td.nav {
		background-color:	#1B509A;
		vertical-align:		top;
		text-align:			left;
		width:				155px;
		}

/* TH with A */
	a.th-nav:link,
	a.th-nav:active,
	a.th-nav:visited,
	th+a:link,
	th+a:active,
	th+a:visited {
		color:				#FFFFFF;
		text-decoration:	none;
		font-weight: bold;
		}
	a.th-nav:hover,
	th+a:hover {
		color:				#FAFAFA;
/*		background-color:	#0066CC;*/
		text-decoration:	underline;
		font-weight:bold;
		}
		
	th.alt {
		background: none;
		background-color: none;
		background-image: none;
		color:#000000;
		}




/* from new */
.grey-box {
	background:	#FAFAFA url(images/base/gbx-bg.gif) repeat-x bottom;
	border:		1px dashed #666666;
	padding:	4px;
	 color: #000000 
	}

.bdr-grey {	border: 1px dashed #666666;	}

.cell-bg-1 { background:		#F0F0F0 url(/images/base/cellbg-1.gif) repeat-x top; }
/* .cell-bg-2 { background:		#E5E5E5 url(/images/base/cellbg-2.gif) repeat-x top; } */
.trans75 { filter: alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75; opacity: 0.75; }
.trans50 { filter: alpha(opacity=50); -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50; }
.trans25 { filter: alpha(opacity=25); -moz-opacity: 0.25; -khtml-opacity: 0.25; opacity: 0.25; }
.small-form {
	font-size:	10px;
	margin:		0;
	padding:	0;
	}

.small-form input {
	font-size:		10px;
	border-width:	1px;
	border-color:	#999999;
	color:			#003399;
	}

.small-form input:hover {
	font-size:		10px;
	border-width:	1px;
	border-color:	#333333;
	color:			#003399;
	background-color:#F3F3F3;
	}

.small-form td {
	font-size:	10px;
	}

.margin-form {
	margin:		0;
	padding:	0;
	}
.gsb {
	border-top:		1px solid #CDCDE5;
	background:		#FFFFFF url(/images/base/gsb-fade.jpg) repeat-x top;
	margin-bottom:	6px;
	vertical-align:	top;
	 color: #000000 
	}

.alert {
	color:#FF0000;
	background-color: #EFEFEF;
	border: 2px solid #FF0000;
	padding: 10px;
	padding-left: 30px;
	margin-left: 30%;
	margin-right: auto;
	width: 500px;
	text-align: right;
	}
	
.ad-alert {
	font-size:		12px;
	font-style:     normal;
	text-align:		center;
	display: 		block;
	margin:			5px;
	margin-bottom:	18px;
	margin-left:	auto;
	margin-right:	auto;
	padding:		10px;
	background:		#F0F0F0 url(/images/base/cellbg-1.gif) repeat-x top;
	border:			1px solid #CDCDE5;
	width:			auto;
	}
	
/* NP Call Logs */
	
table.np-calls {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: auto;
	}
	
table.np-calls th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;;
	padding: 4px;
	margin: 0px;
	}
	
table.np-calls td, table.np-calls tr {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	border: 1px solid #999999;
/*	border-bottom: 1px solid #666666;*/
	padding: 8px;
	}

table.np-calls tr.agile {
	background-color:#FBF4F4;
	}
table.np-calls tr.national {
	background-color:#F5F4FB;
	}
table.np-calls tr.mobile {
	background-color:#FBFBF4;
	}
table.np-calls tr.nodephone {
	background-color:#FBF8F4;
	}
table.np-calls tr.international {
	background-color:#F5FBF4;
	}
table.np-calls tr.other {
	background-color:#00FFFF;
	}
