﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	vertical-align: baseline;
}
html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	height: 100%;
	line-height: normal;
}
ul, ol, dl,
ul li,
li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a:active,
a:focus,
:active,
:focus {
	outline-color: -moz-use-text-color;
	outline: none;
	outline-style: none;
	outline-width: 0pt;
	-moz-outline-style: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	display: block;
	width: auto;
	height: auto;
	float: none;
	clear: none;
	overflow: hidden;
	z-index: 1;
}
.left {
	display: block;
	text-align:left;
	clear: none;
	width: auto;
}
.right {
	display: block;
	float: right;
	text-align: right;
	clear: none;
	width: auto;
}
.make-block {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	clear: none;
	overflow: visible;
	z-index: auto;
	zoom: 1;
}
.clear {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.w50{
	width: 50%;
}
.hidden {
	display: none;
}
a.popup-base,
a.popup-base:link,
a.popup-base:active,
a.popup-base:visited,
a.popup-base:hover {
	position: fixed;
	top: 0;
	left: 0;
	float: none;
	clear: none;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 500;
	width: 100%;
	height: 100%;
}
.popup {
	position: fixed;
	float: none;
	left: 50%;
	top: 90px;
	background-color: #fff;
	z-index: 501;
	border: #fff 10px solid;
	border-top: #fff 5px solid;
	padding: 10px;
	width: auto;
}
#popup-topbar {
	float: left;
	clear: both;
	text-align: right;
	line-height: 15px;
}
#popup-contents {
	float: left;
	clear: both;
}
a.popup-close,
a.popup-close:link,
a.popup-close:active, 
a.popup-close:visited,
a.popup-close:hover {
	color: #333;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a.popup-close:hover {
	color: #ccc;
}
/*
.pagination-wrap {
}
.pagination {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.pagination a,
.pagination a:link,
.pagination a:active,
.pagination a:visited,
.pagination a:hover {
	display: block;
	float:left;
	clear: none;
	width: auto;
	height: 10px;
	font-size: 11px;
	line-height: 1;
	background-color: #eee;
	padding: 4px 6px 5px 6px;
	margin: 1px;
}
.pagination a.selected ,
.pagination a.selected:link,
.pagination a.selected:active,
.pagination a.selected:visited {
	color: #fff;
	border: none;
	padding: 4px 6px 5px 6px;
	background-color: #666;
}
.pagination a.num:hover {
	color: #666;
	border: #666 solid 1px;
	padding: 3px 5px 4px 5px;
	background-color: #fff;
	text-decoration: none;
}
.pagination a.prev-next ,
.pagination a.prev-next:link,
.pagination a.prev-next:active,
.pagination a.prev-next:visited,
.pagination a.prev-next:hover {
	background: none;
}
*/
/* sharepoint specific */
table#MSOTlPn_Tbl {
	display: block;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
}
.ms-PartSpacingVertical {
	display: none;
}
.ms-siteaction {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.sharepoint-controller-items {
	border-bottom: #b3b3b3 solid 1px;
	height: auto;
	background: #fff;
}
#aspnetForm {
	height: 100%;
}
.ms-WPBody {
}
.ms-SPZoneLabel {
	display: none;
}
.ms-SPZone {
    padding: 0;
    border: 0;
}
.ms-WPAddButton {
    border: 0;
}
.webpart-wrapper {
	position: relative;
	float: left;
}