﻿html, body {
   height: 100%;
   margin: 0;
   padding: 0;
 }
 

table
{
	empty-cells: show; 
	border-collapse: collapse;
}

img#bg {
   position:fixed;
   top:0;
   left:0;
   height:100%;
 } 
 
td.decisions
{
	padding: 2px;
}

.HeaderBackground
{
/*	background-image : url(../images/bluefade.jpg);
	background-repeat : repeat-x;    */
	background-image : url(../images/shutterstock_297779456.jpg);
	background-position: top;
	background-attachment: fixed;
}
.MasterBackground {
	background-image : url(../images/LoginPage1.jpg);
	background-position: center center;
	background-attachment: fixed;
    background-size: 100% 100%;
	background-repeat: no-repeat;
    height: 100%;
}
.MasterBackground.marketing2win {
	background-image : url(../images/marketing2win_bg.jpg);
}
.MasterBackground.fashion2win {
	background-image : url(../images/fashion2win_bg.jpg);
}
.MasterBackground.digital2win {
	background-image : url(../images/digital2win_bg.jpg);
}
    .MasterBackground.gcuITEM {
        background-image: url(../images/digital2win_bg__.jpg);
    }
.MasterBackground.legal2win {
	background-image : url(../images/legal2win_bg.jpg);
}
.MasterBackground.sam2win {
	background-image : url(../images/sam2win_bg.jpg);
}
.MasterBackground.globalb2b2win{
	background-image : url(../images/globalb2b2win_bg1.jpg);
}
    .MasterBackground.good2win {
        background-image: url(../images/Good2Win_bg.jpg);
    }

/*    
	height: 100%;
	overflow: auto;
	background: #d0e4f7;
    background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 4%, #f4f8f9 14%, #539fe1 79%, #87bcea 100%);   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(4%,#73b1e7), color-stop(14%,#f4f8f9), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); 
    background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 4%,#f4f8f9 14%,#539fe1 79%,#87bcea 100%);  
    background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 4%,#f4f8f9 14%,#539fe1 79%,#87bcea 100%);  
    background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 4%,#f4f8f9 14%,#539fe1 79%,#87bcea 100%);  
    background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 4%,#f4f8f9 14%,#539fe1 79%,#87bcea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
*/

.tablegroupbox
{
    width: 100%;
    border: 1px solid #5494EA;
    padding: 5px;
}

.labeltitle
{
	font-weight: bold;
}

.tablefooter
{
    padding-right: 5px;
}

a {
	position: relative;
}
/*
a:hover:after {
	background: yellow;
	content: attr(title);
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 30px;
}


img {
	position: relative;
}
img:hover:after {
	background: yellow;
	content: attr(title);
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 30px;
}
*/
.clue
{
    width: 16px;
    height: 16px;
}

   .linkbutton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
   }