div.content .help {
}

div.content .menuWidth {
	width				:	98%;	
}

div.content .rightAlignField {
	text-align			:	right;
}

/* HD W1001-0009;to give a disabled textfield in IE a gray background. It is the same gray as disabled fields have in firefox */ 
div.content .disabledField {
    background-color	:	#ECE9D8;
}

div.content .disabledLabel {
    color				:	#BFBCAB;
}

div.content span.pagebanner {
	border-bottom		:	none;
	display				:	block;
	margin-top			:	10px;
	padding				:	2px 4px 2px 4px;
	width				:	79%;
}

div.content span.pagelinks {
	border-top			:	none;
	display				:	block;
	padding				:	2px 4px 2px 4px;
	width				:	79%;
}

/* Displaytag Styles */
div.content th.sorted a,div.content th.sortable a, div.content th.order1 a ,div.content th.order2 a {
	background-position	:	right;
	background-repeat	:	no-repeat;
	display				:	block;
	width				:	100%;
}

div.content th.sortable a {
	background-image	:	url(../images/arrow_off.png);
}

div.content th.order1 a {
	background-image	:	url(../images/arrow_down.png);
}

div.content th.order2 a {
	background-image	:	url(../images/arrow_up.png);
}

img.button {
	border				:	0px;
	padding-right		:	2px;
	width				:	24px;
}

pre {
	white-space			:	pre-wrap;       /* css-3 */
	white-space			:	-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space			:	-pre-wrap;      /* Opera 4-6 */
	white-space			:	-o-pre-wrap;    /* Opera 7 */
	word-wrap			:	break-word;       /* Internet Explorer 5.5+ */
}

div.leftcontainer {
	position			:	absolute;
	bottom				:	0px;
	top					:	55px;
	width				:	99%;
}

.dijitAccordionContainer {
	border-bottom		:	0px solid #FFFFFF;
	border-left			:	0px solid #FFFFFF;
	border-right		:	0px solid #FFFFFF;
}

.tundra .dijitAccordionTitle {
	background-color	:	transparent;
	background-image	:	url("../images/trans.png");;
	border-top			:	0px solid #FFFFFF;
	padding-bottom		:	7px;
	padding-top			:	6px;
}

.tundra .dijitAccordionTitle-hover {
	background-color	:	transparent;
	background-image	:	url("../images/trans.png");;
}

.tundra .dijitAccordionTitle-selected {
	background-color	:	transparent;
	background-image	:	url("../images/trans.png");;
	border-bottom		:	0px solid #FFFFFF;
	border-top			:	0px solid #FFFFFF;
	font-weight			:	normal;
}

.tundra .dijitAccordionBody {
	background-color	:	transparent;
}

.tundra .dijitAccordionPane {
	background-color	:	transparent;
}

.tundra .dijitAccordionContainer {
	border-color		:	#FFFFFF;
}
/* CSS Document */
.Utility {
		color: black;
		font-family : monospace;
}	
.NodeName {
	font-weight:bold;
	color: DarkOliveGreen;	
	font-family : monospace;
}
.AttributeName 
{
	font-weight:bold;
	color: black;
	font-family : monospace;
}
.AttributeValue
{
	color:blue;
	font-family : monospace;
}
.NodeValue
{
	color: blue;
	font-family : monospace;
}
.Element {
	border-left-color:gray;
	border-left-width:thin;
	border-left-style:solid;
	padding-top:0px;
	font-family : monospace;
}
.Clickable {	
	font-weight:900;
	font-size:large;
	color: black;	
	cursor:pointer;
	vertical-align:middle;
}
