/* ====================
    CSS STYLES FOR ruck
   ====================
*/

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
    background-color: EAEAE9;
    background-image: url(back_EAEAE9.gif);
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color: black;
}



.CommandButton
{
	/*border:solid 1px black;*/
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    line-height: 0em;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  small;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
P,TABLE,BODY,
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size:xx-small;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold
}


A.CommandButton:link,
A.CommandButton:visited,  
A.CommandButton:active,   
A.CommandButton:hover
{
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

A.CommandButton:hover    
{
    text-decoration:    underline;
    color: black;
}


/* GENERIC */
 H1  {

        font-family: Arial, Verdana, Helvetica;
        font-size:  18px;
        font-weight: lighter;
        color: #525351;
    }

    H2  {

        font-family: Arial, Verdana, Helvetica;
        font-size:  16px;
        font-weight: light;
        color: #525351;
    }

    H3  {

        font-family: Tahoma, Arial, Helvetica;
        font-size:  12px;
        font-weight:    bold;
        color: black;

    }


H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  x-small;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #003366;
}

.h7 
{

        font-family: Arial, Verdana, Helvetica;
        font-size:  13px;
        font-weight: lighter;
        color: #525351;

    }


TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
/*
    color: dimgrey;
    height:1pt;
    text-align:left
*/
    height:0px;
    border:1px dashed #BBBBBB;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: normal;
    font-size: xx-small;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}







A.ruckLogin,
A.ruckLogin:link,
A.ruckLogin:visited,
A.ruckLogin:active,
A.ruckLogin:hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	/*cursor: hand;*/
	color: White;
	padding: 0 10 0 10;
}

A.ruckLogin:hover
{
	text-decoration:none;
	color: #ffcc00;

}



.MainMenu_MenuContainer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	border-bottom: #FF8080 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background: url(back_muster_d.gif);
	height: 13px;
}

.MainMenu_MenuBar {
	cursor: hand;
}

.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	cursor: hand;
	color: White;
	font-style: normal;
	border-left: #ffffff 0px solid;
	border-bottom: #333333 0px solid;
	border-top: #333333 0px solid;
	border-right: #333333 0px solid;
	background: url(menu0.gif);
	padding:0 2 0 2;
	height:13px;
}

.MainMenu_MenuIcon {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	cursor: hand;
	background-color: #ffffff;
	border-left: #333333 0px solid;
	border-bottom: #333333 0px solid;
	border-top: #333333 0px solid;
    padding-left: 3px;
    padding-right: 3px;
	text-align: center;
	padding:0 2 0 2;
	width: 12px;
	height:13px;
}

.MainMenu_SubMenu {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	z-index: 1000;
	cursor: hand;
	background: url(back_muster_d.gif);
	border-bottom: #404040 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	font-style: normal;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: black 0px solid;
	background-color: White;
}

.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: black 0px solid;
	cursor: hand;
	color: #ffcc00;
	font-style: normal;
	background: url(menu0.gif);
	padding:0 2 0 2;
	height:13px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 7pt;
	cursor: hand;
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: black 0px solid;
	display: none;
	height:13px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 7pt;
	cursor: hand;
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: black 0px solid;
	display: none;
}

.Ticker {
  background-color: #78A2B0;
  width: 100%;
  border: #e0e0e0 1px solid;
  font-family: Verdana,Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-style: normal;
  padding: 4px;
  height: 24px;
}

.LoginTab
{
	font-family: Verdana, Arial, Helvetica;
    font-size:  7pt;
    background-color:#dddddd;
    color:Black;
    border:solid 1px #333333;
    padding:0 3 0 3;
}


.ruck_bk_m1a {background-image: url(m1a.gif)}
.ruck_bk_m1b {background-image: url(m1b.gif);background-repeat: no-repeat;width:36}
.ruck_bk_lu1 {background-image: url(lu1.gif);background-repeat: no-repeat;width:36}
.ruck_bk_lu2 {background-image: url(lu2.gif);width:114}
.ruck_bk_lu3 {background-image: url(lu3.gif);width:100%}
.ruck_bk_lu4 {background-image: url(lu3.gif)}
.ruck_bk_lub {background-image: url(lub.gif)}
.ruck_bk_re1 {background-image: url(re1.gif)}
.ruck_bk_ru1 {background-image: url(ru1.gif)}
.ruck_bk_ru2 {background-image: url(ru2.gif)}

.ruck_bk_br1, .ruck_bk_br2
{
	height:20px;
	font-family: Verdana, Arial, Helvetica;
	font-size:xx-small;
	padding-top:3px;
	font-weight:bold;
	text-transform:uppercase;
}
.ruck_bk_br1 {background-image: url(bkdg.gif);border-right:solid 1px white;color:white}
.ruck_bk_br2 {background-image: url(bkye.gif)}

.ruck_logo1 {background-image: url(ruck_logo1.gif); background-repeat: no-repeat;}


.o8grid .o8header
{
	background-image:url(back_top.gif);
}

.o8grid .o8header_asc
{
	background-image:url(back_top_fade_up.gif);
}

.o8grid .o8header_desc
{
	background-image:url(back_top_fade_down.gif);
}

.o8grid TABLE IMG
{
	display:none;
	width:0px;
}

.o8grid .o8header .o8big
{
	font-family:Arial Black;
	font-size:15px;
	color:#A7A8A0;
}

.o8grid .o8header .o8title
{
	height:28px;
}

.o8grid .o8header .o8titletop
{
	color:#000000;
	height:16px;
}

.o8grid .o8header .o8titlebtm
{
	color:#D9D6C3;
	position:relative;
	top:-1px;
}







/* =================================
    CSS STYLES FOR ComponentArt Menu
   =================================
*/



.TopGroup
{
  background-color: white;
  /*background-position:0 1;*/
  height: 19px;
  color: white;
  border:none 0px silver;
  
}

.MenuGroup
{
  background-color: white;
  border:solid 1px gray; 
  padding: 5 0 10 0;
}


.TopMenuItem,
.TopMenuItemHover
{
  font-family: Verdana, Helvetica, Arial;
  font-size:10px;
  font-weight:bold;
  cursor:default;
  width:100px;
  /*border-left: solid 1px white;*/
}

.TopMenuItem
{
  color:white; 
  background-image: url(back_lin_menu.gif);
}

.TopMenuItemHover
{
  color:#F1CB3A; 
  background-image: url(back_lin_menu_over.gif);
  cursor: pointer;
}

.TopMenuItem IMG,
.TopMenuItemHover IMG
{
    margin-right:3px;
}

.MenuItem,
.MenuItemHover
{
  color:black; 
  font-family: Verdana, Helvetica, Arial;
  font-size:10px; 
  cursor:default;
  height:17px;
  /*width:96px;*/
}


.MenuItem 
{
}

.MenuItemHover 
{
  background-color: #F1CB3A; 
  cursor: pointer;
}

.MenuItem IMG,
.MenuItemHover IMG
{
    margin-left:3px;
}


.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
FONT-FAMILY: Verdana, Helvetica, Arial;
  font-size:10px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
	FONT-FAMILY: Verdana, Helvetica, Arial;
  font-size:10px; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}


/* ruovtbl
*/

.ruovtbl
{
	/*margin: 0 10 0 10;*/
	border: solid 1px black;
}

.ruovtbl TD
{
	text-align:center;
	background-color: #f0f0f0;
	height: 20px;
	border-top: solid 1px white;
}

.ruovtbl TR.top TD
{
	border-top: none;
	background-color: #909090;
}

.ruovtbl TD.title
{
	text-align:left;
	background-color: #d0d0d0;
	border-right: solid 1px white;
}

.ruovtbl TD.unit
{
	background-color: #d0d0d0;
	border-right: solid 1px white;
}

.ruovtbl Span.num
{
	background-color:Black;
	color:White;
	padding:0 2 0 2;
}


.ruckDetails
{
	width:236;
	/*position:absolute;*/
	background-image: url(/portals/_default/containers/ruck/bkdg.gif);
	background-repeat: repeat-x;
}

.ruckDetails .ruckAlter,
.ruckDetails .ruckTitleAlter
{
	background-color: #F2F2F2;
}



.ruckDetails TD.sep,
.ruckDetails TD.sepA
{
	height: 7px;
}

.ruckDetails TD.sepA
{
	background-color: #F2F2F2;
}

.ruckDetails .ruckHeader 
{
	font-family:Verdana, Arial, Helvetica;
	width: 100%;
	height:20;
	color:#FDCC32;
}
.ruckDetails .ruckHeader TD.lcell
{
	font-weight:bold;
	font-size: 11px;
	padding:0 10 0 10;
}
.ruckDetails .ruckHeader TD.rcell
{
	text-align:right;
	font-weight:normal;
	padding:0 10 0 0;
}

.ruckDetails UL
{
	/*margin-left: 0px;*/
	margin-bottom:5px;
	margin-top:5px;
}

.ruckDetails UL LI
{
	font-size: 9px;
	list-style-type:disc;
}

.ruckDetails .leftImage
{
	padding:2 1 2 17;
}
.ruckDetails .rightImage
{
	/*text-align:right;*/
	padding:2 2 2 0;
}


.ruckDetails .imgcell
{
	/*border: solid 1px #DCDCDC;*/
	width: 96;
	height: 96;
	/*text-align: center;*/
	vertical-align: middle;
	background-color: White;
}

.ruckDetails .imgcell A img
{
	border: solid 1px #DCDCDC;
}

.ruckDetails .imgcell A:hover img
{
	border: solid 1px black;
	cursor: hand;
}


.ruckDetails .leftImage img,
.ruckDetails .rightImage img
{
}


.ruckDetails .ruckText,
.ruckDetails .ruckSubHeader H4
{
	padding: 1 4 1 17;
	background-image: url(dot.gif);
	background-repeat:no-repeat;
	background-position: 11 5;
	color: #333333;
	font-size:9px;
}

.ruckDetails .ruckTitle .ruckText,
.ruckDetails .ruckTitleAlter .ruckText
{
	background-image:none;
}


.ruckDetails .ruckSubHeader H1,
.ruckDetails .ruckSubHeader H2,
.ruckDetails .ruckSubHeader H3
{
	/*background-image: url(pfeil_ruck.gif);
	background-repeat:no-repeat;
	background-position:0 2;*/
	font-size:10px;
	text-transform:uppercase;
	font-weight: bold;
	padding:0 0 2 10;
	margin:0 0 0 0;
	color:#555555;
}

.ruckDetails .ruckSubHeader H4
{
	padding-top: 9;
	background-position: 10 13;
	margin-bottom: 0px;
}

.ruckTD
{
	width: 100%;
	background-color: #F7F7F5;
	border-right: solid 1px #F7F7F5;
	border-bottom: solid 1px #F7F7F5;
	margin-bottom: 4px;
}

.ruckTD .htitle
{
	font-size: 11px;
	color: #FDCC32;
	background-color: #525250;
	border-top: solid 1px #8B8B8B;
	border-left: solid 1px #F7F7F5;
	border-bottom: solid 1px #F7F7F5;
	padding: 4 8 5 8;
	font-weight: bold;
}

.ruckTD TD
{
	background-color: #DFDEDC;
}

.ruckTD .mcell
{
	width: 50%;
	vertical-align: top;
	border-left: solid 1px #F7F7F5;
}

.ruckTD .mcell Table 
{
	width: 100%;
}

.ruckTD .mcell Table TD
{
	border-bottom: solid 1px #F7F7F5;
	vertical-align: middle;
	color:Black;
	cursor:default;
}

.ruckTD .mcell Table TD.lcell
{
	width: 67%;
	background-color: #CECDCB;
	font-weight: bold;
	padding: 2px 3px 2px 5px;
	border-right: solid 1px #F7F7F5;
	height:22px;
	white-space:nowrap;
}

.ruckTD .mcell Table TD.rcell
{
	width: 33%;
	font-weight: normal;
	text-align:right;
	padding: 2px 5px 2px 1px;
	height:22px;
	white-space:nowrap;
}

.ruckTD .mcell Table.opcell TD
    {text-align:center;vertical-align:middle;height:22px;white-space:nowrap}
.ruckTD .mcell Table.opcell TD.title, 
.ruckTD .mcell Table.opcell TD.unit
    {background-color: #CECDCB;border-right: solid 1px #F7F7F5;}
.ruckTD .mcell Table.opcell TD.title
    {font-weight: bold;padding:2px 1px 2px 5px;text-align:left}
.ruckTD .mcell Table.opcell TD.unit
    {padding:2px 1px 2px 1px}

.ruckTD .mcell Table.opcell Span.num

{
	background-color:Black;
	color:White;
	padding:0 2 0 2;
}

TABLE.infoBox
{
	width:100%;
	font-size:9px
}

TABLE.infoBox TD
{
	width: 20%;
}

TABLE.infoBox SPAN
{
	background-color:Black;
	color:White;
	padding:0 2 0 2;
}


.MenuFrameO
{
	background-image: url(back_balken.gif);
	background-color: #85847E;
	background-repeat:repeat-x;
	width:100%;
}

.MenuFrameO .MFTitle
{
	padding:4 0 9 0;
	color: #6D5B24;
	text-transform: uppercase;
	font-weight:bold;
}

.MenuFrameI
{
	width:100%;
	margin:2 0 2 0;
}

.MenuSubItem
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 4 14 4 21;
}

.MenuSubItem a:link,
.MenuSubItem a:visited,
.MenuSubItem a:active,
.MenuSubItem a:hover
{
	text-decoration:none;
	cursor: hand;
	color: white;
	background-image: url(pm_default.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 4 2 4 21;
}

.MenuSubItem a.MFSel:link,
.MenuSubItem a.MFSel:visited,
.MenuSubItem a.MFSel:active,
.MenuSubItem a.MFSel:hover
{
	background-image: url(pm_down.gif);
}

.MenuSubItem A:hover
{
	color: #FECF28;
	background-image: url(pm_over.gif);
}


.Voltage
{
	width:100%;
	padding: 10 10 10 10;
	background-color: #85847E;
}

.VoltageSelector
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color:#666666;
	color: #FECF28;
	border: solid 1px #999999;
	margin-right:5px;
	
}


/****************************************************** ruckAnnouncements */

.ruckSepHWhite
{
	width:100%;
	height:1px;
	background-image: url(strichel_ho_wh_transp.gif);
}

.ruckSepHGray
{
	width:100%;
	height:1px;
	background-image: url(strichel_ho_gr_transp.gif);
}

.ruckAnnouncements TD.Cell
{
	/* padding: 8 8 8 16; */
padding: 8 8 8 3;
}

.ruckAnnouncements UL, 
.ruckAnnouncements LI
{
    padding-left:0;
    margin-left: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ruckAnnouncements UL
{
    margin-top:2px;
}

.ruckAnnouncements LI
{
    padding-bottom:2px;
	color: White;
	list-style-type:disc;
}

.ruckAnnouncements .SubHead
{
	/* color: #FFD336; */
	color: black;
	padding-left: 4px;
	font-weight:bold;
}

.ruckAnnouncements A.Button:Visited,
.ruckAnnouncements A.Button:Active,
.ruckAnnouncements A.Button:Link,
.ruckAnnouncements A.Button:Hover
{
	border: solid 1px #F3F3F2;
	font-family: Arial, Verdana, Georgia;
	font-weight:normal;
	font-size: 10px;
	color: #000000;
	background-color: #FED02C;
	padding-left: 3px;
	padding-right: 3px;
}

.ruckAnnouncements A.Button:Hover
{
	text-decoration: underline;
}



.TopPane IMG
{
	display:block;
}

DIV .FunctionBreak
{
	background-image: url(strichel_ho_gr_transp.gif);
	background-repeat:repeat-x;
	background-position:0 11;
	width:100%;
	height:21px;
}

a:link,  
a:visited,
a:active
{
    text-decoration:    none;
    color:  black;
}

a:hover 
{
    text-decoration:    underline;
    color:  black;
}

a.breadcrumb:link,  
a.breadcrumb:visited,
a.breadcrumb:hover,
a.breadcrumb:active
{
	color: #FECC18;
	font-size: 12pt;
	font-weight: lighter;
	font-family: Arial, Verdana, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
}

.breadcrumbcell
{
	color: #FECC18;
	font-size: 12pt;
	font-weight: lighter;
	font-family: Arial, Verdana, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
}



.ErrorBoxOutside
    {width: 100%;padding:10px}
.ErrorBoxInside
    {width: 100%;background-color: Red; color:white; border: solid 1px black;padding:10px; text-align:center; font-weight:bold; font-size:larger}
