body 
{
    padding:0;
    margin:0;
    color: black; 
    background: white; 
    text-align:center;
    font: 12px;
    font-family: 'Lucida Grande', Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;
}

h5 {
    font-size: 13px;
    margin:25px 0 10px 0;
    text-align:left;
}

h5 .date {
    color:gray;
    float:right;
}

h3 {
    font-size: 16px;
    color: #778899;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}


h2 {
    font-size: 20px;
    margin: 30px 0 20px 0;
}

#infobox {
    overflow:hidden;
    float: right;
    width:218px;
}

#downloadButton {
    background:url("../images/download-plain.png") no-repeat center top;
    width:161px;
    height:60px;
}

#downloadButton #caption{
    padding-top:18px;
    text-align:center;
    vertical-align:center;
    font:11px Helvetica;
    position:relative;
    left:60px;
    width:90px;
    height:24px;
    line-height:14px
}

#downloadButton #smallprint{
    text-align:left;
    color:grey;
    font:9px Helvetica;
    position:relative;
    top:10px;
    left:53px;
    width:120px;
    height:10px;
}

a #downloadButton {
    text-decoration:none;
    color:black;
}

#buynow{
    text-align: center;    
}

#watermark{
    background: url(../images/inline/watermark.png) right top repeat; 
}

#award{
    text-align: center;
}

#award img{
    margin:5px 0 0 0;
    padding:0;   
}

#content { /* padding to the right of the content on the page */
    padding: 0px 235px 0px 0px;
}

#content p {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 10px 0px; /* added 3/31 */
}

#content p.nospace {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* added 3/31 */
}

#content p.plain {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px; /* added 3/31 */
}

#content p.acctplain {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* added 3/31 */
}

#content p.db_links {
	text-indent: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#content p.indent_left {
	text-indent: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#content ul {
    font-size: 12px;
}

#content li {
    padding-bottom: 10px;
    list-style-type: circle;
}

#content img {
    margin:0.5em;
}

#content h3 {
    font-size:1em;
    margin: 0px 0px 10px 0px;
}

#content h6 {  /*intended for use on main page*/
    font-size: 1em;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: #0000FF;
}

#content h6 .sub {  /*intended for use below h6 heading*/
    font-size: .5em;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: #0000FF;
}

#content input {
	font-size: 12px;
}

div.Box .middle ul.notes { /* styles for hyung notes */
	margin: 0px 0px 6px -35px; /* positions list items */
}


div.Box .middle ul.notes li{ /* styles for hyung notes */
	padding-bottom: 5px; /* spacing between list items */
}


img 
{
    border: 0px solid #000000;
    padding: 0;
    margin: 0;
}

#content img.calendar 
{
    vertical-align: absmiddle;
    padding:  0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}


img.thingrayborder 
{
    border: 2px solid #778899;
    padding: 0;
    margin: 0;
}

img.floatLeftClear
{
	float: left; 
	clear: left; 
	margin: 10px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #778899;
}
 
img.floatRightClear
{
	float: right; 
	clear: right; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #778899;
}


img.floatRight_BlackBelt
{
	float: right; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #778899;
}


a:link 
{
    color:#00b;
    text-decoration: none;
}

a:visited 
{ 
    color:#00b; 
    text-decoration: none;
}

a:hover 
{
    color: #ff0000;
    text-decoration: none;
}

div#header {
    text-align:center;
}

div#footer {
    font-size:10px;
    text-align:center;
    margin-bottom:5ex;
}

div.clear {
    clear:both;
    height:1px;
}

abbr {
    border-bottom: 1px dotted;
}

div.voice {
    text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 0px 20px 0px 10px;
	border: 1px dashed #ccc;
}

div.voice div.quote {
	padding-top: 10px;
	padding-bottom: 3px;
}

div.voice div.source {
    text-align:right;
    font-style:italic;
	padding-bottom: 15px;
}

.newbutton {
    font-family: verdana, sans-serif; 
    font-size: 10px;
    font-weight:bold; 
    text-decoration:none; 
    color: white; 
    background-color: #0b0; 
    border-left:1px solid #afa; 
    border-top:1px solid #9c9; 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding:0px 3px 0px 3px; 
    margin:0px;
    display:inline;
}

.rssbutton {
    position:relative;
    top:-0.5ex;
    font-family: verdana, sans-serif; 
    font-size: 10px; 
    font-weight:bold; 
    text-decoration:none; 
    color: white; 
    background-color: #f60; 
    border-left:1px solid white; 
    border-top:1px solid white; 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding:0px 3px 0px 3px; 
    margin:0px;
    margin-left:0.5em;
    display:inline;
}

table.welcome  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table p {
	font-size: 12px;
}


/* Greg added css below 10-18-2006 */

table.screenshots
{
    width:100%;
    border-spacing:0;
}

table.screenshots td
{
    padding:15px 20px;
    vertical-align:center;
}

table.screenshots td.screenshot
{
    text-align:center;
}

table.small
{
    border-spacing:0;
    font-size:11px;
    border: 1px solid #a5a5a5;
}

table.small td
{
    padding:1ex 1.5em;
    border-top: 1px solid #e2e2e2;
}


table.striped
{
    width:100%;
    border-spacing:0;
    font-size:11px;
    border: 1px solid #a5a5a5;
}

table.striped tr:hover td
{
    background-color: #b5d5ff;
    background: #b5d5ff;
}

table.striped th
{
    text-align:left;
    padding:0.5ex 2em;
    background-color:#e2e2e2;
    border-bottom: 1px solid #a5a5a5;
}

table.striped td
{
    padding:1ex 2em;
    border-top: 1px solid #e2e2e2;
}

table.striped tr.blue
{
    background-color:#EDF3FE;
}


table.striped tr.white
{
    background-color:white;
}

table.striped tr.nice
{
    background-color:yellow;
}

table.striped2
{
    width:100%;
    border-spacing:0;
    font-size:11px;
    border: 1px solid #a5a5a5;
}

table.striped2 tr:hover td
{
    background-color: #b5d5ff;
    background: #b5d5ff;
}

table.striped2 th
{
    text-align:left;
    background-color:#e2e2e2;
    border-bottom: 1px solid #a5a5a5;
}

table.striped2 td
{
    border-top: 1px solid #e2e2e2;
}

table.striped2 tr.blue
{
    background-color:#EDF3FE;
}


table.striped2 tr.white
{
    background-color:white;
}

table.striped2 tr.nice
{
    background-color:yellow;
}

/* Greg added css above 10-18-2006 */


ul.links {
    margin: 0;
    padding: 0px 15px;
    font-size:11px;
    list-style-image: url(../images/arrow.gif);
}

ul.links li {
    padding: 0.3ex 0px;
}

ul.links li a.ulheading {
    font-weight:bold;
    position:relative;
    left:-0.6em;
}
            
ul.links li div {
    position:relative;
    left:-0.5em;
}

div.code a:hover {
    color:black;
}

/*
forms css
************************/

input.gray {
	background-color: #333333;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding: 2px 2px 2px 2px;
}

.texta {
	    font-family: 'Lucida Grande', Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;
	line-height: 14px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	

}

.text {
	    font-family: 'Lucida Grande', Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;
	line-height: 14px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;

}


/*
pg_banner css
************************/
#intro {	/* division that holds the title bar info */
	position: relative;
	background: #ffffff;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	width: 600px;
	height: 50px;
	font-family: Georgia, verdana, 'trebuchet MS', arial, 'comic sans', helvetica, sans-serif;
}

#pageHeaderTop {
	font-size: 18px;
	color: #00b; 
	padding-top: 0px;
	border-bottom: 3px solid red;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

#pageHeaderBottom {
	font-size: 12px;
	color: #00b; 
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
