/* Global interest styles */



.claro .dijitTabContainerTop-dijitContentPane,
.claro .dijitTabContainerLeft-dijitContentPane,
.claro .dijitTabContainerBottom-dijitContentPane,
.claro .dijitTabContainerRight-dijitContentPane,
.claro .dijitAccordionContainer-dijitContentPane {
  background-color: rgb(9,103,144);
}

html {
    background-color:rgb(9,103,144);
}

body
{
/*
    font-family: 'Michroma';
    background:url(/static/brushed.png) repeat;
    font-size: 12px;
*/
    font-size:15px;  
    font-family:Georgia, "Times New Roman", Times, serif; 

}

.poweredBy
{
    padding-right: 200px;
    background:url(/static/powered_by_tklabs_light_200x61.png) no-repeat;
    width:200px;
    height:61px;
}

.pageHeader
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#096790));
    background: linear-gradient(to bottom, #000000 0%, #096790 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#000000', EndColorStr='#096790');
}

.logo
{
/*
    background:url(/static/logo.png) no-repeat;
    height:150px;
    width:300px;
*/
    background:url(/static/ABC-Snapshot-Logo.png) no-repeat;
    width:340px; 
    height:99px;
}

.menuItem a
{
    text-decoration: none;
    font-size: 110%;
}

.menuItem a .current
{
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    /*
    color: #510039;
    */
    color:rgb(240,198,137); 
}

.loginInfo
{
/*
    color: black;
*/
    color: rgb(200,200,200);
}

.passwordInfo
{
    font-size: 80%;
}

.fieldwrapper
{
    font-family: 'Cousine';
    font-size: 13px;
    vertical-align: middle;
}

.fieldwrapper INPUT[type = "text"],
.fieldwrapper INPUT[type = "password"]
{
    /*font-size: 12pt;*/
    font-size: 90%;
}

.downloads .item,
.news .item,
.tkContent,
.orderForm .content,
table.invoice,
.auditBox
{
   border-left: dashed 2px rgb(0,0,0);
   border-top: dashed 2px rgb(0,0,0);
}

.fieldinfo
{
    border: dashed 2px rgb(0,0,0);
}

.downloads .secondary,
.downloads .primary,
.orderForm .customer
{
   border-bottom: dashed 2px rgb(0,0,0);
   border-left: dashed 2px rgb(0,0,0);
}

table.invoice .total
{
   border-top: dashed 2px rgb(0,0,0);
}

.leftMenu
{
    border-top: dashed 2px rgb(0,0,0);
    border-left: dashed 2px rgb(0,0,0);
}
.downloads .detail,
.news .detail,
.downloads .relNotes,
.downloads .secondary,
.invoice .link,
.version a,
a,
body
{
    /* color:rgb(237,229,195); */
    /*color:rgb(60,60,80);*/
    color:rgb(200,200,200);
}


.fieldwrapper INPUT,
.fieldwrapper select,
.fieldwrapper textarea
{
/*
    background: rgb(255,255,255);
    color: rgb(0,0,0);
*/
    background: rgb(240,198,137);
}

.fieldwrapper textarea
{
    border: solid 1px rgb(0,0,0);
}


.rriver,
.productList
{
    border: solid 2px rgb(0,0,0);
    border-spacing: 0;
    margin-top: 1em;
}

.tkForm
{
    margin-top: 1em;
}

.productList td
{
    border: solid 0px rgb(0,0,0);
}

table tr td table
{
    border-spacing: 0;
}

.subtable
{
     border-spacing: 0;
     background-color: rgb(190,190,175);
}

.subtable td
{
     border-bottom: solid 1px rgb(0,0,0);
}

.iconCell
{
    background-color: rgb(190,190,180);; color: rgb(0,50,0);
}

.header,
th
{
/*
    background-color: rgb(175,175,175);; color: rgb(0,50,0);
*/
    background-color: rgb(168,139,96);
}


table,
td 
{
    color: rgb(0,0,0);

}

table,
tr.bg1 td,
td
{
    /*font-family: 'Terminal Dosis';
    font-size: 14px;*/
    /*font-family: 'Cousine';*/
/*
    font-family: 'Convergence';
    font-size: 14px;
    background:url(/static/paper.jpg) repeat;
*/
    background-color: rgb(204,168,116);
    /*background-color: rgb(190,190,180); color: rgb(0,50,0); */
}


tr.bg2 td
{
        /* background-color: rgb(200,200,180); color: rgb(0,50,0); */
/*
        background:url(/static/paper_dark.jpg) repeat;
*/
	background-color: rgb(168,139,96);
}


.tkBox
{
   border: solid 1px rgb(0,0,0);
   background-color:rgb(237,229,195);
   opacity:0.6;
   color:rgb(0,0,0);
}

        
.soundGraph
{
    background:url(/static/paper_dark.jpg) repeat;
}
