/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
  font-family: Arial,sans-serif;
  color: #333333;
  line-height: 1.166; 
  margin: 0px;
  padding: 0px;
  background: #cccccc url(/images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
  color: #005FA9;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/********* form and related tag styles *********/

form {
  margin: 0;
  padding: 0;
}

label{
 font: bold .9em Arial,sans-serif;
 color: #334d55;
}
        
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
  position:relative;
  top: 20px;
  left: 2%;
  right: 2%;
  width:95.6%;
  background-color: #ffffff;
}

#tl {
  position:absolute;
  top: -1px;
  left: -1px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
}

#tr {
  position:absolute;
  top: -1px;
  right: -1px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
}

#masthead{
  position: relative;
  top: 0px;
  left: 2%;
  right: 2%;
  width:95.6%;
  
}

#pageNav{
  float: left;
  width:178px;
  padding: 0px;
  background-color: #F5f7f7;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font: small Verdana,sans-serif;
}

#content{
  border-left: 1px solid #ccd2d2;
  margin: 0px 0px 0px 60%;
  padding: 0px 10px 0px 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
  margin: 0px;
  padding: 5px 0px 5px 5px;
  color: #ffffff;
  font-weight: normal;
  display: flex;
  align-items:center;
}
#siteName > span {
  letter-spacing: 1px;
}
#siteName > a {
  margin-right: 10px;
}

/************** utility styles *****************/

#servertm{
  font: 0.8em Verdana,sans-serif;
  position: absolute;
  top: 35px;
  right: 0px;
  color: #ffffff;
  text-align: right;

}

#langPanel{
  font-size: .9em;
  position: absolute;
  top: 6px;
  right: 0px;
  color: #cccccc; /* #ffffff; */
  z-index: 2;
}

#langPanel a{
  font-size: .65em;
  color: #005FA9;
}



/************** pageName styles ****************/

#pageName {
  padding: 10px 0px 14px 10px;
  margin: 0px;
  border-bottom:1px solid #ccd2d2;
}

#pageName h2 {
  font: bold 175% Arial,sans-serif;
  color: #000000;
  margin:0px;
  padding: 0px;
}

#pageName img {
  position: absolute;
  top: 0px;
  right: 6px;
  padding: 0px;
  margin: 0px;
}

/************* globalNav styles ****************/

#globalNav {
  position: relative;
  width: 100%;
  min-width: 640px;
  height: 32px;
  color: #cccccc;
  padding: 0px;
  margin: 0px;
  background-image: url(/images/glbnav_background.gif);
}

#globalNav img {
  margin-bottom: -4px;
}

#gnl {
  position: absolute;
  top: 0px;
  left:0px;
}

#gnr {
  position: absolute;
  top: 0px;
  right:0px;
}

#globalLink{
  position: absolute;
  top: 6px;
  height: 22px;
  min-width: 640px;
  padding: 0px;
  margin: 0px;
  left: 10px;
  z-index: 100;
}


a.glink, a.glink:visited {
  font-size: small;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding: 2px 5px 4px 5px;
  border-right: 1px solid #8FB8BC;
}

a.glink:hover {
    background-image: url(/images/glblnav_selected.gif);
  text-decoration: none;
}



/*************** balans, lang styles *****************/

#balans {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #005FA9;
  font: bold .75em Arial,sans-serif;
}



/*************** story styles ******************/

.story {
  padding: 10px 0px 0px 10px;
  font-size: 80%;
}

.story h3 {
  font: bold 125% Arial,sans-serif;
  color: #000000;
}

.story p {
  padding: 0px 0px 10px 0px;
}


#c_now {
  color: #006633;
}
#c_old {
  color: #999999;
}
#c_fut {
  color: #336699;
}

.story span { font-size: 0.8em;  }

/************** siteInfo styles ****************/

#siteInfo {
  clear: both;
  border-top: 1px solid #cccccc;
  font-size: small;
  color: #cccccc;
  padding: 10px 10px 10px 10px;
  margin-top: 100px;
}


/************ billing *********/
#ticket_container {
  margin: 10px 0px 20px 10px;
  float:left;
  width: 60%;
}


#ticket_container p {
  padding: 0px 0px 10px 0px;
  font-size: .85em;
}
#ticket_container > ul {
  font-size: .85em;
}
#ticket_container > ul li {
  padding-bottom: 3px;
}

#ticket {
  margin: 3px 0px 3px 10px;
  /*float:left;*/
  min-width: 380px;
  width: 400px;
  background-color:#F9F9F9;
  border-bottom:1px solid #ccd2d2;
  border-top: 1px solid #ccd2d2;
  padding: 5px;
}


#ticket2_container {
  margin: 10px 0px 20px 10px;
  float:left;
  width: 65%;
}


#ticket2_container p {
  padding: 0px 0px 10px 0px;
  font-size: .85em;
}

#ticket2 {
  margin: 3px 0px 3px 10px;
  min-width: 380px;
  width: 500px;
  background-color:#F9F9F9;
  border-bottom:1px solid #ccd2d2;
  border-top: 1px solid #ccd2d2;
  padding: 1px;
}


#autorize_container {
  margin: 50px 25% 50px 25%;
  
}

#center_container {
  margin: 10px 50px 10px 50px;
  font: .85em Arial, Helvetica, sans-serif;
}

.comment {
  font-size: .7em;
  color: #999999;
  margin: 2px;
}

.txtnorm {
  font-size: .85em;
}


/********** info msg *********/
#info {
  position: relative;
  top: 11px;
  margin: 5px 25% 5px 25%;
  border: 3px dotted #FFFFFF;
  padding: 7px;
  color: #FFF;
  font: .75em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color:#006600;
}

#info a { color: #FFFF99; text-decoration: underline; }
#info a:hover {color: #FFCC33; text-decoration: none; }


#error {
  position: relative;
  top: 11px;
  margin: 5px 25% 5px 25%;
  border: 3px dotted #FFFFFF;
  padding: 7px;
  color: #FFF;
  font: .75em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #990000;
}

#error a { color: #FFFF99; text-decoration: underline; }
#error a:hover {color: #FFCC33; text-decoration: none; }



/* Pay forms */
.ps_button {
  display: flex;
  margin: 10px auto;
}

.ps_form {
  padding: 10px; 
  display: flex; 
  justify-content: center;
}

.ps_desc_block {
  font-size: .8em;
  margin: 7px;
}
.ps_comment_block {
  font-size: .7em;
  color: #999999;
  margin: 2px;
}

.ps_comment_block #err_msg {
  color: red;
}
.ps_comment_block #wait_msg {
  color: green;
}

.payform select {
  width: 140px;
}
.payform input[type="text"] {
  width: 30px;
}
#ticket .payform:not(:first-of-type) {
  margin-top: 8px;
}

.text_center {
  text-align: center;
}

.content_center_block_500 {
  width: 500px;
  padding-top: 20px;
  text-align: center;
}
.content_block_500 {
  width: 500px;
  padding-top: 20px;
}
.pin_container {
  font-size: 25px;
  letter-spacing: 5px;
}

/********************* end **********************/
