﻿.ccTable
{
    width:318px;
    border:2px solid #006a6c;
    padding:3px;
    margin:10px;
    text-align:center;
    border-radius:10px;
    background:url('mu1x600.png') repeat-x;
    background-position:left -100px;
}
        
.ccTable > thead > tr
{
    height:30px;
    font-size:1.1em;
    font-weight:bold;
    line-height:30px;
    color: #006a6c;
}
        
.ccTable > tbody > tr > td:first-of-type
{
    text-align: right;
    width:25%;
    font-size:0.9em;
    color: #006a6c;
}
        
.ccTable > tbody > tr > td:last-of-type
{
    text-align:left;
    border:1px solid #fafafa;
    border-right:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    width:64%;
    background-color:#fafafa;
    margin-left:5px;
    font-size:0.9em;
}
        
        
.tWrapper
{
    width:338px;
    float:left;
    display:block;
}
        
.headerSection
{
    height:30px;
    line-height:30px;
    margin:10px;
    border:2px solid #006a6c;
    border-radius:10px;
    color: #006a6c;
    background:url('mu1x600.png') repeat-x;
    background-position:left -100px;
}
        
.headerSection span
{
            
}
        
.headerSection span:nth-child(odd)
{
    font-weight:bold;
    text-align:right; 
    width:55px;
    display:block;
    float:left;
}
        
.headerSection span:nth-child(even) 
{
    width:120px; 
    display:block;
    float:left;
    height:22px;
    text-align:left;
    margin-left:5px;
}
        
.headerSection span:nth-child(6) 
{
    width:210px;
}
        
#h2CommsCheck
{
    font-size:1.2em;
    font-weight:bold;
    text-align:left;
    margin-left:10px;
    color: #006a6c;
}
        
.repeaterSurround
{
    margin:10px;
    border:2px solid #006a6c;
    border-radius:10px;
    color: #006a6c;     
    clear:both;
    height:230px;   
    background:url('mu1x600.png') repeat-x;
    background-position:left -100px;    
}
        
.comsTable
{
    width:1020px;
    border:0px;
    color: #006a6c; 
}
        
.comsTable > thead > tr, .comsTable > tfoot > tr
{
    height:30px;
}
        
.comsTable > tfoot > tr > td
{
    border-top:1px solid silver;
}
        
.comsTable > thead > tr:first-of-type
{
    font-weight:bold;
    text-align:center;
}
        
.comsTable > thead > tr:nth-of-type(2)
{
    font-weight:bold;
    text-align:left;
}
        
.comsTable > thead > tr:nth-of-type(2) > td
{
    padding-left:5px;
    border-bottom:1px solid silver;
}
        
.comsTable > thead > tr:nth-of-type(2) > td:nth-of-type(1)
{
    width:180px;
}
.comsTable > thead > tr:nth-of-type(2) > td:nth-of-type(2)
{
    width:520px;
}
.comsTable > thead > tr:nth-of-type(2) > td:nth-of-type(3)
{
    width:120px;
}
.comsTable > thead > tr:nth-of-type(2) > td:nth-of-type(4)
{
    width:120px;
}
.comsTable > thead > tr:nth-of-type(2) > td:nth-of-type(5)
{
    width:120px;
}
        
        
.comsTable > tbody > tr > td
{
    text-align:left;
    padding-left:5px;
}
        
.comsTable > tbody > tr > td:nth-of-type(1)
{
    width:180px;
}
.comsTable > tbody > tr > td:nth-of-type(2)
{
    width:520px;
}
.comsTable > tbody > tr > td:nth-of-type(3)
{
    width:120px;
}
.comsTable > tbody > tr > td:nth-of-type(4)
{
    width:120px;
}
.comsTable > tbody > tr > td:nth-of-type(5)
{
    width:120px;
}
        
.comsTable > tfoot > tr > td
{
    position:relative;
}
        
.comsTable > tfoot > tr > td a
{
    position:absolute;
    text-decoration: none;
    color: #006a6c;
    height:22px;
    width:120px;
    display:block; 
    float:left;
    text-align:center;
    border: 1px solid #006a6c;
    background:url('mu1x600.png') repeat-x;
    background-position:left -100px;
}
        
.comsTable > tfoot > tr > td a:first-of-type
{
    left:5px;
}
        
.comsTable > tfoot > tr > td a:nth-of-type(2)
{
    left:135px;
}
        
.comsTable > tfoot > tr > td a:nth-of-type(3)
{
    right:135px;
}
        
.comsTable > tfoot > tr > td a:last-of-type
{
    right:5px;
}
