
/* Print Style ----------------------------------------------- */
/*@page:first{margin-top:6cm;}

a:after {content: " (" attr(href) ") ";}
#contentwrapper a:after {content: " (" attr(href) ") ";}

@page:{size:8in 10in; margin:0.5in;}
@page:left{margin-left:3cm; margin-right:5cm;}
@page:right{margin-left:5cm; margin-right:3cm;}
*/



body {
    font-family: georgia,times,arial,verdana;
    line-height: 1.4em;    
    font-size:1.4em;
    position:static;
    background: #fff;
    float:none;
	color:#000; 
	padding:0;
	margin:0;   
    }

a {text-decoration:none;color:#000;}


input[type="text"],textarea,select{
border: 1px solid #ccc; 
color:#000; 
font: .8em "trebuchet ms",arial,verdana;
width:65%;
/*background:#efefef;*/
}




/* REMOVE STYLE ---------------------------------------------- */
#skip,#NAV,#rightcolumn,#leftcolumn,#footer,#module,#topsection,#navsection,.headerVideo,.TB_content,#navcolumn,.audioPlayer{
  display:none;
}


/*HEADER SECTION-----------------------------------------------*/
#headersection{
height: 98px;
}

/*CONTENT COLUMN-----------------------------------------------*/
#contentwrapper{
position:relative;     
top:0;
float: left;
width: 100%;
}
.innertube-content {
position:absolute;
top:0;
width:100%;
/*border:1px solid #990000;*/
}

.content {
border:1px solid #ccc;
padding:20px;
}

.content-title{
margin-top:40px;
width:100%;
/**/
}

.content-title h1 {
font-size: 1.6em;
font-family: georgia,times, arial,verdana;
font-weight: lighter;
line-height: normal;
}










/* Control Table Styles -----------------------------------*/
.tblRow 
{
font-family:"trebuchet ms",arial,verdana;
font-size:.8em;
}
.tblRow td {
border:0;
vertical-align:top;
padding-bottom:10px;

}


.tblRow a {
color:#000;
font-weight:bold;
text-transform:capitalize;
/*text-transform:lowercase;*/
}
.tblColumn {
padding-right:20px;
color:#666;
}
.tblSubTitle {
color:#666;
text-transform:uppercase;
   
}
.tblDescription {
padding-top: 5px;
font-family: georgia,times, arial,verdana;
font-size:1.1em;
line-height :1.1em;
}
.tblItem 
{
padding-bottom:15px; 
font-family: georgia,times, arial,verdana;   
}
.tblItem a{
font-weight:normal;
}

.tblColumn img
{
border:1px solid #888; 
display:block;      
}

.spacer 
{
width:100px;    
}
.dottedLine 
{
width:100%;   
border-bottom: 1px dotted #ccc;   
}
.tblPager {
color:#000;
font-weight:bold;  

}
.tblPager span
{  
background:#ccc;
padding-right:5px;
padding-left:5px;
border:1px solid #666;
}
.tblPager a {
padding-right:3px;
padding-left:3px; 
 
}

.archives 
{
color:#666;    
padding-left:100px;
font-family:"trebuchet ms",arial,verdana;
font-size:.8em;
font-weight:bold;    
}
.archives a{
color:#666;
text-decoration:none;
padding-left:8px;
padding-right:8px;    
}

.archives span 
{
color:#666;    
}


/* FIX STYLE PHOTOS.CSS ----------------------------------------------*/
table.photos {
border-collapse:collapse;
table-layout:auto;

}
table.photos td 
{
width:150px;
height:270px;
padding: 10px 20px 0 0;
border-spacing: 0px;
vertical-align:top;
border-top:1px dotted #ccc;
}
.photos img 
{
display:block; 
position:absolute;     
width:150px;
border:1px solid #ccc;
/*padding:3px;*/
}

.photos img a {
border:0px; 
}

