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

Created : September 1, 2011
Modified : September 1, 2011
Version: 2.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 { color:#0c468b; text-decoration:none; }
a:visited { color:#0c468b; text-decoration:none; }
a:hover { color:#f90; text-decoration:none; }

h1 { font-size:2em; font-weight:bold; }
h2 { font-size:1.5em; font-weight:bold; }
h3 { font-size:1.2em; font-weight:bold; }
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 { }
blockquote { }
p { margin:0; padding:0; }

form { margin:0; }
SELECT { font:99% arial,helvetica,clean,sans-serif; }
INPUT {font:99% arial,helvetica,clean,sans-serif; }
TEXTAREA { font:99% arial,helvetica,clean,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; }
.blank120 { width:inherit; height:120px; 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;}
.warning { color:#f00; }
