﻿
html, body {
  height: 100%;
  margin: 0;
}


.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -40px;
}


.footer,
.push {
  height: 40px;
 
}


.AMFErrorMessage 
{
    margin-left: 15px;
    color: Red;
    font-style:italic;
    font-weight: bold;
}

.AMFInfoMessage 
{
    margin-left: 15px;
    color: Green;
    font-style:italic;
    font-weight: bold;
}
.AdminBox
{
    border: 1px solid #d8d8d8;
    background-color: #ecfaff;
    padding: 20px;
    }
    
    .AMFWatermarked
    {
        color: #dddddd;
        }
        
        
        
        

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
   
    font-weight: bold;
    border-bottom:solid 5px #0092ce;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBF9FF), color-stop(1, #C2ECFF) );
	background:-moz-linear-gradient( center top, #EBF9FF 5%, #C2ECFF 100% );
	background:-o-linear-gradient(top, rgb(235,249,255) 5%, rgb(194,236,255) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF9FF', endColorstr='#C2ECFF');
	-ms-linear-gradient:(top, #EBF9FF 5%, #C2ECFF 100%);
   	background-color:#cbeeff;
   	
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#406b80;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#000;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FDECEF), color-stop(1, #FAC7CF) );
	background:-moz-linear-gradient( center top,#FDECEF 5%, #FAC7CF 100%  );
	background:-o-linear-gradient(top, rgb(253,236,239) 5%, rgb(250,199,207) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDECEF', endColorstr='#FAC7CF');
	-ms-linear-gradient:(top, #FDECEF 5%, #FAC7CF 100%);
	background-color:#FDECEF;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{

  
    padding:1em 1em;
    background-color:#ffffff;    
    border:solid 1px #808080;
    border-top-width:0px;
}



/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
    background:url(img/msngallery/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 6px 10px;
    color:#444444;
    display:block;
    text-align:center;    
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
   
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 2px #A8D4D9;
    border-top-width:3;
}
table.metropolis td img {
    vertical-align: bottom;
    height:0px;
}