* {
	margin: 0;
	padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size:11px;
    color: #444;
}

a {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
    text-decoration: none;
}

img {
	border: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #9abfff;
    margin-bottom: 10px;
}

table th {
    padding: 5px;
    background: #d8e2ff url(images/bg_th.png) repeat-x left bottom;
    color: #000;
    font-size: 16px;
}

table td {
    width: 25%;
    height: 120px;
    padding: 10px 5px;
    border: 1px solid #9abfff;
    vertical-align: top;
}

div.block {
    padding: 55px 10px 10px;
}

div.preview {
	height: 112px;
	line-height: 112px;
	text-align: center;
}

div.preview img,
div.preview embed {
    vertical-align: middle;
}

div.name {
    text-align: center;
    margin-top: 5px;
}

p.no_file {
    color: red;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

div.header {
	position: fixed;
	top: 10px;
    border: 2px solid #9abfff;
    background-color: #d8e2ff;
    padding: 5px;
    text-align: right;
    font-weight: bold;
    opacity: .8;
    filter: alpha(opacity = 80);
}

div.header p {
    line-height: 20px;
}

div.header p,
div.header p a {
    color: #000;
    font-size: 14px;
}

div.navigator {
	left: 10px;
	white-space: nowrap;
	width: 476px;
    overflow: hidden;
}

div.navigator p {
    float: right;
    overflow: hidden;
}

div.filter {
    right: 10px;
    width: 150px;
}