﻿/* 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;
	
}

.mediumText {

	font-size: 10px;
	color: #333;
	line-height:14px;
}


.smallText {
	font-size: 8px;
	color: #000;
	line-height:12px;
}

a {
	color: #096;
	text-decoration: none;
}

ul {
	list-style:square;
		
}

ul ul {
	list-style: circle;	
}

ul ul ul {
	list-style: disc;	
}


ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

/* =Link Styles */

/* Link List */

.linklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 11px;
	}
	
.linklist a { 
	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 20px; 
	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 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 7px;
}

/* SMALL LINK LIST */

.linklist_sm { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 10px;
	}
	
.linklist_sm a { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 10px;
	}


.linklist_sm ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
}

.linklist_sm ul { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
}
	
.linklist_sm a:link { 
	text-decoration: none; 
}
	
.linklist_sm a:hover { 
	text-decoration: underline; 
}

.linklist_sm ul li.link { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 6px;
}

.linklist_sm li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 6px;
}




/* 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 */

.link-item {
	margin-bottom: 0px;
	float: left;
	vertical-align: top;
	margin-bottom: 0px;
}


.link-item a:link{
font-family:verdana; 
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;
}

.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;
}

p a{
	color:#009966;
	text-decoration:underline;
}

p a:visited{
	color:#47620f;
}



#promo {
	width:187px;
	vertical-align: top;
	float: right;
}

#promo .slm-layout-main #group /*add gradient to right hand promos */
{
	background:transparent url('Images/AMDV3/gradient.jpg') repeat-x;
}

.slm-layout-main #group {
	margin-bottom: 11px;
}

#backgroundgradient{
	background-image:url('Images/AMDV3/gradient.jpg');
	background-repeat:repeat-x;
}

.calloutContentModule /* Promo content padding */
{
	padding: 5px;
	margin: 0px;
}


/* Remove border from linked images start */

img { 
border: 0px none; 
}

/* Secondary Promo styles to add spacing to images */

#secpromo {
	vertical-align: top;
	margin: 0px;
	display: inline-block;
}

#secpromo img {
	margin-right: 11px;
}

.contentblockdisplay{
	display:inline-block;
	padding-bottom:10px;
}

Hr{
border: none 0; 
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #efefef;
        height: 2px;
        margin: 10px auto 0 0;
        text-align: left;
}

/* input button */

input.btn {
	background-image: url('Images/AMDV3/input_button.jpg');
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Verdana, helvetica, arial, san-serif;
	font-size: 10px;
	color: #333;
	cursor: hand;
	height: 30px;
	width: 132px;
	border: 1px #fff solid
}
	
input.btn:hover {
text-decoration: none;
}	

input.btn_active {
	background-image: url('Images/AMDV3/input_button_active.jpg');
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Verdana, helvetica, arial, san-serif;
	font-size: 10px;
	color: #333;
	cursor: hand;
	height: 30px;
	width: 132px;
	border: 1px #fff solid 
	}

input.btn_active:hover {
	text-decoration: none;
	background-image: url('Images/AMDV3/input_button.jpg');
	border: 1px #fff solid
}
	
	

/* 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:22px;
}

h2.group /* Hub page group sub headings */
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 0px 0px;
	margin-bottom: 0px;
}

h2 /* Intro Heading */
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;
}

h3 /* Body text heading */
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/*
div h3  {
	margin-bottom: -14px;
}

#secpromo h3
 {
	margin-bottom: -14px;
}
*/

h1.white { /* White Page Title */
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#FFF;
	margin-bottom: 16px;
	line-height:22px;
}

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: 968px;
	height: 88px;

}


#AMDBlackTab{
	float:left;
	border: none;
	padding: 22px;

}

.SecondaryNav{
 	position:relative;
    left: 0px; 
    top: 22px; 
    width: 650px;
    color: #999;
    float: right;
    padding-left: 60px;
    margin-right: 11px;
   
}

.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;
}


.ms-pagemargin /* removes line below title */
{
            background-color: transparent;
            background-image: none;
}

.ms-srchresultstop{
            background-color: #EBEEF0;
}

.srch-stats{
                                                
            background-color: #EBEEF0 !important;
}

.srch-Page{
            background-color: #EBEEF0 !important;
}

.srch-BestBets
{
            width: auto;
}

div.srch-BestBetsBottom /* LINE UNDER BEST BETS */
{
            border-top: 1px solid #ccc;
        border-bottom: 1px solid #efefef;
        height: 2px;
        margin: 10px auto 0 0;
        text-align: left;
}


/* =Primary Navigation */

#PrimaryNav{ 
	left: -11px; 
	top: 21px; 
	position: relative; 
	display: block;
	float: right;
	height: 26px;
	text-align:right;
	z-index: 1;

}

.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:150px;
min-width:150px;
color:#000;
padding:4px 8px 4px 8px;
border: none;
text-align:left;
}

.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 { /* for div in master */
	float:left; 
	margin-right:11px;
	width: 187px;
}

.leftNav  /* for nav control style in master */
{
	text-align:left;
	width:187px;
	background-color: #FFF;
	margin:0px 0px 20px 0px;

} 

.leftNav a{
	color:#26282c;
}

.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;
	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;
}

/* Hub Page Features */

#HubFeatureImage {
	position:absolute;
	width:286px;
	left: 465px;
	top: -22px;
	float: right;
	
}


#HubFeatureImageLeft {
	position:absolute;
	width:286px;
	left: 0px;
	top: -30px;
	float: right;
}


#HubFeatureImageNoOffset {
	position:absolute;
	width:286px;
	left: 465px;
	top: 22px;
	float: right;
	
}


#HubFeatureText {
	width: 440px;
}

#HubFeatureTextRight {
	width: 500px;
	float:right;
}

#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;
}


#ProductsHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #494f55;
	padding:  22px;
	width: 712px;
	margin-bottom: 11px;
}


#CyanHubFeature {
	position:relative;
	top: 22px;
	color: white;
	background-color: #004a6e;
	padding:  22px;
	width: 712px;
	margin-bottom: 11px;
}


/* Start Radial Gradient - Content Feature Styles */

/*corporate*/
.corporategradient {
 background: #928e7b url('Images/AMDV3/colorbar-beige.png') no-repeat center center;
 color:#000;
 line-height: 18px;
 padding: 11px;
}

.corporategradient a:visited {
color: #000;
text-decoration: none;
}

.corporategradient a:active {
color: #000;
text-decoration: none;
}

.corporategradient a:link {
color: #000;
text-decoration: none;
}

.corporategradient a:hover {
color: #fff;
text-decoration: underline;
}

/*home*/
.homegradient {
 background: #006593 url('Images/AMDV3/colorbar-cyan.png') no-repeat center center;
 color:#ffffff;
 line-height: 18px;
 padding: 11px;
}

.homegradient a:visited {
color: #fff;
text-decoration: none;
}

.homegradient:active {
color: #fff;
text-decoration: none;
}

.homegradient a:link {
color: #fff;
text-decoration: none;
}

.homegradient a:hover {
color: #fff;
text-decoration: underline;
}

/* Home_2 gradient */
.home_2_gradient {
 background: #5f0540 url('Images/AMDV3/colorbar-violet.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.home_2_gradient a:visited  {
color: #fff;
text-decoration: none;
}

.home_2_gradient a:active  {
color: #fff;
text-decoration: none;
}

.home_2_gradient a:link  {
color: #fff;
text-decoration: none;
}

.home_2_gradient a:hover {
color: #fff;
text-decoration: underline;
}

/*play*/
.playgradient {
 background: #740e0e url('Images/AMDV3/colorbar-red.png') no-repeat center center;
 color:#fff;
 line-height: 18px;
 padding: 11px;
}

.playgradient a:visited {
color: #fff;
text-decoration: none;
}

.playgradient a:active {
color: #fff;
text-decoration: none;
}

.playgradient a:link {
color: #fff;
text-decoration: none;
}

.playgradient a:hover {
color: #fff;
text-decoration: underline;
}

/*work*/
.workgradient {
 background: #494f55 url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.workgradient a:visited {
color: #fff;
text-decoration: none;
}

.workgradient a:active {
color: #fff;
text-decoration: none;
}

.workgradient a:link {
color: #fff;
text-decoration: none;
}

.workgradient a:hover {
color: #fff;
text-decoration: underline;
}

/*Phenom*/
.phenomgradient {
 background: #384485 url('Images/AMDV3/colorbar-purple.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.phenomgradient a:visited {
color: #fff;
text-decoration: none;
}

.phenomgradient a:active {
color: #fff;
text-decoration: none;
}

.phenomgradient a:link {
color: #fff;
text-decoration: none;
}

.phenomgradient a:hover {
color: #fff;
text-decoration: underline;
}

/*Sempron*/
.semprongradient {
 background: #759324 url('Images/AMDV3/colorbar-lime.png') no-repeat center center;
 color:#fff;
 line-height: 18px;
 padding: 11px;
}

.semprongradient a:visited {
color: #fff;
text-decoration: none;
}

.semprongradient a:active {
color: #fff;
text-decoration: none;
}

.semprongradient a:link {
color: #fff;
text-decoration: none;
}

.semprongradient a:hover {
color: #fff;
text-decoration: underline;
}

/*Athlon*/
.athlongradient {
 background: #145a5a url('Images/AMDV3/colorbar-jade.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.athlongradient a:visited {
color: #fff;
text-decoration: none;
}

.athlongradient a:active {
color: #fff;
text-decoration: none;
}

.athlongradient a:link {
color: #fff;
text-decoration: none;
}

.athlongradient a:hover {
color: #fff;
text-decoration: underline;
}

/*Opteron*/
.opterongradient {
 background: #006441 url('Images/AMDV3/colorbar-green.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.opterongradient a:visited {
color: #fff;
text-decoration: none;
}

.opterongradient a:active {
color: #fff;
text-decoration: none;
}

.opterongradient a:link {
color: #fff;
text-decoration: none;
}

.opterongradient a:hover {
color: #fff;
text-decoration: underline;
}

/*Turion*/
.turiongradient {
 background: #e77122 url('Images/AMDV3/colorbar-yellow.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
}

.turiongradient a:visited {
color: #fff;
text-decoration: none;
}

.turiongradient a:active {
color: #fff;
text-decoration: none;
}

.turiongradient a:link {
color: #fff;
text-decoration: none;
}

.turiongradient a:hover {
color: #fff;
text-decoration: underline;
}

/* Home Page Styles */

.controls
{
	width:190px; 
    font-size: 10px; 
    font-family: Verdana, arial, sans-serif;
}

.widgethomeheader
{
	background-image:url('Images/AMDV3/widgethomeheader.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#26282c;
	padding:10px 0 5px 10px;
	width: 331px;
	height:	24px;
}


.fusionhome {
	float: right;
	width: 120px;
	margin-top: 6px;
	margin-right:11px;
	line-height: 11px;
	vertical-align:middle;
	text-align:center;
}

.homelinksheader_left
{
	background-image:url('Images/AMDV3/homelinksheader_left.jpg');
	background-color: #a4acb4;
	padding:5px 0 5px 10px;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	width: 195px;
	height:	24px;
	vertical-align:middle;
}

.widgethomeheader
{
	background-image:url('Images/AMDV3/widgethomeheader.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#26282c;
	padding:1px 0 1px 10px;
	width: 331px;
	height:	24px;
	vertical-align:middle;
}

.homelinksheader_left
{
	background-image:url('Images/AMDV3/homelinksheader_left.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	padding:1px 0 1px 10px;
	width: 195px;
	height:	24px;
	vertical-align:middle;
	max-width: 195px;
}

.homelinksheader_right
{
	background-image:url('Images/AMDV3/homelinksheader_right.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#26282c;
	padding:1px 0 1px 10px;
	width: 195px;
	height:	24px;
	vertical-align:middle;
	max-width: 195px;
}

.homelinksheader_mid
{
	background-image:url('Images/AMDV3/homelinksheader_mid.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#26282c;
	padding:1px 0px 0px 5px;
	width: 201px;
	height:	24px;
	vertical-align:middle;
	max-width: 206px;
}

.homesliderheader {
	background-image:url('Images/AMDV3/homesliderheader.jpg');
	background-color: #a4acb4;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#26282c;
	padding:1px 0 1px 10px;
	width: 606px;
	height:	24px;
	vertical-align:middle;

}

.homebuckets {
	width: 205px;
	float: left;
	vertical-align:top;
}

.homebucketsnarrow {
	width: 205px;
	float: left;
	vertical-align:top;
}



.widgetimage {
	width: 100px;
	max-width:100px;
	float: left;
	margin-left: 22px;
	margin-top:22px;
	margin-bottom: 33px;
}

.widgetlinks {
	width: 208px;
	margin-right: 11px;
	margin-top: 11px;
	float: right;
	height: 160px;
}

.widgetflash {
	width:341px;
	float: left;
	max-height: 170px;
}

.homepremier {
	width: 616px;
	vertical-align: top;
	margin-bottom: 11px;
	max-height:200px;

}



.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 8px;
	width: 240px;	
}

.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;
}

.largecolumnhubheader
{
	background-image: url('Images/AMDV3/hub_header_509w.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;	
}



/* Rollup Styles */

.prquerydetail{
	padding-left:22px;
	margin-top:-3px;
	padding-bottom:10px;
}

.prsocialicons{
	display:inline;
	padding-top:22px;
}

.prsocialicons a{
	display:inline;
	padding: 10px;
}

.padded_description{
	font-size: 11px;
	margin: 0px 0px 11px 3px;
	padding-left: 18px;
	color: #333;
	font-family: Verdana, arial, sans-serif;
}

.description{
	font-size: 11px;
	margin: 0px 0px 11px 0px;
	padding-left: 0px;
	color: #333;
	font-family: Verdana, arial, sans-serif;
}


/* =HTML editor styles */

.AMDArrowLink  {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 11px;
	text-decoration:none;
}


.AMDArrowLink:hover {
	text-decoration:underline;
}

.AMDArrowLink li {
	margin:0 0 0.6em;
	padding:0 0 0 11px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.3em;
	text-decoration:none;
}


.AMDArrowLink:hover li {
	text-decoration:underline;
}


.AMDArrowLinkWhite  {
	display:block;
	color: #fff;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 11px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0 0.3em;
}


.AMDArrowLinkWhite:hover {
	text-decoration:underline;
}


.SubHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 10px 0px 0px;
}

.PageSubTitle
{
	font-size: 12px;
	color: #666;
	font-weight:bold;
	padding: 10px 10px 0px 0px;
}

.IntroHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
}


.BodyTextHeading
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
}


/* =Footer */	

#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 {
	background-image: url('Images/AMDV3/grey_rule_968x11.gif');
	background-repeat: no-repeat;
	height: 22px;
}	

.footerlineUK{
	background-image: url('Images/AMDV3/grey_rule_968x11.gif');
	background-repeat: no-repeat;
	height: 7px;
}

	
.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;
	padding:0;
	}

.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;
	}

/* Start table styles */

/* Table_Style1 */
table.Table_Style1 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Table_Style1 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Table_Style1 td {
    text-align: left;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Table_Style1 thead th {
    text-align: center;
}
table.Table_Style1 th.Corner {
    text-align: left;
}
 
 
/* Table_Style2 */

table.Table_Style2 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Table_Style2 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #F7F7F1;
}
table.Table_Style2 td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #F7F7F1;
}
 
table.Table_Style2 thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
table.Table_Style2 th.Corner {
    text-align: left;
}
 
/* Table_Style3 */
table.Table_Style3 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #145A5A;
    border-bottom: 2px solid #145A5A;
}
table.Table_Style3 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px #145A5A;
}
table.Table_Style3 td {
    text-align: left;
    border-top: 1px solid #145A5A;
    padding: 0.2em 0.5em;
}
table.Table_Style3 thead th {
    text-align: center;
    border-bottom: 1px solid #145A5A;
}
table.Table_Style3 th.Corner {
    text-align: left;
}
 
/* end table styles */	


/* Partner Basic Layout */

.img_floatleft
{
	margin:auto; 
	float:left; 
	padding:11px; 
	text-align:center; 
	vertical-align:top;
}
/* end Partner Basic Layout */
		
/* =Microsoft overrides */

.image-area-top{
				padding:11px 0;
}

/* end Microsoft overrides */

/* Processor Pricing */

.ms-listviewtable {
				width:770px;
}

.ms-listviewtable .ms-vh2{
				padding:5px;
}


.ms-vh2{
				color:#ffffff;
				background-color:#25296B;
				font-family:Verdana;
				font-size:12px;
				padding: 11px;
}

.ms-gb{
				background-color:#B6B9DE;
				color:#000000;
				font-family:Verdana;

}

.ms-vb2{
				background-color:#EBEEF0;
				font-family:Verdana;
				padding-left: 0px;

}

.ms-basictable .ms-alternating TD{
				background-color:#ffffff;
				font-family:Verdana;

}

		
/* CSS for Print */

@media print{
	body {
	margin: 0;
	padding: 0;
	}
	
.footer #foot {
	display:none;
	}
}
