#wrap {
	padding: 20px; /* 20px; */
	min-width: 650px;
	width: 850px;
	margin: 0 auto;
    text-align : left;
}

table 
{
    border-collapse:collapse;
    width: 100%;
}

.masterLogoTitle
{
    margin-bottom:10px;
}

.masterBackground
{
    background: url("images/master_bkg_top_avaya.gif") repeat-x center top;
}

.masterBackgroundBottom
{
    background: url("images/master_bkg_bottom.jpg") repeat-x center top;
    height:25px;
    text-align:center;
    
}

.masterBottomToolbar
{
    text-align:center;
    font-size: smaller;
    color: #606060;
    padding-top:5px;
    margin-bottom:10px;
}

/* css for element containing title logo */
.masterLeftSide
{
    vertical-align: top; 
    text-align: left;
    padding: 15px 5px 0px 5px;
    float: left;
}

/* css for element containing login status */
.masterLogin
{
    margin-right:11px;
    font-size:0.9em;
    letter-spacing: -0.01em;
    text-align: right;
    padding: 5px 5px 0 0;
}

.masterRightSide
{
    vertical-align: top;
}

.masterlogo
{
    padding-top:15px;
    vertical-align: top; 
    padding-right:30px;   
}

.mainContainer
{
    text-align: left;
    padding-right: 3px;
}

.mainMenuContainer
{
    float:right;
    padding-right: 3px;
    width: 550px;  /* without this, IE6/7 menubar wraps around */
}

.title
{
    text-align:center;     
    font-weight:bold;
    font-size:22px;
}

.user
{	
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.content
{ 
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 500px;
}


.copyright
{
    font-size: smaller;
    color: #C0C0C0;
}


.redLink, .redLink:visited /* for those command links not styled inside asp.net stuff */
{
    font-weight:bold;
    color: #cb0100;
}

.disabledLink /* Used for text that replaces a link */
{
    color:#aaaaaa;
}

.redLinkSmall /* for those command links not styled inside asp.net stuff */
{
    font-weight:bold;
    color: #cb0100;
    font-size:11px;
}

.redLinkSmallServicesPage /* small refinement to the 'learn more' links on the services page */
{
    position: absolute; 
    top:0.4em; 
    right: 10px;
}


a.invisoLink, .invisoLink a /* a non-underlined link */
{
    text-decoration:none;
    color: #566d7f;
}

a.invisoLink:visited, .invisoLink a:visited
{
   text-decoration:none;
   color: #566d7f;
}
 
a.invisoLink:hover, .invisoLink a:hover 
{
   text-decoration:none;
   color: #ce0000;
} 


.waInfoWindowBackground
{
  background-color:#555555;
  filter:alpha(opacity=60);
  opacity:0.7;
  

}

.waInfoWindow
{
    width:500px;
    border: solid 1px #888;
    
  background: #fff;
  padding: 0px;
  position:absolute;
  top:-1000px;
  
  -moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.waInfoWindowTitle
{
    margin:0px;
}

.waInfoWindowTitleTD
{
    vertical-align:middle;
    padding:5px;
    background-image: url("../../App_Themes/WaStoreTheme/images/generic_short_bottom_fade.jpg");
    background-repeat:repeat-x;
    font-size:1.2em;
}

.waInfoWindowContent
{
    padding-left:20px;
    padding-top:10px;
    padding-right:15px;
}

.waInfoWindowPopupLinkText
{
    font-size:11px;
}

.waInfoWindowPopupLinkText a:link, .waInfoWindowPopupLinkText a:hover, .waInfoWindowPopupLinkText a:visited, .waInfoWindowPopupLinkText a:active
{
    text-decoration:none;
}




 
