/*
	Developer: 	Famjin, 2007.
	Description: 	for Print
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 





body, div, td, span, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}


/*
-----------------------------------------------
HTML tags
-----------------------------------------------
*/ 


body{
	background: #fff;
}

h1{
	color: #004089;
	font-size: 24px;			/*16*/	
	font-weight: normal;
	line-height: 1.4;
}


h2{
	font-size:12px;			/*12*/
	font-weight: bold;
}
h3{
	font-size:12px;			/*12*/
	font-weight: bold;
}
h4{
	font-size:11px;			/*11*/
	font-weight: bold;
}
h5,h6{
	font-size:10px;			/*10*/
	font-weight: bold;
}

img{
	border: 0 none;
}
/*
-----------------------------------------------
/ HTML tags
-----------------------------------------------
*/ 




/*
-----------------------------------------------
Anchor Pseudo-classes
-----------------------------------------------
*/ 
a:link {
 	text-decoration: underline;
	color:#004089;
}     /* unvisited link */
a:visited {
 	text-decoration: underline;
	color:#004089;
	}  /* visited link */
a:hover {
	text-decoration: underline;
	color:#004089;	
	}   /* mouse over link */
a:active {
    text-decoration: underline;
	color:#004089;	
	}   /* selected link */
/*
-----------------------------------------------
/ Anchor Pseudo-classes
-----------------------------------------------
*/ 

/*
-----------------------------------------------
Excluded Elements 
-----------------------------------------------
*/ 

#leftColumn, #rightColumn, #topMenu, #headerMenu,  .comunityTools , .addAComment, #footer , .slogan{
	display: none;
}



/*
-----------------------------------------------
/ Excluded Elements 
-----------------------------------------------
*/ 

#print{
	margin:20px 20px 20px 20px;
	width: 800px;
}

#print #headerLogo{
	border-bottom: 0 none;
}

#contentHeader{
	padding: 20px 0px 0px 0px;
}

.printBorderTop{
	margin: 0px;
	border: 2px solid #F4AB00;
	color: #F4AB00;
	height: 0px;
	*height: 4px;
	margin: 0px;
}

.printLogoName, .printLogoName:link{
	color: #004089;
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#headerLogo{
	border-bottom: 4px solid #F4AB00;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	position: relative;
	bottom: 0px;
	right: 0px;
}

.printLogoName{
	position: absolute;
	top: 84px;
	right: 0px;
}


h1{
	background: url(/images/corporate/pattern_dotted_line.gif) repeat-x left bottom;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

#content{
	background: url(/images/corporate/pattern_dotted_line.gif) repeat-x left bottom;
	padding: 0px 0px 20px 0px;
}

#printContent{
	background: url(/images/corporate/pattern_dotted_line.gif) repeat-x left bottom;
	padding: 0px 0px 20px 0px;
	
}

ul, ol, dl{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

li{
	background: url(/images/corporate/bullet_li.gif) no-repeat 6px 6px;
	padding: 0px 0px 0px 20px;

}


table.printColumns td, table.printColumns table td
{
    width: 240px;
    padding-right: 15px;
}

table.printColumns td.double 
{
    width: auto;
}