﻿@font-face
{
    font-family: "MelbourneBold";
    src: url("../Plugins/Fonts/Melbourne/Melbourne_bold.eot?") format("eot");
    src: url("../Plugins/Fonts/Melbourne/Melbourne_bold.eot?") format("embedded-opentype"), url("../Plugins/Fonts/Melbourne/Melbourne_bold.woff") format("woff"), url("../Plugins/Fonts/Melbourne/Melbourne_bold.ttf") format("truetype"), url("../Plugins/Fonts/Melbourne/Melbourne_bold.svg#Melbourne") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Melbourne";
    src: url("../Plugins/Fonts/Melbourne/Melbourne_reg.eot?") format("eot");
    src: url("../Plugins/Fonts/Melbourne/Melbourne_reg.eot?") format("embedded-opentype"), url("../Plugins/Fonts/Melbourne/Melbourne_reg.woff") format("woff"), url("../Plugins/Fonts/Melbourne/Melbourne_reg.ttf") format("truetype"), url("../Plugins/Fonts/Melbourne/Melbourne_reg.svg#Melbourne") format("svg");
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Arial, Serif;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    direction: ltr;
}

a
{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

a img
{
    border-width: 0px;
}

a.Underline
{
    text-decoration: underline;
}

a.BlueLink, .BlueColor
{
    color: #336699;
}

a:hover
{
    text-decoration: underline;
}

.PageTitle, a .PageTitle, h1.PageTitle
{
    font-family: MelbourneBold, Arial;
    font-size: 30px;
    line-height: 30px;
    display: inline;
}

.SubTitle, a .SubTitle, h2.SubTitle
{
    font-family: MelbourneBold, Arial;
    font-size: 19px;
    line-height: 19px;
    display: inline;
}

.Melbourne, a.Melbourne
{
    font-family: MelbourneBold, Arial;
}

.MelbourneHeader, a.MelbourneHeader
{
    font-family: MelbourneBold, Arial;
    font-size: 22px;
    line-height: 22px;
}

.MelbourneSmallHeader, a.MelbourneSmallHeader, .MelbourneSmallHeader th a, .MelbourneSmallHeader th
{
    font-family: MelbourneBold, Arial;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.MelbourneRegularHeader, a.MelbourneRegularHeader, .MelbourneRegularHeader th a, .MelbourneRegularHeader th
{
    font-family: Melbourne, Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}

.MelbourneRegularSmallHeader, a.MelbourneRegularSmallHeader, .MelbourneRegularSmallHeader th a, .MelbourneRegularSmallHeader th
{
    font-family: Melbourne, Arial;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.Header, a .Header
{
    font-size: 14px;
}

.LightColor
{
    color: #666666;
}

.RapaportColor
{
    color: #D20F1F;
}

.DataPendingChanges
{
    padding: 1px;
    display: block;
    background-color: #F0E6E7;
    border: 1px solid #CCCCCC;
    margin-right:5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.NoDataPendingChanges
{
    padding: 1px;
    display: block; 
}

.ShowingPendingChanges
{
    background-color: transparent;    
    border: 1px solid transparent;
}

.ImagePendingChanges
{
    padding: 3px;
    background-color: #F0E6E7;
    border: 1px solid #CCCCCC;
}

.AlignInner
{
    text-align: left;
}

.AlignOuter
{
    text-align: right;
}

.Bold, .Bold a
{
    font-weight: bold;
}

.BGSite
{
    background-color: #E5E4E4;
}

.BGWhite
{
    background-color: #FFFFFF;
}

/********************************************************************************/
/*ProductBoxs */

.ProductBox
{
    border: 1px solid #cccccc;
    width: 211px;
    height: 343px;
}

.ProductBox td
{
    padding: 3px;
    vertical-align: top;
}

.ProductBox td.AlignOuter
{
    height: 15px;
}

/********************************************************************************/

/********************************************************************************/
/*News */

.NewsTabTable td
{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #EAEAEA;
    cursor: hand;
    cursor: pointer;
    font-size: 13px;
}

/********************************************************************************/

/********************************************************************************/
/*Inline Modal Window */

#WindowFade
{
    z-index: 4000;
    display: none;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

.CloseInlineModalWindow
{
    cursor: pointer;
    cursor: hand;
}

.InlineModalWindow .Top .OpeningStrip, .InlineModalWindow .Top .Center, .InlineModalWindow .Top .ClosingStrip, .InlineModalWindow .Top .ClosingStripDontShowButton, .InlineModalWindow .Bottom .OpeningStrip, .InlineModalWindow .Bottom .Center, .InlineModalWindow .Bottom .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/LightBox.png');
    height: 50px;
}

.InlineModalWindow .Top .OpeningStrip, .InlineModalWindow .Top .ClosingStrip, .InlineModalWindow .Bottom .OpeningStrip, .InlineModalWindow .Bottom .ClosingStrip
{
    width: 50px;
    background-repeat: no-repeat;
}

.InlineModalWindow .Top .ClosingStrip
{
    background-position: -1px -115px;
}

.InlineModalWindow .Top .Center
{
    background-position: 0px -225px;
    background-repeat: repeat-x;
}

.InlineModalWindow .Top .ClosingStripDontShowButton
{
    background-position: 0px -335px;
}

.InlineModalWindow .Bottom .OpeningStrip
{
    background-position: 0px -60px;
}

.InlineModalWindow .Bottom .ClosingStrip
{
    background-position: 0px -170px;
}

.InlineModalWindow .Bottom .Center
{
    background-position: 0px -280px;
    background-repeat: repeat-x;
}

.InlineModalWindow .Middle > .OpeningStrip, .InlineModalWindow .Middle > .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/LightBoxExtended.png');
    width: 50px;
    background-repeat: repeat-y;
}

.InlineModalWindow .Middle > .OpeningStrip
{
    background-position: 1px 0px;
}

.InlineModalWindow .Middle > .ClosingStrip
{
    background-position: -56px 0px;
}

.InlineModalWindow .Middle .Center
{
    background-color: #FFFFFF;
}



/********************************************************************************/

/********************************************************************************/
/*Info Box*/

.RapInfoBox
{
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.RapInfoBox>.Title
{
    background-color:#E4E2E3;
    padding:7px 10px 7px 10px;
    font-family: Melbourne, Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background-image: linear-gradient(to bottom, #EBE9EA, #DDDDDD);
}

.RapInfoBox>.Content
{
    padding:10px;
    text-align:left;
}

.InfoBox .Top > .OpeningStrip, .InfoBox .Top > .Content, .InfoBox .Top > .ClosingStrip, .InfoBox .Bottom .OpeningStrip, .InfoBox .Bottom .Content, .InfoBox .Bottom .ClosingStrip, .InfoBox .ContentBottom .OpeningStrip, .InfoBox .ContentBottom .Content, .InfoBox .ContentBottom .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/TextBox.jpg');
    background-repeat: no-repeat;
}

.InfoBox .Top > .OpeningStrip, .InfoBox .Top > .Content, .InfoBox .Top > .ClosingStrip
{
    height: 34px;
}

.InfoBox .Top > .OpeningStrip, .InfoBox .Top > .ClosingStrip
{
    width: 5px;
}

.InfoBox .Top > .ClosingStrip
{
    background-position: 0px -78px;
}

.InfoBox .Top > .Content
{
    background-position: 0px -39px;
    background-repeat: repeat-x;
    padding-left: 10px;
}

.InfoBox .Top > .Content .Title
{
    font-family: MelbourneBold, Arial;
    font-size: 16px;
    line-height: 16px;
}

.InfoBox .Middle > .OpeningStrip, .InfoBox .Middle > .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/TextBoxSides.jpg');
    background-repeat: repeat-y;
    width: 5px;
}

.InfoBox .Middle > .ClosingStrip
{
    background-position: -10px 0px;
}

.InfoBox .ContentBottom .OpeningStrip, .InfoBox .ContentBottom .Content, .InfoBox .ContentBottom .ClosingStrip
{
    height: 26px;
}

.InfoBox .ContentBottom .OpeningStrip, .InfoBox .ContentBottom .ClosingStrip
{
    background-position: 0px -147px;
    width: 5px;
}

.InfoBox .ContentBottom .ClosingStrip
{
    background-position: 0px -213px;
}

.InfoBox .ContentBottom .Content
{
    background-position: 0px -180px;
    background-repeat: repeat-x;
}

.InfoBox .Bottom .OpeningStrip, .InfoBox .Bottom .Content, .InfoBox .Bottom .ClosingStrip
{
    height: 5px;
}

.InfoBox .Bottom .OpeningStrip, .InfoBox .Bottom .ClosingStrip
{
    background-position: 0px -117px;
    width: 5px;
}

.InfoBox .Bottom .ClosingStrip
{
    background-position: 0px -137px;
}

.InfoBox .Bottom .Content
{
    background-position: 0px -127px;
    background-repeat: repeat-x;
}

/********************************************************************************/

/********************************************************************************/
/*Trade Alert*/
#TradeAlert .OpeningStrip, #TradeAlert .Connect, #TradeAlert .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/TradeAlertBox.jpg');
    background-repeat: no-repeat;
    height: 36px;
}

#TradeAlert .OpeningStrip, #TradeAlert .ClosingStrip
{
    width: 8px;
}

#TradeAlert .ClosingStrip
{
    background-position: 0px -83px;
}

#TradeAlert .Connect
{
    background-position: 0px -41px;
    background-repeat: repeat-x;
}

/********************************************************************************/

/********************************************************************************/
/*Buttons*/

.Switch, .SwitchDisable
{
    background-image: url('../Images/Buttons2011/RapOpenClose.png');
    background-position: -47px 0px;
    width: 29px;
    height: 12px;
    display: block;
    position: relative;
}

.Switch label, .SwitchDisable label
{
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.SwitchOn
{
    background-position: -47px -15px;
}

.SwitchText, .SwitchTextDisable
{
    background-image: url('../Images/Buttons2011/Switch.png');
    width: 55px;
    height: 19px;
    display: block;
    position: relative;
}

.SwitchTextDisable
{
    background-image: url('../Images/Buttons2011/SwitchDisable.png');
}

.SwitchText label, .SwitchTextDisable label
{
    padding: 1px 0px 0px 8px;
    display: block;
    width: 55px;
    height: 19px;
    cursor: pointer;
}

.Switch input, .SwitchText input, .SwitchDisable input, .SwitchTextDisable input
{
    display: inline;
    position: absolute;
    visibility: hidden;
}

.SwitchDisable .Message, .SwitchTextDisable .Message
{
    display: none;
}

.RapNetButton .OpeningStrip, .RapNetButton .Content, .RapNetButton .ClosingStrip
{
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.RapNetButton .Content
{
    background-repeat: repeat-x;
    font-family: MelbourneBold, Arial;
}

.RapNetButton .Content span
{
    display: block;
}

a.RapNetButton:hover
{
    text-decoration: none;
}

.BlackButtonUC .OpeningStrip, .BlackButtonUC .Content, .BlackButtonUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/SignIn.png');
    height: 27px;
}

.BlackButtonUC .OpeningStrip, .BlackButtonUC .ClosingStrip
{
    width: 14px;
}

.BlackButtonUC .Content
{
    background-position: 0px -32px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.BlackButtonUC .Content span
{
    margin-top: 7px;
}

.BlackButtonUC .ClosingStrip
{
    background-position: 0px -64px;
}

.BlackButtonUC:hover .OpeningStrip
{
    background-position: 0px -96px;
}

.BlackButtonUC:hover .Content
{
    background-position: 0px -128px;
}

.BlackButtonUC:hover .ClosingStrip
{
    background-position: 0px -160px;
}

.BlackButtonDisabledUC .OpeningStrip
{
    background-position: 0px -96px;
}

.BlackButtonDisabledUC .Content
{
    background-position: 0px -128px;
}

.BlackButtonDisabledUC .ClosingStrip
{
    background-position: 0px -160px;
}





.RedButtonBigUC .OpeningStrip, .RedButtonBigUC .Content, .RedButtonBigUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButtonBig.jpg');
    height: 40px;
}

.RedButtonBigUC .OpeningStrip, .RedButtonBigUC .ClosingStrip
{
    width: 17px;
}

.RedButtonBigUC .Content
{
    background-position: 0px -45px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px; /*text-shadow: 1px 1px #FFF,-1px -1px #333;*/ /*color: white; */
    text-shadow: #BA2F3B -0.1em -0.1em -0.2em;
}

.RedButtonBigUC .Content span
{
    margin-top: 10px;
}

.RedButtonBigUC .ClosingStrip
{
    background-position: 0px -90px;
}

.RedButtonBigUC:hover .OpeningStrip
{
    background-position: 0px -135px;
}

.RedButtonBigUC:hover .Content
{
    background-position: 0px -180px;
}

.RedButtonBigUC:hover .ClosingStrip
{
    background-position: 0px -225px;
}



.RedButtonUC .OpeningStrip, .RedButtonUC .Content, .RedButtonUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButton.jpg');
    height: 30px;
}

.RedButtonUC .OpeningStrip, .RedButtonUC .ClosingStrip
{
    width: 14px;
}

.RedButtonUC .Content
{
    background-position: 0px -70px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px; /*text-shadow: 1px 1px #FFF,-1px -1px #333;*/ /*color: white; */
    text-shadow: #BA2F3B -0.1em -0.1em -0.2em;
}

.RedButtonUC .Content span
{
    margin-top: 7px;
}

.RedButtonUC .ClosingStrip
{
    background-position: 0px -35px;
}

.RedButtonUC:hover .OpeningStrip
{
    background-position: 0px -105px;
}

.RedButtonUC:hover .Content
{
    background-position: 0px -175px;
}

.RedButtonUC:hover .ClosingStrip
{
    background-position: 0px -140px;
}


.GrayButtonBigUC .OpeningStrip, .GrayButtonBigUC .Content, .GrayButtonBigUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/greyButton.jpg');
    height: 40px;
}

.GrayButtonBigUC .OpeningStrip, .GrayButtonBigUC .ClosingStrip
{
    width: 18px;
}

.GrayButtonBigUC .Content
{
    background-position: 0px -90px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    text-shadow: #666666 -0.1em -0.1em -0.2em;
    padding-left: 20px;
    padding-right: 20px;
}

.GrayButtonBigUC .Content span
{
    margin-top: 10px;
}

.GrayButtonBigUC .ClosingStrip
{
    background-position: 0px -45px;
}



.GreenButtonUC .OpeningStrip, .GreenButtonUC .Content, .GreenButtonUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/GreenButton.png');
    height: 30px;
}

.GreenButtonUC .OpeningStrip, .GreenButtonUC .ClosingStrip
{
    width: 18px;
}

.GreenButtonUC .Content
{
    background-position: 0px -70px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    text-shadow: #666666 -0.1em -0.1em -0.2em;
    padding-left: 20px;
    padding-right: 20px;
}

.GreenButtonUC .Content span
{
    margin-top: 5px;
}

.GreenButtonUC .ClosingStrip
{
    background-position: 0px -35px;
}



.BlueButtonUC .OpeningStrip, .BlueButtonUC .Content, .BlueButtonUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/BlueButton.png');
    height: 30px;
    background-position: 0px -1px;
}

.BlueButtonUC .OpeningStrip, .BlueButtonUC .ClosingStrip
{
    width: 4px;
}

.BlueButtonUC .Content
{
    background-position: 0px -69px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.BlueButtonUC .Content span
{
    margin-top: 8px;
}

.BlueButtonUC .OpeningStrip
{
    background-position: 0px -35px;
}


.BlueBtnUC
{
    border: 1px solid #89c4d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #B3D9E6;
    background-image: linear-gradient(to bottom, #B3D9E6, #95d4e5);
    padding: 10px 20px 10px 20px;
    font-size: 15px;
}

.BlueBtnBigUC
{
    border: 1px solid #89c4d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #B3D9E6;
    background-image: linear-gradient(to bottom, #B3D9E6, #95d4e5);
    padding: 20px 30px 20px 30px;
    font-size: 20px;
}

.BlueBtnSmallUC
{
    border: 1px solid #89c4d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #B3D9E6;
    background-image: linear-gradient(to bottom, #B3D9E6, #95d4e5);
    padding: 6px 14px 6px 14px;
    font-size: 15px;
}

.BlueBtnUC:hover, .BlueBtnSmallUC:hover, .BlueBtnBigUC:hover
{
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #66b3cd;
    background-color: #9DD9E9;
    background-image: linear-gradient(to bottom, #9DD9E9, #77BBCD);
}


.BlueBtnUC:active, .BlueBtnSmallUC:active, .BlueBtnBigUC:active
{
    border: 1px solid #89c4d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #45889e;
    background-image: linear-gradient(to bottom, #45889e, #95d4e5);
}



/*---------------------------------*/
.RedArrowUC .OpeningStrip, .RedArrowUC .Content, .RedArrowUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedArrowButtonLeftAndStrip.jpg');
    height: 80px;
    background-position: 0px 0px;
}

.RedArrowUC .OpeningStrip, .RedArrowUC .ClosingStrip
{
    width: 17px;
}
.RedArrowUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedArrowButtonRight.jpg');
    width: 68px;
}

.RedArrowUC .Content
{
    background-image: url('../Images/Buttons2011/RedArrowButtonLeftAndStrip.jpg');
    background-position: 0px -81px;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.RedArrowUC .Content span
{
    margin-top: 30px;
}

.RedSquareUC .OpeningStrip, .RedSquareUC .ClosingStrip, .RedSquareUC .Content
{
    background-image: url('../Images/Buttons2011/RedButtonSquare.png');
    background-repeat: no-repeat;
    height: 36px;
}

.RedSquareUC .OpeningStrip, .RedSquareUC .ClosingStrip
{
    width: 9px;
}

.RedSquareUC .Content
{
    background-image: url('../Images/Buttons2011/RedButtonSquare.png');
    background-position: 0px -38px;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.RedSquareUC .ClosingStrip
{
    background-position: 0px -76px;
}

.RedSquareUC .Content span
{
    margin-top: 10px;
    color: #FFFFFF;
}







.RedBigSquareUC .OpeningStrip, .RedBigSquareUC .Content, .RedBigSquareUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/SquareRedBigButton.png');
    height: 55px;
}

.RedBigSquareUC .OpeningStrip, .RedBigSquareUC .ClosingStrip
{
    width: 10px;
}

.RedBigSquareUC .Content
{
    background-position: 0px -60px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.RedBigSquareUC .Content span
{
    margin-top: 18px;
    font-family: Arial;
    font-size: 22px;
    color: #FFFFFF;
}

.RedBigSquareUC .ClosingStrip
{
    background-position: 0px -120px;
}






.GrayBigSquareUC .OpeningStrip, .GrayBigSquareUC .Content, .GrayBigSquareUC .ClosingStrip
{
    background-image: url('../Images/Buttons2011/SquareGrayButton.png');
    height: 45px;
}

.GrayBigSquareUC .OpeningStrip, .GrayBigSquareUC .ClosingStrip
{
    width: 8px;
}

.GrayBigSquareUC .Content
{
    background-position: 0px -50px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.GrayBigSquareUC .Content span
{
    margin-top: 14px;
    font-family: Arial;
    font-size: 22px;
    color: #FFFFFF;
}

.GrayBigSquareUC .ClosingStrip
{
    background-position: 0px -100px;
}






/*-------------------------------------------------*/

.RedButtonBig .OpeningStrip, .RedButtonBig .Content, .RedButtonBig .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButtonBig.jpg');
    background-repeat: no-repeat;
    height: 40px;
}

.RedButtonBig .OpeningStrip, .RedButtonBig .ClosingStrip
{
    width: 17px;
}

.RedButtonBig .Content
{
    background-position: 0px -45px;
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-right: 20px; /*text-shadow: 1px 1px #FFF,-1px -1px #333;*/ /*color: white; */
    text-shadow: #BA2F3B -0.1em -0.1em -0.2em;
}

.RedButtonBig .Content a
{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.RedButtonBig .Content a:hover
{
    text-decoration: none;
}

.RedButtonBig .ClosingStrip
{
    background-position: 0px -90px;
}

.RedButtonBig:hover .OpeningStrip
{
    background-position: 0px -135px;
}

.RedButtonBig:hover .Content
{
    background-position: 0px -180px;
}

.RedButtonBig:hover .ClosingStrip
{
    background-position: 0px -225px;
}

.RedButton .OpeningStrip, .RedButton .Content, .RedButton .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButton.jpg');
    background-repeat: no-repeat;
    height: 30px;
}

.RedButton .OpeningStrip, .RedButton .ClosingStrip
{
    width: 14px;
}

.RedButton .Content
{
    background-position: 0px -70px;
    background-repeat: repeat-x;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.RedButton .Content a
{
    font-size: 16px;
    color: #FFFFFF;
}

.RedButton .ClosingStrip
{
    background-position: 0px -35px;
}

.RedButton:hover .OpeningStrip
{
    background-position: 0px -105px;
}

.RedButton:hover .Content
{
    background-position: 0px -175px;
}

.RedButton:hover .ClosingStrip
{
    background-position: 0px -140px;
}



.GreenButton .OpeningStrip, .GreenButton .Content, .GreenButton .ClosingStrip
{
    background-image: url('../Images/Buttons2011/GreenButton.png');
    background-repeat: no-repeat;
    height: 30px;
}

.GreenButton .OpeningStrip, .GreenButton .ClosingStrip
{
    width: 18px;
}

.GreenButton .Content
{
    background-position: 0px -70px;
    background-repeat: repeat-x;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.GreenButton .Content a
{
    font-size: 16px;
    color: #FFFFFF;
}

.GreenButton .ClosingStrip
{
    background-position: 0px -35px;
}




.TransparentRedButtonBig .OpeningStrip, .TransparentRedButtonBig .Content, .TransparentRedButtonBig .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButtonBig.png');
    background-repeat: no-repeat;
    height: 40px;
}

.TransparentRedButtonBig .OpeningStrip, .TransparentRedButtonBig .ClosingStrip
{
    width: 17px;
}

.TransparentRedButtonBig .Content
{
    background-position: 0px -45px;
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-right: 20px; /*text-shadow: 1px 1px #FFF,-1px -1px #333;*/ /*color: white; */
    text-shadow: #BA2F3B -0.1em -0.1em -0.2em;
}

.TransparentRedButtonBig .Content a
{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.TransparentRedButtonBig .Content a:hover
{
    text-decoration: none;
}

.TransparentRedButtonBig .ClosingStrip
{
    background-position: 0px -90px;
}

.TransparentRedButtonBig:hover .OpeningStrip
{
    background-position: 0px -135px;
}

.TransparentRedButtonBig:hover .Content
{
    background-position: 0px -180px;
}

.TransparentRedButtonBig:hover .ClosingStrip
{
    background-position: 0px -225px;
}

.TransparentRedButton .OpeningStrip, .TransparentRedButton .Content, .TransparentRedButton .ClosingStrip
{
    background-image: url('../Images/Buttons2011/RedButton.png');
    background-repeat: no-repeat;
    height: 30px;
}

.TransparentRedButton .OpeningStrip, .TransparentRedButton .ClosingStrip
{
    width: 14px;
}

.TransparentRedButton .Content
{
    background-position: 0px -70px;
    background-repeat: repeat-x;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.TransparentRedButton .Content a
{
    font-size: 16px;
    color: #FFFFFF;
}

.TransparentRedButton .ClosingStrip
{
    background-position: 0px -35px;
}

.TransparentRedButton:hover .OpeningStrip
{
    background-position: 0px -105px;
}

.TransparentRedButton:hover .Content
{
    background-position: 0px -175px;
}

.TransparentRedButton:hover .ClosingStrip
{
    background-position: 0px -140px;
}

.GrayButton .OpeningStrip, .GrayButton .ClosingStrip, .GrayButton .Content
{
    background-image: url('../Images/Buttons2011/greyButton.jpg');
    background-repeat: no-repeat;
    height: 40px;
}

.GrayButton .OpeningStrip, .GrayButton .ClosingStrip
{
    width: 18px;
}

.GrayButton .ClosingStrip
{
    background-position: 0px -45px;
}

.GrayButton .Content
{
    background-position: 0px -90px;
    background-repeat: repeat-x;
    text-shadow: #666666 -0.1em -0.1em -0.2em;
}

.GrayButton .Content a
{
    font-size: 12px;
    color: #FFFFFF;
}

/********************************************************************************/

/********************************************************************************/
/*Bubble*/
.Bubble .Top .OpeningStrip, .Bubble .Top .Content, .Bubble .Top .ClosingStrip, .Bubble .Bottom .OpeningStrip, .Bubble .Bottom .Center, .Bubble .Bottom .ClosingStrip
{
    background-image: url('../Images/Backgrounds2011/Bubble.png');
    background-repeat: no-repeat;
}

.Bubble .Top .OpeningStrip, .Bubble .Top .Content, .Bubble .Top .ClosingStrip
{
    height: 193px;
}

.Bubble .Bottom .OpeningStrip, .Bubble .Bottom .Center, .Bubble .Bottom .ClosingStrip
{
    height: 5px;
}

.Bubble .Top .OpeningStrip
{
    width: 5px;
    background-position: 0px -30px;
}

.Bubble .Top .ClosingStrip
{
    width: 5px;
    background-position: 0px -429px;
}

.Bubble .Top .Content
{
    background-position: 0px -828px;
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: normal;
}

.Bubble .Bottom .OpeningStrip
{
    width: 5px;
    background-position: 0px -20px;
}

.Bubble .Bottom .ClosingStrip
{
    width: 5px;
    background-position: 0px -10px;
}

.Bubble .Bottom .Center
{
    background-repeat: repeat-x;
}

.Bubble .Top .Content a
{
    text-decoration: underline;
    color: #336699;
}

.Bubble .Content a .Mailto
{
    color: #D2002D;
}

.BubbleArrow
{
    background-image: url('../Images/Backgrounds2011/BubbleArrows.png');
    background-repeat: no-repeat;
    background-position: 0px -82px;
}

.ShowEventSelected
{
    background-color: #FEE6E6;
}

.RapBubble
{
    position: absolute;
    z-index: 490;
    overflow: hidden;
}

.RapBubble div
{
    position: absolute;
}

.RapBubble div.HTMLcontainer
{
    position: relative;
    padding: 20px;
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    z-index: 480;
    min-height: 29px;
    min-width: 29px;
}

.RapBubbleArrowBottom div.HTMLcontainer:before, .RapBubbleArrowBottom div.HTMLcontainer:after, .RapBubbleArrowTop div.HTMLcontainer:before, .RapBubbleArrowTop div.HTMLcontainer:after, .RapBubbleArrowRight div.HTMLcontainer:before, .RapBubbleArrowRight div.HTMLcontainer:after, .RapBubbleArrowLeft div.HTMLcontainer:before, .RapBubbleArrowLeft div.HTMLcontainer:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 481;
}

.RapBubbleArrowBottom
{
    padding-bottom:24px;    
}

.RapBubbleArrowBottom div.HTMLcontainer:before
{
    left: 30px;
    bottom: -50px;
    border: 25px solid;
    border-color: #9C9C9C transparent transparent transparent;
}

.RapBubbleArrowBottom div.HTMLcontainer:after
{
    left: 31px;
    bottom: -48px;
    border: 24px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.RapBubbleArrowTop
{
    padding-top:24px;    
}

.RapBubbleArrowTop div.HTMLcontainer:before
{
    left: 30px;
    top: -50px;
    border: 25px solid;
    border-color: transparent transparent #9C9C9C transparent;
}

.RapBubbleArrowTop div.HTMLcontainer:after
{
    left: 31px;
    top: -48px;
    border: 24px solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.RapBubbleArrowRight
{
    padding-right:24px;    
}

.RapBubbleArrowRight div.HTMLcontainer:before
{
    top: 10px;
    right: -50px;
    border: 25px solid;
    border-color: transparent transparent transparent #9C9C9C;
}

.RapBubbleArrowRight div.HTMLcontainer:after
{
    top: 11px;
    right: -48px;
    border: 24px solid;
    border-color: transparent transparent transparent #FFFFFF;
}

.RapBubbleArrowLeft
{
    padding-left:24px;    
}

.RapBubbleArrowLeft div.HTMLcontainer:before
{
    top: 10px;
    left: -50px;
    border: 25px solid;
    border-color: transparent #9C9C9C transparent transparent;
}

.RapBubbleArrowLeft div.HTMLcontainer:after
{
    top: 11px;
    left: -48px;
    border: 24px solid;
    border-color: transparent #FFFFFF transparent transparent;
}

/********************************************************************************/

/********************************************************************************/
/*Flags*/

.ContactUsFlag
{
    width: 16px;
    height: 11px;
    background-image: url('../Images/Icons2011/Flags.jpg');
    background-repeat: no-repeat;
}

.USA
{
    background-position: -126px 0px;
}

.BELGIUM
{
    background-position: 0px 0px;
}

.CHINA
{
    background-position: -21px 0px;
}

.HONG_KONG
{
    background-position: -41px 0px;
}

.INDIA
{
    background-position: -62px 0px;
}

.ISRAEL
{
    background-position: -84px 0px;
}

/********************************************************************************/

/********************************************************************************/
/*RapNet SiteMap*/
.RapNetSiteMap td
{
    vertical-align: top;
}

.RapNetSiteMap .Header
{
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
    color: #666666;
}

.RapNetSiteMap td a
{
    display: block;
    color: #336699;
    text-decoration: underline;
    padding-bottom: 7px;
    font-weight: bold;
}
/********************************************************************************/

/********************************************************************************/
/*RapNet ToolTip*/
.ToolTip
{
    display: none;
}

.ToolTipTop
{
    background-image: url('../Images/Backgrounds2011/TooltipTop.png');
    background-repeat: no-repeat;
    height: 124px;
    width: 212px;
    position: relative;
}

.ToolTipRight
{
    background-image: url('../Images/Backgrounds2011/TooltipRight.png');
    background-repeat: no-repeat;
    height: 124px;
    position: relative;
    width: 242px;
}

.ToolTipLeft
{
    background-image: url('../Images/Backgrounds2011/TooltipLeft.png');
    background-repeat: no-repeat;
    height: 124px;
    width: 242px;
    position: relative;
}

.ToolTipBottom
{
    background-image: url('../Images/Backgrounds2011/TooltipBottom.png');
    background-repeat: no-repeat;
    height: 123px;
    width: 212px;
    position: relative;
}

.ToolTipTop div, .ToolTipRight div, .ToolTipLeft div, .ToolTipBottom div
{
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    font-size: 11px;
    white-space: normal;
    color: #333333;
}

.ToolTipTop div
{
    padding: 12px 15px 20px 15px;
}

.ToolTipRight div
{
    padding: 21px 30px 20px 30px;
}

.ToolTipLeft div
{
    padding: 21px 30px 20px 30px;
}

.ToolTipBottom div
{
    padding: 20px 15px 12px 15px;
}
/********************************************************************************/

/********************************************************************************/
/*Tabs*/

.RapTab
{
    border: 1px solid #878787;
    border-bottom: 2px solid #878787;
    background-color: #FFFFFF;
    text-align: center;
    height: 31px;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
}

.RapTab a
{
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}

.RapTabSelected
{
    border-bottom: none;
    background-image: url('../Images/Backgrounds2011/FooterElements.jpg');
    background-position: 0px -27px;
    background-repeat: repeat-x;
}

.RapTabSelected a
{
    text-decoration: none;
    font-weight: normal;
}

.RapTabSpacer
{
    border-bottom: 2px solid #878787;
}

.RapTab2
{
    border: 1px solid #878787;
    border-bottom: 1px solid #878787;
    background-color: #FFFFFF;
    text-align: center;
    height: 23px;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
}

.RapNavigationInTab td
{
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #878787;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.RapNavigationInTab td:first-child
{
    border-left: none;
}

.RapNavigationInTab a
{
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.RapNavigationInTab .RapNavigationInTabSelected
{
    background-image: url('../Images/Backgrounds2011/FooterElements.jpg');
    background-position: 0px -27px;
    background-repeat: repeat-x;
}

.RapNavigationInTab .RapNavigationInTabSelected a
{
    color: #333333;
}

.RapTab2 a
{
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.RapTab2Selected
{
    border-bottom: none;
}

.RapTab2Selected a
{
    text-decoration: none;
    font-weight: normal;
}

.RapTab2Spacer
{
    border-bottom: 1px solid #878787;
    background-image: url('../Images/Backgrounds2011/RapTab2.png');
    background-repeat: repeat-x;
}

/********************************************************************************/
/*RapNet Grid*/

.RapNetGridHeader
{
    background-image: url('../Images/Backgrounds2011/GridHeader.png');
    background-repeat: repeat-x;
    font-weight: normal;
}

.RapNetGridHeader th
{
    text-align: left;
}

.RapNetGridHeader a
{
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

.RapNetGridRow > td
{
    border: 1px solid #DFDFDF;
    padding-left: 10px;
}

.RapNetGridExpandRowButton
{
    width: 13px;
    height: 13px;
    background-image: url('../Images/Buttons2011/OpenClose.png');
}

.RapNetGridExpandRowButtonClosed
{
    background-position: 0px -17px;
}

.RapNetGridPagerBox
{
    border: solid 1px #888888;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.RapNetGridPagerBox a
{
    text-decoration: none;
}

.RapNetGridPagerBoxSelected
{
    background-color: #747474;
    color: #FFFFFF;
}

.RapNetGridPagerBoxSelected a
{
    color: #FFFFFF;
}

.RapNetGridPagerArrowLeft
{
    width: 10px;
    height: 9px;
}

.RapNetGridPagerArrowRight
{
    width: 10px;
    height: 9px;
}

.RapNetGridSortImage
{
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #000000;
}

.RapNetGridSortImageSorted
{
    background-image: url('../Images/Backgrounds2011/Sorting.png');
    background-position: 0px 0px;
}

.RapNetGridSortImageSortedDESC
{
    background-position: 0px -11px;
}

/********************************************************************************/

/********************************************************************************/
/* Member online status */

.MemberOFFLINE, .MemberAWAY, .MemberONLINE
{
    background-image: url('../Images/Backgrounds2011/ContactStatus.png');
}

.MemberAWAY, .MemberONLINE
{
    background-position: 0px -19px;
}

/********************************************************************************/
.hidetab
{
    display: none;
}
/********************************************************************************/
/*STYLES FROM RAPNET 2008 NEED TO BE REMOVED AFTER REBUILD OF INNER RAPNET SITE!!!!*/
/*.stlContentSectionHeade1r
{
	background-color: #EAEAEA;
	font-family: MelbourneBold, Arial;
	font-size: 16px;
	line-height:18px;
	border-bottom: 1px solid #CCCCCC;
	padding-left:5px;
	color:#333333;
}

.stlContentSectionHeade1r img
{
	width:0px;
	height:0px;
}*/

.PriceTabTable td, .FinancialTabTable td, .TabTable td
{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #EAEAEA;
    cursor: hand;
    cursor: pointer;
    font-size: 13px; /*background-color:#FFFFFF;*/
}

.PriceTabTable td:first-child, .FinancialTabTable td:first-child
{
    border-left: none;
}

.SelectedTab
{
    background-color: #e9e9e9;
}

.stlTabSelected
{
    background-color: #FFFFFF;
}

/* Start Tabs */
.stlTab
{
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
    background-color: #FFFFFF;
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    height: 31px;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
}

.stlTab a
{
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.Tips
{
    text-align: left;
    color: #bfb8bf;
}

.stlTabSelectedLink
{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.stlTabSelectedLink:hover
{
    text-decoration: none;
}

.stlTabNotSelectedLink
{
}

.stlTabSelected
{
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: none;
    background-color: #FFFFFF;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
    text-decoration: none;
    background-image: url('../Images/Backgrounds2011/FooterElements.jpg');
    background-position: 0px -25px;
    background-repeat: repeat-x;
}

.stlTabEmpty
{
    border: none;
    border-bottom: 1px solid #888888;
    color: #000000;
    text-align: left;
}
/* End Tabs */

.stlLinkPageBigLink
{
    font-family: MelbourneBold, Arial;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
}

A.stlLinkPageBigLink:Hover
{
    text-decoration: none;
}

.stlInnerPageTitle
{
    font-family: MelbourneBold, Arial;
    font-size: 30px;
    color: #333333;
    background-color: #EAEAEA;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    text-align: left;
    vertical-align: bottom;
}

.OldBlueBG td, .OldBlueBG td a
{
    color: #333333;
}

/*CLEARFIX*/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}
/*end CLEARFIX*/


/*
table[bgcolor="#CEDBEC"]>tbody>tr>td
{
	background-color:#FFFFFF;
}


input[type=text], input[type=checkbox], select, textarea
{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
*/

/* start search form

TABLE.SearchBox
{
	border: solid 1px #CCCCCC;
	border-top:none;
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.SearchBoxAlternate
{
	border: solid 1px #CCCCCC;
}

TH.SearchBox
{
	padding-left:10px;
	padding-right:10px;
	background-image: url('../Images/Backgrounds2011/TextBox.jpg');
	height: 34px;
	background-position: 0px -39px;
	background-repeat: repeat-x;
	text-align: left;
}

TD.SearchBox
{
	text-align: center;
}*/

/* end search form*/

/********************************************************************************/
