/*
$Date: 2009-10-08 14:06:32 -0400 (Thu, 08 Oct 2009) $
$Rev: 3535 $
$Id: page.css 3535 2009-10-08 18:06:32Z doug $
Author - Doug Fraize
---------------------------------------------------------------*/

/*--- COMMON DISPLAY TREATMENTS -------------------------------------------------------*/
.never							{display:none;} /*USED TO SET ANY ITEMS VISIBILITY TO NONE*/
.sm-arrow						{background:url("/images/icon_sm_arrow.png") 0 0 no-repeat #cc6600; display:inline-block; height:8px; margin-right:5px; overflow:hidden; width:8px;}/*TRANSPARENT ARROW*/
.indent-10						{margin-left:10px;}
.indent-20						{margin-left:20px;}
.indent-30						{margin-left:30px;}

/*--- GENERNAL MESSAGEING STYLES ------------------------------------------------------*/
.error_msg						{border:1px solid #CD0A0A; background-color:#FEF8F6; color:#CD0A0A; font-weight:bold; margin-bottom:10px; padding:7px;}
.success_msg					{border:1px solid #CCC; background-color:#E5FCE7; font-weight:bold; margin-bottom:10px; padding:7px;}
.notify_msg						{border:1px solid #FCEFA1; background-color:#FBFAF3; font-weight:bold; margin-bottom:10px; padding:7px;}
.tip							{padding:10px;}

/*--- BASIC TABLE STYLES ------------------------------------------------------------------*/
table							{border:1px dotted #CCC; border-collapse:collapse; border-spacing:0; color:#000; /*font-size:0.95em;*/ margin-bottom:4px; margin-top:6px;}
table caption					{font-size:1.833em; padding:1px 0 5px 0; text-align:left;}
table th						{background-color:#EFEFEF; border-right:1px solid #FFF; padding:5px 4px; text-align:left;}
table th.last-child,
table th:last-child				{border-right:0;}
table td						{border:1px dotted #CCC; padding:3px 4px;}

table .row-hover:hover			{background-color:#CCC; cursor:default;}
table .row-hover:hover td.cell-hover:hover {background-color:#EFEFEF; color:#666; font-style:italic; cursor:default;}
table .cell-hover td:hover		{background-color:#CCC; cursor:default;}
table tr td.cell-hover:hover	{background-color:#CCC; cursor:default;}

table .even	td					{background-color:#FFF;}
table .odd td					{background-color:#EFEFEF;}

/*--- BASIC PIPE SERPERATION -------------------------------------------------------------*/
.pipe_nav						{margin:0 0 15px 0; padding:0;}
.pipe_nav li					{display:inline; margin:0; padding-right:3px;}

.pipe_nav li a,
.pipe_nav li a:link,
.pipe_nav li a:visited			{margin-right:6px;}
.pipe_nav li a.selected,
.pipe_nav li a.selected:link,
.pipe_nav li a.selected:visited {border:0; color:#333; font-weight:bold; text-decoration:none;}

/*--- DEV TOOLBAR -----------------------------------------------------------------------*/
/*---
Styles used for the display of the stats.vm file 
at the bottom of the page, internal only
---*/
.dev-toolbox					{margin:0 auto; width:960px;}
.dev-toolbox div				{background-color:#FFF;}