/******************************************************
	Title:    Home for You
	Author:   Mag Studio
	Updated:  23/03/2009
	Style:    PRINT Stylesheet
******************************************************/



	img {
		border: 0px;
	}

	#sidebar,
	#banners,
	#main_menu {
		display: none;
	}
	
	body {
		font-size: 12px;
		font-family: Tahoma, Verdana, Arial;
	}
	h2{
	
		font-size: 24px;
		color: #10497C;
		font-weight: bold;
	}
	
	h3{
		font-size: 15px;
		color: #10497C;
	}
	
	dd{
		margin: 0;
		padding: 0;
	}
	
	#object_childs tr td{
		font-size: 12px;
		height: 20px;
	}

	#object_childs tr th {
	    background: #9F9F9F;
	}
	
	table {
	font-size: 1.1em;
	color: #000000;
	border-collapse: separate;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	}

	table th {
		padding: 5px 0px;

		font-weight: bold;
		text-align: center;
		background-color: #dedede;
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #ffffff;
	}
	table th {
		padding: 5px 0px;

		font-weight: bold;
		text-align: center;
		background-color: #dedede;
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	table td {
		text-align: center;
		border-right: 1px solid #d2d2d2;
		border-top: 1px solid #d2d2d2;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	table td.left {
		border-left: 1px solid #d2d2d2;
	}

	#object_childs {
		font-size:12px;
		text-align:left;
	}
	
	#object_childs {
		background:#F0F0F0 none repeat scroll 0 0;
		border-left:1px solid #D2D2D2;
		font-size:12px;
		margin:0 auto;
		text-align:left;
		width:100%;
}


.red {color: red;}

.green {
	color: green;
	font-weight: bold;
	font-size: 11px;
}


@media print {
	form { 
		display: none;
	}
}
