body { 
	font-family:'futuratregular', sans-serif;
}

#head {
	padding:15px 0 20px 0;
}

#head > div, #bar > div {
	position:relative;
	margin:0 auto;
	width:960px;
}
#head > div {
	position: relative;
}
#head .right {
	display: inline-block;
	position:absolute;
	right:0;
	top:25px;
	text-align:right;
	font-size:13px;
}

#head .logo {
	display: inline-block;
}

#head .title {
	display:inline-block;
	margin:25px 0 0 30px;
	vertical-align: top;
	font-size:19px;
	letter-spacing:4px;
	text-transform:uppercase;
	color:#d90327;
	text-decoration:none;
}

#bar {
	width:100%;
	height:30px;
	background:#d90327;
}

#bar .black {
	position:absolute;
	left:-100%;
	right:100%;
	width:100%;
	height:30px;
	background-color:#000;
}

.search {
	position:relative;
	margin-bottom:12px;
}

.search input[type=text]{
	width:155px;
	height: 15px;
	padding:2px 30px 2px 5px;
	font-size:12px;
	border:1px solid #D5D7E2;
}

.search input[type=submit]{
	position:absolute;
	top:3px;
	right:1px;
	width: 25px;
	height: 17px;
	border: none;
	background-image:url(../img/search.png);
}

#content, #footer {
	margin:0 auto;
	width:960px;
}

#content {
	overflow:hidden;
	padding:50px 0 80px;
	min-height:350px;
}

#content.home {
	padding:0;
}

#content .left {
	float:left;
}

#content .block {
	width:187px;
	margin:0 20px 30px 0;
	padding:10px 0;
	border:1px solid #D5D7E2;
}

#content .text {
	float:left;
	width:750px;
	line-height:22px;
}

a {
	cursor:pointer;
}

a.excel {
	float:right;
	height:20px;
	margin-bottom:10px;
	padding-left:25px;
	background: url(../img/excel_download.png) no-repeat 0 0;
}

/* POPUP */

#p-head, #p-content, #p-footer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#p-head {
	position:absolute;top:0;left:0;right:0;height:89px;
	padding:15px 25px;
	border-bottom:1px solid #ccc;
}

#p-content {
	position:absolute;top:90px;bottom:80px;left:0;right:0;overflow-y:scroll;
	margin:0 10px;
	padding:10px 15px;
}

#p-footer {
	position:absolute;bottom:0;left:0;right:0;height:79px;
	padding:15px 25px;
	border-top:1px solid #ccc;
}

#p-head a {
	display:inline-block;
	margin:18px 30px 0 0;
	padding-left:25px;
	background-repeat:no-repeat;
}

#add-page {
	background-image:url(../img/add_page.png)
}

#print {
	background-image:url(../img/print.png)
}

#p-head h1 {
	margin: 0;
	font-size:22px;
}

#p-content h1 {
	margin-top:10px;
	font-size:19px;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
}

#p-head a, #p-footer a, .text a.excel {
	color:#939598;
	text-decoration:none;
}

#p-head a:hover, #p-footer a:hover, .text a.excel:hover {
	color:#444;
}

#p-footer a {
	max-width:33%;
	margin-top:10px;
	background-repeat:no-repeat;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#p-footer .left {
	float:left;
	padding-left:40px;
	background-image:url(../img/arrow_left.png);
	background-position:left center;
}

#p-footer .right {
	float:right;
	padding-right:40px;
	text-align:right;
	background-image:url(../img/arrow_right.png);
	background-position:right center;
}

#p-footer a span {
	display:table-cell;
	height:40px;
	vertical-align:middle;
}

/* SEARCH */

#content .block p, #content .block form {
	margin:0 10px 15px 10px;
}

.block .search input[type=text] {
	width: 131px;
}

div.search {
	float: left;
	width: 750px;
	line-height: 22px;
}

.search p {
	margin-top:0;
}

.search ul {
	margin-top:30px;
}


.search li {
	margin-bottom:20px;
	padding-left: 15px;
	background: url(../img/bullet.png) no-repeat 1px 5px;
}
.search li a {
	font-weight:bold;
	color: inherit;
	text-decoration: none;
}

.search li a:hover {
	color:#d90327;
}

.search li p {
	margin-bottom:0;
}

.search p.path {
	margin:0 0 5px 0;
	font-size:15px;
	color:#aaa;
}

/* PDF */
#content .block.pdf {
	font-size:15px;
	border:none;
}
.pdf h4 {
	margin:5px 0;
	padding:1px 2px 0px 10px;
	font-size:15px;
	color:#FFF;
	background-color:#000;
}

.pdf a {
	display:inline-block;
	margin:5px 1px;
	padding-left:10px;
	background-repeat:no-repeat;
	background: url(../img/bullet.png) no-repeat 0px 3px !important;
	color: inherit;
	text-decoration: none;
}

.pdf a:hover {
	color:#d90327;
}

/*tootip css*/
.cShowTooltip{
	text-decoration: underline;
	cursor: help;
}
.text a:hover.cShowTooltip{
	color:inherit;
}
.qtip.qtip-default.ui-tooltip-custom{
    background-color: #ffffff;
    border-color: #D90327;
    border-style: solid;
    border-width: 1px;
	font-size: 13px;
	line-height: 18px;
	width: auto;
	max-width: 240px;
}
.qtip .qtip-content h1{
	font-weight: bold;
}