﻿
/* eVid CSS for Master - 1/17/07 */

/*

=Global Styles - body, p, td
=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
=Parametric Search Styles


/*



/*Body*/


body {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
color:#096;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
color:#47620f;
text-decoration: underline;
}

a:visited {
color:#47620f;
text-decoration: none;
}




.subhead {
	font-weight: bold;
	font-size: 11px;
	line-height:22px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #333;
	font-family: Verdana, arial, sans-serif;
}

.pagetitle {
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#000;
	margin-bottom: 0px;
	line-height:normal;
}

.smallText {
	font-size: 10px;
	color: #333;
}

td {
	font-weight: normal;
	color: #333;
	font-family: Verdana, arial, sans-serif;

}

p {
	font-weight: normal;
	color: #333;
	font-family: Verdana, arial, sans-serif;
	line-height: 22px;
}

p a:link {
color:#096;
text-decoration: underline;
}


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;
}


/* Rules */

.lightRule
{
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.darkRule
{
	border-top: 1px solid #999999;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Remove border from linked images start */

img { 
border: 0px none; 
}

/* Remove border from linked images end */ 

/* =Typography */

/* typography start*/

.homeHeading /* Home Page Feature Heading */
{
	font-size: 20px;
	color: #999;
}

h1 { /* Page Title */
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#000;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height:normal;
}

h1.center { /* Center Page Title */
	font-size:21px;
	font-weight:normal;
	font-family:"Palatino Linotype";
	color:#000;
	margin-bottom: 0px;
	line-height:normal;
	text-align:center;
}

.hubHeading /* Hub page heading */
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px #999999  groove;
	padding: 5px 10px 5px 0px;
	background-color: none;
	margin-bottom: 0;
}

h2.group /* Hub page group sub headings */
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 10px 10px 0px 0px;
}

h3 /* Intro Heading */
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
}

.introText /* Intro Text */
{
	font-size: 12px;
	color: #333;
}

h3.white /* White Subheadings */
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

h4 /* Body text heading */
{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 5px 0px;
}

h4.partners /* Partners Body text heading */
{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 0px 0px 0px 0px;
}

h4.italic /* Body text headin */
{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	font-style:italic;
}

h4.hub /* Secondary Hub related links */
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 10px 5px 10px;
	background-color: #FFE085;
	margin-bottom: 0;
}

.smallText /* Used for small text in bottom of content pages */
{
	font-size: 10px;
	color: #333;
}

/* typography end*/

Hr{
border: none 0; 
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #efefef;
        height: 1px;
        margin: 10px auto 0 0;
        text-align: left;
}

/* =Moss Tools */

.user-tools {
	margin: 0;
	padding:0;
    list-style-type:none;
    border-collapse:collapse;
    width:968px;
	}
	
.user-tools li {
	margin:0;
	padding:0;
	text-align:right;
	}

.user-tools a {
	text-decoration:none;
	line-height: 1.5;
	}	
	
/* =Masthead    */

.mastheadleft{
	background-image:url('Images/AMDV3/header_left.png');
	float:left;
	width:8px;
	height:88px;
}

.mastheadright{
	background-image:url('Images/AMDV3/header_right.png');
	float:right;
	width:8px;
	height:88px;
}

#masthead {
	background: #26282c url('Images/AMDV3/header_background_repeat.jpg') repeat-x;
	width: 952px;
	height: 88px;
	margin-left:8px;
}


#AMDBlackTab{
	float:left;
	border: none;
}

#AMDHeaderLogo{
	float:left;
	border: none;
	padding: 22px 22px 0px 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;
}

/* =Primary Navigation */

/* =Primary Navigation */

#PrimaryNav{ 
	left: -11px; 
	top: 20px; 
	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: 10px 11px 0 11px;
height:26px;
color: #fff;
}

.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 48px;
	line-height:15px;
}
 

.leftNav4 td:hover
{
	background-color: #a4acb4;

}

.leftNav3 td
{
	background-color: #d2dadd;
	padding: 6px 13px 6px 35px;
	line-height:15px;
}

.leftNav3 td:hover
{
background-color:#a4acb4;
}


.leftNav2 td
{
	background-color: #d2dadd;
	padding: 6px 13px 6px 22px;
	line-height:15px;
}

.leftNav2 td:hover
{
background-color:#a4acb4;
}

.leftNav1 td
{
	background-color: #d2dadd;
	padding: 6px 13px 6px 22px;
	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 35px;
 
	
}
 
.leftNavSelected td:hover {
	background-color: #a4acb4;
}

#lnbottom{
	background: url('Images/AMDV3/bottomnav.gif') no-repeat top left; 
	width: 187px;
	height:88px;
	margin-top:-20px; 
	margin-bottom:22px;			
}


/* Gaming Left Navigation *//* Initiatives */
.moduletitle {

	font-size:16px;
	font-weight:bold;
	color:#666;
}

.buckettext 
{
	padding-top: 5px;
	font-size:11px;
	color:#666;
}

.buckettitle 
{
	padding-top: 5px;
	font-size:12px;
	color:#666;
	font-weight: bolder;
}

.initTop
{
width: 170px;
margin: 0px 0px 0px 0px;
text-align:left;
}

.initLeft
{
float: left;
width: 170px;
margin: 17px 10px 17px 0px;
text-align:left;
}

.initLeftone
{
float: left;
width: 390px;
margin: 17px 10px 17px 10px;
text-align:left;
}

.initListBG1
{
	background-color: #f5f5f5;
	padding:0px 10px 0px 10px;
}

.initListBG2
{
	padding:0px 10px 0px 10px;
}


/* =Content Styles */

.endnote{
	margin-top: 11px;
	font-size: 10px;
	color: #333;
}

/* Button Styles */

input.btngreen {
  color: #FFF;
  font-weight:bold;
  background: #494f55 url('Images/AMDV3/btn.jpg') repeat-x;
  border: 1px outset #00008B;
  cursor: hand;
   border-color: #FFFFFF #666666 #666666 #FFFFFF;
border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;

}

input.btngrey {
  color: #FFF;
  font-weight:bold;
  background: #b8bbbd url('Images/AMDV3/btn_inactive.jpg') repeat-x;
  border: 1px outset #00008B;
  cursor: hand;
   border-color: #FFFFFF #666666 #666666 #FFFFFF;
border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;
}

a.submitButton {
color: #FFF !important;
text-decoration:none;
font-weight:bold;
border:1px solid outset #00008B;
padding:5px;
border-color:#FFF #666 #666 #FFF;
background:#494f55 url('Images/AMDV3/btn.jpg') repeat-x;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;


}
a.submitButton:hover {
border-color: #858A90 #A6ACB4 #A6ACB4 #858A90;
text-decoration:none !important;
}

a.btn {
  color: #FFF;
  font-weight:bold;
  background: #b8bbbd url('Images/AMDV3/btn_inactive.jpg') repeat-x;
  border: 1px outset #00008B;
  cursor: hand;
   border-color: #FFFFFF #666666 #666666 #FFFFFF;
border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;
display:block;
padding: 5px;
text-decoration:none;
text-align:center;

}

a.btn:hover {
border-color: #666 #FFF #FFF #666;

}



/* =Link Styles */

/* Link List */
.linklist ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist ul { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}
.linklist ul { 
	margin: 0px; 
	padding: 0px; 
	}
.linklist a { 
	text-decoration: none; 
	}
.linklist a:hover { 
	text-decoration: underline; 
	}
.linklist .alt { 
	padding: 0px; 
	background: none; 
	}
.linklist .alt a { 
	text-indent: 0px; 
	padding-left: 11px; 
	display: block; 
	background: transparent url() 0 0.4em no-repeat; 
	}
.linklist ul li.link { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.6em;
}
.linklist li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.6em;
}
.linklist .alt a { 
	display:inline; 
	} 
	
	/* hide from mac ie */

/* Secondary LINK LIST STYLES */
.slinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.slinklist {
	display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}

.slinklist ul {
	margin:0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0;
	padding:0 0 0 11px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 6px;
}

.slinklist li {
	display:block;
	list-style-type:none;
	line-height:1.6em;
	margin:0 0 0.6em;
	padding:0 0 0 11px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 6px;
}


.slinklist a:link {
	text-decoration: none;
	color: #009966;
	}
	

.slinklist a:hover {
    text-decoration: underline;
	color: #009966;
	}


.slinklist a:visited {
	color: #47620f;
	text-decoration: none;
	}
	
.slinklist .alt {
	padding:0;
	background:none;
	}

.slinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.4em;
}

.alert_slinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.alert_slinklist {
	display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}

.alert_slinklist ul {
	margin:0.6em 0 1em 0.5em;
	}


.alert_slinklist li {
	display:block;
	list-style-type: none;
	line-height:16px;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV2/support_alert_link_arrows.gif') no-repeat 0 0.5em;
	}

.alert_slinklist li a:link {
	text-decoration: none;
	color: #D31919;
	}

.alert_slinklist li a:hover {
    text-decoration: underline;
	color: #D31919;
	}

.promo .slinklist {
	width: 177px;
	}

.promonav .slinklist {
	width: 177px;
	}
	
.promonav .alert_slinklist {
	width: 177px;
	}

	
/* hide from mac ie \*/

.slinklist .alt a {
	display:inline;
	}

/* end hide */


/* WHITE LINK LIST STYLES */
.whitelinklist {
	display:block;
	list-style-type:none;
	margin:1px;
	padding:0;
	list-style-position: outside;
	color: #fff;
	}


.whitelinklist ul {
	display:block;
	list-style-type:none;
	margin:3px;

	}


.whitelinklist li {
	line-height:16px;
	margin:0 0 5px;
	padding:0 0 0 20px;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}

.whitelinklist li a:link {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}	
	
.whitelinklist li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:active {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}

a.title {
	font-weight:bold;
	}

.whitelinklist .alt {
	padding:0;
	background:none;
	}

.whitelinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}
	
ul li.link {
	display:block;
	list-style-type:none;
	line-height:16px;
	margin:0 0 5px 0;
	padding:0 0 0 11px;
	background:url('Images/AMDV2/white_link_arrow.gif') no-repeat 0 5px;
	list-style-position: outside;
	}

	
/* hide from mac ie \*/

.whitelinklist .alt a {
	display:inline;
	}

/* end hide */


/* Primary LINK LIST STYLES */
.plinklist ul {
	display:block;
	list-style-type:none;
	margin: .7em 0;
	padding:0;
	}

.plinklist {
	display:block;
	list-style-type:none;
	margin: .7em 0;
	padding:0;
	}

.plinklist ul {
	margin: 0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	line-height:14px;
	margin:0 0;
	padding: 0px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 4px;
}

.plinklist li {
	display:block;
	list-style-type:none;
	line-height:14px;
	margin:0 0 ; /* adjust between link spacing */
	padding: 0px 0px 0px 11px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 4px;
	vertical-align:top;
}

.plinklist a {
	text-decoration: underline;
	font-weight: normal;
	}
	
	
.plinklist a:hover {
	color: #096;
    text-decoration: underline;
	}

.plinklist a:visited {
    text-decoration: none;
    color: #47620f;
	}
	

.plinklist .alt {
	padding:0;
	background:none;
	}

.plinklist .alt a {
	text-indent:0;
	padding-left:11px;
	display:block;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.4em;
}

.promo .plinklist {
	width:177px;

}

/* hide from mac ie \*/

.plinklist .alt a {
	display:inline;
	}

/* end hide */

/* =MOSS Lists */

.bullet{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('Images/AMDV2/arrow.gif');
background-repeat:no-repeat;
background-position:left;
padding:0px 0px 0px 10px;
display:block;
list-style-type:none;
line-height:1.1em;
margin:0 0 0.6em;
}

.bulletHub{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('Images/AMDV2/arrow_primary.gif');
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
padding-right: 0px;
}

.bulletPlat{
border-style: none;
border-color: inherit;
border-width: 0;
vertical-align:top;
background-color: inherit;
background-image:url('Images/AMDV2/arrow_primary.gif');
background-repeat:no-repeat;
background-position: left;
padding-left: 15px;
padding-right: 0px;
}

.link-item a:link{
font-family:verdana; 
font-size:11px; 
color: #096;
text-decoration:none;
}

.link-item a{
font-family:verdana; 
font-size:11px; 
color: #096;
text-decoration:none;
}

.link-item{
font-family:verdana; 
font-size:11px; 
color: #096;
text-decoration:none;
}
.link-item a:active{
color: #939;
text-decoration:none;
}
.link-item a:visited{
color: #47620f;
	}
;
text-decoration:none;
}
.link-item a:hover{
color: #096;
text-decoration:underline;
}
.link-item-large a:link{
font-family:tahoma; 
font-size:18pt; 
color: #096;
text-decoration:none;
}
.link-item-large a{
font-family:tahoma; 
font-size:18pt; 
color: #096;
text-decoration:none;
}
.link-item-large{
font-family:tahoma; 
font-size:18pt; 
color: #096;
text-decoration:none;
}
.link-item-large a:active{
color: #62649D;
text-decoration:none;
}
.link-item-large a:visited{
color: #47620f;
text-decoration:none;
}
.link-item-large a:hover{
color: #096;
text-decoration:underline;
}

.ms-WPBody A:link
{
color:#009966;
text-decoration:none;
}
.ms-WPBody A:visited
{
color:#47620f;
text-decoration:none;
}

.ms-WPBody A:hover
{
color:#009966;
text-decoration:underline;
}

/* =HTML editor styles */

.ms-rteCustom-AMDArrowLink  {
	display:inline;
	list-style-type:none;
	line-height:18px;
	margin:0 0 6px;
	padding: 5px 0 0 22px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 8px;
	text-decoration:none;
	color:#096;
}

.ms-rteCustom-AMDArrowLink:hover {
	text-decoration:underline;
}

.ms-rteCustom-AMDArrowLink:visited{
	color:#47620f;
}

.ms-rteCustom-SubHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-PageSubTitle
{
	font-size: 12px;
	color: #666;
	font-weight:bold;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-IntroHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
}


.ms-rteCustom-BodyTextHeading
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
}

.ms-rteCustom-PageTitle
{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-bottom: 10px;
}

.ms-rteCustom-Border{
	border: 1px solid #999;
	padding: 5px;
	margin: 0px;
}

/* =AMD custom editor styles */

ol.ms-rteCustom-AMDUpperRomanNumberList { 
    text-indent:0; text-align:left; list-style-type: upper-roman; 
    margin-left:30px; margin-right:10px; padding-left:10px; margin-top:1px; 
}

ol.ms-rteCustom-AMDLowerRomanNumberList { 
    text-indent:0; text-align:left; list-style-type: lower-roman; 
    margin-left:30px; margin-right:10px; padding-left:10px; margin-top:1px; 
}

ol.ms-rteCustom-AMDLowerLatinAlphaList
{
	text-indent: 0;
	text-align: left;
	list-style-type: lower-alpha;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

ol.ms-rteCustom-AMDUpperLatinAlphaList
{
	text-indent: 0;
	text-align: left;
	list-style-type: upper-alpha;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

ol.ms-rteCustom-AMDSquareList
{
	text-indent: 0;
	text-align: left;
	list-style-type: square;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
}

/* End HTML editor Styles*/


/* =Promotional Styles */
#promo {
	width:187px;
	vertical-align: top;
	float: right;
}

#backgroundgradient{
	background-image:url('Images/AMDV3/gradient.jpg');
	background-repeat:repeat-x;
}

.promoheader ul li { line-height: 19px; }

.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;
}


/* =Hub Headers */

.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;	
}


/* Corporate */

.corporateheader1title { color: #333; font-weight:bold; margin-top: 11px;}
.corporateheader2title { 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;
}

.commercialheader9title {
	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;
}

/* Gray content module */

.calloutContentModule
{
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	width: 140px;
}

/* Red content module */

.calloutRedContentModule
{
	background-color: #F6D1D1;
	padding: 5px;
	margin: 0px;
	margin-left: 10px;
	width: 140px;
}

.calloutContentModuleWithSeparator
{
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	margin-left: 10px;
	width: 140px;
	border-bottom: 1px #999999 solid;
}

/* White content module */

.calloutContent
{
	background-color: #FFFFFF;
	padding: 11px;
	line-height: 22px;

}

.promo .calloutContent
{
	width: 177px;	
	padding: 5px;
	line-height: 16px;

}

.promonav .calloutContent
{
	width: 177px;	
	padding: 5px;
	line-height: 16px;

}



.calloutContentWithSeparator
{
	background-color: #FFFFFF;
	padding: 5px 0px;
	width: 176px;
	border-bottom: 1px #999999 solid;
}


/* =Footer */    

#rtp {
	width:968px;
	margin-left:11px;
	margin-bottom: 11px;
	margin-top: 44px;
	height:16px;
	}

#rtp a {
	font-family:Verdana;
	font-size:10px;
	color:#096;
	text-decoration:none;
	padding-left:20px;
	vertical-align:middle;
	}
	
a.rtpbutton {
padding:1px 5px 8px 22px;
}

.rtpico {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(Images/AMDV3/rtp-icon.gif) no-repeat scroll 0 0 !important;
}

#sharethis{
	margin-left:11px;			
}
		
.footerline {
	background-image: url('Images/AMDV3/grey_rule_968x11.gif');
	background-repeat: no-repeat;
	height: 22px;
}	
	
.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;
	}	

/* =Microsoft overrides */

.ms-WPBody a
	{
	color:#009966;
	text-decoration:none;
	}
	
.ms-WPBody a:hover
	{
	color:#009966;
	text-decoration:underline;
	}

/* CSS for Print */

@media print{
	body {
	margin: 0;
	padding: 0;
	}
	
	.footer #foot {
	display:none;
	}
}

/* Flash */
#flash1 {
	visibility: hidden;
}

/* =Parametric Search Styles */


.DefaultTab 
{
	display: block;
	text-decoration: none;
	border: none;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	margin-right: 22px;
	height: 24px;
	background: #494f55 url('Images/AMDV3/tab_right_active.jpg') no-repeat right top;

}

.DefaultTab td
{
	color: #FFF;
	margin-right: 22px;
}

.DefaultTabHover 
{

	display: block;
	text-decoration: none;
	background: #a4adb4 url('Images/AMDV3/tab_right_inactive.jpg') no-repeat right top;
	border:none;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	margin-right: 22px;
	height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
  	text-decoration: underline;
  	cursor:pointer;


}

.DefaultTabHover td
{
color: #fff;
}

.SelectedTab 
{
	display: block;
	text-decoration: none;
	background: #a4adb4 url('Images/AMDV3/tab_right_inactive.jpg') no-repeat right top;
	border: none;
	padding: 3px 0px 3px 0;
	margin-bottom: 0px;
	margin-right: 33px;
	height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
  	cursor:default;

}

.SelectedTab td
{
color:#FFF;
font-weight: bold;
}

#resultsHeaderSubdiv {
	background-color: #a4adb4;
	height: 22px;
	text-align: right;
	padding: 3px 11px 3px 11px;
}


.Grid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
}

#resultsHeaderSubdiv {
	background-color: #a4adb4;
	height: 22px;
}

.GridData
{
  border: none;
  height: 337px;
}

.GridFooter
{
  background: #a4adb4;
  cursor: default; 
  padding: 5px;
  height: 22px;
  vertical-align: bottom;
  border: 0px;
}

.GridFooterText
{
  color: #FFF;  
  font-family: verdana; 
  font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(images/amd/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/amd/spacer.gif);   
  background-color: #ccc; 
  padding: 5px;
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.HeadingCellHover
{ 
  background-image: url(images/amd/spacer.gif);   
  background-color: #666; 
}

.HeadingCellActive
{ 
  background-image: url(images/amd/header_activeBg.gif);   
  background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/amd/header_bg.gif); 
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold; 
  text-align: left;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #ccc; 
  font-family: verdana; 
  font-size: 11px;
  color: #000000;
} 

.SortedDataCell 
{ 
  background-color: #d2dadd; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color : #ebeef0;
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 11px;
  color: #000000;
  border-bottom: 1px solid #BFDBF5; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  border-right: 1px solid #4B4B6F; 
}


#tdResultsTop {

width: 11px; 
display: none;
}

/* Certified Applications */

.ms-listviewtable{
				padding:5px;
				color:#333;
}

.mv-vh{
				background-color:none;
}

.ms-vh2{
				background-color:#384485;
				padding:5px;
				color:#fff;
}

th .ms-vb A:link{
				color:#fff;
}

th .ms-vb A:hover{
				color:#fff;
}


.ms-alternating{
				 background-color:#EDEEF0;
}

.ms-vh2 .ms-unselectedtitle .ms-vb{
				 background-color:#384485;
				 padding-top:3px;
				 font-family:Verdana;
				 font-size:11px;
}

.ms-vh2 .ms-selectedtitle .ms-vb{
				 background-color:#25296B;
				 padding-top:3px;
				 font-family:Verdana;
				 font-size:11px;
}

.ms-vb2 a:link {
	color:#009966;
	text-decoration:none;			
}

.ms-vb2 a:hover {
	color:#009966;
	text-decoration:underline;			
}

.ms-vb2 a:visited {
	color:#009966;
	text-decoration:none;			
}

.ms-vb{
	padding:5px;			
}

.ms-toolbar{
				color:#333;
				text-align:left;
				padding-bottom:3px;
}

table.ms-toolbar{
				background-image: url(images/AMDV3/AMDtoolgrad1.gif);
				background-color:#D6D3F2;
				background-repeat:repeat-x;
				border:none;
				margin-top:11px;
}

.ms-viewheadertr th.ms-vh2{
				padding:5px;
				color:#fff;
}

.required{
	color:red;
}

.rma-background
{
				background-color:#f1eee2;
}

