@charset "UTF-8";
/* CSS Document */

/* Note */
.note{
	display:inline-block;
	font-size:13px;
	border-left:4px solid #007FB7;
	background-color:#E8EDEE;
	padding:5px 4px 5px 7px; /* Top Right Bottom Left */
	color:#333;  /* Text color = Dark Gray */
	}
.note-header{
	display:inline;
	background-color:#E8EDEE;
	vertical-align:text-top;
	font-size:13px;
	font-weight:bold;
	color:#007FB7;
	padding:5px 5px 5px 8px; /* Top Right Bottom Left */
	}
.note-body{
	display:inline-block;
	background-color:#E8EDEE;
	vertical-align:text-top;
	font-size:13px;
	font-weight:normal;
	color:#333;
	padding:5px 10px 5px 8px; /* Top Right Bottom Left */
	}	
	

* {outline: none;}
body {
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-position:left 46px;
}
#wrapper {
	background-color:#FFF;
	padding: 7px;
}

#footer {
	width: 935px;
	margin: 0 auto;
	border-top: 1px #bcbcbc solid;
	padding-bottom:15px;
	padding-top:10px;
}

#leftcol {
	width:200px;
	float:left;
	margin-right:30px;
}
#colright {
	margin-left:230px;
}
/* Fonts */

Body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height: 18px;
	color:#333;
	margin-top:0px;
	margin-bottom:7px;
}
p {
	font-size:13px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}
h1 {
	/* TEMPLATE HEADER TEXT */
	color:white;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	margin-top:7px;
	margin-bottom:7px; 
}
h2 {
	color:navy;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
/* RELATED TOPICS, EXPAND/COLLAPSE NOTES */
h3 {
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}
h4 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:navy;
	margin-top:10px;
	margin-bottom:10px;
}
/* Used for the Title/Header for expandable sections */
h5 {
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}

ul  {
    list-style-type:none;
	padding: 0px;
    margin: 0px;
}
ul.CommonTasks  {
}
ul li {
    background-image: url("../Shared/bullet.gif");  /* url is relative to css file */
    background-repeat: no-repeat;
    background-position: 3px 5px; 
    padding-left: 17px;
    margin: 4px; 
}
ul.CommonTasks li {
    background-image: url("../Shared/bullet.gif");  /* url is relative to css file */
    background-repeat: no-repeat;
    background-position: 3px 5px; 
    padding-bottom: 10px;
    padding-left: 17px;
    margin: 4px;
}

/* end edits */
strong {
	/* color:#000; */
}
a, .ui-widget-content a  {
	color:#2592BD;
	text-decoration:none;
}

h2 a {
	color: #ED1C24;
}
h2 a:hover {
	color: #000;
}

a:hover {
	color: #ED1C24;
}


table {
	font-size:13px;
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
table.tableHeader {
	margin:0px;
	padding:0px;
	border:none;
}
table.tableHeader td, th {
	padding:0px 10px 0px 8px; /* Top Right Bottom Left */
}
table.tableWidth800 {
	width:800;
	padding:0px;
}

table.tableWithTopBottomRowBorders {
	padding:0px;
	border-collapse:collapse;
	border-style:none none solid none; /* Top Right Bottom Left */
	border-width:1px;
	border-color:#999999;	
}
table.tableWithTopBottomRowBorders td, th{
	padding:5px;
	border-style:solid none none none; /* Top Right Bottom Left */
	border-width:1px;
	border-color:#999999;	
}

table.tableWithAllCellBorders {
	padding:0px;
	border-collapse:collapse;
	border-style:none none solid none; /* Top Right Bottom Left */
	border-width:1px;
	border-color:#999999;	
}
table.tableWithAllCellBorders td, th{
	padding:5px;
	border-style:solid solid solid solid; /* Top Right Bottom Left */
	border-width:1px;
	border-color:#999999;	
}

table.tablesimple {
	border:none;
}
table.tablesimpleBorderWhiteBackground {
	background-color:#FFF;
	border:solid;
	border-width:1;
	border-color:#999999;
}
table.tablesimpletight {
	width:0;
	padding:0px;
}
table.tablesimpletightPaddingRight {
	width:0;
}
table.tableSymbolDescUnits {
	width:0;
	padding-right:10px;
	margin-top:30px;
	margin-bottom:30px;
	min-width:500px;
	max-width:650px; 
}
table.tableCompareVersions {
	width:700px;
	padding:0px;
}

table.tablesimple td {
	border:none;
}
table.tablesimpletight td {
	border:none;
	padding:0px;
}
table.tablesimpletightPaddingRight td {
	padding:0px;
	padding-right:15px;
}
table.tableSymbolDescUnits td {
	padding:1px;
	padding-right:10px;
	min-width:70px;
}
table.tableCompareVersions td {
	padding:5px;
}

td, th {
	padding:3px;
}
/*td {
	vertical-align:top;
}*/
td.algnright, th.algnright {
	text-align:right;
}
th {
	text-align:left;
	background-color:#507177;
	color:#fff;
}
.centerlabel {
	text-align:center;
}
#introductionheader {
	width:100%;
	border-bottom: 1px #bcbcbc solid;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom: 20;
}

#footer {
	font-size:11px;
	color:#666;
	width:99%; /* Using 99% because when 100% the horizontal scollbar is always visible due to footer */
	float:left;
	margin-top: 20;
	border-top: 1px #bcbcbc solid;
	padding-bottom:15px;
	padding-top:10px;
}


/* images */
.imgborderThinGrey{
	border:solid;
	border-width:1;
	border-color:#999999;
}
.imgborderThinGreyBottomRight{
	border-top:none;
	border-left:none;
	border-bottom:solid;
	border-right:solid;
	border-width:1;
	border-color:#999999;
}
.imgborderThinGreyBottomLeft{
	border-top:none;
	border-right:none;
	border-bottom:solid;
	border-left:solid;
	border-width:1;
	border-color:#999999;
}
.imgright {
	display:inline;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.imgrighttight{
	display:inline;
	float:right;
	margin-left:20px;
	margin-bottom:1px;
}
.imgleft {
	display:inline;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	height:auto;
}
.imglefttight{
	display:inline;
	float:left;
	margin-right:20px;
	margin-bottom:1px;
}
.imgverticalmiddlewithtext {
	display:inline;
 	vertical-align:text-top; 
}

/* Expanding Sections */
.expara {
	background-color:#FAFAFA;
	border-style:solid;
	border-width: 1px;
	border-color:#999999;
	padding: 5px 10px 10px 10px; /* Top Right Bottom Left */
	margin-left:7px; /* Left indent section */
}
