/* - - - - - - - - - - - - - - - - - - - - -
Title :  COD 6 Template CSS Style
Author : Jayson He
Description : Nothing to say, just use it.

Created : September 14, 2006
Modified : September 14, 2006
Version: 1.0
- - - - - - - - - - - - - - - - - - - - - */

/* General Styles */

* {	margin:0; padding:0; }

body {
	text-align:center;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

div { text-align:left; }

span { }

table {	border:0; }
th { }
tr { }
td { }

img { margin:0; padding:0px; border:0px none; }

a:link, a:visited { color:#0707bc; text-decoration:none; }
a:hover { color:#ec6901; text-decoration:underline; }

h1 { font-size:2em; font-weight:normal; }
h2 { font-size:1.6em; font-weight:normal; }
h3 { font-size:1.2em; font-weight:normal; }
h4 { font-size:1em; font-weight:normal; }
h5 { font-size:0.9em; font-weight:normal; }
h6 { font-size:0.75em; font-weight:normal; }

ul { list-style:none; }
li { }
ol { }
pre {
	margin:0;
	padding:0;
	overflow:hidden;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: normal;
}
blockquote { }
p { margin:0; padding:0; }

form { margin:0; }
select{ font:99% Verdana, Arial, Helvetica, sans-serif; }
option { padding:0 5px; }
input {font:99% arial,helvetica,sans-serif; }
textarea { font:99% arial,helvetica,sans-serif; }

hr { height:0; margin:0; padding:0; border:1px dashed #f90; border-bottom:0; }

/* Customized Styles */
.clear { clear:both; }
.blank0 { width:inherit; height:0; clear:both; font-size:0; }

.blank10 { width:inherit; height:10px; clear:both; font-size:0; }
.blank15 { width:inherit; height:15px; clear:both; font-size:0; }
.blank20 { width:inherit; height:20px; clear:both; font-size:0; }
.blank10White { width:inherit; height:10px; clear:both; font-size:0; background-color:#fff; }
.blank15White { width:inherit; height:15px; clear:both; font-size:0; background-color:#fff; }
.blank20White { width:inherit; height:20px; clear:both; font-size:0; background-color:#fff; }

.orange { color:orange; }
.green { color:green; }
.brown { color:brown; }
.red { color:red; }
.gray { color:#aaa; }

.small { font-family:helvetica, sans-serif; font-size:0.9em;}
.tips { width:auto; clear:both; color:black; font-weight:bold; }
.warning { font-size:1.1em; width:auto; clear:both; margin:5px 0; padding:5px; color:red; font-weight:bold; background-color:#fdffdc; border:1px solid #fad7b9; line-height:1.5em; }
.highlight { color:#ec6901; }
.required { width:auto; color:#ec6901; }
.message { font-weight:bold; color:black; }

.searchhint  { color:#ec6901; font-weight:bold; }

.indicatormessage_warn { color:red; font-weight:bold; background-color:#fdffdc; border:1px solid #fad7b9; }
.indicatormessage_normal { }

#indicatormessage { width:100%; clear:both; margin:5px 0; padding:5px; line-height:1.3em; }

.creditcardWarning { width:auto; clear:both; margin:5px 0; padding:5px; font-weight:bold; background-color:#fdffdc; border:1px solid #fad7b9; line-height:1.3em; }

