/* Global interest styles */


body 					
{
    background:url(/static/background.jpeg) repeat;        
}

.logo				
{
    background:url(/static/logo.png) no-repeat; 
    height:110px; 
}

.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);     
}


.fieldwrapper INPUT,
.fieldwrapper select,
.fieldwrapper textarea 
{               
    background: rgb(255,255,255);
}
