/* designer.css version 2.0     Last Updated: 10.26.05 */

/* defines page margines and "stationary" */
BODY {
	margin-left: 15px;
	background-repeat: repeat-x;
	background-image: url(icons/header_repeat.gif); /* 8 x 79px */
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-top: 0px;
}

/* defines font and font-size for all pages */
BODY {
	
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 0.8em;
}

TABLE {	font-size: 1.0em;
} 


p {	line-height: 1.5em;
margin-top:1em;

}

/* inserts space between introductory paragraph and page content */
p.intro {	margin-bottom: 25px;	
}

/* controls list formatting */
UL, OL, LI  {
line-height: 1.5em;
padding-bottom:0.5em;
}

IMG {
	margin: 10px,10px,10px,10px;
	border: 1;
	border-color: #666666;
	
}

/* For info graphic next to NOTES */
IMG.note { float:left; margin-left: 0;
}

/* Aligns graphics flush to the top of elements */
IMG.flushTop {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

PRE, CODE {
	FONT-SIZE: .9em; FONT-FAMILY: "Courier New", Courier, mono
}

H1 {
	letter-spacing: 1px;
	color: #171717;
	font: bold 1.4em Arial, Verdana, Helvetica;
	background-repeat: no-repeat;
	background-position: top right;
	/*background-image: url(icons/header_right.gif);*/
	/*padding-top: 46px;*/
	padding-top: 5px;
	/*margin-bottom: 30px;*/
	margin-bottom: 30px;
	/*padding-bottom: 15px;*/
	padding-bottom: 15px;
}

H2 {
	border-bottom-color: #AFB7E9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: f4f4f4;
	padding: 2px;
	color: #171717;
	letter-spacing: .8px;
	font-size: 1em;
	font-weight: bold;
	font-variant: normal;
}

H2.clear {
	color: #000000;
	font: bold 1.2em Arial, Verdana, Helvetica;
	border-bottom-color: #C9DBED;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: f4f4f4;
	padding: 2px;
	clear: both;
}

H2.noBorder{
	color: #000000;
	font: bold 1.1em Arial, Verdana, Helvetica;
	padding-bottom: 3px;
}


H3 {
FONT-SIZE: 1.0em; 
COLOR: #171717;
}

H4 {
	border-bottom-color: #336699;
	border-bottom-width: thin;
	letter-spacing: 1px;
	color: #000000;
	font: bold 1.3em Arial, Verdana, Helvetica;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
}



.indextop {
	FONT-WEIGHT: bold; FONT-SIZE: x-large; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
.indexsub {
	FONT-SIZE: xx-small; COLOR: #8080ff; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

A {
	COLOR:#333366;
}
A:visited {
	COLOR: #9c9c9c;
}
A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none; background-color:#757a9c;
}
	

A.bar:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.bar:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.bar:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.bar {
	COLOR: #ffffff
}



.standout {
	background-color: FFF9E2;
	color: #000000;
	list-style-position: inside;
	padding-left: 1em;
	padding-right: 1em;
	FONT-SIZE: .9em;
	line-height:1.10em;

}

.path { 
        color: #000000; font-weight: bold; font-size: 1.0em; line-height: 12px 
}

.highlight { 
        color: #000000; font-weight: bold; font-size: 1.0em; line-height: 12px 
}

.warning  {
	color: #6979D6;
	margin-top: 2px;
	line-height: 30px;
}

.error  { 
        color: #c82727; margin-top: 2px 
}
/* used on index.html */
.category  { 
        color: #525672;
}

.bugtitle  { 
        color: #1064e0; font-size: 1.4em; margin-top: 2px 
}

.bugtable  { 
        margin-left: 30px; font-size: 12px; line-height: 1.5em;
}

.newbody  { 
        margin-left: 150px; margin-right: 100px;
}

.newbodylist  { 
        margin-left: 150px; margin-right: 100px;
}

.ruleabove { 
        padding-top: 5px; border-top: 2px solid #3a6ea5 
}
.note {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 3px,3px,3px,0px;
	background-color: FFF9E2;
	border: dotted black 1px;
}
.noteBold {
	font-weight: bold;
}

/* alternating color for tables */
.tablerow {
	background-color: #DFE2F5;
}
.greyTablerow {
	background-color:#E8E8E8;
}

th {
	color: #1F1F1F;
	font: bold 1em Arial, Verdana, Helvetica, sans-serif;
	border-bottom-color: #C9DBED;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*background-color: 757A9C;*/
	background-color:#f4f4f4;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
