@charset "utf-8";
body {
	font: 12px Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 10px 5px 10px;
}

.footer {border-top:#818181 1px solid; color:#606059;}
.footerlink {color:#606059;text-decoration:none;}
.footerlink:hover {color:#606059;text-decoration:underline;}
.headerlink {color:#000000;text-decoration:none;}
.headerlink:hover {color:#000000;text-decoration:underline}

.tl {padding: 0; width: 4px; text-align: left; vertical-align: top}
.tr {padding: 0; width: 4px; text-align: right; vertical-align: top}
.bl {padding: 0; width: 4px; text-align: left; vertical-align: bottom}
.br {padding: 0; width: 4px; text-align: right; vertical-align: bottom}

.c {width: 4px; height: 4px}

.loginbox {background-color: #ffffff; border: #C3D9FF 1px solid}

.workcenter {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

.workcenter h2 {
	margin: 0 0 0 10px;
	text-align: left;
	color: #128da8;
	font: 17px Arial, sans-serif;
	font-weight: bold;
}

.frm {
	background-color: #ffffff;
	margin: 5px 50px;
	text-align: center;
}

.frm_fields {
	font-size:12px;
	border:1px #669eff solid;
	padding: 20px;
}

.frm_info {
	padding: 10px;
	text-align: left;
}

.frm_buttons {
	display: block;
	float:right;
	margin-top: 1em;
}

.hidden 
{
	display: none !important;
}

.linktable {
	text-align:left;
	font-size:12px;
	border-collapse:collapse;
}

.linktable th {
	line-height: 33px;
	height: 33px;
	border-bottom: 1px #dddddd solid;
	border-top: 1px #dddddd solid;
	background-color: #faf9fd;
	white-space: nowrap;
	color:#505050;
}

.linktable td {
	border-bottom:dotted #ccc 1px;
	padding:0px;
}

.linktable tbody tr {
	cursor: pointer;
	line-height: 35px;
	height: 35px;
}

.linktable a {
	color: #f2682f;
	font-weight: bold;
	text-decoration: none;
}

.linktable a:hover {
	text-decoration: underline;
}

/* Start custom button CSS here
    ---------------------------------------- */
    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
	  cursor:pointer;
      }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }

.oddeven {
	text-align:center;
	font-size:12px;
	background: #dcdcdc;
}

.oddeven th {
	background-color: #e8eefa;
	color: #505050;
	line-height: 27px;
}

.oddeven td {
	padding: 5px 3px;
}

.rowodd td {
	background-color: #ffffff;
}

.roweven td {
	background-color: #ececec;
}

.box {
	border: 1px #d4d0c8 solid;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	line-height:25px;
}

.bigtextbox {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	padding-top: 4px;
	text-align: center;
}

.yellow_text {
	color:#f2682f;
	font-weight:bold;
}

.yellow_text_link {
	color:#f2682f;
	font-weight:bold;
	text-decoration:none;
}

.yellow_text_link:hover {
	text-decoration:underline;
}

label.error { float: none; color: red; padding-left: .5em; }

a.button {
	display: block;
	background: url(../images/homePage/button_a.gif) no-repeat top right;
	height: 33px;
	margin-right: 6px;
	padding-right: 15px;
	color: #128da8;
	font-weight: bold;
	text-decoration: none;
}

a.button span {
	background: url(../images/homePage/button_span.gif) no-repeat;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	display: block;
	line-height: 15px;
	width: 11em;
	text-align: center;
	padding: 9px 0 9px 15px;
}

a.button:hover {
	color:#f2682f;
	text-decoration:underline;
}

.login_padding {padding:5px 10px 0 10px;}
.login_padding2 {
	padding:5px 0 0 10px;
	font-size: 11px;
	text-align: left;
	}

.frm_head {border-bottom:1px solid #606059;}

.input_textField {font:10px Verdana, Arial, Helvetica, sans-serif;}

.navpane {
	margin: 4px;
	padding: 0px 3px;
	text-align: left;
}

.navpane ul {
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}

.navpane ul ul {
	padding: 0px;
	margin-left: 1em;
}

.navpane li
{
	width: 7em;
	color: #128da8;
	font-weight: bold;
}

.navpane #heading {
	padding:3px 0px 3px 0px;
}

.navpane li li a
{
	display: block;
	width: 9.5em;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #575757;
}

.navpane a:hover
{
	color: #f2682f;
}

.navpane #iconul {
	margin:0;
}

.navpane #iconul2 {
	margin-left:25px;
}

.navpane #icona {
	margin-left:25px;
}

.navpane #iconli {
	padding:2px 0px;
	background-repeat:no-repeat;
	background-position:left center;
}

td.label {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
	width: 25%;
}

td.input {
	background-color: #e8eefa;
	border: solid 1px #d4d0c8;
	text-align: left;
}

.CCDig {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc3300; background-color: #FFFFFF; height: 28px; }
.CCName {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc3300; background-color: #FFFFFF; height: 28px; }
.CCDate {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #cc3300; background-color: #FFFFFF; height: 22px; }

.small_text {
	font: 10px Arial, sans-serif;
}
