/* Upgrade DeAnna Stanton 11/19/08 changed all #906984 (purple) to 7B68EE) */

.bubble{
	/*color: #000033;
	background-color: #ffffb4;
	position: absolute;
	top: 100px;
	left: 100px;*/
	float:left;
	width: 288px;
	height: 38px;
	z-index: 99;

	background: #eee9ed;
	border: 1px dotted #d6d2bc;
	padding: 6px;
	font-size: .9em;
	font-weight: normal;
	color: #7B68EE;
}
.tip{
	cursor: hand;
	background: #40ecfc;
}
/* BODY COLORS */
.inside{/* Color Inside of the MAIN Text area */
	background: #ffffff;
}
.menubar{/*Color for the Menu Bar where the main links reside */
	background: #a79987;
}
.bodyborder{/*Color for the entire border inside of the outer color */
	background: #666666;
}
.bottombar{/*Color for the bottom bar (where the DCT logo is) */
	background: #808080;
}
.linktextcurrent{
	background: #FBF8D9;
}
.linktext{
	background: #FFFFFF;
}
.list td{/*The outer lines of the table colums - baby table spacers*/
	padding: 1px 1px 1px 1px;
	border: 0 solid #666666;
	border-top-width: 1px;
}
.footer{/* Bottom Text */
	color: #000000;
}
.homebox{/*The message box on the front page */
	background: #bbaea4;
}
/* TABLES */
.list th{/* Color of Titles for the table columns */
	background: #666666;
	color: #ffffff;
}
table .list{/* Table Cells */
	background: #ebebeb;
	padding: 1px 1px 1px 1px;
	border: 1px #666666 solid;
}
.mouseOut{/* Table Cell Mouse Out */
	background: #ebebeb;
}
.mouseOver{/* Table Cell Mouse Over */
	background: #999999;
}
.selected{ /* Table Cell Selected */
	background: #666666;
	color: #ffffff;
}
.noStyle{/* Just a couple Checkboxes in the OPEN.xml */
	background: #ffffff;
}
.optional{
	background: #FFFFFF;
}
.captionText{
	/* Upgrade DeAnna Stanton 11/21/08 font-weight: bold;*/
}
.input noStyle{
	/* "  " ?? */
	border: 0 black solid;
	background: #ffffff;
}
/* TOP RIGHT BOX */
table .input{/* Top Right box in Open and Messages */
	background: #ebebeb;
	border: 1px #ffffff solid;
}
.input td{/* ??????? */
	padding: 1px 1px 1px 1px;
	border: 0px solid #666666;
}
.input th{/* Title for Top Right box in Open and Messages */
	font-family: verdana, Arial;
	font-size: 9pt;
	background: #666666;
	color: white;
}
.input input{/* Input Fields and Buttons for Top Right Box */
	font-family: verdana, Arial;
	font-size: 9pt;
	border: 1 black solid;
	background: #ebebeb;
}
.input select{
	/* select boxes on the top right box */
	font-family: verdana, Arial;
	font-size: 9pt;
	border: 0 black solid;
	background: #ebebeb;
}
/* Tabs */
td.inactiveTab{/* inactive interview tabs */
	font-family: verdana, Arial;
	font-size: 8pt;
	border: 0px #000000 solid;
	border-bottom-width: 1px;
	height: 18px;
}
td.activeTab{/* inactive interview tabs */
	font-family: verdana, Arial;
	font-size: 8pt;
	border: 0px #000000 solid;
	height: 18px;
}
td.tabLines{/* images in Tabs*/
	font-family: verdana, Arial;
	font-size: 8pt;
	border: 0 black solid;
	font-weight: normal;
	height: 18px;
}
/* UNKNOWN */
.input textarea{/*?? Text Areas*/
	font-family: verdana, Arial;
	font-size: 9pt;
	border: 1px black solid;
	background: #ebebeb;
}
.input button{/* ?????? */
	font-family: verdana, Arial;
	font-size: 16pt;
	background: #666666;
}
.mainBody{
	/*border: 1px solid #000000;*/
}
.mainBody td{
	padding: 3px 3px 3px 3px;
	background: #FFFFFF;
/* Upgrade DeAnna Stanton 11/21/08	vertical-align: top;*/
}
div.processingMsg{/* height will be determined by the browser based on the contents and padding. */ /* left, and top will be determined by JavaScript. */
	background-color: #ebebeb;
	border: solid 2px #666666;
	font-size: 9pt;
	padding: 10px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 200px;
}
#waitingUI{
	 display:none;
     color:Black;
     width:100px;
     text-align:left;
     padding-left: 3px;
     border-color: #333333;
     border-width: 1px;
     background-color: #EFEFEF;
     vertical-align: middle;
} 
ul#justMessages {
  margin-bottom: 0;
}
