@charset "UTF-8";

@import url(../yaml/core/base.css);

@import url(./screen/basemod.css);
@import url(./screen/basemod_2col_right_13.css);
@import url(./screen/content.css);
@import url(./../yaml/navigation/nav_shinybuttons.css);
@import url(./../yaml/print/print_100_draft.css);

.collapsePanel {
	
	overflow:hidden;
	border:0px solid red;
	border-top:0;
	
}

.collapsePanelHeader
{
	border: 1px solid #2F4F4F;
	-moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
	width:auto;
	height:30px;
	background: url(../images/MiniView_TitleImage3.jpg);
	background-repeat:repeat-x;
	color: #006AB2;
}
.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    color: #006ab2;
    background: url(../images/MiniView_TitleImage3.jpg);
	font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    color: #006ab2;
    background: url(../images/MiniView_TitleImage3.jpg);
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    border: 1px solid #2F4F4F;
    -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

div.table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
div.table.full { width: 100%; }
div.table.fixed { table-layout:fixed }

div.th,div.td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
