/*
* @copyright (c) 2005 Teck Khen, CodeSoft Solutions
* @Script  : Sx Application (sxapp.php)
* @module  : SxCart
* @author  : Teck Khen <ken@e-codesoft.com>, <ken@sxsoft.net>
* @website : http://www.e-codesoft.com, http://www.sxsoft.net
* @version : 0.1
* @date    : 2005-11-18
*/


.text {
  background-color: #D60431;
}

body {
  font-family: Arial;
  font-size: 12px;
  background: #f6e6b5 url(../../images/orange_bg.png) repeat-x center top;
  margin: 0 auto;
}

td {
  font-family: Arial;
  font-size: 12px;
}

.td_cn {
  font-family: Arial;
  font-size: 12px;
}

input, select {
  font-size: 11px;
}

div {
	margin: 0; padding: 0;
}

#main_wrapper {
	margin: 0 auto;
	width: 960px;
    padding: 0px;
	background-color: #fff;
	text-align: center;
}

.tblhead {
  background: #D60431;
  color: #FFFFFF;
  height: 22px;
}

.tblbody {
  background: #FFFFE7;
  border: 1px solid #5586B5;
  border-collapse: collapse;
}

.tblrow1 {
  background: #FFFFB5;
}

.tblrow2 {
  background: #F7F384;
}

.tblborder {
  border : 1px solid #5586B5;
}

.tblhead_login {
  background: #FF9E00;
  color: #FFFFFF;
}

table.tblbody_login {
  background: #FFFFFF;
  border: 1px solid #5586B5;
  border-collapse: collapse;
}

table.tblbody_login th {
  background: #FF9E00;
  color: #FFFFFF;
  padding: 3px;
  padding-left: 15px;
  text-align: left;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  /*background-image: url(../../images/icons/mem_bull.gif);
    background-repeat: no-repeat;
	background-position: 5px center;*/
}

table.tblbody_login td {
  background: #FFFFFF;
  padding: 3px;
  text-align: left;
}


a:link, a:visited {
  color: #ff6600; text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #C43C03;
  font-weight: bold;
  text-decoration: underline;
}

a.whitelink, a.whitelink:visited {
  color: #ffffff; text-decoration: none;
  font-weight: bold;
}

a.whitelink:hover {
  color: #ffffff; text-decoration: underline;
  font-weight: bold;
}

a.emptylink, a.emptylink:visited {
  color: #ff6600; text-decoration: none;
  font-weight: bold;
}

a.emptylink:hover {
  color: #FFB482;
  font-weight: bold;
  text-decoration: underline;
}

.nav_left {
  font-size: 12px;
}

.txterr {
    color: red;
    font-weight: bold;
}


/* Form element start */
.frmtext {
  font-family: Arial;
  font-size: 11px;
}

.frmbtn {
  font-family: Arial;
  font-size: 11px;
}
/* Form element end */


h2 {
	background-color: #D60431;
	color: #FFFFFF;
	font-size: 14px;
    font-weight: bold;
	line-height: 30px;
    width: auto;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 0;
}


table.inputForm {
  background: #FFFFE7;
  border: 1px solid #5586B5;
  border-collapse: collapse;
}

table.inputForm th {
    padding: 3px;
    padding-left: 8px;
    font-weight: bold;
    background-color: #D60431;
	color: #FFFFFF;
    font-size: 12px;
}

table.inputForm td {
    padding: 3px;
    padding-left: 3px;
    font-size: 12px;
}