@import url( default.css );
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------- EDIT THIS SECTION ONLY ------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------
						BODY STYLE
The BODY section specifies some default style information for the web page as a whole. Unless these
style settings are overriden further down in this CSS document, these settings will be used in every
section of the page.
------------------------------------------------------------------------------------------------- */
/* @IMPORT url("default.css"); */


/* BODY {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
#logintable{
margin-top:25px;
margin-left:auto;
margin-right:auto;
}

div.docHeader {
  ----------------------------------------------------------------------------------------------------
    This setting specifies the header image to appear on the page (if there is one). If there will not
    be a header image, leave the url blank.
   
   	i.e. background-image: url();
	-------------------------------------------------------------------------------------------------- */
/*	background-image: url(cardholder_banner2.gif); */
/* background-color: #FFFFFF ; */

/*  ----------------------------------------------------------------------------------------------------
    Where should the top and left edges of the header begin in relation to the top of the browser window?
    Be sure to offset this based on the width of the logo if a logo is present!
	    
    DEFAULT: top: 0px; 
    	     left: 0px;
    -------------------------------------------------------------------------------------------------- */
/*	top: 0;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
*/
/*  ----------------------------------------------------------------------------------------------------
	    How tall and wide should the header be?
    
    -------------------------------------------------------------------------------------------------- */
/*	height: 80px;
	width: 2048px;

	margin: 0;
	padding: 0;
	position: absolute;
} */
/* For image buttons with Javascript calls (Submit button on login page) */
.hand_cursor{
    cursor: pointer;
}
td>.copyright {
    font-weight: normal;
    font-size: 8pt;
    color: #333;
    text-align: left;
    width: 99%;
    position:fixed;
    background-color:#ebebeb;
    padding-left:15px !important;
    margin-left:-30px;
    margin-left:-380px\0/; 
    padding-bottom:20px;
    padding-top:5px;
    border:#e0e0e0 1px solid;
    border-bottom:none;
    top:100%;
    margin-top:-38px !important;
    -webkit-box-shadow:0 2px 5px rgb(0 0 0 / 35%), inset 0 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow:0 2px 5px rgb(0 0 0 / 35%), inset 0 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 35%), 0 2px 0 rgb(0 0 0 / 10%) inset;
}
#hodzic1 td>.copyright {
    margin-left:-310px\0/;
}
#hodzic2 td>.copyright {
    margin-left:-310px\0/;
}

#logintable{
    margin-top:25px;
	
}
#content #chthact3{
    width:850px !important;
}
#content select{
    width:auto !important;
}
#chthact1{
    width:800px !important;
}
#chthact1 td{
    width:auto !important;
}
#chthact3>table{
    width:800px !important;
}
#content #modaddresstable{
    width:auto !important;
}
#content #chthact2 table {
    width:500px !important;
}

#content #chthact2 table td{
    width:auto !important;
    word-wrap:none;


}
#content #chthact2 td table input[type='password']{
    width:auto !important;
    word-wrap:none;
    margin-top:-20px;
    margin-left:10px;


}
#content #chthact2 td table b{
    top:10px !important;
    margin-top:10px !important;



}

#content #chthact2 table b{
    float:left;
    top:20px;
}

#chthact3 input[type='password']{
    font-size:11px;
    /* line-height:18px; */
    color:#555;
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:5px;
}