/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
IFIwatchnet ActionApps styles
By Philip King
First version 14 July 2004 (rainy cold and miserable)
Revised 11 August 2004 (Sunny and pleasantly hot)

These styles are adapted from the default styles for Action Apps
Whoever wrote the original code had a pretty poor understanding of how
CSS works and since the structure is largely hard-wired there's not a
lot I can do to improve it. I can only hope that one day I will be able
to influence the AA developers to improved the structure of their HTML.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

@import url(/css/aa_itemmanager.css);


body
{
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(/img/smallstripe.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Default anchor styles */
a:link
{
	text-decoration: underline;
	color: #003366;
}

a:visited
{
	text-decoration: underline;
	color: #336699;
}

a:hover, a:active

{
	text-decoration: underline;
	color: red;
}


td.scroller
{
	background: #a0a0a0;
}

.scrhead
{
	font-size: 8pt;
	color: #4A4A4A;
}

.tabtxt, TD
{
	font-size: 10pt;
}

.tabtxt_field_alerts
{
	font-size: 10pt;
	background-color: #ADD8E6;
}

TEXTAREA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 100%;
}

INPUT, SELECT
{
	font-size: 8pt;
}

H1, .tablename
{
	font-size: medium;
	margin-left: 20px;
}

.navbar
{
	font-size: 8pt;
	background: #CEECEE;
	color: #7BB7BB;
	text-align: left;
	padding: 0 12px 0 12px;
}

.nbviewlp
{
	font-size: 10pt;
	background: #584011;
	color: #CEECEE;
}

.nblogo
{
	font-size: 10pt;
	font-weight: bold;
	background: #FFFFFF;
	color: #CEECEE;
	text-decoration: none;
}

.nbmenu
{
	font-size: 8pt;
	background: #CEECEE;
	color: #584011;
}

.nbenable
{
/*
	color: #4A4A4A;
*/}

.nbactive
{
	color: black;
	font-weight: bold;
}

.nbdisable
{
	color: #4A4A4A;
}

.disabled
{
	color: #808080;
}

.example
{
	font-family: Courier, sans-serif;
	font-size: 8pt;
}

.slicesubhead
{
	font-size: 8pt;
	color: #EEEEEE;
	font-weight: bold;
	background: #589868;
}

.slicehead
{
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	background: #7BB7BB;
	width: 100%;
	text-align: left;
	padding: 0 0 0 12px;
}

.leftmenu
{
	color: #4A4A4A;
	font-size: 8pt;
}

TD.leftmenu
{
	font-weight: bold;
	font-size: 8pt;
}

.leftmenuy
{
	color: #000000;
	font-size: 8pt;
}

.leftmenua
{
	font-weight: bold;
	color: black;
	font-size: 8pt;
}

.leftmenun
{
	color: #4A4A4A;
	font-size: 8pt;
}

.subwindow
{
	font-size: x-small;
	font-weight: bold;
	background: #A8C8B0;
	color: #4A4A4A;
}

.windowtitle
{
	font-size: x-small;
	font-weight: bold;
	background: #589868;
	color: #FFFFFF;
}

.ipreview, .iid, .ipostdate, .icategory, .ifeedtit, .ifeed, .navbar, .headline
{
	font-size: 8pt;
	color: #4A4A4A;
}

.iheadline
{
	font-size: 8pt;
}

.inoutertd
{
	font-size: x-small;
	color: #FFFFFF;
}

.tabtit
{
	font-size: x-small;
	background: #CEECEE;
	color: #336699;
}

.tabhlp, .tabsmall
{
	font-size: 8pt;
}

.taberr, .change, .expired
{
	color: red;
}

.tablename
{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background: #7BB7BB;
}

.notpubl
{
	color: blue;
}

.err
{
	font-size: x-small;
	color: red;
}

.okmsg
{
	font-size: x-small;
	color: green;
}

.copymsg
{
	background: #CEECEE;
	font-size: 8pt;
	color: #999999;
}

.sel_on
{
	background: #DDDDDD;
}

.sel_title
{
	background: #CEECEE;
}

