hr {
	height: 1px;
	size: 1px;
}

#helloDiv {
	background-color: Silver;
	font-family: monospace;
	font-size: 12px;
	outline: Black solid thin;
	width: 200;
	float: left;
	text-align: center;
}

#contentDiv {
	background-color: #ddd;
	font-family: monospace;
	font-size: 12px;
	outline: Black solid thin;
	width: 350px;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

#userDiv {
	background-color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.wordSpan {
	cursor: pointer;
}

#headerDiv {
	width: 100%;
	/* background-color: #663; */
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(images/titleBg.gif);
}

#menuBotDiv {
	width: 100%;
	/* background-color: #663; */
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(images/menuBotBg.gif);
}

body {
    background-color:#996;
	 background-image: url(images/bg.gif);
}

/* Define a new style for each menu bar */

div.yuimenubar {
    
    border-width:1px 0;
    border-color:#663;
    border-style:solid;
    background-color:#cc9;
	 background-image: url(images/menuBg.jpg);

}

div.yuimenubar div.bd {
    
    border-width:1px 0;
    border-color:#dda;
    border-style:solid;
    
}

div.yuimenubar li.yuimenubaritem {

    border-width:0;
    border-style:none;
    padding:4px 12px;

}

div.yuimenubar li.yuimenubaritem img {
  
    margin:0;
    border:0;
    height:1px;
    width:1px;

}        


/* Define a new style for each menu */

div.yuimenu {

    border:solid 1px #663;
    background-color:#cc9;                
}

div.yuimenu div.bd {
    
    border-width:0;
    border-style:none;
    
}


/* Define a new style for each menu item */

div.yuimenu li.yuimenuitem {

    padding-top:4px;
    padding-bottom:4px;

}

div.yuimenu li.yuimenuitem img {

    height:8px;
    width:8px;
    margin:0 -16px 0 10px;
    border:0;

}

div.yuimenu ul {

    border:solid 1px #663;
    border-width:1px 0 0 0;

}


/* Define a new style for an item's "selected" state */

div.yuimenu li.selected,
div.yuimenubar li.selected {
	 background-image: url(images/highlightBg.gif);
    background-color:#663;

}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {
    text-decoration:none;
}


/* Define a new style for an item's "disabled" state */

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {
    color:#663;
}

.yui-log .mytype {background-color:#FF99CC;}

/*
	User Panel Style
*/

.panel .hd {
	text-align:left;
	background-image: url(images/highlightBg.gif);
	background-color:#663;
}

.panel .bd {
	text-align:left;
	background-color:#ffc;
}
.panel .ft {
	background-color:#ffc;
}
.panel .close.nonsecure {
	background-image:url(YUI/container/assets/close12_1_brn.gif);
}
.panel-container.shadow .underlay {
	top: 0px;
	left: 0px;
}
