﻿/* default.css - Global Style Sheet */
/* Copyright (C) 2010 Stardust Software. All Rights Reserved. */

/*
 *----------------------------------------
 * Generic
 *----------------------------------------
 */

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #d55500;
	padding-bottom: 10px;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: none;
}

/*
 *----------------------------------------
 * Front Page
 *----------------------------------------
 */

.ftitle
{
	font-size: 13px;
	font-weight: bold;
}

/*
 *----------------------------------------
 * Page Header
 *----------------------------------------
 */

.StardustHeaderWrapper
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.StardustHeaderContent
{
    width: 700px;
    height: 32px;
    margin: auto;
    padding: 0px;

    background-image: url('/common/images/header.png');
    background-repeat: no-repeat;
    background-position: left;
}

/*
 *----------------------------------------
 * Page Content
 *----------------------------------------
 */

.StardustContentWrapper
{
	background-image: url('/common/images/bg_content.png');
	background-repeat: repeat-x;
}

.StardustContentContent
{
	width: 700px;
    margin: auto;
    padding: 20px;
     
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    
    line-height: 1.6;
}

/*
 * This is the default link style, which is fairly plain. It is SUPPOSED to be that way.
 * If something needs links a different color or whatever, then we apply it in that region
 * ... NOT here, NOT globally. Don't mess with this!
 */

.StardustContentContent a:link { color: #032680; font-weight:bold; text-decoration: underline; }
.StardustContentContent a:visited { color: #032680; font-weight:bold; text-decoration: underline; }
.StardustContentContent a:hover { color:#3f81cc; font-weight:bold; text-decoration: underline; }

/*
 *----------------------------------------
 * Page Footer
 *----------------------------------------
 */

.StardustFooterWrapper
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.StardustFooterContent
{
    width: 700px;
    margin: auto;

    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    text-align: left;
}

.StardustFooterContent a:link { color:#999999; font-weight:bold; text-decoration:none; }
.StardustFooterContent a:visited { color:#999999; font-weight:bold; text-decoration:none; }
.StardustFooterContent a:hover { color:#666666; font-weight:bold;  text-decoration:underline; }

