@import "/Design/CommonThemes/layout-wide.css";
@import "/Design/CommonThemes/sitenav-horizontal.css";
/* site nav override */
#sitenav
{
	border-bottom: solid 1px #CBCCA0;
	margin-bottom: 0px;
	padding-top: 14px;
	_height: 25px;
	_overflow: hidden;
}
#sitenav .top
{
	padding-left: 0px;
}
#sitenav .top-item
{
	behavior: url( '/Tig/UI/WebControls/IEMenuDropdownOriginal.htc' );	/* behaviour script for IE 6 */
	margin-right: -1px;
}
/* top menu image */
#sitenav .top-item a,
#sitenav .top-item a b
{
	background-image: url(/portals/e/erg/new_tab.gif);
	color: #4b4b4b;
}
/* top menu image hover */
#sitenav .top-item a:hover,
#sitenav .top-item:hover a,
#sitenav .top-item a:hover b,
#sitenav .top-item:hover a b
{
	background-image: url(/portals/e/erg/new_tab_ov.gif);
}
#sitenav .top-item .sub a
{
	width: 170px;
}
/* current top menu image */
#sitenav .top-item a.current,
#sitenav .top-item a.current:hover,
#sitenav .top-item a.current b,
#sitenav .top-item a.current:hover b
{
	background-image: url(/portals/e/erg/new_tab_active.gif);
	color: #4b4b4b;
	height: 26px;
}
/* sub menu */
#sitenav .top-item .sub a,
#sitenav .top-item .sub a b
{
	background-color: #E0E0E0;
	background-image: none;
	color: #4b4b4b;
}
/* sub menu hover */
#sitenav .top-item .sub a:hover,
#sitenav .top-item .sub a:hover b
{
	background-color: #FFFFFF;
	background-image: none;
}
#sitenav .top-item .sub a:hover
{
	background-image: url(/portals/e/erg/subtab-ov.gif);
}
/* general */
body, p, th, td, select, input, textarea, div, span
{
	font-family: Arial,Verdana,helvetica,san-serif;
	font-size: 12px;
}
body
{
	background: url(/portals/e/erg/main_bg_white.gif) repeat-y 50%;
}
abbr
{
	border-bottom-width: 0px;
}
#desktop
{
	background-color: #FFFFFF;
}
a
{
	color: #0068B8;
	text-decoration: none;
}
a:hover
{
	color: #FF9A00;
	text-decoration: underline;
}
.c
{
	display: none;
}
.debug
{
	color: red;
	font-size: 11px;
}

/* module theme styles */
.box
{
	background: transparent none repeat scroll 0%;
	margin-bottom: 10px;
	height: 100%;
	border-bottom: solid 1px #CCCCCC;
}
.icon-overlay
{
	background-color: #03103A;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.boxcontent
{
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 10px;
}
.rbModuleTitle
{
	background: url(/portals/e/erg/title_bg_blue.gif) repeat-x;
	position: relative;
	display: block;
	height: 24px;
}
.rbModuleTitleTxt
{
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
	line-height: 22px;
	color: #03103A;
}
.notheme .rbModuleTitleTxt
{
	color: #000000;
}
.notheme .rbModuleTitle
{
	background-image: none;
	border: solid 1px silver;
}
.rbModuleTitleBtns
{
	position: absolute;
	right: 8px;
}
.yellow .rbModuleTitle
{
	background: url(/portals/e/erg/title_bg_yellow2.gif) repeat-x;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-right: black thin solid;
	border-bottom: black thin solid;
	padding: 2px 6px 2px 4px;
	margin: 5px 5px 5px 0px;
	font-weight: bold;
	font-size: 11px;
	background: #FFCB03;
	color: #000000;
	text-align: center;
}
.CommandButton:hover
{
	color: Red;
}
.Head, .head
{
	font-size: 14px;
}
.Head, .SubHead, .head
{
	font-weight: bold;
}
.module-content
{
	padding: 2px;
}
.module-content h3.heading
{
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #2C8CDD;
}
#csnnav-container
{
	/*	display: none;*/
}
#site-header
{
	position: relative;
	height: 90px;
}
#site-logo
{
	position: absolute;
	bottom: 0px;
}
#header-banner-html
{
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	left: 42px;
	top: 10px;
}
pre
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
#banner-ad
{
	right: 10px;
}
.dtDivContentPane
{
	margin-left: 0px;
	margin-top: 0px;
}
