﻿/* eVid CSS for Master - 1/17/07 */

/*

=Global Styles
=Typography
=MOSS Tools - tools for login and editing
=Masthead - AMD header
=Searchbox
=Search Styles
=Primary Navigation
=Left Navigation
=Content Styles
=Link Styles
=MOSS Lists
=HTML Editor Styles
=AMD custom editor styles
=Promotional Styles
=Footer
=Microsoft overrides
=CSS for Print
=Initiatives 

/* =Global Styles */

body {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #333;
	font-family: Verdana, arial, sans-serif;
	line-height: 18px;
}

p {
	margin-bottom: 11px
}

.bodywhite {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #fff;
	font-family: Verdana, arial, sans-serif;
	
}

.smallText {
	font-size: 9px;
	color: #333;
}

a  {
	color: #096;
	text-decoration: none;
}

p a{
	color:#009966;
	text-decoration:underline;
}

p a:visited{
	color:#47620f;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {

	color:#47620f;
}


ul {
	list-style:square;
	list-style-position: outside;
		
}

ul ul {
	list-style: circle;	
	list-style-position: outside;
	margin-left: 22px;
}

ul ul ul {
	list-style: disc;	
	list-style-position: outside;
	margin-left: 22px;
}


ol {
	list-style: decimal;
	list-style-position: outside;
}

ol ol {
	list-style: lower-alpha;
	list-style-position: outside;
}

ol ol ol {
	list-style: lower-roman;
	list-style-position: outside;
}

Hr{
border: none 0; 
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #efefef;
        height: 2px;
        margin: 10px auto 0 0;
        text-align: left;
}

#promo {
	width:187px;
	vertical-align: top;
	float: right;
}

.slm-layout-main {
	background:transparent url('Images/AMDV3/gradient.jpg') repeat-x;
	margin-bottom: 22px;
}

/* button style */

.button { 

	color:#494f55;
	text-decoration:none;
	height: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	
}

.button * {
	display:block;
}

.button span { /* left edge - must be a very long graphic */
	background:url('Images/AMDV3/buttonleft.jpg') no-repeat left;
	text-decoration: none;
	height: 28px;
	padding: 0px;


}

.button span span { /* right edge */
	color:#494f55;
	height: 28px;
	text-decoration:none;
	background:url('Images/AMDV3/buttonright.jpg') no-repeat right;
	padding: 0px;
	}
	
a:hover.button span {
	background:url('Images/AMDV3/buttonleft_active.jpg') no-repeat left;
	text-decoration: none;
	height: 28px;
	padding: 0px;


}

a:hover.button span span  {
	color:#494f55;
	height: 28px;
	text-decoration:none;
	background:url('Images/AMDV3/buttonright_active.jpg') no-repeat right;
	padding: 0px;

	}
	
	
/* grey button for XSL */

.AMDButton {
	width: 100%;
	float: left;
	margin-bottom: 11px;
}

.AMDButton_left {
	background: transparent url('/Style%20Library/Images/AMDV3/greyButtonLeft.png') no-repeat;
	width: 8px;
	height: 28px;
	float:left;
	position:relative;
}

.AMDButton_center {
	background: transparent url('/Style%20Library/Images/AMDV3/greyButtonBG.png') repeat-x;
	height: 24px;
	float:left;
	position:relative;
	padding-top: 4px;
	font-weight:normal;
	font-size: 10px;

}

.AMDButton_center a:link {
	color: white;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size: 10px;
}

.AMDButton_center a:hover {
	text-decoration:underline;

}

.AMDButton_center a:visited {
	text-decoration:none;
}

.AMDButton_right {
	background: transparent url('/Style%20Library/Images/AMDV3/greyButtonRight.png') no-repeat;
	width: 8px;
	height: 28px;
	float:left;
	position: relative;
}



	

/* Secondary Promo styles to add spacing to images */

.secpromo {
	vertical-align: top;
	margin: 0px;
	display: inline;
}

.secpromo img {
	margin-right: 11px;
	float: left;
}

#group h3{
margin-left:11px;
}

#group #linkitem {
margin-left:11px;
}


/* Remove border from linked images start */

img { 
border: 0px none; 
}

/* Remove border from linked images end */ 

/* =Typography */

/* typography start*/


h1 { /* Page Title */
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#000;
	margin-bottom: 16px;
	line-height:18px;
}

h2.group /* Hub page group sub headings */
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 10px 10px 0px 0px;
}

h2 /* Intro Heading */
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 0px 0px;
}

h3 /* Body text heading */
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
	margin:0px;
}

h1.white { /* White Page Title */
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#FFF;
	margin-bottom: 16px;
	line-height:18px;
}

h2.white { /* White Page Subtitle Level 1*/
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	color:#FFF;
	line-height:18px;
}

h3.white { /* White Page Subtitle Level 2*/
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	color:#FFF;
	line-height:18px;
}

/* typography end*/


	
/* =Masthead    */

#masthead {
	background: #26282c url('Images/AMDV3/header_background_repeat.jpg') repeat-x;
	width: 952px;
	height: 88px;
	margin-left:8px;
}

#AMDBlackTab{
	float:left;
	border: none;
	padding: 22px;
}

.mastheadleft{
	background-image:url('Images/AMDV3/header_left.png');
	float:left;
	width:8px;
	height:88px;
}

.mastheadright{
	background-image:url('Images/AMDV3/header_right.png');
	float:right;
	width:8px;
	height:88px;
}

.SecondaryNav{
 	position:relative;
    left: 0px; 
    top: 22px; 
    width: 667px;
    color: #999;
    float: right; 
}

.SecondaryNav_ns {
 	position:relative;
    left: 0px; 
    top: 22px; 
    width: 770px;
    color: #999;
    float: right;
    margin-bottom:20px;
    margin-right: 22px;
    text-align: right;


}

.SecondaryNav_ns a {
	color:#ebeef0;
	text-decoration:none;
	}

.SecondaryNav a {
	color:#ebeef0;
	text-decoration:none;
	}

/* =Searchbox - MS Sharepoint */

     #sitesearch {
        position:relative;
        padding:0px;
		padding-left:2px;
		white-space:nowrap;
		width:200px;
		border:none;
		left: 450px;
		top: -22px;
			
	}


	td.ms-sbcell{
		padding:0px;
		padding-left:2px;
		white-space:nowrap;
		border:none;
	}

	td.ms-sbgo{
		background-color: transparent;
		padding-left:px;
		padding-right:3px;
		padding-bottom:1px;
		padding-top:1px;
		border:solid 0px;
	}
	
	td.ms-searchimage{
		border:0px;
		border-left:0px;
		background-color:white;
		padding-left:3px;
		padding-right:3px;
		padding-bottom:2px !important;
		padding-top:2px !important;
	}

     .sitesearch td.ms-sbcell{
		padding:0px;
		padding-left:2px;
		white-space:nowrap;
		border:none;
	}

 
 	.ms-sbplain{
		font-family:Verdana, arial, sans-serif;;
		font-size:8pt;
		border:solid 1px #999999;
	}

/* =Search Styles */

.srch-Metadata{
	BORDER-TOP: #FFFFFF 1px solid;
	FONT-SIZE: 1.0em;
	MARGIN: 0px 0px 15px;
	COLOR: #666666;
	FONT-FAMILY: verdana;
	background-color: #FFFFFF;
}
.srch-Page{
COLOR:#333333;
FONT-WEIGHT:bold;
FONT-SIZE:1.0em;
FONT-FAMILY:Verdana;
background-color: white;
text-align:right;
}

.ms-sbtext{
font-family:Verdana;
font-size: 11px;
font-weight:bold;
}

.srch-Title{
FONT-SIZE:12px;
MARGIN:0px 0px 5px;
COLOR:#003399;
FONT-FAMILY:Verdana;
}

.srch-URL A:visited{
color:#096 !important;
text-decoration:none;
}

.srch-URL A:link{
color:#096 !important;
text-decoration:none;
}

.srch-URL a:hover{
color:#096;
text-decoration:underline;
}

/* =Primary Navigation */

#PrimaryNav{ 
	left: -11px; 
	top: 22px; 
	position: relative; 
	display: block;
	float: right;
	height: 26px;
	text-align:right;
	z-index: 1;

}
#PrimaryNavns { 
	left: -11px; 
	top: 22px; 
	position: relative; 
	display: block;
	float: right;
	height: 26px;
	text-align:right;
	z-index: 1;

}

#PrimaryNavns a {
		color:#ebeef0;
		text-decoration:none;

}

.ms-topnavContainer{
border: none;
width: 968px;
}

.ms-topnav{
border:none;
background-image:none;
font-family:Verdana;
font-size:12px;
background: transparent;
color: #fff;
height: 22px;

}


.ms-topnav a {
display:block;
white-space:nowrap;
padding: 0 11px 0 11px;
height:26px;

}

.ms-topnav img{
position:relative;
left:-6px;
}

.ms-topnavselected{
color:#fff;
background:none;
font-weight:normal;
border:none;
background-color:none;
}

.ms-topnavselected a{
color:#FFF;
font-weight: normal;
}

.ms-topNavHover{
border:none;
color:#fff;
height: 26px;
background: url('Images/AMDV3/nav_right_long.gif') no-repeat right; /* this one needs to be as long as possible to cover all text */

}

.ms-topNavHover a {
color:#fff;
height: 26px;
background: url('Images/AMDV3/nav_left_long.gif') no-repeat left; /* needs to be short enough to not cover the right corner and can't be transparent - img must have dark grey bg */


}

.ms-topNavFlyOutsContainer 
{
border-top: 1px #818a93 solid;
border-left: 1px #818a93 solid;
border-right: 1px #818a93 solid;
border-bottom: 1px #818a93 solid;
background-color:#FFF;
}

.ms-topNavFlyOuts{
background-color: #FFF;
font-family:Verdana;
font-size:11px;

}

.ms-topNavFlyOuts a{
display:block;
width:120px;
min-width:120px;
color:#000;
padding:4px 8px 4px 8px;
border: none;
}

.ms-topNavFlyOutsHover{
background-color:#818a93;
color:#fff;
}

.ms-topNavFlyOutsHover a {
background-color:#818a93;
color:#fff;
}


.NavigationBar {
	position:relative;
	top:45px;
	left:-150px;
}


#GradientRule{
	float:left;
}

#spacer{
	width:968px;
	height: 11px;
}


/* =Left Navigation */

/* MOSS Contolled Left Navigation */

.leftNav{
	text-align:left;
	width:187px;
	background-color: #fff;
	margin-bottom:20px;
	margin-right:11px;
} 

.leftNav a{
	color:#26282c;
	text-decoration:none;
}

.leftNav4 td{
	background-color: #bdc5cb;
	padding: 6px 13px 6px 33px;
	line-height:15px;
}

.leftNav4 td:hover{
	background-color: #a4acb4;
}

.leftNav3 td{
	background-color: #d2dadd;
	padding: 6px 13px 6px 22px;
	line-height:15px;
}

.leftNav3 td:hover{
	background-color:#a4acb4;
}

.leftNav2 td{
	background-color: #d2dadd;
	padding: 6px 13px 6px 11px;
	line-height:15px;
}

.leftNav2 td:hover{
	background-color:#a4acb4;
}

.leftNav1 td{
	background-color: #d2dadd !important;
	padding: 11px 13px 6px 11px;
	line-height:15px;
	background-image: url('Images/AMDV3/topnav.gif');
	background-repeat: no-repeat;
	background-position: top center;
} 

.leftNav1 td:hover{
	background-color:none;
}

.leftNavSelected td{
	background-color: #a4acb4;
	font-weight:bold;
	line-height:15px;
	padding: 6px 13px 6px 22px;
}
 
.leftNavSelected td:hover {
	background-color: #a4acb4;
}

#lnbottom{
	background: url('Images/AMDV3/bottomnav.gif') no-repeat top left; 
	width: 187px;
	margin-top:-20px; 
	margin-bottom:22px;
	height: 11px;			
}


/* Hub Page Features */

#HubFeatureImage {
	position:absolute;
	width:286px;
	left: 465px;
	top: -22px;
	float: right;
}


#HubFeatureImageNoOffset {
	position:absolute;
	width:286px;
	left: 465px;
	top: 22px;
	float: right;
}

#HubFeatureImageCentered{
	position:absolute;
	width:286px;
	left: 465px;
	top:0px;
	float: right;
}

#HubFeatureText {
	width: 440px;
}

#HubFeatureImage375x {
	position:absolute;
	width:375px;
	left: 395px;
	top: -22px;
	float: right;
	
}

#HubFeatureText375xImage {
	width: 367px;
	float: left;
}

#PlayHubFeature375x {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px 0 22px 22px;
	width: 748px;
	margin-bottom: 11px;
}



#PlayHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px;
	width: 726px;
	margin-bottom: 11px;
}


#WorkHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #008254;
	padding:  22px ;
	width: 726px;
	margin-bottom: 11px;
}

#HomeHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #FA9B20;
	padding:  22px;
	width: 726px;
	margin-bottom: 11px;
}


/* Hub Buckets - for layouts */

.hubThreeColumn{
	width:248px;
	vertical-align:top;
	padding-bottom:10px;
	background-repeat:repeat-x;
}

.hubThreeColumnEnd{
	width:248px;
	vertical-align:top;
	padding-bottom:10px;
	padding-right:0px;
	background-repeat:repeat-x;
}


.hubThreeColumnNoRightCol{
	width:315px;
	vertical-align:top;
	padding-bottom:10px;
	padding-right:4px;
	background-repeat:repeat-x;
}

.hubThreeColumnNoRightColEnd{
	width:315px;
	vertical-align:top;
	padding-bottom:10px;
	padding-right:0px;
	background-repeat:repeat-x;
}



/* Radial Gradient - Content Feature Styles */

/*corporate*/
.beigegradient {
 background: #928e7b url('Images/AMDV3/colorbar-beige.png') no-repeat center center;
 color:#000;
 line-height: 18px;
 padding: 22px;

}
/*home*/
.cyangradient {
 background: #006593 url('Images/AMDV3/colorbar-cyan.png') no-repeat center center;
 color:#ffffff;
 line-height: 18px;
 padding: 22px;
}

/*play*/
.redgradient {
 background: #740e0e url('Images/AMDV3/colorbar-red.png') no-repeat center center;
 color:#fff;
 line-height: 18px;
 padding: 22px;

}
/*work*/
.greygradient {
 background: #494f55 url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

/*work darker gradient*/
.greygradient2 {
 background: #494f55 url('Images/AMDV3/colorbar-grey-2.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}



.greywidget {
	background: url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
}

/*

.widgetposition {
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
 	top:25%; 
 	display:table-cell; 
 	vertical-align:middle;
 	position: relative;

}

*/

.greygradientwidgets {
	margin-left:0 auto; 
	margin-right:0 auto; 
	text-align:center;
	position:relative; 
 	top:15%; 

 	vertical-align:middle;
	background: url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
 	color:#FFF;
 	line-height: 18px;
 	min-height: 560px;	
 	}

.greygradientwidgets .ms-WPBody A, .greygradientwidgets .ms-WPBody A:link, .greygradientwidgets .ms-WPBody A:hover, .greygradientwidgets .ms-WPBody A:visited{
	color:#fff;
}

.greygradientwidgets p .ms-WPBody A, .greygradientwidgets .ms-WPBody p A:link, .greygradientwidgets p .ms-WPBody A:hover, .greygradientwidgets p .ms-WPBody A:visited{
	color:#fff;
	text-decoration:underline;
}

/* violet gradient */
.violetgradient {
 background: #5f0540 url('Images/AMDV3/colorbar-violet.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 22px;
}

/* New Promos */

/* Gradient Background */
.promogradient{
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;
	padding: 5px 11px 11px 11px;
}

.threecolumnhubheader
{
	background-image:url('Images/AMDV3/3columnhub_header.gif');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;
	width: 238px;	
}

.threecolumnhubheaderNoRightCol
{
	background-image: url('Images/AMDV3/3columnhub_header_NoNav.gif');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;
	width: 305px;	
}

.twocolumnhubheader
{
	background-image:url('Images/AMDV3/module_header_370.jpg');
	background-repeat:no-repeat;
	background-color: #4a4f55;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 10px 5px 10px;
}

.fourcolumnhubheader
{
	background-image:url('Images/AMDV3/2columnhub_header_NoNav.jpg');
	background-repeat:no-repeat;
	background-color: #4a4f55;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 10px 5px 10px;
}


.promoheader
{
	background-image:url('Images/AMDV3/promo_header.jpg');
	background-repeat:no-repeat;
	background-color: #a5acb6;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding: 5px 0 6px 10px;
}

/* WW Page Header */

.wwregion{
	padding-bottom:22px;
}

.jadeheader
{
	background-image: url('Images/AMDV3/jade_header.gif');
	background-repeat:no-repeat;	
	height:24px;
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 0 10px;	
}

.blackheader
{
	background-image: url('Images/AMDV3/black_header.gif');
	background-repeat:no-repeat;	
	height:24px;
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 0 10px;	
}


/* =Link Styles */

/* Link List */

.linklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 11px;
	}

.linklist ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 

	}
.linklist ul { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist a:link { 
	
	text-decoration: none; 
	}
.linklist a:hover { 
	text-decoration: underline; 
	}


.linklist ul li.link { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 15px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 7px;
}

.linklist li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 15px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 7px;
}


/* WHITE LINK LIST STYLES */
.whitelinklist {
	display:block;
	list-style-type:none;
	margin:1em 0;
	padding:0;
	list-style-position: outside;
	color: #fff;
	}

.whitelinklist ul {
	display:block;
	list-style-type:none;
	margin:1em 0;
	padding:0;
	list-style-position: outside;
	}


ul li.link {
	display:inline-block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 9px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0px 6px;
	list-style-position: outside;
	}

.whitelinklist li {
	display:block;
	list-style-type:none;
	line-height:18px;
	margin:0 0 0.6em;
	padding:0 0 0 16px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0 6px;
	list-style-position: outside;
	}

.whitelinklist li a:link {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}	
	
.whitelinklist li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:active {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
}


/* =MOSS Lists */

.item {
 margin: 0;
}

.link-item a:link{
font-family:verdana, helvetica, san-serif; 
font-size:11px; 
color: #096;
text-decoration:none;
}

.link-item a:active{
color: #47620f;
text-decoration:none;
}
.link-item a:hover{
color: #096;
text-decoration:underline;
}
.link-item a:visited{
color: #47620f;
text-decoration:none;
font-family:verdana, helvetica, san-serif; 

}


.ms-WPBody {
	font-family: verdana;
	font-size: 11px;
}

.ms-WPBody A:link
{
color:#009966;
text-decoration:none;
}
.ms-WPBody A:visited
{
color:#47620f;
text-decoration:none;
}

.ms-WPBody A:hover
{
color:#009966;
text-decoration:underline;
}

/* =HTML editor styles */

.ms-rteCustom-AMDArrowLink  {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 8px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.3em;
}


.ms-rteCustom-AMDArrowLink:hover {
	text-decoration:underline;
}

.ms-rteCustom-AMDArrowLinkWhite  {
	display:block;
	color: #fff;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 8px;
	background:url('Images/AMDV3/white_link_arrow.gif') no-repeat 0 0.3em;
}


.ms-rteCustom-AMDArrowLinkWhite:hover {
	text-decoration:underline;
}


.ms-rteCustom-SubHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-PageSubTitle
{
	font-size: 12px;
	color: #666;
	font-weight:bold;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-IntroHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
}


.ms-rteCustom-BodyTextHeading
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
}


/* =Footer */	

#rtp {
   display:none; /*hide RTP */
	width:968px;
	margin-left:11px;
	margin-bottom: 11px;
	margin-top: 44px;
	}

#rtp a {
	font-family:Verdana;
	font-size:10px;
	color:#096;
	text-decoration:none;
	}
	
.footerline {
     margin-top: 44px; /* remove once new RTP is implemented */
	background-image: url('Images/AMDV3/grey_rule_968x11.gif');
	background-repeat: no-repeat;
	height: 22px;
}	
.footerlineUK {
     margin-top: 44px; /* remove once new RTP is implemented */
	background-image: url('Images/AMDV3/grey_rule_968x11.gif');
	background-repeat: no-repeat;
	height: 25px;
}	

	
.footer {
	position:relative;
	margin: -11px 0px 22px 0px;
	font-size: 10px;
	border: none;
	height: 5px;
	background:none;
	z-index:1;
	line-height: 16px;
	}
	
.footer .links {
	list-style-type:none;
	float:left;
	margin:0px;
	}

.footer .links .first {
	margin:0px, 0px, 0px, 3px; /*changed 16 from 0, added 0s*/
	padding:0px;
	border-left:none;
	}

.footer .links li {
	display:inline;
	list-style-type:none;
	margin:0px 0px 0px 8px; /*changed 11, from 0--*/
	padding:0px 0px 0px 8px;
	border-left:solid 1px #A6ACB4;
	}

.footer a {
	text-decoration:none;
	color:#999;
	font-family:Verdana;
	font-size:10px;
	}	
		
.footerText {
	text-decoration:none;
	color:#999;
	font-family:Verdana;
	font-size:10px;
	}	
	

	
		
/* CSS for Print */

@media print{
	body {
	margin: 0;
	padding: 0;
	}
	
.footer #foot {
	display:none;
	}
}



/* V2 Styles */

/* =Link Styles */

/* Link List */
.linklist ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist ul { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist ul { 
	margin: 0px; 
	padding: 0px; 
	}
.linklist a { 
	text-decoration: none; 
	}
.linklist a:hover { 
	text-decoration: underline; 
	}
.linklist .alt { 
	padding: 0px; 
	background: none; 
	}
.linklist .alt a { 
	text-indent: 0px; 
	padding-left: 11px; 
	display: block; 
	background: transparent url() 0 0.4em no-repeat; 
	}
.linklist ul li.link { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.6em;
}
.linklist li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.6em;
}
.linklist .alt a { 
	display:inline; 
	} 
	
	/* hide from mac ie */

/* Secondary LINK LIST STYLES */
.slinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	background-repeat:repeat-x;
	line-height: 18px;
	}

.slinklist {
	display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}

.slinklist ul {
	margin:0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.45em;
}

.slinklist li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0 0 0 11px;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.45em;
	list-style-position: outside;
}


.slinklist a:link {
	text-decoration: none;
	color: #009966;
	}
	

.slinklist a:hover {
    text-decoration: underline;
	color: #009966;
	}


.slinklist a:visited {
	color: #939;
	}
	
.slinklist .alt {
	padding:0;
	background:none;
	}

.slinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 7px;
}

.promo .slinklist {
	width: 177px;
	}

.promonav .slinklist {
	width: 177px;
	}
	

	
/* hide from mac ie \*/

.slinklist .alt a {
	display:inline;
	}

/* end hide */


/* WHITE LINK LIST STYLES */
.whitelinklist {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0;
	list-style-position: outside;
	color: #fff;
	}


.whitelinklist ul {
	display:block;
	list-style-type:none;
	margin:3px;

	}


.whitelinklist li {
	line-height:16px;
	margin-top:0 ; margin-right: 0; margin-bottom: 0; margin-right:0;
	padding:0 0 0 15px;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}

.whitelinklist li a:link {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}	
	
.whitelinklist li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:active {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}

a.title {
	font-weight:bold;
	}

.whitelinklist .alt {
	padding:0;
	background:none;
	}

.whitelinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}
	
ul li.link {
	display:block;
	list-style-type:none;
	line-height:16px;
	margin:0 0 5px 0;
	padding:0 0 0 11px;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}

	
/* hide from mac ie \*/

.whitelinklist .alt a {
	display:inline;
	}

/* end hide */


/* Primary LINK LIST STYLES */
.plinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.plinklist {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.plinklist ul {
	margin: 0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 1.6em;
	padding: 0px 0px 5px 25px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 7px;
}

.plinklist li {
	display:block;
	list-style-type:none;
	line-height:1.5em;
	margin:0 0 1.6em; /* adjust between link spacing */
	padding: 0px 0px 5px 25px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 7px;
}

.plinklist a {
	text-decoration: underline;
	font-weight: bold;
	}
	
.plinklist a:visited {
    text-decoration: underline;
	}
	
.plinklist a:hover {
    text-decoration: underline;
	}


.plinklist .alt {
	padding:0;
	background:none;
	}

.plinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV2/primary_link_arrow.gif') no-repeat 0 0.4em;
}

.promo .plinklist {
	width:177px;

}

/* hide from mac ie \*/

.plinklist .alt a {
	display:inline;
	}

/* end hide */

.summarylinkdescription{
	padding-left:20px;
	padding-bottom:10px;
	font: 11px Verdana;
	color:#333;
	line-height:normal;
}


/* Gray LINK LIST STYLES */
.graylinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;
	line-height: 18px;
	}

.graylinklist {
	display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}


ul li.link {
	display:block;
	list-style-type:none;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.45em;
}

.graylinklist li {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0 0 0 11px;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.45em;
	list-style-position: outside;
	margin-left:1px;
}


.graylinklist a:link {
	text-decoration: none;
	color: #009966;
	}
	

.graylinklist a:hover {
    text-decoration: underline;
	color: #009966;
	}


.graylinklist a:visited {
	color: #939;
	}
	
.graylinklist .alt {
	padding:0;
	background:none;
	}

.graylinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.4em;
}

.promo .graylinklist {
	width: 177px;
	}

.promonav .graylinklist {
	width: 177px;
	}

.graysummarylinkdescription{
	padding-left:15px;
	padding-bottom:10px;
	font: 11px Verdana;
	color:#333;
	line-height:normal;
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;
	
}
	

.graylinksummarylinkdescription{
	padding-left:10px;
	padding-bottom:10px;
	font: 11px Verdana;
	color:#333;
	line-height:16px;	
}


	
/* hide from mac ie \*/

.graylinklist .alt a {
	display:inline;
	}

/* end hide */



/* =MOSS Lists */

.bullet{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('file:///C:/Users/klinford/Documents/AMD/Design/Projects/Fusion/Images/AMDV2/arrow.gif');
background-repeat:no-repeat;
background-position:left;
padding:0px 0px 0px 10px;
display:block;
list-style-type:none;
line-height:1.1em;
margin:0 0 0.6em;
}

.bulletHub{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('file:///C:/Users/klinford/Documents/AMD/Design/Projects/Fusion/Images/AMDV2/arrow_primary.gif');
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
padding-right: 0px;
}

.bulletPlat{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('file:///C:/Users/klinford/Documents/AMD/Design/Projects/Fusion/Images/AMDV2/arrow_primary.gif');
background-repeat:no-repeat;
background-position: left;
padding-left: 15px;
padding-right: 0px;
}

.ms-WPBody A:link
{
color:#009966;
text-decoration:none;
}
.ms-WPBody A:visited
{
color: #47620f;;
text-decoration:none;
}

.ms-WPBody A:hover
{
color:#009966;
text-decoration:underline;
}

/* =HTML editor styles */

.ms-rteCustom-AMDArrowLink  {
	display:block;
	list-style-type:none;
	line-height:18px;
	margin:0 0 6px;
	padding:0 0 0 22px;
	background:url('Images/AMDV2/link_arrow_gray.gif') no-repeat 0 0.5em;
	text-decoration:none;
	color:#096;
}

.ms-rteCustom-AMDArrowLink:hover {
	text-decoration:underline;
}

.ms-rteCustom-AMDArrowLink:visited{
color: #47620f;
}

.ms-rteCustom-SubHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-PageSubTitle
{
	font-size: 12px;
	color: #666;
	font-weight:bold;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-IntroHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
}


.ms-rteCustom-BodyTextHeading
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
}

.ms-rteCustom-PageTitle
{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-bottom: 10px;
}

.ms-rteCustom-Border{
	border: 1px solid #999;
	padding: 5px;
	margin: 0px;
}

/* =AMD custom editor styles */

ol.ms-rteCustom-AMDUpperRomanNumberList { 
    text-indent:0; text-align:left; list-style-type: upper-roman; 
    margin-left:30px; margin-right:10px; padding-left:10px; margin-top:1px; 
}

ol.ms-rteCustom-AMDLowerRomanNumberList { 
    text-indent:0; text-align:left; list-style-type: lower-roman; 
    margin-left:30px; margin-right:10px; padding-left:10px; margin-top:1px; 
}

ol.ms-rteCustom-AMDLowerLatinAlphaList
{
	text-indent: 0;
	text-align: left;
	list-style-type: lower-alpha;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

ol.ms-rteCustom-AMDUpperLatinAlphaList
{
	text-indent: 0;
	text-align: left;
	list-style-type: upper-alpha;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

ol.ms-rteCustom-AMDSquareList
{
	text-indent: 0;
	text-align: left;
	list-style-type: square;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

/* End HTML editor Styles*/


/* Hub Page Features */

#HubFeatureImage {
	position:absolute;
	width:286px;
	left: 465px;
	top: -22px;
	float: right;
	
}


#HubFeatureImageNoOffset {
	position:absolute;
	width:286px;
	left: 465px;
	top: 22px;
	float: right;
	
}


#HubFeatureText {
	width: 440px;
}

#HubFeatureImage375x {
	position:absolute;
	width:375px;
	left: 395px;
	top: -22px;
	float: right;
	
}

#HubFeatureText375xImage {
	width: 367px;
	float: left;
}

#PlayHubFeature375x {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px 0 22px 22px;
	width: 748px;
	margin-bottom: 11px;
}



#PlayHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #A91414;
	padding: 22px;
	width: 726px;
	margin-bottom: 11px;
}


#WorkHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #008254;
	padding:  22px ;
	width: 726px;
	margin-bottom: 11px;
}

#HomeHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #FA9B20;
	padding:  22px;
	width: 726px;
	margin-bottom: 11px;
}

/* Alliance landing page feature */

/* to overright slm-main style */
.alliance {
	background: white;
}

.alliance .slm-layout-main {
	background: white;
}


.blackgradient {
	background: #2b2b2b url('Images/AMDV2/blackgradient.jpg') repeat-x;
	color: #a4acb4;
	padding: 11px 22px 11px 11px;
	height: 100%;
	margin-left: 11px;
	
}
.blackgradient p {
	color: #a4acb4;
}


.185image {
	
	width: 185px;
	float: left;
}

.blackgradient img {
	padding: 11px;
	
}

.alliancebutton {
	display: inline;
	text-decoration: none;
}


.alliancebutton a {
	color: #ccc;
	text-decoration: none;
	padding: 3px 11px 4px 11px;
	background: #626262 url('Images/AMDV2/alliancebutton.jpg') repeat-x top;
	height:22px;
	margin-right:11px;
	display:inline-block;

}

.alliancebutton a:visited {
	color: #ccc;
	text-decoration: none;

}


/* New Promos */

/* Gradient Background */
.promogradient{
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;
}

.homeheader
{
	background-image:url('Images/AMDV3/3columnhub_header.gif');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;
	width: 238px;
}
	
.workheader
{
	background-image:url('Images/AMDV3/3columnhub_header.gif');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;
	width: 238px;
	
}

.playheader
{
	background-image:url('Images/AMDV3/3columnhub_header.gif');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;
	width: 238px;
}

.jadeheader
{
	background-image: url('Images/AMDV2/jade_header.gif');
	background-repeat:no-repeat;	
	height:24px;
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 0 10px;	
}

.reviewheader
{
	background-image:url('Images/AMDV2/module_header_370.jpg');
	background-repeat:no-repeat;
	background-color: #4a4f55;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 10px;	
}

.hub .ms-WPBody{ /* this puts background gradient in review hub pages summary link webpart */
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;
}


.description{
	font: 11px Verdana;
	color:#333;
	line-height:16px;
	background:none;
	padding:none;
	}


.description{
	font-size: 11px;
	margin: 0px;
	padding-left: 10px;
	padding-right:5px;
	color: #333;
	font-family: Verdana, arial, sans-serif;
}

#reusablecontent {
	width:187px;
	vertical-align: top;
	margin-bottom:11px;
}


#backgroundgradient{
	background-image:url('Images/AMDV3/gradient.jpg');
	background-repeat:repeat-x;
	padding-bottom:11px;
}


.slm-layout-main
{
	background-image:url('Images/AMDV2/gradient.jpg');
	background-repeat:repeat-x;

}

table{
	margin:0px;
}


.hub .slm-layout-main {
	background:white;
				min-height: 0;
				margin-bottom:0;
}

.shopheader {
	background-image:url('Images/AMDV3/1columnhubheader.gif');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:1px 0 1px 10px;
	width: 968px;
	height:	24px;
	vertical-align:middle;

}

.shoptitle {
				color: #fff !important;
				font-family:Verdana;
				font-size:21px;
				position: relative;
				top: 50px; 
			    right: -30px;
			    z-index: auto;				
}

/*for shop homepage*/
.hubTopColumn{
	width:248px;
	vertical-align:top;
	padding-bottom:10px;
	padding-right:0px;
	background-repeat:repeat-x;
}

hubTopFlash{
	width:511px;
	vertical-align:top;
	padding-bottom:10px;
}


/* new promos */

#promo .slm-layout-main #group, #leftNav .slm-layout-main #group, #promo #backgroundgradient, #leftNav #backgroundgradient /*add gradient to right hand promos */{
	background:transparent url('Images/AMDV3/promo_bottom.png') no-repeat bottom;
	padding-bottom:11px;
}

.promoheader{
	background: url('Images/AMDV3/promo_top.png') no-repeat;
	background-color:white;
	font: Verdana;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#333;
	padding:5px 5px 0px 10px;
	margin-left:1px;
}

#promo .calloutContent{
	background:transparent url('Images/AMDV3/promo_bottom.png') no-repeat bottom;
	padding-bottom:0px;
}

#promo .calloutContentModule, #promo .promodescription, .promo .promodescription /* Promo content padding */
{
	font-size:10px;
	line-height:14px;
	padding: 5px 5px 10px 11px;
	margin: 0px;
	background: url('Images/AMDV3/promo_bottom.png') no-repeat bottom;
}

#promo .calloutContentModule li, #promo .promodescription li /* Promo content padding */{
	margin-left:-11px;
}


#promo .description, #leftNav .description, #promo .padded_description, #leftNav .padded_description, #promo .slm-layout-main .description{
	font-size: 10px;
	line-height:14px;
	margin: 5px 0px 0px 0px;
	padding-left: 0px;
	color: #333;
	font-family: Verdana, arial, sans-serif;
}

#promo .summarylinkdescription, #leftNav .summarylinkdescription, #promo .slm-layout-main .description{
	font-size: 10px;
	line-height:14px;
	padding-left:0px;
}

#linkitem2 .summarylinkdescription, #linkitem2 .linklist{
	padding-left:10px;		
}

#promo .image-area-top{
	background: white url('Images/AMDV3/promo_top.png') no-repeat;
	padding:11px 0;
	margin-left:-10px;
}

#promo .link-item a:link {
	font-size:10px;
}

#promo .slm-layout-main {
	background: none;
}

/* RC Promo Styles */
.rcpromomain{
	background:transparent url('Images/AMDV3/promo_bottom.png') no-repeat;
	background-position:bottom left;
	margin-bottom:11px;
	width:187px;
}

.rcpromoheader{
	background: url('Images/AMDV3/promo_top.png') no-repeat;
	background-color:white;
	font: Verdana;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#333;
	padding:6px 5px 0px 10px;
	width:172px;
}

.rcpromodescription{
	font-size:10px;
	line-height:14px;
	padding:5px 5px 10px 10px;
}

.rcpromomain img {
	padding-top:5px;
}

.rcpromodescription .linklist{
	font-size:10px;
	line-height:16px;
}

.rcpromodescription .linklist li{
	background-position:4px 6px;
	padding-left:15px;
}


/* Offline Widget Install Button */
.widgetinstallbutton{
	background:transparent url('Images/AMDV3/install_widget_button.png') no-repeat;
	width:215px;
	height:185px;
	display: inline-block;
}

.widgetinstalltext{
	width:185px;
	text-align: center;
	height:185px;
	vertical-align:middle;
}

.widgetinstalltext a:link, .widgetinstalltext a:visited{
	color: white;
	font-size:21px;
	line-height:30px;
	font-weight:bold;
	
}

