/* Created by TopStyle Pro - www.bradsoft.com */
/* THIS IS fOR PRINT MEDIA */

body	{
	background-color: #ffffff;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}

body, h1, h2, h3, h4 {
	font-family: "georgia", "Times New Roman", times, serif;    
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    background-color: #E2E2E2;
}

#container{
    width: 680px;
/* Need these two for keeping the container in the middle in mozilla */
/*    margin-right: auto;
    margin-left: auto;        
*/}
    
#header{
    width: 680px;
    margin-bottom: 15px;
    float: left;
    display: none;
/*    background-color: #FFDBDB;*/
}
    
#leftcolumn{
    float: left;
    width: 25px;
}

/* This maincolumn is for a twocolumn design only */
#maincolumn{
/*    background-color: #eebbdd;*/
    float: left;
    width: 530px;
    margin-left: 5px;
/* New single main col approach */
    text-align: left;
	border: 1px solid #898989;
    padding: 10px;
}

div.topnav{
    padding: 9px;
/*    float: right;*/
}

#footer{
    margin-top: 4px;
    padding: 2px;
    float: left;
    width: 680px;
}    

span.bold, span.ish{
	font-weight: bolder;
	font-size: 30px;
    margin-bottom: 8px;
}

span.ish{
    color: #DC0000;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
}

.tiny{
    font-size: 10px;
}

img.leftlogo{
    width: 20px;
    height: 142px;
}

img.foto {
    float: right;
}

img.full_foto, img.cv_foto{
    width: 480px;    
}

img.cv_foto, img.framed, img.foto{
    border: 1px solid #898989;        
}

img.linkimg{
    border: 0px;
/*    margin-left: 4px;
    margin-right: 4px;*/
}

a,span.anchorlike{
/*    font-weight: bold;*/
	text-decoration: none;
    padding: 3px;
    color: #898989;
}

span.anchorlike{
    color: #585858;
/*    background-color: #E6E6E6;
    padding: 2px;*/
    border: 1px solid #898989;    
}

span.pointer, a span.pointer, a:visited span.pointer{
    font-size: 16px;
    font-weight: bolder;
    color: Black;
    background-color: #EDEDED;
}
/*a:active 	{
    color: #5F9EA0;
}
*/

a:hover	{
	color: Black;
   text-decoration: underline overline;
}

input, textarea {
    background: #E7E7E7;
    border: 1px solid #898989;
    font: 15px "Courier New", Courier, monospace;
}

input.result{
    background-color: #E7E7E7;
    border: 1px dotted #898989;
    font-weight: bold;
}

p.alignedText {
    margin: 4px;
}

td.inpDesc{
    text-align: right;
    margin-right: 5px;
    font-weight: bolder;
}

table.fototable{
    text-align: center;
}

td.thumbs, td.nav{
    vertical-align: bottom;
    text-align: center;
}

td.nav{
    width: 33%;
}

th.centered{
    text-align: center;
}

div.timezones {
    background-color: #FAFAFA;
    margin-top: 12px;
    padding: 8px;
    border: 1px solid #898989;
    width: 500px;
}

div.target {
    border: 1px solid #898989;
    background-color: #FAFAFA;
    font: "Courier New", Courier, monospace 10px;
    padding: 8px;
}

pre{
    background-color: #E7E7E7;
    padding: 8px;    
}