
#popupbox { 
	width: 565px;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-282px;
    margin-top:-200px;
	z-index: 999;
}
#popupbox .top {
	background: url('../images/popup_bgr_top.png') no-repeat 0 0;
	width: 565px;
	height: 21px;
}
#popupbox .content {
	background: url('../images/popup_bgr_mid.png') repeat-y 0 0;
	width: 535px;
	padding: 10px 20px 10px 10px;
}
#popupbox .content div.title {
	width: 545px;;
	text-align: center;
	background: url('../images/gray_lock.png') no-repeat left 3px;
}
#popupbox .content h2 {
	font-size: 15px;
	color: #000000;
	margin: 0px;
	display: inline;
}
#popupbox .content div.title a {
	float: right;
	margin-right: 10px;
	margin-top:-1px;
}
#popupbox .content .hnav {
	background: url('../images/popup_hnav.png') no-repeat 0 0;
	height: 2px;
	margin: 8px 0px 8px 0px;
}
#popupbox .content form {
	color: #666666;
	font-weight: bold;
	width: 535px;
	text-align: center;
}
#popupbox .content form input[type=text] {
	background: url('../images/popup_text_input.png') no-repeat 0 0;
	width: 81px;
	height: 14px;
	padding: 6px;
	font-weight: normal;
	border: none;
}
#popupbox .content form input[type=submit] {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	cursor: pointer;
}
#popupbox .content .extras {
	font-weight: bold;
	padding: 10px 0px 25px 100px;
	color: #1a1a1a;
}
#popupbox .content span.red { color: #990000;}
#popupbox .content .extras a.more {
	text-align: right;
	float: right;
	margin-right: 80px;
	text-decoration: underline;
	color: #003c80;
}
#popupbox .content .b_btns {
	margin-left: 90px;
}
#popupbox .content .bottom_btn {
	float: left;
	margin-bottom: -30px;
	margin-left: 10px;
	height: 39px;
}
#popupbox .content .bottom_btn span.left {
	display: block;
	background: url('../images/popup_link_btn_left.png') no-repeat 0 0;
	width: 8px;
	height: 39px;
	float: left;
}
#popupbox .content .bottom_btn a {
	display: block;
	background: url('../images/popup_link_btn_mid.png') repeat-x 0 0;
	height: 39px;
	float: left;
	padding: 0px 2px 0px 2px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
	vertical-align: middle;
}
#popupbox .content .bottom_btn span.right {
	display: block;
	background: url('../images/popup_link_btn_right.png') no-repeat 0 0;
	width: 16px;
	height: 39px;
	float: left;
}
#popupbox .bottom {
	background: url('../images/popup_bgr_bottom.png') no-repeat 0 0;
	width: 565px;
	height: 16px;
}

#rechnik_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-350px;
    margin-top:-200px;
    z-index: 999	
}

.rechnik-popup-text 
{
	height:400px;
	width:683px;
	margin-left:15px;
	overflow-y: scroll;
}

#popup_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-350px;
    margin-top:-200px;
    z-index: 999	
}

.popup-popup-text 
{
	height:400px;
	width:683px;
	margin-left:15px;
	overflow-y: scroll;
}

#searchbox_table
{
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left:-305px;
    margin-top:-180px;
    z-index: 999
}

.searchbox-popup-text 
{
	margin-left:40px;
	margin-right:40px;
}

#calculator_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-400px;
    margin-top:-200px;
    z-index: 999
}

.calculator-popup-text 
{
	width:700px;
	height:400px;
	margin-left:40px;
	margin-right:40px;
}

#calendar_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-385px;
    margin-top:-200px;
    z-index: 999
}

.calendar-popup-text 
{
	width:713px;
	height:400px;
	margin-left:10px;
	margin-right:10px;
}

#calendar_table a.selected
{
	color: #003c80;
	font-weight:bold;
}

.howitwas-popup-text 
{
	width:280px;
	margin-left:40px;
	margin-right:40px;
}

#howitwas_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-200px;
    margin-top:-200px;
    z-index: 999	
}

.howitwas-popup-text 
{
	width:280px;
	margin-left:40px;
	margin-right:40px;
}


#docnotes_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-225px;
    margin-top:-200px;
    z-index: 999	
}

.docnotes-popup-text 
{
	width:383px;
	margin-left:40px;
	margin-right:40px;
}

#favourites_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-400px;
    margin-top:-200px;
    z-index: 999	
}

.favourites-popup-text 
{
	width:380px !important;	
	height:300px;
	overflow-y: scroll;        
	margin-left:40px;
	margin-right:40px;
}

#favourites_table a.favdoc
{
	color: #003c80;
	font-weight:bold;
	text-decoration:underline;
}

#favourites_table a.addnew
{
	font-size:14px;
	text-decoration:underline;
	color: #990000;
}

#popuplinksfrom_table, #popuplinksto_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-400px;
    margin-top:-200px;
    z-index: 999	
}

.popuplinksfrom-popup-text, .popuplinksto-popup-text  
{
	width:683px;
	height:400px;
	overflow-y: scroll;
	margin-left:40px;
	margin-right:40px;
}

#popuplinksfrom_table a.favdoc, #popuplinksto_table a.favdoc, #docproperties_table a.favdoc 
{
	color: #003c80;
	font-weight:bold;
	text-decoration:underline;
}

#popuplinksfrom_table a.addnew, #popuplinksto_table a.addnew
{
	font-size:14px;
	text-decoration:underline;
	color: #990000;
}

#docproperties_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-400px;
    margin-top:-200px;
    z-index: 999	
}

.docproperties-popup-text 
{
	width:683px;
	height:400px;
	margin-left:40px;
	overflow-y: scroll;
	margin-top:20px;
}

.popup-content
{
	background: #FFFFFF;
}

.popup-content-table { width:100%; }

#dv_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-455px;
    margin-top:-200px;
    z-index: 999	
}

#dv_table .dv-popup-text
{
	width:800px;
	height:400px;
	overflow-y: scroll;
	margin-left:40px;
	margin-right:40px;
}

#dv_table a.favdoc
{
	color: #003c80;
	font-weight:bold;
	text-decoration:underline;
}

#dv_table a.addnew, #dv_table a.addnew
{
	font-size:14px;
	text-decoration:underline;
	color: #990000;
}

.dv-popup-text ul, .favourites-popup-text ul, .abr-popup-text ul, .popuplinksto-popup-text ul,
.popuplinksfrom-popup-text ul

{
    padding-left:8px;
    padding-right:8px;
    list-style: none;
    margin:0;
}

.dv-popup-text ul li, .favourites-popup-text ul li, .abr-popup-text ul li,
.popuplinksto-popup-text ul li, .popuplinksfrom-popup-text ul li 
{
    padding-bottom:6px;
}

#promo_table
{
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left:-400px;
    margin-top:-50px;
    z-index: 999;
    background-color: #BF0505;
    border: 1px solid #000;
    color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#promo_table table
{
    width:800px;
}

#promo_table td
{
	background-color:#fff;
	text-align: center;
/*    height: 100px;	*/
    font-weight: bold;
	padding: 10px;
	transition: background-color 0.5s ease-in;
}

#promo_table td:hover
{
	background-color:#ccc;
}

#abr_table
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-255px;
    margin-top:-200px;
    z-index: 999	
}


#abr_table .abr-popup-text
{
	width:400px;
	height:160px;
	overflow-y: scroll;
	margin-left:40px;
	margin-right:40px;
}

#abr_table a.favdoc
{
	color: #003c80;
	font-weight:bold;
	text-decoration:underline;
}

#abr_table a.addnew, #dv_table a.addnew
{
	font-size:14px;
	text-decoration:underline;
	color: #990000;
}


.cnt-24 {
	height:25px;
	width:10px;
	background:url(../images/pop-up_01.png) no-repeat;
}

.cnt-25 {
	text-align:center;
	height:25px;
	background:url(../images/pop-up_02.png);
}

.cnt-26 {
	height:25px;
	width:17px;
	background:url(../images/pop-up_04.png) no-repeat;
}

.cnt-27 {
	width:17px;
	background:url(../images/pop-up_05.png);
}

.cnt-28 {
	height:39px;
	width:17px;
	background:url(../images/pop-up_06.png) no-repeat;
}

.cnt-29 {
	text-align:center;
	height:39px;
	width:17px;
	background:url(../images/pop-up_11.png);
}

.cnt-30 {
	height:39px;
	background:url(../images/pop-up_13.png) no-repeat;
}

.cnt-31 {
	width:10px;
	background:url(../images/pop-up_14.png);
}

.cnt-32 {
	width:21px;
	height:4px;
	background:url(../images/menu_01.png) no-repeat;
}

.cnt-33 {
	height:4px;
	background:url(../images/menu_02.png);
}

.cnt-34 {
	height:4px;
	width:25px;
	background:url(../images/menu_03.png) no-repeat;
}

.cnt-35 {
	width:21px;
	background:url(../images/menu_08.png);
}

.cnt-36 {
	background:url(../images/menu_09.png);
}

.cnt-37 {
	width:25px;
	background:url(../images/menu_04.png);
}

.cnt-38 {
	width:21px;
	height:25px;
	background:url(../images/menu_07.png);
}

.cnt-39 {
	height:25px;
	background:url(../images/menu_06.png);
}

.cnt-40 {
	width:25px;
	height:25px;
	background:url(../images/menu_05.png);
}

.cnt-41 {
	width:9px;
	height:9px;
}

.cnt-42 {
	width:10px;
	height:9px;
}

.cnt-43 {
	width:10px;
	height:39px;
	background:url(../images/pop-up_09.png) no-repeat;
}

.cnt-44 {
	height:39px;
	background:url(../images/pop-up_08.png);
}

.cnt-45 {
	width:16px;
	height:39px;
	background:url(../images/pop-up_07.png);
}

.cnt-47 {
	height:10px;
}

.cnt-48 {
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:8px;
}

#loadtools table {
		border:0px;
		padding:0px;
		border-spacing:0px;
}

#loadtools tr {
		vertical-align:top;
		border:0px;
}

#loadtools td {
		vertical-align:top;
		border:0px;
		padding:0px;
		border-spacing:0px;
}

#loadtools .title11 {
		font-size:11pt;
		font-weight:bold;
		color:#000;
		text-align:center;
}

#loadtools .hr {
  height: 1px;
  background:#CCC;
  margin:10px 0px 10px 0px;
}

#checkboxes
{
	margin-top:20px;
}
#checkboxes label
{
    display: block;
    padding-right: 10px;
    white-space: nowrap;
}

#checkboxes input
{
    vertical-align: middle;
}

#checkboxes label span
{
    vertical-align: middle;
}

#ci_calendar
{
	border:1px solid #000000;
		
}

#ci_calendar .daysinweek
{
	padding:10px;
	background:#CCC;
	font-weight:bold;
}

#ci_calendar .day
{
	padding:10px;
	border:#CCC 1px;
}

#ci_calendar .cal_cell_no_content_today {
	font-weight:bold;
	color:#992512;
}