@charset "utf-8";
/* CSS Document */


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
	background-image: url(../img/header_content_bg.jpg);
	background-repeat: repeat-x;
	height: 137px;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	padding:39px 0 25px 0;
	letter-spacing:normal;
	font: 1.6em "Arial Black", Gadget, sans-serif;
	color: #FFF;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
	font-size:1em;
	font-weight:bold;
	padding: 10px 0;
	margin-top: 30px;
}
li h3 {
		font-size:1em;
			margin-top: 0px;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	font-size: 0.75em;
}
p {
	line-height:18px;
}

 
ul, ol {
padding:0 0 1.25em 2.5em;
margin-top:-1em;
}
ul ul, ol ul {
		font-size:1em;
		margin-top:0;
}
ol {font-weight:bold;}
li { padding: 3px 0px 5px; font-weight:normal}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
	color: #666;
	font: 0.75em Tahoma, Geneva, sans-serif;
	display: block;
	margin-bottom: 3px;
}
 
img {
	border:1px solid #CCC;
	padding: 10px;
	margin-bottom: 1.25em;
	background-color: #f2f2f2;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/

a,
a:link,
a:visited, #content pre a strong
 {
	text-decoration:underline;
	/*color: #06C;*/
	color:#C00;
}
 a:hover  {
	text-decoration:none;
	color: #36C;
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td { }

caption {
	padding: 0 0 5px 0;
	width: 800px;
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px Arial, Helvetica, sans-serif;
	/*color: #3371A4;*/
	color: #36C;
	border-right: 0px solid #fff;
	border-bottom: 3px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 6px 3px 12px;
	background-color: #FFF;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.nobg2 {
	border-top: 1px solid #cdcdcd;
	border-left: 0;
	border-right: 0;
	background: none;
	background-color: #f2f2f2;
	padding-top:7px;
	padding-bottom:7px;
}

td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
	padding: 3px 6px 3px 12px;
	color: #666;
}


td.alt {
	color: #C00;
	font-weight: bold;
}

th.spec {
	border-left: 1px solid #fff;
	border-top: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	border-bottom-width: 1px;
	background-color: #FFF;
}
td.spec-red {
	background-color: #C00;
	color:#FFFFFF;
	border-bottom-width:1px;
	font-weight: bold;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #797268;
}
.ref-table tr:hover th[scope=row], .ref-table tr:hover td
{
	background-color: #FFC;
	border-right-color: #fff;
	color: #C00;
} 
.ref-table tr[scope=col] { border: 5px dotted #666; }

/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     {
	background:#ffc;
	color: #C00;
}
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
#header {

}
/***** Wrapper *****/
 
#content {
	margin:0px 5% 70px 5%;
	background-image: url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-repeat: no-repeat;
	background-position: 0px 124px;
	padding-bottom:40px;
}
#content pre { color: #999; }

/*#content pre span, #content pre strong { color: #000; }*/

#headercontent pre {
	color: #999;
	border: 1px solid #DDD;
	padding: 10px;
	max-width: 500px;
	background-color: #f8f8f8;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#headercontent pre strong {
	color: #000;
	font-size: 16px;
}
.ref-table {
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	border: 1px solid #cdcdcd;
	width: 100%;
}
li .ref-table {
		font-size: 1em;
}
.breadcrumb {
	font-size: 0.7em;
	margin-top: 13px;
	color: #999;
	line-height: 15px;
}
.breadcrumb a{
	font-size: 1em;
	color: #999;
	text-decoration: none;
	padding:0 0px;
	color: #CCC;
}

.breadcrumb a:hover{ color: #FFF; }
.breadcrumb a.new{
	background-color:#FC0;
	color:#960;
	float:right;
	padding:6px 25px 7px;
	margin-top:-5px;
	*margin-top:-20px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: inline;
}
.breadcrumb a.new:hover{
	background-color:#9C0;
	color:#FFF;
}
#attribute-list li {
	background-image:url(http://www.progressivered.com/img/bullet_red.gif);
	background-position:5px 9px;
	background-repeat:no-repeat;
	padding-left: 15px;
}
th.def {
	color: #FFF;
	border-bottom-color: #B00000;
	border-top-color: #C00;
	background-color: #C00;
	text-transform: none;
	background-image: url(../img/header_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -47px;
}
p.tip {
	color:#5E4A00;
	display:block;
	margin:0px 0 26px 0;
	padding:10px 10px 10px 42px;
	text-align:left;
	width:648px !important;
	background-attachment: scroll;
	background-color: #FFFCEC;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:3px solid #FFEA95;
}
small a {
	padding-right: 1px;
	padding-left: 1px;
}
#reference #content h3 { padding: 20px 0 0 0; }
td.disabled {
	background-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
}
.ref-table tr th span {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
}
pre #xml a:hover, pre #xml strong a:hover {
	color: #C00;
	font-weight: bold;
}

pre #xml a { text-decoration: none; }
#note { float: right; }
