/* 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
=Tab Styles 

/* =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: 9px;
	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;
}

/* Dumbasses are using IDs instead of classes for general stuff  */
.backgroundgradient{
	background-image:url('Images/AMDV3/gradient.jpg');
	background-repeat:repeat-x;
}

.calloutContentModule /* Promo content padding */
{
	font-size:11px;
	line-height:18px;
	padding: 5px 5px 11px 11px;
	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;
	width:100%;
}

Hr{
border: none 0; 
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #efefef;
        height: 1px;
        margin: 10px auto 0 0;
        text-align: left;
}

#promo Hr {
border: none 0; 
        border-top: none;
        border-bottom: 1px solid #efefef;
        height: 1px;
        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;
/*mfc removed	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;
/*mfc removed	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;
}

#promo h3 {
	padding: 0px 11px;
}

.GPUSubHeading{
	margin-bottom:11px;
	padding-top:0;			
}

/*
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: 500px; /* mfc was 650px   narrowed after search box commented out */
	text-align:right; /* added by Mike */
	height:42px;  /* mfc added this line to make up for missing search box.  Needed to push down Primary nav */
    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:1px;  /*mfc changed from px to 1px */
		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:inherit; /*mfc changed from '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:inherit; mfc changed from 'none' */
}

.leftNavSelected td{
	background-color: #a4acb4;
	font-weight:bold;
	line-height:15px;
/*	padding: 6px 13px 6px 22px; */
 
	
}
 
.leftNavSelected td:hover {
	background-color: #a4acb4;
}

/* Rounded Corner Hub Page Features */
/* Work - Green */
.work_hubfeature {
	width: 770px; 
	background: #096 url(Images/AMDV3/work_bottom_right.jpg) no-repeat bottom right;
	color:#fff;
	margin-top: 22px;
}


.work_hubfeaturehead {
	background: #096 url(Images/AMDV3/work_top_right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;

}
.work_hubfeaturehead h1 {
	background: url(Images/AMDV3/work_top_left.jpg) no-repeat top left;
	padding: 11px 11px 5px 11px;
	margin: 0px;
	text-align: left;
	color:#fff;
}

.work_hubfeaturebody {
	background: url(Images/AMDV3/work_bottom_left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0 11px 11px 11px;
}

/* Partner - Black */
.partner_hubfeature {
	width: 765px; 
	background: #000 url(Images/AMDV3/partner_bottom_right.jpg) no-repeat bottom right;
	color:#fff;
}


.partner_hubfeaturehead {
	background: #000 url(Images/AMDV3/partner_top_right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;

}
.partner_hubfeaturehead h1 {
	background: url(Images/AMDV3/partner_top_left.jpg) no-repeat top left;
	padding: 11px 11px 5px 11px;
	margin: 0px;
	text-align: left;
	color:#fff;
}

.partner_hubfeaturebody {
	background: url(Images/AMDV3/partner_bottom_left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0 11px 11px 11px;
}

/* About - Cyan */
.about_hubfeature {
	width: 765px; 
	background: #004a6e url(Images/AMDV3/about_bottom_right.jpg) no-repeat bottom right;
	color:#fff;
	margin-top: 0px;
}


.about_hubfeaturehead {
	background: #004a6e url(Images/AMDV3/about_top_right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;

}
.about_hubfeaturehead h1 {
	background: url(Images/AMDV3/about_top_left.jpg) no-repeat top left;
	padding: 11px 11px 5px 11px;
	margin: 0px;
	text-align: left;
	color:#fff;
}

.about_hubfeaturebody {
	background: url(Images/AMDV3/about_bottom_left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0 11px 11px 11px;
}

/* Products - Grey */
.products_hubfeature {
	width: 760px; 
	background: #494f55 url(Images/AMDV3/products_bottom_right.jpg) no-repeat bottom right;
	color:#fff;
	margin-top: 22px;
}


.products_hubfeaturehead {
	background: #494f55 url(Images/AMDV3/products_top_right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;

}
.products_hubfeaturehead h1 {
	background: url(Images/AMDV3/products_top_left.jpg) no-repeat top left;
	padding: 11px 11px 5px 11px;
	margin: 0px;
	text-align: left;
	color:#fff;
}

.products_hubfeaturebody {
	background: url(Images/AMDV3/products_bottom_left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0 11px 11px 11px;
}


/* 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;
  border:1px solid #928e7b;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;
}

.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;
}

/*corporate rounded*/
.corporategradient_rounded {
 background: #928e7b url('Images/AMDV3/colorbar-beige.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.corporategradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.corporategradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.corporategradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.corporategradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.corporategradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.corporategradient_rounded_top_left {
	background-image: url(Images/AMDV3/beige-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #928e7b;
	}

.corporategradient_rounded_top_right {
	background-image: url(Images/AMDV3/beige-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #928e7b;
	}

.corporategradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/beige-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #928e7b;
	}
.corporategradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/beige-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #928e7b;
	}

/*home*/
.homegradient {
 background: #006593 url('Images/AMDV3/colorbar-cyan.png') no-repeat center center;
 color:#ffffff;
 line-height: 18px;
 padding: 11px;
   border:1px solid #006593;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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 rounded*/
.homegradient_rounded {
 background: #006593 url('Images/AMDV3/colorbar-cyan.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.homegradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.homegradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.homegradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.homegradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.homegradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.homegradient_rounded_top_left {
	background-image: url(Images/AMDV3/cyan-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006593;
	}

.homegradient_rounded_top_right {
	background-image: url(Images/AMDV3/cyan-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006593;
	}

.homegradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/cyan-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006593;
	}
.homegradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/cyan-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006593;
	}


/* 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;
   border:1px solid #5f0540;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*home 2 rounded*/
.home_2_gradient_rounded {
 background: #5f0540 url('Images/AMDV3/colorbar-violet.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.home_2_gradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.home_2_gradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.home_2_gradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.home_2_gradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.home_2_gradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.home_2_gradient_rounded_top_left {
	background-image: url(Images/AMDV3/violet-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #5f0540;
	}

.home_2_gradient_rounded_top_right {
	background-image: url(Images/AMDV3/violet-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #5f0540;
	}

.home_2_gradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/violet-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #5f0540;
	}
.home_2_gradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/violet-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #5f0540;
	}


/*play*/
.playgradient {
 background: #740e0e url('Images/AMDV3/colorbar-red.png') no-repeat center center;
 color:#fff;
 line-height: 18px;
 padding: 11px;
   border:1px solid #740e0e;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}


/*play rounded*/
.playgradient_rounded {
 background: #740e0e url('Images/AMDV3/colorbar-red.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.playgradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.playgradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.playgradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.playgradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.playgradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.playgradient_rounded_top_left {
	background-image: url(Images/AMDV3/red-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #740e0e;
	}

.playgradient_rounded_top_right {
	background-image: url(Images/AMDV3/red-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #740e0e;
	}

.playgradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/red-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #740e0e;
	}
.playgradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/red-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #740e0e;
	}	

/*purple rounded*/
.purplegradient_rounded {
 background: #384485 url('Images/AMDV3/colorbar-purple.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.purplegradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.purplegradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.purplegradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.purplegradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.purplegradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.purplegradient_rounded_top_left {
	background-image: url(Images/AMDV3/purple-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}

.purplegradient_rounded_top_right {
	background-image: url(Images/AMDV3/purple-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}

.purplegradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/purple-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}
.purplegradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/purple-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}	


/*work*/
.workgradient {
 background: #494f55 url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
   border:1px solid #494f55;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*work rounded*/
.workgradient_rounded {
 background: #494f55 url('Images/AMDV3/colorbar-grey.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.workgradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.workgradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.workgradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.workgradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.workgradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.workgradient_rounded_top_left {
	background-image: url(Images/AMDV3/grey-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #494f55;
	}

.workgradient_rounded_top_right {
	background-image: url(Images/AMDV3/grey-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #494f55;
	}

.workgradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/grey-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #494f55;
	}
.workgradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/grey-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #494f55;
}

/*Phenom*/
.phenomgradient {
 background: #384485 url('Images/AMDV3/colorbar-purple.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
   border:1px solid #384485;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*Phenom rounded*/
.phenomgradient_rounded {
 background: #384485 url('Images/AMDV3/colorbar-purple.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.phenomgradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.phenomgradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.phenomgradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.phenomgradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.phenomgradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.phenomgradient_rounded_top_left {
	background-image: url(Images/AMDV3/purple-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}

.phenomgradient_rounded_top_right {
	background-image: url(Images/AMDV3/purple-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}

.phenomgradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/purple-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}
.phenomgradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/purple-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #384485;
	}


/*Sempron*/
.semprongradient {
 background: #759324 url('Images/AMDV3/colorbar-lime.png') no-repeat center center;
 color:#fff;
 line-height: 18px;
 padding: 11px;
   border:1px solid #759324;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*Sempron rounded*/
.semprongradient_rounded {
 background: #759324 url('Images/AMDV3/colorbar-lime.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.semprongradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.semprongradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.semprongradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.semprongradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.semprongradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.semprongradient_rounded_top_left {
	background-image: url(Images/AMDV3/lime-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #759324;
	}

.semprongradient_rounded_top_right {
	background-image: url(Images/AMDV3/lime-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #759324;
	}

.semprongradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/lime-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #759324;
	}
.semprongradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/lime-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #759324;
	}


/*Athlon*/
.athlongradient {
 background: #145a5a url('Images/AMDV3/colorbar-jade.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
   border:1px solid #145a5a;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*Athlon rounded*/
.athlongradient_rounded {
 background: #145a5a url('Images/AMDV3/colorbar-jade.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.athlongradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.athlongradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.athlongradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.athlongradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.athlongradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.athlongradient_rounded_top_left {
	background-image: url(Images/AMDV3/jade-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #145a5a;
	}

.athlongradient_rounded_top_right {
	background-image: url(Images/AMDV3/jade-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #145a5a;
	}

.athlongradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/jade-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #145a5a;
	}
.athlongradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/jade-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #145a5a;
	}


/*Opteron*/
.opterongradient {
 background: #006441 url('Images/AMDV3/colorbar-green.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
  border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;

}

.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;
}

/*Opteron rounded*/
.opterongradient_rounded {
 background: #006441 url('Images/AMDV3/colorbar-green.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.opterongradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.opterongradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.opterongradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.opterongradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.opterongradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.opterongradient_rounded_top_left {
	background-image: url(Images/AMDV3/green-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006441;
	}

.opterongradient_rounded_top_right {
	background-image: url(Images/AMDV3/green-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006441;
	}

.opterongradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/green-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006441;
	}
.opterongradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/green-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #006441;
	}

/*Turion*/
.turiongradient {
 background: #e77122 url('Images/AMDV3/colorbar-yellow.png') no-repeat center center;
 color:#FFF;
 line-height: 18px;
 padding: 11px;
  border:1px solid #e77222;
 border-radius: 8px;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 -opera-border-radius:8px;
 -khtml-border-radius:8px;
}

.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;
}

/*Turion rounded*/
.turiongradient_rounded {
 background: #e77122 url('Images/AMDV3/colorbar-yellow.png') no-repeat center center;
 color:#fff;
 line-height: 14px;
 padding: 6px;
}

.turiongradient_rounded ul {
padding:5px 11px 9px 15px;
margin: 0px;
}

.turiongradient_rounded a:visited {
color: #fff;
text-decoration: none;
}

.turiongradient_rounded a:active {
color: #fff;
text-decoration: none;
}

.turiongradient_rounded a:link {
color: #fff;
text-decoration: none;
}

.turiongradient_rounded a:hover {
color: #fff;
text-decoration: underline;
}

.turiongradient_rounded_top_left {
	background-image: url(Images/AMDV3/yellow-corner-rounded-top-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #e77122;
	}

.turiongradient_rounded_top_right {
	background-image: url(Images/AMDV3/yellow-corner-rounded-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #e77122;
	}

.turiongradient_rounded_bottom_right {
	background-image: url(Images/AMDV3/yellow-corner-rounded-bottom-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #e77122;
	}
.turiongradient_rounded_bottom_left {
	background-image: url(Images/AMDV3/yellow-corner-rounded-bottom-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 11px;
	background-color: #e77122;
	}


/* 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;	
}

.mediumcolumnhubheader
{
	background-image:url('Images/AMDV3/module_header_280.jpg');
	background-color: #494f55;
	background-repeat:no-repeat;	
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 8px;
	width: 272px;	
}


.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;
	width:350px;
}

.largecolumnhubheader
{
	background-image: url('Images/AMDV3/hub_header_500w.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;
}


.centercoltwocol{
	width:380px;
	vertical-align:top;
}

.centercolthreecol{
	width:245px;
	vertical-align:top;
	padding-right:10px;
}

.centercolthreecolend{
	width:245px;
	vertical-align:top;
}

.centercolfourcol{
	width:185px;
	vertical-align:top;
	padding-right:10px;
}

.centercolfourcolend{
	width:185px;
	vertical-align:top;
}


/* 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 {
    display:none; /* hiding until we get new tool */
	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; /* temporary spacing until we get new RTP tool */
	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*/ /*mfc removed commas - was 0px, 0px, 0px, 3px */
	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_Style1 {
    border-spacing: 0px;
    border-width: 1px;
    border-style: solid;
    border-color:#666666;
    border-collapse: collapse; 
}

.Table_Style1 tr.Table_Style1TableHeaderRow{
    margin: 10px;
    padding: 10px;
    color: #333;
    background: #FFFFFF;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    border-spacing: 10px;
    border: 1px solid #666666;
    line-height: 14pt;
    vertical-align: top;
}

.Table_Style1 td.Table_Style1TableHeaderFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
    line-height: 14pt;
    border: 1px solid #666666;
    background: #FFFFFF;
}
.Table_Style1 td.Table_Style1TableHeaderLastCol{
    padding: 0in 5.4pt 0in 5.4pt; 
    line-height: 14pt;
    border: 1px solid #666666;
    background: #FFFFFF;
}
.Table_Style1 td.Table_Style1TableHeaderOddCol{
    padding:0in 5.4pt 0in 5.4pt;
    line-height: 14pt;
    border: 1px solid #666666;
    background: #FFFFFF;
}
.Table_Style1 td.Table_Style1TableHeaderEvenCol 
{
    padding:0in 5.4pt 0in 5.4pt; 
    line-height: 14pt;
    border: 1px solid #666666;
    background: #FFFFFF;
}

.Table_Style1 tr.Table_Style1TableOddRow{ 
    vertical-align: top;
    border: 1px solid #666666;
    padding: 0.1em 0.5em;
    background: #FFFFFF;

}
.Table_Style1 tr.Table_Style1TableEvenRow{
    vertical-align: top;
    border: 1px solid #666666;
    padding: 0.1em 0.5em;
    background: #FFFFFF;
}
.Table_Style1 td.Table_Style1TableFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableLastCol{
    padding:0in 5.4pt 0in 5.4pt;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableOddCol{
    padding: 0in 5.4pt 0in 5.4pt;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableEvenCol{
    padding:0in 5.4pt 0in 5.4pt;
    border: 1px solid #666666;
}
.Table_Style1 tr.Table_Style1TableFooterRow{
    background-color: #FFFFFF;
    font-weight: 500;
    line-height: 11pt;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableFooterFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
    border-top: solid gray 1.0pt;
    text-align: left;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableFooterLastCol{
    padding:0in 5.4pt 0in 5.4pt;
    border-top:solid gray 1.0pt;
    text-align:left;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableFooterOddCol{
    padding: 0in 5.4pt 0in 5.4pt;
    text-align: left;
    border-top: solid gray 1.0pt;
    border: 1px solid #666666;
}
.Table_Style1 td.Table_Style1TableFooterEvenCol{
    padding: 0in 5.4pt 0in 5.4pt;
    text-align: left;
    border-top: solid gray 1.0pt;
    border: 1px solid #666666;
}

 
/* Table_Style2 */

.Table_Style2 {
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}

.Table_Style2 tr.Table_Style2TableHeaderRow{
    margin: 10px;
    padding: 10px;
    color: #fff;
    background: #3F4D6B;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    border-spacing: 10px;
    line-height: 14pt;
    vertical-align: top;
}

.Table_Style2 td.Table_Style2TableHeaderFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
    line-height: 14pt;
    border-bottom: 2px solid #FFFFFF;
    background: #3F4D6B;
}
.Table_Style2 td.Table_Style2TableHeaderLastCol{
    padding: 0in 5.4pt 0in 5.4pt; 
    line-height: 14pt;
    border-bottom: 2px solid #FFFFFF;
    background: #3F4D6B;
}
.Table_Style2 td.Table_Style2TableHeaderOddCol{
    padding:0in 5.4pt 0in 5.4pt;
    line-height: 14pt;
    border-bottom: 2px solid #FFFFFF;
    background: #3F4D6B;
}
.Table_Style2 td.Table_Style2TableHeaderEvenCol 
{
    padding:0in 5.4pt 0in 5.4pt; 
    line-height: 14pt;
    border-bottom: 2px solid #FFFFFF;
    background: #3F4D6B;
}

.Table_Style2 tr.Table_Style2TableOddRow{ 
    vertical-align: top;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #F7F7F1;

}
.Table_Style2 tr.Table_Style2TableEvenRow{
   vertical-align: top;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #F7F7F1;
}
.Table_Style2 td.Table_Style2TableFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
}
.Table_Style2 td.Table_Style2TableLastCol{
    padding:0in 5.4pt 0in 5.4pt;
}
.Table_Style2 td.Table_Style2TableOddCol{
    padding: 0in 5.4pt 0in 5.4pt;
}
.Table_Style2 td.Table_Style2TableEvenCol{
    padding:0in 5.4pt 0in 5.4pt;
}
.Table_Style2 tr.Table_Style2TableFooterRow{
    background-color: #F7F7F1;
    font-weight: 500;
    line-height: 11pt;
}
.Table_Style2 td.Table_Style2TableFooterFirstCol{
    padding: 0in 5.4pt 0in 5.4pt;
    border-top: solid gray 1.0pt;
    text-align: left;
}
.Table_Style2 td.Table_Style2TableFooterLastCol{
    padding:0in 5.4pt 0in 5.4pt;
    border-top:solid gray 1.0pt;
    text-align:left;
}
.Table_Style2 td.Table_Style2TableFooterOddCol{
    padding: 0in 5.4pt 0in 5.4pt;
    text-align: left;
    border-top: solid gray 1.0pt;
}
.Table_Style2 td.Table_Style2TableFooterEvenCol{
    padding: 0in 5.4pt 0in 5.4pt;
    text-align: left;
    border-top: solid gray 1.0pt;
}

/* Table_Style3 */
.Table_Style3 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #145A5A;
    border-bottom: 2px solid #145A5A;
}
.Table_Style3 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px #145A5A;
}
.Table_Style3 td {
    text-align: left;
    border-top: 1px solid #145A5A;
    padding: 0.2em 0.5em;
}
.Table_Style3 thead th {
    text-align: center;
    border-bottom: 1px solid #145A5A;
}
.Table_Style3 th.Corner {
    text-align: left;
}
 
/* end table styles */

/*  Table 1  */    
.ms-rteTable-1   {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse; 
}
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1      {
	margin: 10px;
	padding: 10px;
	color: #666666;
	background: #999999;
	text-align: left; 
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
	border-spacing: 10px;
	line-height: 14pt;
	vertical-align: top;
}
.ms-rteTable-1 td.ms-rteTableHeaderFirstCol-1    {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-1 td.ms-rteTableHeaderLastCol-1  {
	padding: 0in 5.4pt 0in 5.4pt; 
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-1 td.ms-rteTableHeaderOddCol-1 {
	padding:0in 5.4pt 0in 5.4pt; 
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-1 td.ms-rteTableHeaderEvenCol-1 
{
	padding:0in 5.4pt 0in 5.4pt; color: #333333;
	line-height: 14pt;
}
.ms-rteTable-1 tr.ms-rteTableOddRow-1  {
	color: #666666;
	background-color: #edeceb;   
	vertical-align: top;
}
.ms-rteTable-1 tr.ms-rteTableEvenRow-1   {
	color: #666666;
	background-color: white;   
	vertical-align: top;
}
.ms-rteTable-1 td.ms-rteTableFirstCol-1  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-1 td.ms-rteTableLastCol-1 {padding:0in 5.4pt 0in 5.4pt;}
.ms-rteTable-1 td.ms-rteTableOddCol-1  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-1 td.ms-rteTableEvenCol-1 {
	padding:0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-1 tr.ms-rteTableFooterRow-1     {
	background-color: #999999;
	color: #333333;
	font-weight: 500;  
	line-height: 11pt;
}
.ms-rteTable-1 td.ms-rteTableFooterFirstCol-1  {
	padding: 0in 5.4pt 0in 5.4pt;
	border-top: solid gray 1.0pt;
	text-align: left;
}
.ms-rteTable-1 td.ms-rteTableFooterLastCol-1 {
	padding:0in 5.4pt 0in 5.4pt;
	border-top:solid gray 1.0pt;
	text-align:left;
}
.ms-rteTable-1 td.ms-rteTableFooterOddCol-1  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
	border-top: solid gray 1.0pt;
}
.ms-rteTable-1 td.ms-rteTableFooterEvenCol-1  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
	border-top: solid gray 1.0pt;
}


/*  Table 2  */ 
.ms-rteTable-2   {
	border-collapse: collapse;
	border: solid 0px;   
}

.ms-rteTable-2 tr.ms-rteTableHeaderRow-2     {
	border-width: 1.0pt 1.0pt 1.0pt 1.0pt;
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 0;
	margin-left: 0in;
	line-height: 115%;  
	width: 119.7pt;
	border: solid white 1.0pt;
	border-bottom: solid white 1px;
	background: #999999;
	padding: none;
	color: #FFFFFF;	
}
.ms-rteTable-2 td.ms-rteTableHeaderFirstCol-2   {
	border-width: 1.0pt 1.0pt 1.0pt 1.0pt;
	border: solid white 1.0pt;
	border-bottom: solid white 1.0pt;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #ffffff;
}
.ms-rteTable-2 td.ms-rteTableHeaderLastCol-2  {
	border-width: 1.0pt 1.0pt 1.0pt 1.0pt;
	border: solid white 1.0pt;
	border-bottom: solid white 1.0pt;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #ffffff;
}
.ms-rteTable-2 td.ms-rteTableHeaderOddCol-2 {
	border-width: 1.0pt 1.0pt 1.0pt 1.0pt;
	border: solid white 1.f0pt;
	border-bottom: solid white 1.0pt;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #ffffff;
}
.ms-rteTable-2 td.ms-rteTableHeaderEvenCol-2 {
	border-width: 1.0pt 1.0pt 1.0pt 1.0pt;
	border: solid white 1.0pt;
	border-bottom: solid white 1.0pt;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #ffffff;
}
.ms-rteTable-2 tr.ms-rteTableOddRow-2 {
	color: #666666;
	background-color: #edeceb;   
	vertical-align: top;
}
.ms-rteTable-2 tr.ms-rteTableEvenRow-2 {
	color: #666666;
	background-color: #edeceb;   
	vertical-align: top;	
}
.ms-rteTable-2 td.ms-rteTableFirstCol-2  {
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 10.0pt;
	margin-left: 0in;
	line-height: 115%; 
	width: 119.7pt;
	border-top: none;
	border-left: solid white 1.0pt;
	border-bottom: none;
	border-right: solid white 1.0pt;
	background: #999999;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #FFFFFF;
}
.ms-rteTable-2 td.ms-rteTableLastCol-2 {
	padding:0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-2 td.ms-rteTableOddCol-2  {
	padding: 0in 5.4pt 0in 5.4pt;
	border-right: solid white 1.0pt;
}
.ms-rteTable-2 td.ms-rteTableEvenCol-2 {
	padding:0in 5.4pt 0in 5.4pt;
	border-right: solid white 1.0pt;
}
.ms-rteTable-2 tr.ms-rteTableFooterRow-2    {
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-2 td.ms-rteTableFooterFirstCol-2  {
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 10.0pt;
	margin-left: 0in;
	line-height: 115%; 
	width: 119.7pt;
	border-top: none;
	border-left: solid white 1.0pt;
	border-bottom: none;
	border-right: solid white 1.0pt;
	background: #999999;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #FFFFFF;
}
.ms-rteTable-2 td.ms-rteTableFooterLastCol-2 {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-2 td.ms-rteTableFooterOddCol-2  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-2 td.ms-rteTableFooterEvenCol-2  {
	padding: 0in 5.4pt 0in 5.4pt;
}


/*  Table 3  */ 
.ms-rteTable-3   {
	border-collapse: collapse;
	border: solid 0px;
	font-family: Verdana;   
}
.ms-rteTable-3 tr.ms-rteTableHeaderRow-3   {
	margin: 10px;
	padding: 10px;
	color: #333333;
	text-align: left; 
	font-style: normal;  
	text-transform: capitalize;
	font-weight: normal;
	border-spacing: 10px;
	vertical-align: top;
	background-color: #edeceb;
}
.ms-rteTable-3 td.ms-rteTableHeaderFirstCol-3    {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-3 td.ms-rteTableHeaderLastCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-3 td.ms-rteTableHeaderOddCol-3  {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-3 td.ms-rteTableHeaderEvenCol-3 
 {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
	line-height: 14pt;
}
.ms-rteTable-3 tr.ms-rteTableOddRow-3 {
	color:#666666;
	vertical-align: top; 
}
.ms-rteTable-3 tr.ms-rteTableEvenRow-3 {
	color:#666666;
	vertical-align: top;  
}
.ms-rteTable-3 td.ms-rteTableFirstCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	background-color: #F7F3F7;
}
.ms-rteTable-3 td.ms-rteTableLastCol-3  {
	padding: 0in 5.4pt 0in 5.4pt;
	background-color:#F7F3F7;
}
.ms-rteTable-3 td.ms-rteTableOddCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	background-color:#F7F3F7;
}
.ms-rteTable-3 td.ms-rteTableEvenCol-3  {
	padding: 0in 5.4pt 0in 5.4pt;
	background-color:#F7F3F7;
}
.ms-rteTable-3 tr.ms-rteTableFooterRow-3      {
	background-color: #F7F3F7;
	color: #333333;
	font-weight: normal; 
	line-height: 11pt;
}
.ms-rteTable-3 td.ms-rteTableFooterFirstCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-3 td.ms-rteTableFooterLastCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-3 td.ms-rteTableFooterOddCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
	background-color:#F7F3F7;
}
.ms-rteTable-3 td.ms-rteTableFooterEvenCol-3   {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}


/*  Table 4  */ 
.ms-rteTable-4   {
	border-collapse: collapse;
	border: solid 0px;   
}
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4     {
	border-width: 1.0pt 1.0pt 3.0pt 1.0pt;
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 10.0pt;
	margin-left: 0in;
	line-height: 115%; 
	width: 119.7pt;
	background: #666666;
	padding: 0in 5.4pt 0in 5.4pt;
	color: #FFFFFF;	
}
.ms-rteTable-4 td.ms-rteTableHeaderFirstCol-4   {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableHeaderLastCol-4  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableHeaderOddCol-4 {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableHeaderEvenCol-4 {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 tr.ms-rteTableOddRow-4 {
	border-width: 1pt;
	color: #666666;  
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.ms-rteTable-4 tr.ms-rteTableEvenRow-4 {
	color: #666666; 
	vertical-align: top;	
}
.ms-rteTable-4 td.ms-rteTableFirstCol-4  {
	border-width: 1pt;
	border-color: #333333;
	padding: 0in 5.4pt 0in 5.4pt;
	border-bottom-style: solid;
	border-left-style: solid;
}
.ms-rteTable-4 td.ms-rteTableLastCol-4 {
	border-width: 1pt;
	border-color: #333333;
	border-bottom-style: solid;
	border-right-style: solid;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableOddCol-4  {
	border-width: 1pt;
	border-color: #333333;
	padding: 0in 5.4pt 0in 5.4pt;
	border-bottom-style: solid;
}
.ms-rteTable-4 td.ms-rteTableEvenCol-4 {
	border-width: 1pt;
	border-color: #333333;
	padding: 0in 5.4pt 0in 5.4pt;
	border-bottom-style: solid;
}
.ms-rteTable-4 tr.ms-rteTableFooterRow-4    {
	color: #666666;
	background-color: #FFFFFF;  
	vertical-align: top;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableFooterFirstCol-4  {
	border-width: 1pt;
	border-color: #333333;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableFooterLastCol-4 {
	border-width: 1pt;
	border-color: #333333;
	border-bottom-style: solid;
	border-right-style: solid;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableFooterOddCol-4  {
	border-width: 1pt;
	border-color: #333333;
	border-bottom-style: solid;
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-4 td.ms-rteTableFooterEvenCol-4  {
	border-width: 1pt;
	border-color: #333333;
	border-bottom-style: solid;
	padding: 0in 5.4pt 0in 5.4pt;
}


/*  Table 5  */ 
.ms-rteTable-5   {
	border-collapse: collapse;
	border: solid 0px;
	font-family: Verdana;   
}
.ms-rteTable-5 tr.ms-rteTableHeaderRow-5     {
	margin: 10px;
	padding: 10px;
	color: #333333;
	text-align: left;  
	font-style: normal;  
	text-transform: capitalize;
	font-weight: 500;
	border-spacing: 10px;
	line-height: 11pt;
	vertical-align: top;
}
.ms-rteTable-5 td.ms-rteTableHeaderFirstCol-5   {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
}
.ms-rteTable-5 td.ms-rteTableHeaderLastCol-5  {
	padding: 0in 5.4pt 0in 5.4pt; 
	color: #333333;
}
.ms-rteTable-5 td.ms-rteTableHeaderOddCol-5 {
	padding:0in 5.4pt 0in 5.4pt; 
	color: #333333;
}
.ms-rteTable-5 td.ms-rteTableHeaderEvenCol-5 
{padding:0in 5.4pt 0in 5.4pt; color: #333333;
}
.ms-rteTable-5 tr.ms-rteTableOddRow-5 {
	color: #666666;
	vertical-align: top;
}
.ms-rteTable-5 tr.ms-rteTableEvenRow-5 {
	color: #666666;
	vertical-align: top;	 
}
.ms-rteTable-5 td.ms-rteTableFirstCol-5  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-5 td.ms-rteTableLastCol-5 {padding:0in 5.4pt 0in 5.4pt;}
.ms-rteTable-5 td.ms-rteTableOddCol-5  {
	padding: 0in 5.4pt 0in 5.4pt;
}
.ms-rteTable-5 td.ms-rteTableEvenCol-5 {padding:0in 5.4pt 0in 5.4pt;}
.ms-rteTable-5 tr.ms-rteTableFooterRow-5    {
	color: #333333;
	font-weight: 500;
	line-height: 11pt;
	
}
.ms-rteTable-5 td.ms-rteTableFooterFirstCol-5  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-5 td.ms-rteTableFooterLastCol-5 {
	padding:0in 5.4pt 0in 5.4pt;
	text-align:left;
}
.ms-rteTable-5 td.ms-rteTableFooterOddCol-5  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-5 td.ms-rteTableFooterEvenCol-5  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}

/*  Table 6  */ 
.ms-rteTable-6   {
	border-collapse: collapse;
	border: solid 0px;   
}
.ms-rteTable-6 tr.ms-rteTableHeaderRow-6     {
	margin: 10px;
	padding: 10px;
	color: #333333;
	text-align: left;  
	font-style: normal;  
	text-transform: capitalize;
	font-weight: 500;
	border-spacing: 10px;
	line-height: 11pt;
	vertical-align: top;
}
.ms-rteTable-6 td.ms-rteTableHeaderFirstCol-6   {
	padding: 0in 5.4pt 0in 5.4pt;
	color: #333333;
}
.ms-rteTable-6 td.ms-rteTableHeaderLastCol-6  {
	padding: 0in 5.4pt 0in 5.4pt; 
	color: #333333;
}
.ms-rteTable-6 td.ms-rteTableHeaderOddCol-6 {
	padding:0in 5.4pt 0in 5.4pt; 
	color: #333333;
}
.ms-rteTable-6 td.ms-rteTableHeaderEvenCol-6 
{
padding:0in 5.4pt 0in 5.4pt;
color: #333333;
}
.ms-rteTable-6 tr.ms-rteTableOddRow-6 {
	color: #333;
	vertical-align: middle;
	background-color:#cce7d0;
}

.ms-rteTable-6 tr.ms-rteTableEvenRow-6 {
	color: #333;
	vertical-align: top;	
	background-color:#f1eee2; 
}
.ms-rteTable-6 td.ms-rteTableFirstCol-6  {
	padding: 11px 5.4pt 0in 5.4pt;
}
.ms-rteTable-6 td.ms-rteTableLastCol-6 {padding:0in 5.4pt 0in 5.4pt;}
.ms-rteTable-5 td.ms-rteTableOddCol-5  {
	padding: 11px 5.4pt 0in 5.4pt;
}
.ms-rteTable-6 td.ms-rteTableEvenCol-6 {padding:0in 5.4pt 0in 5.4pt;}
.ms-rteTable-6 tr.ms-rteTableFooterRow-6    {
	color: #333333;
	font-weight: 500; 
	line-height: 11pt;
	
}
.ms-rteTable-6 td.ms-rteTableFooterFirstCol-6  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-6 td.ms-rteTableFooterLastCol-6 {
	padding:0in 5.4pt 0in 5.4pt;
	text-align:left;
}
.ms-rteTable-6 td.ms-rteTableFooterOddCol-6  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}
.ms-rteTable-6 td.ms-rteTableFooterEvenCol-6  {
	padding: 0in 5.4pt 0in 5.4pt;
	text-align: left;
}

/*  Corporate Feature */ 
.ms-rteTable-CorporateFeature   {
	border-collapse: collapse;
	border: solid 0px; 
	background: #928e7b url('Images/AMDV3/colorbar-beige.png') no-repeat center center; 
	padding: 22px;
	text-align: left;
	font-weight: normal;
	border-spacing: 10px;
	vertical-align: top; 
	line-height: 22px;
}
.ms-rteTable-CorporateFeature td {
	padding: 11px; 
	line-height: 22px;
	color: #333;
}	

.ms-rteTable-CorporateFeature a {
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 11px;
	background:url('Images/AMDV3/white_link_arrow.gif') no-repeat 0 0.3em;

}


/*  Work Feature */
 
.ms-rteTable-WorkFeature   {
	border-collapse: collapse;
	border: solid 0px; 
	background: #494f55 url('Images/AMDV3/colorbar-grey.png') no-repeat center center; 
	padding: 22px;
	text-align: left; 
	font-weight: normal;
	border-spacing: 10px;
	vertical-align: top; 
	line-height: 22px;
}

.ms-rteTable-WorkFeature td {
	padding: 11px; 
	line-height: 22px;
	color: #FFF;

}

.ms-rteTable-WorkFeature a {
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 11px;
	background:url('Images/AMDV3/white_link_arrow.gif') no-repeat 0 0.3em;

}


/*  Home Feature */ 
.ms-rteTable-HomeFeature   {
	border-collapse: collapse;
	border: solid 0px;
	background: #006593 url('Images/AMDV3/colorbar-cyan.png') no-repeat center center; 
	padding: 22px;
	text-align: left; 
	font-weight: normal;
	border-spacing: 10px;
	vertical-align: top; 
	line-height: 22px;
	color: #fff;
}
.ms-rteTable-HomeFeature td {
	padding: 11px; 
	line-height: 22px;
	color: #fff;
}

.ms-rteTable-HomeFeature a {
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 11px;
	background:url('Images/AMDV3/white_link_arrow.gif') no-repeat 0 0.3em;

}



/*  Play Feature */ 
.ms-rteTable-PlayFeature   {
	border-collapse: collapse;
	border: solid 0px; 
	background: #740e0e url('Images/AMDV3/colorbar-red.png') no-repeat center center; 
	padding: 22px;
	text-align: left;  
	font-weight: normal;
	border-spacing: 10px;
	vertical-align: top; 
	line-height: 22px;
}
.ms-rteTable-PlayFeature td {
	padding: 11px; 
	line-height: 22px;
	color: #fff;
}

.ms-rteTable-PlayFeature a {
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 11px;
	background:url('Images/AMDV3/white_link_arrow.gif') no-repeat 0 0.3em;
}	

/* Start legacy 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 legacy table styles */	
		
/* CSS for Print */


/* 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:100%;
}

.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;

}

/* Tab Styles */


    #tabs6 {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:11px;
      line-height:normal;
      border-bottom:1px solid #666;
      font-family:Verdana;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 0;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("/Style%20Library/Images/AMDV3/tableftamd1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("/Style%20Library/Images/AMDV3/tabrightamd1.gif") no-repeat right top;
      padding:5px 12px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#000;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #selected a {
              background-position:0% -42px;
              color:#fff;
      }
      #tabs6 #selected a span {
              background-position:100% -42px;
              color:#fff;
      }

/* border for tabs */
table #tabs{
				border-bottom:2px #525e69 solid;
				width: 100%;
}

#tabscontent{
 padding-top:11px;			
}
/* CSS for Print */

@media print{
	body {
	margin: 0;
	padding: 0;
	}
	
.footer #foot {
	display:none;
	}
}




/* 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:187px;
}

.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;
}



#promo {
	width:187px;
	vertical-align: top;
	float: right;
}

#promo .slm-layout-main #group /*add gradient to right hand promos */
{
	background:url('Images/AMDV3/gradient.jpg') repeat-x;
	/* border-bottom: #a5acb6 1px solid; */
}

/* #promo .calloutContentModule 
{
	border-bottom: #a5acb6 1px solid; 
	
}*/


.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;
	
}

