/* CSS index.css*/
/*Version 2.6 3/17/09*/


/* START DEFAULT STYLES */


p {
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
}

/* Used in the <body> tag, this sets the default text, size, and margins for the page */
#mm-pd {
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 24px;
	background-color: #fff;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 360px;
	text-align: left;
}

/* End Default Styles */


/* START NAVBAR STYLES */

#navbox { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 22px; 
	float: left; 
	padding-top: -2px; 
	border-bottom: 1px solid #939393;
	background-color: #2D3237;
	z-index: 99;
}

.gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1), color-stop(0.5, #d1d1d1));
	-webkit-background-origin: border;
}

#navleftbox {
	position: relative;
	font-size: 10px; 
	position: absolute; 
	top: -1px;
	left: 15px 
}

#navrightbox {
	float: right;
	position: relative;
	top: -2px;
	font-size: 10px;
	margin-right: 24px; 
}

.navlink_left {
	color: #333; 
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
}

.navlink_right {
	color: #FFF;
	font-weight: normal;
	line-height: 12px;
	margin-left: 8px;
	text-align: right;
	vertical-align: top;

 }


/* End Navbar styles */


/* START HEADER AREA STYLES */

#headerbox {
	clear: both;
	position: relative;
	margin-top: 46px;
	margin-bottom: 23px;
	padding-right: 6px;
}

h1 {
	color: #3a52a4;
	font-size: 18px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: left;
}

#iconbox {
	margin-bottom: 0px;
	float: left;
}

#iconimg {
	padding-top: 2px;
}

#pagetitle {
	border: solid 1px #fff;
	margin-left: 40px;
	margin-right: 45px;
	width: 88%;
}

/* END HEADER AREA STYLES */

/* EMBEDDED/INLINE LINK STYLES */

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #336699;
}

/* End Embedded/Inline Link Styles */

/* START INTRO, OUTRO STYLES*/

/* Specifically for this sheet*/
   
#introbox {
	clear: both;
	position: relative;
	margin-top: 24px;
	margin-bottom: 0px;
}


#outrobox {
	clear: both;
	position: relative;
	padding-top: 24px;
	margin-bottom: 0px;
}


.introprimtext, .outroprimtext {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* These two styles (.introprimtextlongtext, .outroprimtextlongtext)  are different than the styles used on the Task and Task_Multi CSS files. Although the style names are the same, these are properties are specific for this reference page */
	
.introprimtextlongtext, .outroprimtextlongtext {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
	width: 100%;
}

.intronote, .outronote {
	position: relative;
	margin-left: 0px;
	margin-top: 18px;
	margin-bottom: 0px;
}

.intronoteprefix {
	position: relative;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	text-transform: uppercase;
	line-height: 16px;
	word-spacing: -2pt;
	letter-spacing: 1pt;
}


h2 {
	color: #555;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 1px;
	padding-bottom: 1px;
}

/* START BULLET LIST STYLES
   These can only be used in the Intro and Outro.
   IMPORTANT: Bullets lists are NOT supported in the rows/columns of the reference page */

.numberparagraph, p.numberparagraph  {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-top: 9px;
	position: relative;
	text-indent: 0px;
	left: 0px;
	top: 0px;
}

.listparagraph, p.listparagraph {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-top: 9px;
	padding-bottom: 0px;
	position: relative;
	text-indent: 0px;
	left: -6px;
	top: 0px;
}

/* END INTRO, OUTRO STYLES */


/* This is the wrapper that surrounds all of the content between the Intro and Outro */
#taskbox, #taskbox0, #taskbox1, #taskbox2, #taskbox3, #taskbox4, #taskbox5, #taskbox6, #taskbox7, #taskbox8, #taskbox9, #taskbox10 {
	clear: both;
	position: relative;
	margin-top: 18px;
	width: 100%;
}


/* START TASKBOX PADDING */
/* This padding is only used if there is no Outro, Related Links, or Feedback after the Taskbox*/

.taskboxpad {
	clear: both;
	position: relative;
	margin-top: 18px;
	font-size: 1px;
	line-height: 1px;
}

/* End Taskbox Padding */



/*The "taskprimtexttext" ID is used to render the graybar when
  the layout is 50% / 50% for the column widths and has a fixed
  height */
#taskprimtexttext {
	background-color: #999;
	font-size: 11px;
	float: left;
	position: relative;
	vertical-align: middle;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.taskprimtexttextshorttext {
	float: left;
	position: relative;
	top: 2px;
	left: 5px;
	width: 50%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
	letter-spacing: .15em;
}

.taskprimtexttextlongtext {
	float: right;
	position: relative;
	left: 5px;
	top: 2px;
	width: 50%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	letter-spacing: .15em;
}
.taskprimtexttextshorttext2 {
	float: left;
	position: relative;
	top: 2px;
	left: 5px;
	width: 33%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
	letter-spacing: .15em;
}

.taskprimtexttextlongtext2 {
	float: right;
	position: relative;
	left: 5px;
	top: 2px;
	width: 67%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	letter-spacing: .15em;
}

/* Ends Gray Bar / Horizontal Styles */


/* START COLUMN ROW ENTRY STYLES */

.taskprimcontent {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 5px;
	padding-bottom: 6px;
	width: 100%;
}

.taskprimtextlongtext {
	position: relative;
	left: 0;
	padding-left: 5px;
	margin-top: -4px;
	color:#000000;
	font-weight: bold;
}

.taskauxpair {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 3px;
	padding-bottom: 6px;
	width: 100%;
}

.taskauxpairshorttext {
	clear: both;
	float: left;
	position: relative;
	left: 10px;
	right: 5px;
	line-height: 1.33em;
	text-align: left;
	width: 45%;
}
.taskauxpairshorttext2 {
	clear: both;
	float: left;
	position: relative;
	left: 10px;
	right: 15px;
	line-height: 1.33em;
	text-align: left;
	width: 25%;
}
#taskauxsection {
	float: left;
	position: relative;
	margin-top: 18px;
	background-color: #D4DFFF;
	font-size: 11px;
	height: 21px;
	vertical-align: middle;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#taskauxsectionfirst {
	float: left;
	position: relative;
	margin-top: 0px;
	background-color: #D4DFFF;
	font-size: 11px;
	height: 21px;
	vertical-align: middle;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.taskauxsectiontext {
	float: left;
	position: relative;
	top: 0px;
	left: 5px;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
	letter-spacing: .15em;
}

#taskauxsubhead {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 8px;
	padding-bottom: 6px;
	width: 100%;
}

.taskauxsubheadtext {
	clear: both;
	float: left;
	position: relative;
	left: 5px;
	line-height: 1.33em;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #555;

}

.taskauxpairshorttext p, .taskauxpairlongtext p {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-right: 15px;
}

.taskauxpairlongtext {
	float: right;
	position: relative;
	left: 5px;
	line-height: 1.33em;
	text-align: left;
	width: 50%;
}
.taskauxpairlongtext2 {
	float: right;
	position: relative;
	left: 5px;
	line-height: 1.33em;
	text-align: left;
	width: 67%;
}

/* START RULE STYLES*/

#rule {
	clear: both;
	position: relative;
	padding-top: 22px;
	margin-bottom: 0px;
}

hr {
	background-color: #F6F6F6;
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	border-top: 1px solid ##C6CBD1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 8px;
}

/* End Rule Styles */


/* RELATED TOPICS STYLES */

h3 {
	color: #5555;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: left;
}

#linkinternalbox, #linkexternalbox {
	clear: both;
	position: relative;
	padding-top: 24px;
	margin-bottom: 0px;
}

.linkinternal, .linkexternal {
	margin-top: 0px;
	margin-bottom: 1px;
}


/* End Related Topics Styles */

/* START FEEDBACK STYLES */

#linkfeedbackbox {
	margin-top: 20px;
	margin-bottom: 0px;
	background-color:#D5D8D2;
}

.linkfeedback {
	color: #555;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: center;
}

/* End Feedback Styles */
