
/*** Resets ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,label
{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
img
{
	border-style: none;
}
abbr,acronym
{
	border: 0;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
}

/*** Base Styles ***/
body
{
	font-size: 68.8%; /* 11px @ Normal */
}
p
{
	margin-bottom: 1em;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	margin: 1em 0;
}
h1
{
	font-size: 127%; /* 14px @ Normal */
}
h2,h3
{
	font-size: 109%; /* 12px @ Normal */
}
h4,h5,h6
{ 
	font-size: 100%; /* 11px @ Normal */
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
caption
{
	text-align: left;
}
th
{
	text-align: center;
	vertical-align: middle;
}
th,td
{
	padding: .1em .25em;
}
ol,ul,dl
{
	margin-left: 2em;
}
ul li
{
	list-style: disc outside;
}
ol li
{
	list-style: decimal outside;
}
iframe
{
	border-style: none;
}

/*** BLAF+ Standard Styles ***/
body
{
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}
label
{
	color: #704A00;
}
.app-name-heading
{
	color: #E4EDF3;
	font-size: 127%; /* 14px @ Normal */
}
.global-link, .global-link a, .global-link-rtl, .global-link-rtl a
{
	color: #C5FFFF;
	text-decoration: none;
}
a.global-link:hover, .global-link a:hover, a.global-link-rtl:hover, .global-link-rtl a:hover
{
	text-decoration: underline;
}
.instruction-text
{
	color: #000;
}
button
{
	padding: 0 9px 1px 9px;
	*padding: 0 5px;
	background: url(images/button_bg_n.png) repeat-x #FDFDFA;
	border: 1px solid #B9B9B4;
	border-top-color: #DDDDD8;
	border-bottom-color: #797975;
	vertical-align: middle;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 100%; /* 11px @ Normal */
	font-color: #000;
}
table.data-table th
{
	background: url(images/th_bg_s.png) repeat-x #FFFDED;
	border: 1px solid #979991;
	text-align: center;
	vertical-align: middle;
}
table.data-table td
{
	border: 1px solid #979991;
	vertical-align: middle;
}
table.data-table tr.selected
{
	background-color: #DCE3EB;
}

/*** WCM Global Styles ***/
select, input
{
	font-size: 100%;
}
div.wcm-banner-region
{
	padding-bottom: 5px;
	background: url(images/r_bg_global.png) repeat-y #0D4988;
	color: #FFF;	
}
div.wcm-banner-region-rtl
{
	padding-bottom: 25px;
	*padding-bottom: 5px;
	background: url(images/r_bg_global.png) repeat-y #0D4988;
	color: #FFF;	
}
h1.app-name-heading
{
	float: left;
	width: 60%;
	margin: 0;
	padding: 6px 0 0 10px;
	text-align: left;
	vertical-align: baseline;	
}
h1.app-name-heading-rtl
{
	float: right;
	width: 60%;
	margin: 0;
	padding: 6px 0 0 10px;
	text-align: right;
	vertical-align: baseline;	
}
h1.app-name-heading img
{
	width: 79px;
	height: 11px;
	margin-right: 3px;
}
div.wcm-banner-region .global-link
{
	float: right;
	width: 35%;
	padding: 9px 10px 0 0;	
	text-align: right;
}
div.wcm-banner-region-rtl .global-link-rtl
{
	float: left;
	width: 35%;
	padding: 9px 10px 0 0;	
	text-align: left;
	direction: rtl;
}
div.wcm-primary-layer-base
{
	margin-left: 5px;
	background: url(images/r_bg_primary.png) repeat-x #A6B3C8;
}
div.wcm-primary-layer
{
	background: url(images/corner_primary.png) no-repeat top left;
}
div.wcm-secondary-layer-base
{
	margin-left: 5px;
	background: url(images/r_bg_secondary.png) repeat-x #CFDCEB;
}
div.wcm-secondary-layer
{
	background: url(images/corner_secondary.png) no-repeat top left;
}
.plain-content-layer
{
	background: #FFF;
	border: 1px solid #9DABC2;
}
div.content-corner-overlay
{
	position: absolute;
	margin: -1px 0 0 -1px;
	height: 5px;
	background: url(images/corner_content.png) no-repeat top left;
}
div.wcm-element-toolbar
{
	padding: 3px 7px;
	*padding-bottom: 4px;
	vertical-align: middle;
	background: #ECEAD5;
	border-top: 1px solid #D2D2BE;
	border-bottom: 1px solid #B2B5AD;
}
div.wcm-element-toolbar img
{
	height: 16px;
	width: 16px;
	margin: 0 1px;
	vertical-align: middle;
	border-style: none;
}
div.wcm-element-toolbar img.toolbar_separator
{
	height: 17px;
	width: 2px;
	margin: 0 5px;
}

