@media screen,print{
    body{margin:0;padding:0;}
    #container{width: 1186px; margin: 0 auto; padding: 0; position: relative; padding-bottom: 120px;}
    #header{width:100%;background:#343434;margin-bottom:20px;}
    #headerContainer{width: 1186px; margin:0 auto;}
    #searchPanel > div{width: 100%;}
    #searchPanel img{float:left;}
    #searchPanel label{float:left; width: 100px; clear:left; line-height:1.5em;}
    #searchPanel input[type=text]{float:left;}
    #searchPanel input[type=button]{float:left; height: 3.5em;}

    #resultTable th{font-size: 13px; background: #ccc; padding:2px; text-align:center;}
    #resultTable td{padding: 2px; text-align:center;}
    #resultTable tr, #punishmentTable td{font-size: 12px;}
    #resultTable tr.col{cursor:pointer;}
    #resultTable tr.col:hover{background: #ccc;}
    #punishmentTable td, #punishmentTable th{padding:2px; text-align:right; padding-left: 10px;}
    #punishmentTable td:first-child, #punishmentTable th:first-child{text-align:left;padding-left: 2px;}

    #visit{margin-top:20px}

    .alt_bg {
	background: url(img/bg_alt.jpg) repeat-x;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 102px;
	float: left;
	margin-top: 20px;
    }
    .alt_content {
	width: 1006px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
    }
    .alt_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 11px;
	padding-top: 25px;
	float: left;
    }
    .alt_logolar {
	width: 175px;
	float: right;
    }
    .alt_logo1, .alt_logo2 {
	float: left;
	padding-right: 20px;
    }

    .clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height:0; height: 0;}
    .clearfix {display: inline-block;}
    html[xmlns] .clearfix {display: block;}
    * html .clearfix {height: 1%;}
}
