/* 
    Document   : eddie
    Created on : May 5, 2003, 1:38 PM
    Author     : David Carter
    Description:
        Purpose of the stylesheet follows.
*/

BODY 
{
        background: #393939; 
        color: black;
        font-family: arial, helvetica, verdana;
        padding: 0em;
        margin-left: 0em;
        margin-top: 0em;
        margin-right: 0em;
}

.system_config_pipe {
	background-image:url('../images/pipe_bg.png');
	background-repeat:repeat-y;
}

.system_config_link {
	background: transparent url('../images/box.png') left no-repeat;
	padding-left:10px;
	width:120px;
	height:20px;
	font-size:10pt;
	font_weight:normal;
}

.system_config_link A:link    { text-decoration: underline; color: blue; }
.system_config_link A:active  { text-decoration: underline; color: blue; }
.system_config_link A:visited { text-decoration: underline; color: blue; }
.system_config_link A:hover   { text-decoration: none; color: white; background: #CCCCCC; }

.system_config_link_selected {
	background: transparent url('../images/box.png') left no-repeat;
	padding-left:10px;
	width:120px;
	height:20px;
	font-size:10pt;
	font_weight:normal;
}

.system_config_link_selected A:link    { color:white;text-decoration:none;background: #807EC6;border: 1px solid black; }
.system_config_link_selected A:active  { color:white;text-decoration:none;background: #807EC6;border: 1px solid black; }
.system_config_link_selected A:visited { color:white;text-decoration:none;background: #807EC6;border: 1px solid black; }
.system_config_link_selected A:hover   { color:white;text-decoration:none;background: #807EC6;border: 1px solid black; }

img {
    border-width: 0px;
}

div.header {
    padding: 0pt;
    margin: 0pt;
    height: 50px;
    background: white;
    background-image: url(graypix.gif);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-attachment: scroll;
}

div.content {
    color: white;
    background: #393939;
    margin-top: 10px;
    margin-left: 10px;
}

div.appframe {
    /* 
    width: 100%;
    height: 1200px; 
    */
    padding: 0px;
    margin: 0px;
    text-align: left;
}


img.logo {
   margin-bottom: 2px;
   border-width: 0px;
}
img.trilogo {
   margin-bottom: 2px;
}
img.eddie {
}
td.eddie {
   font-size: 0px;
}

div.navbar{
    background-color: #807EC6;
    background-image: url(navcorner.gif);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 650px;
    height: 20px;
    font-size: 0px;
}

.integrationTab {
	text-align: center;
	background_color: white;
	width: 60px;
}

td.integrationSelected {
	text-align: center;
	background: #807EC6;
	border: 1px solid black;
	width: 70px
}

.integrationTab A:link    { text-decoration: underline; color: blue; }
.integrationTab A:active  { text-decoration: underline; color: blue; }
.integrationTab A:visited { text-decoration: underline; color: blue; }
.integrationTab A:hover   { text-decoration: none; color: white; background: #CCCCCC; }

td.navbar {
    font-family: Arial, Verdana, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    color: #AAAAAA;
    width: 90px;
    height: 20px;
    text-align: center;
}

td.navbarend {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    width: 20px;
    height: 20px;
}

div.navbar_sel{
    background-color: #CECDCD;
    background-image: url(navbar_sel_bg.gif);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    width: 650px;
    height: 10px;
    font-size: 0px;
}
td.navbar_sel {
    font-size: 0px;
    width: 90px;
    text-align: center;
    font-size: 0px;
}
td.navbar_selend {
    font-size: 0px;
    width: 20px;
    height: 10px;
}
table.navbar_sel{
}

div.tabs{ 
    font-size: 0px;
    height: 22px;
    width: 650px;
}
    
img.tabs {
    margin-right: 2px;
    font-size: 0px;
}


table.apparea{
    background-color: #CECDCD;
    width: 650px;
    height: 1300px;
    /* border: 1px dashed red; */
}
td.apparea{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    width: 100%;
}

table.statbar_app {
    width: 630;
}

td.statbar_app_l{
    background-color: #CECDCD;
    background-image: url(statusbar_left_light_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: right;
    font-size: 0px;
}
td.statbar_app_c {
    background-color: #CECDCD;
    background-image: url(statusbar_bg.gif);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    width: 590px;
    height: 19px;
    text-align: center;
    font-weight: bold;
    font-size: 10.5pt;
    color: black;
}
font.statbar_app_hilight{
    dfcolor: #3631C6;
    color: white;
}

td.statbar_app_r {
    background-color: #CECDCD;
    background-image: url(statusbar_right_light_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: left;
    font-size: 0px;
}

table.app_whiteblock { 
    background-color: white;
    width: 632px;
    border-top: 0px;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
}

td.app_whiteblock {
    width: 100%;
    padding: 10px;
    color: black;
    font-style: arial, verdana, sans-serif;
    font-size: 10pt;
    /* line-height: 1.5em; */
}
input.app_whiteblock {
    font-style: arial, verdana, sans-serif;
    /* font-size: 10pt; */
}

table.boxer {
    background-color: white;
    background-image: url(boxer_top_bg.gif);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
}
td.boxertab_cent {
    background-color: white;
    background-image: url(boxertab_mid.gif); 
    background-position: bottom center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: white;
    font-size: 8.5pt;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    height: 15px;
    padding-left: 2px;
    padding-right: 2px;
    /* line-height: 1em; */
}
td.boxertab_left {
    background-color: white;
    background-image: url(boxertab_left.gif); 
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;    
    height: 15px;
    width: 12px;
    padding-left: 5px;
}
td.boxertab_right {
    background-color: white;
    background-image: url(boxertab_right.gif); 
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;    
    height: 15px;
    width: 12px;
}
td.boxertop {
    font-size: 0pt;
}
table.boxercontent {
    padding: 3px;
    border-left: 1px solid black;  
    border-top: 3px solid black;
}
div.sessionbar {
    width: 88%;
    text-align: center;
    /* border: 2px dashed gray; */
}

td.sessionbar_left{
    background-color: #393939;
    background-image: url(sessionbar_left_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: right;
    font-size: 0px;
    padding-top: 0px;
}
td.sessionbar_cent {
    background-color: #393939;
    background-image: url(statusbar_bg.gif);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    height: 19px;
    color: black;
    font-size: 10.5pt;
    font-weight: bold;
}

td.sessionbar_right {
    background-color: #393939;
    background-image: url(sessionbar_right_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: left;
    font-size: 0px;
}

td.sessionbar_content {
    background-color: white;
    height: 1000pt;
    color: #807EC6;
    font-weight: bold;
    font-size: 10pt;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    padding: 8px;
}
    
img.graycircle {
padding-top: 1px;
} 

img.helpcircle {
padding-top: 1px;
}

table.dottedbox {
    margin-top: 1em;
}

td.dottedbox {
    padding: 5px;
    width: 100%;
    font-style: arial, verdana, sans-serif;
    font-size: 10pt;
    line-height: 1.2em;
    border: 1px dotted #C0C0C0;
    border-left: 0px;
}

.btn-a{display:block;}
.btn-lt{float:left; display:block; background: url(../images/left_blue.gif) no-repeat; width:15px; height:30px;}
.btn-cr{float:left; display:block; background: url(../images/blue.gif) repeat-x;  text-align:center; padding:7px; height:30px;
	font-family: Arial;
	color: #DCDCDC;
	font-weight: bold;
	line-height: normal}
.btn-rt{float:left; display:block; background: url(../images/right_blue.gif) no-repeat; width:15px; height:30px;}
.btn-a:hover{text-decoration:none; cursor: pointer}
.btn-a:active{text-decoration:none; cursor: pointer}
.btn-a:link{text-decoration:none; cursor: pointer}
.btn-a:visited{text-decoration:none; cursor: pointer}

td.dottedbox A:link    { text-decoration: none; color: blue; }
td.dottedbox A:active  { text-decoration: none; color: blue; }
td.dottedbox A:visited { text-decoration: none; color: blue; }
td.dottedbox A:hover   { text-decoration: none; color: white; background: #909090; }

td.circlebox {
    padding: 5px;
    /* padding-right: 0px; */
    background-color: #C0C0C0
}

table.formtable {
}

.formLabel {
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 10pt;
}
table.results {
    border: 1px solid #C0C0C0;
    margin: 0px;
}
tr.results{
    height: 2.7em;
}
td.results{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    border-top: 1px dotted #C0C0C0; 
}
td.results_h{
    font-style: arial, verdana, sans serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 2px;
    background-color: #C0C0C0;
    /* border-bottom: 1px dashed #c0c0c0;*/
}
td.results_h A:link    { text-decoration: none; color: #000000; }
td.results_h A:active  { text-decoration: none; color: #000000; }
td.results_h A:visited { text-decoration: none; color: #000000; }
td.results_h A:hover   { text-decoration: none; background: #909090; }

td.results_l{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    background-color: #E0E0E0;
    text-align: center;
}

font.resultsnav{
    font-size: 8pt; 
    font-weight: bold; 
    font-style: arial, verdana, sans serif;
    color: #3631C6;
    dfborder: 1px dashed red;
}
table.resultsnav{
    margin-top: 5px;
    dfborder: 1px dashed #0c0c0c;
}
font.windowdesc{
    font-size: 8pt; 
    font-weight: bold; 
    font-style: arial, verdana, sans serif;
    text-align: right;
}
font.docsdesc{
    font-size: 8pt; 
    font-weight: bold; 
    font-style: arial, verdana, sans serif;
    text-align: left;
    vertical-align: top;
    color: black;
}

p.rsummary {
    text-align: right;
    line-height: 1em;
    margin: 1px;
}
img.rightturn{
    text-align: left;
    vertical-align: top;
    border: 0px;
    margin-left: 15px;
}
td.rightturntext{
    text-align: left;
    vertical-align: middle;
    height: 54px;
}
td.nextprev {
}
table.nextprev {
    padding-right: 10px;
}
form.nextprev {
    margin-top: 2px;
}
td.dataentry_h {
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    background-color: #C0C0C0;
}

tr.evenRow {
	background-color:#DDDDDD;
}

td.rateCell {
	text-align:center;
	line-height:20px;
}

td.searchCell {
	text-align:left;
	padding-left:5px;
	line-height:20px;
}


td.small_detail_name {
    text-align: right;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding-bottom: 3px;
    }

td.detail_name {
    text-align: right;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding-bottom: 3px;
}

.docCorrection{
	width:80px;
    text-align: center;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.docCorrection_label {
	width:80;
	text-align:right;
	color:black;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.docCorrection_value {
	width:55px;
	text-align:right;
	color:black;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: normal;
    font-size: 9pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.highlight_red {
	color:red;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

td.detail_value {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding-left: 5px;
    padding-bottom: 3px;
    }

td.genericwindow_left{
    background-color: #393939;
    background-image: url(sessionbar_left_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: right;
    font-size: 0px;
    padding-top: 0px;
}
td.genericwindow_cent {
    background-color: #393939;
    background-image: url(statusbar_bg.gif);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    height: 19px;
    color: black;
    font-size: 10.5pt;
    font-weight: bold;
}

td.genericwindow_right {
    background-color: #393939;
    background-image: url(sessionbar_right_bg.gif);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 21px;
    height: 19px;
    text-align: left;
    font-size: 0px;
}

td.genericwindow_content {
    background-color: white;
    color: black;
    font-size: 9pt;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    padding: 3px;
}
table.liteheader {
    margin-top: 10px;
}
table.moreinfo {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
    border-top: 0px;
}
tr.moreinfo {
}
td.moreinfo_label {
    text-align: left;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    }
td.moreinfo3_label {
    text-align: center;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    }
td.moreinfo3_value {
    text-align: center;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    border-top: 1px dashed #C0C0C0;
    }
td.moreinfo_value {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    border-top: 1px dashed #C0C0C0;
    }
td.moreinfo2_label {
    text-align: right;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    }
td.moreinfo2_value {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    }
table.moreinfo {
    margin-top: 10px;
    margin-bottom: 10px;
}

td.moreinfo_value A:link    { text-decoration: none; color:blue; }
td.moreinfo_value A:active  { text-decoration: none; color:blue; }
td.moreinfo_value A:visited { text-decoration: none; color:blue; }
td.moreinfo_value A:hover   { text-decoration: none; color:white;background: #909090; }

td.comments_value {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    }

table.legalsearch {
    border: 1px solid #C0C0C0;
/*     border-bottom: 0px; */
    margin: 0px;
    padding: 0px;
}
td.legalsearch_header {
    text-align: center;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    border-right: 1px solid #C0C0C0;
}
td.legalsearch_instruct {
    text-align: left;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    font-weight: bold;
    color: red;
    padding: 2px;
}

td.legalsearch_sel {
    text-align: left;
    vertical-align: middle;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    height: 5em;
    /* border-bottom: 1px dotted #C0C0C0; */
}
td.legalsearch_sel_on {
    text-align: left;
    vertical-align: middle;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #COCOCO;
    height: 5em;
    /* border-bottom: 1px dotted #C0C0C0; */
}

td.legalsearch_selbox {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    /* border-bottom: 1px dotted #C0C0C0; */
    line-height: 1.5em;
}
table.lsresults {
    border: 1px solid #C0C0C0;
    margin: 0px;
}
tr.lsresults{
}
td.lsresults{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    border-top: 1px dotted #C0C0C0; 
    padding-top: .75em;
}
td.lsresults_h{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    background-color: #C0C0C0;
}
td.lsresults_l{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    background-color: #E0E0E0;
    text-align: center;
    padding-top: .75em;
}
td.lsresults_label{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    text-align: right;
    vertical-align: top;
    background-color: #EDECFF;
}
td.lsresults_value{
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    padding-left: 4px;
    text-align: left;
    vertical-align: top;
    background-color: #EDECFF;
}

A.nohistory:link, A.nohistory:visited
{
    color: #3631C6;
    text-decoration: underline;
}
A.nohistory:active, A.nohistory:hover
{
    color: white;
    background-color: #807EC6;
    text-decoration: none;
}

A.nohistory_u:link, A.nohistory_u:visited
{
    color: #3631C6;
    text-decoration: underline;
}
A.nohistory_u:active, A.nohistory_u:hover
{
    color: white;
    background-color: #807EC6;
    text-decoration: none;
}

A.rollover:link, A.rollover:visited, A.rollover:active, A.rollover:hover
{
    text-decoration: none;
    color: #3631C6;
}

A.navbar:link, A.navbar:visited
{
    color: white;
    text-decoration: none;
}
A.navbar:active, A.navbar:hover
{
    color: #807EC6;
    background-color: white;
    text-decoration: none;
}

A.tabs:link, A.tabs:visited
{
    text-decoration: none;
}
A.tabs:hover, A.tabs:active
{
    color: none;
    background-color: clear;
    text-decoration: none;
    border-width: 0px;
    
}

A.results:link, A.detail_value:link
{
    text-decoration: underline;
    color: #3631C6;
}
A.results:visited, A.detail_value:visited
{
    text-decoration: underline;
    color: #A2A1C6;
}   
A.results:active, A.results:hover, A.detail_value:active, A.detail_value:hover
{
    color: white;
    background-color: #807EC6;
    text-decoration: none;
}

A.headerlink:link, A.headerlink:visited
{
    color: black;
    text-decoration: underline;
}
A.headerlink:active, A.headerlink:hover
{
    color: white;
    background-color: #807EC6;
    text-decoration: none;
}


table.platinfo {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #C0C0C0;
    border-top: 0px;
}
span.sesshilite {
    color: red;
}
span.colpicked {
    color: black;
    font-weight: bold;
}
td.moreinfo_labelpicked {
    text-align: left;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C2C1EA;
}
div.postedbox {
    padding: 5px;
    font-style: arial, verdana, sans-serif;
    font-size: 10pt;
    line-height: 1.2em;
    border: 1px dotted #C0C0C0;
    border-top: 0px;
    background-color: white;
    text-align: center;
    color: black;
    font-weight: normal;
}

div.postedbox_title {
    margin-top: 40px;
    text-align: center;
    padding: 5px;
    background-color: #C0C0C0;
    color: black;
    font-weight: bold;
}
span.postedbox_b{
    color: #807EC6;
    font-weight: bold;
}
span.title1{
    color: #807EC6;
    font-weight: bold;
    font-size: 20px;
}
span.title2{
    font-weight: bold;
    font-size: 16px;
}
div.footer{
    margin-top: 5em;
    margin-right: 10px; 
    margin-bottom: 10px;
    border: 1px solid #666666;
    color: #666666;
    padding: 6px;
    font-size: 10px;
}
div.PostIt{
    margin-top: 10px;
    margin-bottom: 15px;;
    padding: 8px;
    border: 1px dotted #C0C0C0;
    color: black;
    background-color: #FFEC6B;
    font-weight: normal;
    font-size: 14px;
}
div.version{
	margin-top: 5px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 6px;
	border-width: 1px;
	color: #666666;
	font-size: 10px;
	margin-right: 10px;
	border-color: #666666;
	
}

table.booksearch {
    border: 1px solid #C0C0C0;
/*     border-bottom: 0px; */
    margin: 0px;
    padding: 0px;
}
tr.booksearch_header {
    text-align: center;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

td.bookVol {
	width:50px;
	border-bottom: thin dotted #C0C0C0;
}

td.bookVol_value {
	text-align:center;
}

td.bookType {
	width:100px;
	border-bottom: thin dotted #C0C0C0;
}
td.bookPage {
	width:50px;
	border-bottom: thin dotted #C0C0C0;
}

td.bookImage {
	border-bottom: thin dotted #C0C0C0;
}	

td.bookType_value {
	text-align:center;
}
td.bookPage_value {
	text-align:center;
}



table.platsearch {
    border: 1px solid #C0C0C0;
/*     border-bottom: 0px; */
    margin: 0px;
    padding: 0px;
}
td.platsearch_header {
    text-align: center;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

td.platNumber {
	width:80px;
	border-bottom: thin dotted #C0C0C0;
}

td.platNumber_value {
	text-align:center;
}

td.platDescription {
	width:250px;
	border-bottom: thin dotted #C0C0C0;
}

td.platImage {
	border-bottom: thin dotted #C0C0C0;
}	

td.platDescription_value {
	text-align:center;
}

td.platsearch_instruct {
    text-align: left;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
}

.platSearchHeader {
}

tr.platSearchHeader td {
	text-align:center;
	font-weight:bold;
}

.inform_msg {
	color:blue;
}

.error_msg {
	color:red;
}

td.platsearch_sel {
    text-align: left;
    vertical-align: middle;
    font-style: arial, verdana, sans serif;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    height: 5em;
    /* border-bottom: 1px dotted #C0C0C0; */
}
td.platsearch_selbox {
    text-align: left;
    vertical-align: top;
    font-style: arial, verdana, sans serif;
    font-size: 9pt;
    padding: 2px;
    background-color: #C0C0C0;
    /* border-bottom: 1px dotted #C0C0C0; */
    line-height: 1.5em;
}
td.platdetail_message {
    text-align: left;
    vertical-align: bottom;
    font-style: arial, verdana, sans serif;
    font-size: 10pt;
    font-weight: bold;
    color: red;
    padding: 2px;
}