/* main CSS */

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	/*
	text-align: center;
	*/
	color: #000;
}

label {
	cursor: pointer;
}

a {
	color: #4172ac;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
	border: 0px none;
}

form {
	padding: 0;
	margin: 0;
}

table {
	border: 0px none;
	border-collapse: collapse;
	font-size: 1em
}
table td {
	font-size: 1em;
	/*
	padding: 0;
	height: 20px;
	*/
}

p {
	margin: 0 0 1em 0;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.warning, .red {
	color: #ff0000;
}

.comments {
	color: #666;
}

h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 1.6em;
	display: inline;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #545454;
	font-size: 1.1em;
	display: inline;
}
h3 {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-size: 1em;
}

hr {
	border: 0px;
	color: #99C2EB;
	background-color: #99C2EB;
	height: 1px;
}

.maintexts {
	padding-right: 10px;
	font-size: .9em;
	text-align: left;
}

.maintexts li {
	padding-bottom: 8px;
}

/* Footer */

#footer {
	border-top: 1px solid #CDCDCD;
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 10px;
	text-align: left;
	height: 100px;
}

#footercopyright {
	float: left;
	padding-bottom: 10px;
}

#footercopyright p {
	color: #999;
}
#footer_right {
	float: right;
	width: 150px;
}
#footercards {
	float: right;
	width: 150px;
	padding-top: 20px;
}
#chat_div {
	text-align: right;
}


/* Messages */


.supportmsghdr {
	background-color: #cbe0f8;
	padding: 2px 2px 2px 8px;
}

.supportmsg {
	background-color: #ecf1f7;
	padding: 12px 2px 12px 8px;
	font-size: 0.8em;
}

.custmsghdr {
	background-color: #cbf8d3;
	padding: 2px 2px 2px 8px;
}

.custmsg {
	background-color: #ecf7ef;
	padding: 12px 0px 12px 8px;
	font-size: 0.8em;
}


.callmsghdr {
	background-color: #f8d3cb;
	padding: 2px 2px 2px 8px;
}

.callmsg {
	background-color: #f7f1ec;
	padding: 12px 0px 12px 8px;
	font-size: 0.8em;
}


.message {
	padding-bottom: 10px;	
}

.message img {
	float: left;
	padding: 9px 8px 10px 3px;
}

.callmsghdr a {
	color: #000;
	text-decoration: none;
}

.custmsghdr a {
	color: #000;
	text-decoration: none;
}

.supportmsghdr a {
	color: #000;
	text-decoration: none;
}

.messageorder {
	padding-bottom: 3px;
}

.small {
	font-size: .7em;
}

.smaller {
	font-size: .8em;
}
