/* screen */
#eScreen
{
    background: url('/Conceptus.Mappoint/common/images/maskBG.png') repeat;
    /*
	background-image: url('/Conceptus.Mappoint/common/images/maskBG.png');
	background-repeat: repeat;
    */
}
/* dialog window */
table.dialogWindow {
	background-color: white;
	border-collapse: collapse;
}
/* dialog window header */
.dialogWindow th {
	background-color: #B5BEEA;
	padding: 4px;
	border-collapse: collapse;
	border: 0;
	cursor: move;
}
/* dialog window header icon */
.dialogWindow th img {
	cursor: pointer;
	margin: 3px 3px 0 0;
}

/* dialog window body */
.dialogWindow td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
/* dialog window iframe */
.dialogWindow iframe {
	border: 0;
	margin:0;
}

.bodytext
{
    color: #7e7e7e;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.boldtext
{
    font-weight: bold;
    color: #7e7e7e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.leftCorner 
{
    float: right;
}

.rightCorner 
{
    float: left; 
}

#trainedBar 
{
    height: 55px;
    width: 270px;
    float: left; 
}

.leftCorner 
{
    width: 7px;
    height: 55px;
    /*background-image: url(images/leftcorner.gif);*/
    float: left;
    background-repeat: no-repeat;
    }

#trainContent
{
    width: 256px;
    height: 53px; /* ff */
    float: left;
    border-top: 1px #a2a9d0 solid;
    border-bottom: 1px #a1a8d0 solid; 
}

#trainTop
{
    background-color: #b3bdea;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 15px; /* ff */
    float: left;
    width: 256px;
    padding-top: 2px;
    font-weight: bold;
    border-bottom: 1px #a1a8d0 solid; 
}

#trainBottom
{
    height: 30px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #7e7e7e;
    padding-top: 5px;
    width: 220px;
    float: left;
    text-align:left;
}

#goimage
{
    margin-top: 5px;
    height: 30px;
    float: right;
}