/**
 * Some (X)HTML element default styles
 */

html {
	height: 100%;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	display: block;
}
map {
	display:none;
}
		
/**
 * Headers
 */
 
h1, h2, h3, h4, h5 ,h6 {
	margin:0px;
	padding:0px;
	display:inline;
	letter-spacing:normal;
}

/**
 * Debugging
 */

table.debug, *.debug table {
	border: 1px dotted #CC3333;
	border-collapse: collapse;
}
td.debug, *.debug td {
	border: 1px dotted #FF7769;
}
div.debug, *.debug div {
	border: 1px dotted #3333CC;
}
span.debug, *.debug span {
	border: 1px dotted #33CC33;
}

/**
 * Default width - height styles
 */

*.wf {
	width: 100%;
}
.hf {
	height: 100%;
}
.whf {
	width: 100%;
	height: 100%;
}
.wh1 {
	width: 1px;
	height: 1px;
}
.w_half {
	width: 50%;
}
.h_1 {
	height: 1px;
}
.posRel {
	position:relative;
}

/**
 * Alignment styles ( including block alignment margin appearence )
 */

*.tar
	{ text-align: right !important; }
	
*.tal
	{ text-align: left !important; }
	
*.tac
	{ text-align: center !important; }
*.ma 
	{ margin:auto; }
/**
 * Misc
 */

*.nowrap
	{ white-space: nowrap; }
	
*.di img 
	{ display:inline !important; }
	
object 
	{ display:block; }
	
.fl 
	{ float: left; }
	
.fr 
	{ float: right; }	
	
*.curP 
	{ cursor: pointer; }

/**
 * Print - non print default styles
 */
 
@media screen, handheld, projection, speech, tty, tv {
	
	.for_print {
		display: none;
	}

}

@media print {
	
	body {		
	}
	
	.for_screen {
		display: none;
	}
	.contentPart .page_title .print {
		display: none;
	}
	.contentPart .page_image {
		display: none;
	}
	.mainLayout .contentHeader {
		margin:0px !important;		
	}
	.mainLayout .contentPart {
		width:680px!important;
	}
	
	.gallery_list .list a.last { 
		margin-right:17px !important;
	}
	
	.contentPart .page_title .text {
		width:680px!important;
	}
	.contentPart .page_title .text .box {
		padding:0px!important;
	}
	.contentPart .page_title { 
		margin:0px 0px 0px 0px!important;
	}
	
	.news_list .item .link, .news_list .item .info {
		padding:0px 0px 0px 0px !important;
	}
	
	.news_list .archieve , .news_list .item .link a {
		text-indent:0px !important;
	}
	.contentPart .page_content .box {
		padding:0px 0px !important;
	}
}
