﻿@import url("fonts.css");
@import url("nav.css");
@import url("elements.css");
@import url("classes.css");
@import url("tables.css");
body{width:100%;height:100%;background:#fff}
#container{position:relative;width:100%;height:auto}
/*========
Header
========*/
#conHeader{width:100%;height:80px;line-height:49px;background:#06c url(../_images/headerBG.png) 0 0 repeat-x;color:#fff;border-bottom:1px solid #06c}
#conHeader #title{width:80%;height:100px;float:left;background:transparent  url(../_images/header.png) 0 0 no-repeat}
#conHeader #version{position:absolute;top:45px;right:5px;width:19%;height:30px;text-align:right}
/*========
Content
========*/
#conContent{width:100%;height:auto}
#conContent .block{padding:20px}
#conContent .block .holder{width:100%}
#conContent .block .holder #left,
#conContent .block .holder #right{width:49%;height:auto;float:left}
#conContent .block .holder #right{float:right}
.selectStatement{background:#efe;padding:2px;font-size:80%;color:#666;border:solid 1px #afa}
/*=======
Footer
=======*/
#conFooter{width:100%;height:30px;line-height:29px;margin:5px 0 0 0;background:#9cf;border-top:solid 1px #06c;border-bottom:solid 1px #06c}
#conFooter .links{font-size:90%;color:#06c}
/*======
Misc
======*/
.fullScreen{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url(../_images/lockBG.png);z-index:98}
.fullScreen .list{position:relative;margin:5% auto;border:solid 1px #000;height:650px;width:80%;background:#fff}
.fullScreen .list .title{height:26px;line-height:25px;background:#ccc;border-bottom:solid 1px #000}
.fullScreen .list .title .text{float:left;width:80%;text-indent:5px;font-weight:700}
.fullScreen .list .title .close{float:right;width:19%;text-align:right;margin:2px 5px 0 0}
.fullScreen .list .data{height:623px;overflow:auto;background:transparent}
.fullScreen .list .data .dataTitle{background:#efefef;font-weight:700}
.fullScreen .list .data .dataComments{margin:0 0 10px 0}
.fullScreen #pleaseWait{width:230px;height:40px;text-align:center;z-index:99}
/*======
Where
======*/
.clauseBlock{border:solid 1px #ccc;height:25px;line-height:24px}
.aClause{text-decoration:none}

#DataPager{display:block;border:solid 1px #999;height:20px;line-height:19px;margin:1px 0;padding:1px 0 5px 1px;background:#D6CDE2;text-align:right}
#DataPager a,#DataPager span.current{display:inline-block;min-width:20px;background:#fff;text-align:center;text-decoration:none;color:#000;margin:0 1px 0 0;padding:0 1px}
#DataPager a:hover{color:#ccc}
#DataPager span.current{font-weight:700;color:#b30838;background:transparent}
#DataPager.smlp {margin:0;padding:0;font-size:80%}
