/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "RichWidgets".                        */
/* To customize the widgets css copy css from the oml,   */
/* paste here and modify the styles                      */
/*-------------------------------------------------------*/

@import url("/RichWidgets/web.css?148");
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
}

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	color: #555B77;
}

body,
p {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[type="text"][disabled="disabled"],
input[type="text"][readonly="readonly"] {
	background: #EAEAEA;
}

input[type=radio],
input[type=checkbox] {
	margin: 0px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

table {
	border-collapse: separate;
	empty-cells: show;
}

a,
a:link,
a:visited {
	color: #555B77;
}

a:hover {
	color: #DE7B8C;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

img {
	vertical-align: text-bottom;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

td .Button {
	font-size: 8pt;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.EditRecord_Value {
	border-left: 3px solid white;
	color: #444444;
}

.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid #555B77;
	padding-bottom: 3px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.ShowRecord_Value {
	border-left: 3px solid white;
	padding: 5px;
	color: #444444;
	font-weight: normal;
	vertical-align: top;	
}

.TableRecords_Header {
	color:#EAEAEA;
	font-weight: normal;
	background: #666C88 url(/RichWidgets/img/Bar_Gradient.png?148) repeat-x top;
	_background:#666C88;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: nowrap;
	line-height: 14px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 10pt;
}

.TableRecords_Header_Report {
	color:#EAEAEA;
	font-weight: normal;
	background: #666C88 url(/RichWidgets/img/Bar_Gradient.png?148) repeat-x top;
	_background:#666C88;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	line-height: 14px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 10pt;
}

.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}
.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
	vertical-align: top;
}

.TableRecords_SelectedLine {
 	background-color: #E0E0E0;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

input.Mandatory {
}

input.Not_Valid {
	border: 2px solid #BF1601;
}

textarea.Not_Valid {
	border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}


td.MandatoryCaption {
}
span.ValidationMessage {
	color: white;
	font-size: 11px;
	position: absolute;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 300px;
	z-index: 100;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
	position: absolute;
	color: #BF1601;
	padding: 3px 0px 3px 2px;
	content: '*';
	font-size: 10px;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #555B77;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}

.Heading2 {
	color: #555B77;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #555B77;
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.Text_Error {
	color: #c7331f;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

.Contents {
	width: 940px;
	min-height: 400px;
	_height: 400px;
	vertical-align: top;
	padding: 10px;
	background-color: white;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

.Contents .Button {
	margin-top: 10px;
}

.Contents td .Button {
	margin-top: 0px;
}

.Header {
}

/*.Menu {
	position: absolute;
	top: 50px; 
	left: 16px;
	z-index: 2;
}*/

.Footer {
	clear: both;
	border-top: 1px solid #B0B0B0;
	color: #7F7F7F;
	font-size: 7pt;
	text-align: center;
	background-color: white;
}

.Title {
	margin-bottom: 16px;
}

.Title_Links {
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.Title_Links a, a:link, a:visited {
	color: #555B77;
	text-decoration: underline;
}

.Title_Links a:hover {
	color: #DE7B8C;
	text-decoration: none;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/

.Frame_TL
{
	background:url(/Enterprise/img/frame_tl.gif?148) no-repeat;
	height:5px;
	width:5px;
}

.Frame_T

{
	background:url(/Enterprise/img/frame_t.gif?148) repeat-x;
	height:5px;
}

.Frame_TR
{
	background:url(/Enterprise/img/frame_tr.gif?148) no-repeat;
	height:5px;
	width:5px;
}

.Frame_BL
{
	background:url(/Enterprise/img/frame_bl.gif?148) no-repeat;
	height:5px;
	width:5px;
}

.Frame_B
{
	background:url(/Enterprise/img/frame_b.gif?148) repeat-x;
	height:5px;
}

.Frame_BR
{
	background:url(/Enterprise/img/frame_br.gif?148) no-repeat;
	height:5px;
	width:5px;
}

.Frame_L
{
	background:url(/Enterprise/img/frame_l.gif?148) repeat-y;
	width:5px;
}

.Frame_R
{
	background:url(/Enterprise/img/frame_r.gif?148) repeat-y;
	width:5px;
}

.Frame_R_Header
{
	background:url(/Enterprise/img/frame_r_header.gif?148) repeat-y;
	width:5px;
}

.Header_Banner {
	width: 950px;
	border-bottom: 1px solid #B0B0B0;
	background:url(/Enterprise/img/header_background.jpg?148) right top no-repeat;
	_overflow: hidden;
}

.Header_Greetings_UserName {
	background-color: #CCCCCC;
	color: gray;
	padding: 0px 15px 0px 10px;
	vertical-align: middle;
}

.Header_Greetings_Timestamp {
	background-color: #AFAFAF;
	color: white;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	width:155px;
	height:20px;
	text-align: center;
}

.Header_Greetings {
	 position: absolute;
	 /*right: 157px;
	 float: right;*/
}

.Header_Title {
	padding: 0px 0px 10px 0px;
	vertical-align:bottom;
}

.Header_Title_NoMenu {
  border-bottom:5px solid #1E5AA3;
  padding-bottom:5px;
  padding-left:5px;
  padding-top:5px;
  vertical-align:middle;
  width:100%;
}

.Header_Title_Image {
	vertical-align: middle;
	width:1px;
	background-color: white;
}
.Header_Title_Company {
	font-family: Verdana;
	color:#7F7F7F;
	font-size:11pt;
	font-weight:bold;
	vertical-align:middle;
}
.Header_Title_Application {
	font-family: Verdana;
	color:#555B77;
	font-size:10pt;
	font-weight:bolder;
	vertical-align:middle;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
	text-decoration: none;
	color: #555B77;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu {
	width:150px;
	white-space:nowrap;

	background-color: white;
	font-size: 10px;
	color: #555B77; 
}

.Menu_Cell {
	white-space:nowrap;
	background-color: white;
	vertical-align:top;
	padding-right:5px; 
}

.Menu_Title {
	background-color: #AFAFAF;
	text-align: center;
	font-size: 12px;
	color: white;
	text-align:center;
}

.Menu_Item, 
.Menu_SelectedItem { 
	white-space: nowrap; 
	margin: 1px;
	padding: 2px;
	background-color: white;
	text-decoration: none; 
	display:block;
	font-size: 10px;
}

.Menu_Item {
	padding: 0px;
}

.Menu_SelectedItem {
	background: #dddddd url(/Enterprise/img/Menu_Gradient.gif?148) repeat-x; 
	border: 1px solid #cccccc;
	font-weight: bold;
}
 
.Menu_SelectedItem a, 
.Menu_SelectedItem a:link,
.Menu_SelectedItem a:visited,
.Menu_SelectedItem a:hover {
	background: #dddddd url(/Enterprise/img/Menu_Gradient.gif?148) repeat-x; 
	border: 1px solid #cccccc;
	font-weight: bold;
	margin: 1px;
	padding: 2px;
	color: #555B77; 
	text-decoration: none; 
	white-space: nowrap;
} 
  
.Menu_Item a, 
.Menu_Item a:link,
.Menu_Item a:visited,
.Menu_Item a:hover {
	color: #555B77; 
	text-decoration: none; 
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	border: 1px solid white;
	white-space: nowrap;
} 

.Menu_Item a:hover {
	background: #dddddd url(/Enterprise/img/Menu_Gradient.gif?148) repeat-x; 
	border: 1px solid #cccccc;
}

/*--------Menu WebBlock End--------------------*/



/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

.ShowRecord_LastModified {
	padding-top: 2px;
	color: #888888;
	font-size: 9px;	
	font-style: italic;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	/*padding: 8px;*/
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #888888;
	text-align: left;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
}
.TableRecords_Wrapper .Button {
	font-size: 10px;
	margin-top: 0px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
	background: #dddddd url(/Enterprise/img/Filter_Gradient.gif?148) repeat-x top;
	padding: 4px;
}

.TableRecords_Frame {
	border-top: 1px solid white;
	width: 100%;
}

div.TableRecords_Frame>table>tbody>tr:hover {
	background-color: #EEEEEE;
}

.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 11px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	padding: 1px;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
	float: left;
	padding: 0px;
}

.TableRecords_TopNavigation {
	padding: 0px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	padding-top: 2px;
	border-top: 1px solid #1E5AA3;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;	
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	white-space: nowrap;
}
.Filters td {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
	padding: 2px 0px 2px 4px;
}

.Filters td img {
	vertical-align: middle;
}

.Filters td .Button {
	font-size: 12px;
}


/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 16px;
	margin-bottom: 8px;	
	clear: both;
}

.Login_RememberValue {
	text-align: right;
	padding-right: 2px;
}

/*--------Login Pattern End--------------------*/

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles Start -------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "WidgetLibary". Do not use, remove or */
/* rename them unless otherwise noted, and if you modify */
/* them, do it with extreme caution                      */
/*-------------------------------------------------------*/

/*-------Tabs Pattern Web Block Start----------*/

.Tabs_Wrapper {
	margin: 0px 0px 8px 0px;
	border: 1px solid white;
}

.Tabs_TabBody {
	margin: 24px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	_height: 1%;  /* IE6 */
	*display: inline-block;	
}

.Tabs_TabBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.Tabs_Header {
	margin: 0px;
	padding: 0px;
	height: 31px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	line-height: 18px;	
}

ul.Tabs_Header span {
	height: auto;
}

div.Tabs_TabOn,
li.Tabs_TabOn {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid white;
	background: White;
}

div.Tabs_TabOff,
li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	font-size: 12px;
	color: #666666;
	list-style: none;
	border: 1px solid #cccccc;
}

div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #cccccc;
}

a.Tabs_TabOn,
a.Tabs_TabOn:link,
a.Tabs_TabOn:visited,
a.Tabs_TabOn:hover,
span.Tabs_TabOn {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	padding: 2px 10px 1px 10px;
}

a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	padding: 2px 10px 1px 10px;
	background: #EAEAEA;
}

a.Tabs_TabOff:hover {
	background: white;
}

a.Tabs_TabDisabled,
a.Tabs_TabDisabled:link,
a.Tabs_TabDisabled:visited,
a.Tabs_TabDisabled:hover,
span.Tabs_TabDisabled {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: #AAAAAA;
	padding: 2px 8px 1px 8px;	
	background: #EAEAEA;
}

/*--------Tabs Pattern Web Block End-----------*/



/*------- Help Pattern Web Block Start --------*/

div.Help_Wrapper {
    _height: 1%; /* IE6 */
    *display: inline-block;
    margin-bottom: 4px;
}

div.Help_Wrapper: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.Help_Image {
    float: left;
    margin-right: 3px;
}

div.Help_Image img {
    margin-top: 3px;
}

div.Help_Text {
    margin-left: 12px;
    font-size: 11px;
    color: #888888;
}

/*------- Help Pattern Web Block End ----------*/



/*------- Feedback Pattern Web Block Start ----*/

div.Feedback_Wrapper {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.Feedback_Text {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
}

div.Feedback_Image {
	float: left;
}

div.Feedback_Error {
	background-color: #ffe5e5;
	border: 2px solid #ffcece;
	color: #c7331f;
}

div.Feedback_Warning {
	background-color: #fbf3e0;
	border: 2px solid #f8e6c2;
	color: #bd830b;
}

div.Feedback_Success {
	background-color: #eeffd7;
	border: 2px solid #d8ffaa;
	color: green;
}

div.Feedback_Info {
	background-color: #e4edf2;
	border: 2px solid #a5c9df;
	color: #166ca5;
}

/*------- Feedback Pattern Web Block End ------*/


/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*---------------- Enterprise eSpace Styles Start -----------------*/
/*-----------------------------------------------------------------*/

.Enterprise_Menu {
	margin: 0px;
	width: 190px;
	height: 1%;
	padding-left: 8px;
	display: block;
	overflow: hidden;
}

.Enterprise_Menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_LeftFrozen {
	float: left;
	width: 199px;
	display: inline-block;
	_overflow: hidden;   /* IE6 */
}

.Enterprise_Frame_LeftFrozen:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_RightBody {
	padding: 0px 0px 4px 16px;
	margin: 0px;
	min-height: 300px;
	_height: 300px;  /* IE6 */
}

.Enterprise_Frame_RightBody .Button {
	margin-top: 10px;
}

.Enterprise_TwoColumns_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;  /* IE6 */
	_overflow: hidden;   /* IE6 */
} 

.Enterprise_TwoColumns_LeftFrozen_Collapsed { 
	float: left;
	width: 68px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;  /* IE6 */
	_overflow: hidden;   /* IE6 */
} 

.Enterprise_TwoColumns_RightLiquid { 
	margin-left: 216px;
	_display: inline-block;  /* IE6 */
	_overflow: hidden;   /* IE6 */
} 

.Enterprise_TwoColumns_RightLiquid_Expanded { 
	margin-left: 86px;
	_display: inline-block;  /* IE6 */
	_overflow: hidden;   /* IE6 */
} 
 
.Enterprise_SubTree_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	_overflow: hidden;   /* IE6 */
} 
 
.Enterprise_SubTree_LeftFrozen:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

.Invisible {
	display: none;
}

/*-------------------- Marketing Teasers  Start ---------------------*/

.Teaser_Container {
  background-color: #E0E9F7;
}

.Teaser_Title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #444444;
  display: block;
  position: relative;
  padding: 5px 10px 5px 10px; // top, right, bottom, left
  margin-right: auto;
}

.Teaser_Notice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  display: block;
  position: relative;
  padding: 5px 10px 5px 10px;
}

.Teaser_SectionPadding {
  padding: 10px;
}

.Teaser_Info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888888;
  border-bottom: solid 3px #E0E9F7;
  display: block;
  position: relative;
  padding: 3px 10px 5px 10px;
  background-color: #F2F7FF;
}

.Teaser_Image {
  display: block;
  padding: 5px 10px 5px 3px;
  background-color: #FFFFFF;
}

.Teaser_NavigationTop {
  text-align: right;
  display: block;
  margin: -10px 0px 0px 0px;
  padding: 0px 10px 2px 0px;
  white-space: nowrap;
}

.Teaser_NavigationBottom {
  text-align: right;
  display: block;
  padding: 5px 10px 0px 0px;
  white-space: nowrap;
}

.Teaser_NavigationTitle {
  text-align: right;
  display: block;
  float: right;
  padding: 5px 10px 0px 0px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0px;
}

.TeaserMini_TitleContainer {
  clear: both;
  padding: 5px 10px 5px 10px; // top, right, bottom, left
}

.TeaserMini_TitleText {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #444444;
}

.TeaserMini_TopNav {
  float: right;
}

.TeaserMini_clearerDiv {
  clear: both;
  width: 100%;
  height: 2px;
  font-size: 0px;
  overflow: hidden;
  border: none;
  margin: auto;
  letter-spacing: 400px;
}

.Teaser_Links ul {
  margin-top: 2px;
  margin-bottom: 10px;
}

.Teaser_Links ul li {
  margin: 1px;
}

.TeaserMini_Links ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

.TeaserMini_Links ul li {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: -15px;
}

/*-------------------- Marketing Teasers End ---------------------*/

/*-----------------------------------------------------------------*/
/*------------------ Enterprise eSpace Styles End -----------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*--------------- Styleguide Upgrader Styles Start ----------------*/
/*-----------------------------------------------------------------*/

/* ------- Header & Footer Start ------- */

td.Header {
  height: 80px;
  *height: 0%;
  margin: 0px;
  padding: 0px;
  vertical-align: top;    
}

td.Footer {
  padding: 0px;
  height: 0%;
  margin: 0px;
  vertical-align: top;
  border: none;
}

.SideBar .Menu {
  *top: 49px;
}

.Sidebar {
  width: 1px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

.Sidebar * {
  vertical-align: top;
}

.SideBar input {
  *margin-top: -1px;
}

/* ------- Header & Footer End ------- */

/* ------- Body Start ------- */

.CenterStage {
  vertical-align: top;
}

.CenterStage .Heading1 {
  padding-bottom: 3px;
}



.Page_Content {
  padding-top: 18px;
}

/* ------- Body End ------- */

/* ------- Page Navigation Start ------- */

.Page_Navigation {
  font-size: 11px;
  margin-top: -5px;
  display: block;
}

/* ------- Page Navigation End ------- */


/* ------- Field Pattern Start ------- */


.FieldCaption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #9cceff;
	padding: 3px 10px 2px 0px;
}

.FieldData {
	color: #404040;
	font-weight: bold;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
	text-align: left;
}

/* ------- Field Pattern End ------- */

/* ------- List Filter Pattern Start ------- */

.List_FilterContainer table {
  width: auto;
}

.List_FilterContainer {	
	background-color: #a4d1ff;	 
	width: 100%;
  white-space: nowrap;	 
}

.List_FilterCaption {
  padding:6px 0px 6px 4px;
  text-align:right;
  vertical-align:middle;
  white-space:nowrap;
}

.List_FilterData {
  padding: 6px;
  padding-right: 8px;
  vertical-align:middle;
  white-space:nowrap;
}

.List_FilterContainer td .Button {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
}

.List_FilterData table td {
  width: auto;
  padding: 0px 2px;
}

/* ------- List Filter Pattern End ------- */

/* ------- List Pagging Pattern Start ------- */

.List_Paging {
	padding: 5px 4px 5px 4px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;
	float: none;
}

.List_Paging:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.List_Paging table {
  float: right;
}


/* ------- List Pagging Pattern End ------- */

/* ------- Table Records Pattern Start ------- */

.TableRecords_OddLine .Button,
.TableRecords_EvenLine .Button {
  background-color:#EFEFEF;
  border-color:#FAFAFA rgb(207, 207, 207) rgb(207, 207, 207) rgb(250, 250, 250);
  border-style:solid;
  border-width:1px;
  font-size:12px;
}

/* ------- Table Records Pattern End ------- */

/* ------- Form Buttons Pattern Start ------- */

.Form_Buttons {
	padding-top: 10px;
}

.Form_Buttons .Button {
	font-size: 12px;
}

/* ------- Form Buttons Pattern End ------- */

/* ------- Tab Pattern Start ------- */

.Tab_ContainerOuter {
	margin: 0px 0px 8px 0px;
	border: 1px solid white;
	background-color: transparent;
}

.Tab_ContainerInner {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-bottom: 1px solid #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-top: 0px none;
	background-color: transparent;
}

.Tab_ContainerInner p {
	text-align: left;
}

.Tab_End {	
	border-bottom: 1px solid #a8d4ff;
}

.Tab_On {
	margin: 0px;
	padding: 1px;
	border-top: 1px solid #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-bottom: 1px solid white;
	background-color: white;
}

.Tab_Off {
	margin: 0px;
	padding: 1px;
	border: 1px solid #bbddff;
	background-color: transparent;
}

.Tab_Disabled {
	margin: 0px;
	padding: 1px;
	border: 1px solid #bbddff;
}

.TabZone {
	border-collapse: collapse;	
}

a.Tab_TextOn,
a.Tab_TextOn:link,
a.Tab_TextOn:visited,
a.Tab_TextOn:hover {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
}

a.Tab_TextOff,
a.Tab_TextOff:link,
a.Tab_TextOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color:#BBBBBB;
	padding: 2px 8px 1px 8px;
	background-color:#EAEAEA;
}

a.Tab_TextOff:hover {
	background: white;
}

a.Tabs_TabDisabled,
a.Tabs_TabDisabled:link,
a.Tabs_TabDisabled:visited,
a.Tabs_TabDisabled:hover,
span.Tabs_TabDisabled {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color:#BBBBBB;
	padding: 2px 8px 1px 8px;	
	background-color:#EAEAEA;
}

/* ------- Tab Pattern Start ------- */


/*--------Menu WebBlock Start------------------*/

.Menu_Section_Body {	
} 

.Menu_Expanded, .Menu_Collapsed { 
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url('/Enterprise/img/Menu_Gradient.gif?148') repeat-x; 
	font-size: 12px;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
} 
 
td.Menu_ItemActive, .Menu_Expanded { 
	background-color: white;   
} 
 
.Menu_Section_Body a, 
.Menu_Section_Body a:link,
.Menu_Section_Body a:visited  { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
} 
  
.Menu_Section_Body a:hover { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	background-color: white;	 
	white-space: nowrap; 
	margin: 0px; 
	background-position: left; 
} 

.Menu_Expanded,
.Menu_Expanded a,
.Menu_Expanded a:link,
.Menu_Expanded a:visited,
.Menu_Expanded a:hover {
	background-color: white; 
	display: block;
}

.Menu_Entries {
	z-index: 10;
	_border: solid 1px #cccccc;
	_margin-top: -1px;
	width: 100%;
	height: 100%;	
}

.Menu_Entries > table {
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
}

.Menu_Entries td { 
	_padding: 0px;
	font-size: 12px; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
} 
 
.Menu_Entries a, 
.Menu_Entries a:link,
.Menu_Entries a:visited,
.Menu_Entry a, 
.Menu_Entry a:link,
.Menu_Entry a:visited,
.Menu_Entry_Active a, 
.Menu_Entry_Active a:link,
.Menu_Entry_Active a:visited,
.Menu_Entries td p { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
	color: black;
	font-weight: normal;
} 
 
.Menu_Entries a:hover,
.Menu_Entry a:hover,
.Menu_Entry_Active a:hover { 
	_padding: 2px 8px 3px 8px;
	background-color: #efefef;	 
	display: block; 
	_width: 100%;
	text-decoration: none;
} 

.Menu_Entry, .Menu_Entry_Active {
	padding: 0px;
}

.Menu_Entry_Active a, 
.Menu_Entry_Active a:link,
.Menu_Entry_Active a:visited {
  font-weight: bold;
  background-color: #dddddd;
}

.Sidebar img[src*="TopCorner.gif"] {
	display: none;
	margin: 0px 2px;
}

.Menu_Container {
   vertical-align: top;
	padding-right: 5px;
	padding-left : 5px;
	background-color: transparent;
}

.GreyStyle {
  display: none;
}

/*--------Menu WebBlock End--------------------*/

/*-------- General Start --------------------*/

input[type=file] {
  text-align: left;
}

/*-------- General End --------------------*/

/*---------------------------------------------------------------*/
/*---------------- Styleguide Upgrader Styles End ---------------*/
/*---------------------------------------------------------------*/

