/*~~~global~~~*/
body
{
  margin: 0px;
  padding: 0px;
  color: #333333;
  background-color: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {outline: none;}


*
{
  border: 0;
  padding: 0;
  margin: 0;
}

* input
{
  border: 1px solid silver;
}

img
{
  border: none;
}

h2
{
  font-size: 18px;
  font-weight: bold;
  color: #001032;
}

ul
{
  list-style: none;
}

li a 
{
  display:inline-block;
}

th
{
  padding: 3px 7px 3px 7px;
}

td
{
  padding: 3px;
}

select
{
  border: 1px solid silver;
}
/*~~~spacing~~~*/
.spacing
{
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacer
{
  clear: both;
}

.mrgn_top_s
{
  margin-top: 10px;
}

.mrgin_top
{
  margin-top: 20px;
}

.mrgin_bttm
{
  margin-bottom: 20px;
}

/*~~~borders~~~*/
.selected
{
  border: 1px solid #666699;
}

.noborder
{
  border: none;
}

.topborder
{
  border-top: 1px dotted #1874cd;
}

.bottomborder
{
  border-bottom: 1px dotted #1874cd;
}
/*~~~fonts~~~*/
.fhdr
{
  font-family: "Rage Italic";
  font-size: 300%;
  color: gray;
}

.fbold
{
  font-weight: bold;
}

.fboldb
{
  font-weight: bold;
  font-size: 120%;
  color: #666699;
}

.fboldm
{
  font-weight: bold;
  font-size: 100%;
  color: gray;
}

.fprice
{
  text-align: right;
  font-weight: bold;
  font-size: 105%;
}

.font_s
{
  font-size: 10px;
}
/*~~~ buttons~~~*/
.btn4, .btn6, .btn10
{
  width: 102px;
  text-align:left;
  margin: 0;
  padding: 0;
}

.btn6Long
{
  width: 150px;
  text-align:left;
  margin: 0;
  padding: 0;
}

.btn4 a, .btn6 a
{
  width: 102px;
  height: 24px;
  color: #e5e5e5; 
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns2-n.gif);
}


.btnHome {
	display: block;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
.btnHome:hover {
	color: #fb7451;
	}


.btn10 a
{
  width: 102px;
  height: 24px;
  color: #e5e5e5;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns3-n.gif);
}

.btn6Long a
{
  width: 150px;
  height: 24px;
  color: #e5e5e5;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns6Long-n.gif);
}

.btn4 a:hover, .btn6 a:hover
{
  width: 102px;
  height: 24px;
  color: #2f62a3; 
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns2-o.gif);
}

.btn6Long a:hover
{
  width: 150px;
  height: 24px;
  color: #2f62a3;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns6Long-o.gif);
}

.btn10 a:hover
{
  width: 102px;
  height: 24px;
  color: #2f62a3;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
  line-height: 24px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btns3-o.gif);
}

/*.btn8 img
{
  width: 8em;
}*/

.btn8
{
  margin: 11px 10px 0px 0px;
}

.btn8 a:hover
{
  width: 118px;
  height: 31px; 
  color: #ffffff; 
  display: block;
  font-weight: bold;
  text-align: center; 
  line-height: 31px; 
  text-decoration: none; 
  outline: none;
  background-image: url(../images/btnmenuTop-o.jpg);
}

.btn8 a
{
  width: 118px;
  height: 31px; 
  color: #ffffff; 
  display: block;
  font-weight: bold;
  text-align: center; 
  line-height: 31px; 
  text-decoration: none; 
  outline: none; 
  background-image: url(../images/btnmenuTop-n.jpg);
}

.btn_pnl_h
{
  padding: 20px 0 5px 0;
  margin: 0;
  height: 100px;
  /*width: 80%;*/
  list-style: none;
  overflow: hidden;
}

.btn_pnl_h li
{
  float: left;
  margin: 0px 5px 0px 0px;
}

.btn_pnl_v
{
  padding: 20px 0 0 5px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  /*border: 1px solid red;*/
}

/*~~~alignment~~~*/

.left_align
{
  text-align: left;
}

/*~~~~components~~~~*/

.select_s
{
  width: 66px;
}

.select_m
{
  width: 110px;
}

.select_l
{
  width: 144px;
}

.centered
{
  text-align: center;
  width: 100%;
}

.center_cont
{
  margin: 0 auto 0 auto;
}

/*~~~Grid Components~~~*/

.grid
{
  width: 80%;
  text-align: left;
}

.grid table
{
  font-size: 11px;
  color: #333333;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
}

.grid th
{
  height: 20px;
  padding: 4px 0px 4px 0px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #ffffff;
  background-color: #004374;
}

.grid td
{
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.grid input
{
  width: 50px;
}

/*.grid .btn
 {
 padding: 2px;
 margin: auto;
 text-align: center;
 }*/

.grid .footer
{
  height: 25px;
  background: url(images/bg_tbl_hdr2.gif) repeat-x;
  border-style: hidden;
}

.grid_btn
{
  width: 100%;
  padding-right: 5px;
}

.cost
{
  width: 6em;
}

.price
{
  text-align: right;
}

.qty
{
  width: 5em;
  text-align: center;
}

.centered
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
} 

/*~~~Error Components~~~*/

.error
{
  background-color: #FFFFD5;
}

.star_error
{
  font-weight: bold;
  color: red;
}

.error_pic
{
  padding: 2px;
  float: left;
}

.error_top
{
  text-align: center;
}

.error_top div
{
  border: 1px solid #9F8488;
  background-color: #FFFFD5;
  width: 80%;
  margin: 20px auto 10px auto;
  padding: 7px;
}


.fontS-22px 
{
  font-size: 22px;
  font-weight: bold;
}

.fontC-blue1
{
  color: #4f7d9f;
  font-weight: bold;
}

.greenHR
{
  width: 174px;
  height: 2px;
  color: #c9fb01;
  background-color: #c9fb01;
  border: 0px;
  margin: 5px 0px 10px 0px;
  padding: 0px;
}

a.txtWhiteB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a.txtWhiteB:link {
	text-decoration: none;
	color: #ffffff;
}
a.txtWhiteB:visited {
	text-decoration: none;
	color: #ffffff;
}
a.txtWhiteB:hover {
	text-decoration: none;
	color: #ffffff;
}
a.txtWhiteB:active {
	text-decoration: none;
	color: #ffffff;
}

a.normalLink:link {
	color: #004374;
	text-decoration: underline;
}
a.normalLink:visited {
	text-decoration: underline;
	color: #004374;
}
a.normalLink:hover {
	text-decoration: none;
	color: #4f7d9f;
}
a.normalLink:active {
	text-decoration: underline;
	color: #004374;
}

.textJustify 
{
  text-align: justify;
}

.imageHome
{
  margin: 0px 0px 2px 10px;
}

.feedbackPanelERROR
{
  font-weight:bold;
  color: red;
}




.headerType01 { padding: 10px; margin: 0px 0px 10px 0px; background-color: #3981bc; }
.pageCheckoutT01 { margin: 0px 0px 15px 0px; }

.note01 { color: #2f62a3; line-height: 14px; font-size: 10px; font-style: italic; }



.input01 { width: 200px; }
.input02 { width: 100px; }

.select01 { width: 200px; }
.select02 { width: 50px; }



.colorBlack { color: #000000; }
.colorWhite { color: #ffffff; }
.colorBlue01 { color: #003869; }
.colorOrange01 { color: #e05c03; }



.size6px		{ font-size: 6px; }
.size9px		{ font-size: 9px; }
.size10px		{ font-size: 10px; }
.size11px		{ font-size: 11px; }
.size12px		{ font-size: 12px; }
.size14px		{ font-size: 14px; }
.size15px 		{ font-size: 15px; }

















