/***************************************/
/* COBRANDING HEADER CLASSES */
#header-outside {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 102px;
    
    border-bottom: solid 2px #808080;
}
div#header-outside p    {
    padding: 0px;
    margin: 0px;
		position:absolute;
		top:0px;
		width:100%;
}
img#header-logo1    {
    margin: 20px 0 0 26px;
}
img#header-logo2    {
    
}
.header-secured-content {
    position: relative;
    width: 100% !important;
    min-width: 900px;
}
/* COBRANDING HEADER CLASSES */
/***************************************/

/***************************************/
/* CONTENT CLASSES */
div#page-container-secured  {
		position: relative;
    padding: 20px 20px 20px 186px;
    margin: 20px 0 20px 0;
    min-height: 170px;
    background: #FFFFFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 15px #888888;
    -webkit-box-shadow: 0 0 15px #888888;
    box-shadow: 0 0 15px #888888;
}
.secured-content {
    position: relative;
    width: 97% !important;
}

body {
	background-color:#EEEEEE;
}
/* CONTENT CLASSES */
/***************************************/

/***************************************/
/* COBRANDING MENU CLASSES */
div#tab-menu-container-new    {
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;

		background:#F5F5F5;
		border:none;
}
ul#tab-menu li a.item-selected {
    
}
/* COBRANDING MENU CLASSES */
/***************************************/

/***************************************/
/* COBRANDING FOOTER CLASSES */
#footer-outside {
    position: relative;
    margin: 0px;
    padding: 0px;
    
    height: 102px; 
    
    border-top: solid 2px #808080;
		border-bottom: solid 2px #808080;
}
#footer-inside ul#footer-menu li a  {
    text-decoration: underline;
    color: #999999;
}
#footer-inside ul#footer-menu li a:hover    {
    color: #666666;
}
div#footer-copyright,
div#footer-copyright-not-logged    {
    /*font-size: 10px;*/
		font-size: 9px;
    color: #999999;
}
/* COBRANDING FOOTER CLASSES */
/***************************************/

/* OTHER CLASSES */
/***************************************/
.delivery-accessed {
	color:#8DB221;
}
/***************************************/
/* OTHER CLASSES */

