﻿	.DivContainerOutline
    {
    	width: auto;
    	height: auto;
    	padding-bottom:8px;    	
    }
 
    .DivContainerTitle
    {
    	width: auto;
    	height: auto;
        font-weight:bold;
    	overflow: hidden;
    	text-align: left;
    }
   
    .DivContainerExternalBoxRed
    {
    	width: auto;
    	height: auto;
    	border-top:solid 7px #D6001C;    	
    }
    
    .DivContainerExternalBoxGreen
    {
    	width: auto;
    	height: auto;
    	border-top:solid 7px #0F752C;
    }
    
    .DivContainerExternalBoxOrange
    {
    	width: auto;
    	height: auto;
    	border-top:solid 7px #F0822B;
    }

    .DivContainerInternalBox
    {
    	width: auto;
    	border-bottom:solid 1px #CBCBCB;
    	border-left:solid 1px #CBCBCB;
    	border-right:solid 1px #CBCBCB;
    	border-top:solid 0px #000000;
    	padding: 1px;
    	/*position: relative;*/
    	
    }

    .DivContainerInternalTopBox
    {
    	width: auto;
    	height: 7px;
    	background-image: url(/_layouts/ATM/images/container_bgTop.jpg);
    	background-repeat: repeat-x;
    	background-position: top left;
    }   
    
    .DivContainerInternalTopTitleBox
    {
        width:auto;
        height:30px;
        background-color:#EFEEEC;   
        overflow: hidden;  
        position: relative;
        text-align: left;
    }   
    
    .DivContainerInternalTopTitleBoxImage
    {
        width:auto;
        height:10px;
        position: relative;
    }
    
    .DivContainerInternalTopTitleImage
    { 
    	position: absolute;
    	right: 15px;
    	top: -25px;
    	border-style:none;
    }
    
    .DivContainerInternalTopTitleBoxText
    {
        width:100%;
    	vertical-align: middle;
    	position: absolute; 	
    	top: 25%;
     }    

    .DivContainerInternalTopTitleText
    {
        width:auto;
        height: 30px;
    	font-weight: bold;
    	text-align: left;
    	padding-left: 15px;
    	position: relative;
    }
        
    .DivContainerContent
    {
    	width: auto;    	
    	overflow: hidden;   
    }       

    .DivContainerInternalBottomBox
    {
    	width: auto;    	
    	height: 8px;
    	background-image: url(/_layouts/ATM/images/container_bgBottom.jpg);
    	background-repeat: repeat-x;
    	background-position: top left;
    } 
    
    .DivContainerInternalBottomArea
    {
        width:auto;
        height:30px;
        background-color:#EFEEEC;   
        position: relative; 	
        overflow: hidden;  
        text-align: left;          	    	
    } 
    
    .DivContainerInternalBottomAreaLink
    {
        width:100%;
    	vertical-align: middle;
    	position: absolute; 	
    	top: 25%;
     }    

    .DivContainerInternalBottomAreaLinkTextRight
    {
        width:auto;
        height: 30px;
    	font-weight: bold;
    	text-align: right;
    	padding-right: 5px;
    	/*position: relative;*/
    	
    }

    .DivContainerInternalBottomAreaLinkTextLeft
    {
        width:auto;
        height: 30px;
    	font-weight: bold;
    	text-align: left;
    	padding-left: 5px;
    	position: absolute;
    	
    }
    
    .LinkContainerInternalBottomAreaLinkText
    {
		color: black;    	
		text-decoration: none;
    }
    
    .LinkContainerInternalBottomAreaLinkText:hover
    {
		color: #D6001C;    
		text-decoration: none;
		text-align: left;
    }
    
    .DivContainerExternalBottomBox
    {
    	width: auto;
    	height: 4px;
    	background-image: url(/_layouts/ATM/images/container_shadow.jpg);
    	background-repeat: repeat-x;
    	background-position: top left;
    }      
    
    .ImageInternalBottomAreaLink
    {        
        padding-left: 10px;
		padding-bottom: 2px;
        vertical-align:bottom;
        text-align: left;
        border: none 0px;
    }