﻿/* default.css - Global Style Sheet */
/* Copyright (C) 2010 Stardust Software. All Rights Reserved. */

/*
 *----------------------------------------
 * Generic
 *----------------------------------------
 */

p
{
	padding-bottom: 20px;
}

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: #e3e3e3;
	background-color: #e3e3e3;
	height: 1px;
	font-size: 1px;
	border: none;
}

/* note: can't use here -- messes up menu */
/*
	ul
	{
		list-style-position:outside;
		list-style-type:disc;
		padding-left: 1em;
	}
*/

/* note: can't use -- messes up menu */
/*
	li
	{
		margin-bottom: 1em;
	}
*/

/* note: fix for ie6 fieldset background */
* html.RadForm_Default.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
* html.RadForm_Default.rfdFieldset fieldset.rfdFieldset
{   
    background-image:none;
}

/* note: fix for FireFox */
div.RadTabStripVertical .rtsUL .rtsLink {
    text-decoration:none;
}


/*
 *----------------------------------------
 * Misc
 *----------------------------------------
 */

.sidebar
{
    font-size: 11px;
}

.tabbox
{
	margin-top: -1px;
	padding: 10px;
	border: solid 1px #828282;
}

.vtabbox
{
	padding: 20px;
	border: solid 1px #828282;
}

.faded
{
	color: #cccccc;
}

.boldcolor
{
	color: #d55500;
	font-weight: bold;
}

.highcolor
{
	color: #d55500;
}

.vercolor
{
	/* color: #02084d; */
	/* color: #021f65; */
}

.smtext
{
	font-size: 11px;
}

.errortext
{
    color:#cc0000;
}

.fadedtext
{
	color: #666666;
}

.regtext
{
	color: #666666;
	font-size: 11px;
	font-style: italic;
}

.errorbox
{
    border: solid 1px #dd3c10;
    background-color: #ffebe8;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
}

.successbox
{
    border: solid 1px #00ab4e;
    background-color: #d0f2c4;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
}

.infobox
{
    border: solid 1px #001c53;
    background-color: #e3eefb;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
}

/*
 *----------------------------------------
 * Page Header
 *----------------------------------------
 */

.StardustHeaderWrapper
{
    background-color: #02084d;
}

.StardustHeaderContent
{
    width: 840px;
    height: 60px;
    margin: auto;
    padding: 0px;

    background-image: url('/common/images/masthead.png');
    background-repeat: no-repeat;
}

/*
 *----------------------------------------
 * Page Navigation
 *----------------------------------------
 */

.StardustNavigationWrapper
{
    background-color: #f2f1f1;
    background-position: bottom;
    background-image: url('/common/images/bg_nav.png');
    background-repeat: repeat-x;
}

.StardustNavigationContent
{
    width: 840px;
    margin: auto;
    padding: 0px;
    background-position: bottom;
    background-image: url('/common/images/bg_nav.png');
    background-repeat: repeat-x;
}

.StardustNavigationContent .RadMenu .rmRootGroup
{
    display: inline-block !important;
}

/*
 *----------------------------------------
 * Page Hello
 *----------------------------------------
 */
 
.StardustHelloWrapper
{
    background-color: #f6f7f9;
}

.StardustHelloContent
{
	width: 840px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
     
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    /* background-color: #f6f7f9; */
    background-color: #ffffff;
    
    text-align: left;
    
    line-height: 1.6;

	border-left-width: 1px;
    border-left-color: #e3e3e3;
    border-left-style: solid;

    border-right-width: 1px;
    border-right-color: #e3e3e3;
    border-right-style: solid;
    
    border-bottom-width: 1px;
    border-bottom-color: #e3e3e3;
    border-bottom-style: solid;
}

.StardustHelloContent a:link { color: #999999; font-weight:bold; text-decoration: none; }
.StardustHelloContent a:visited { color: #999999; font-weight:bold; text-decoration: none; }
.StardustHelloContent a:hover { color:#3f81cc; font-weight:bold; text-decoration: underline; }

/*
 *----------------------------------------
 * Page Breadcrumb
 *----------------------------------------
 */
 
.StardustBreadCrumbWrapper
{
    background-color: #f6f7f9;
}

.StardustBreadCrumbContent
{
	width: 840px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
     
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    /* background-color: #f6f7f9; */
    background-color: #ffffff;
    
    text-align: left;
    
    line-height: 1.6;

	border-left-width: 1px;
    border-left-color: #e3e3e3;
    border-left-style: solid;

    border-right-width: 1px;
    border-right-color: #e3e3e3;
    border-right-style: solid;
    
    border-bottom-width: 1px;
    border-bottom-color: #e3e3e3;
    border-bottom-style: solid;
}

.StardustBreadCrumbContent a:link { color: #999999; font-weight:bold; text-decoration: none; }
.StardustBreadCrumbContent a:visited { color: #999999; font-weight:bold; text-decoration: none; }
.StardustBreadCrumbContent a:hover { color:#3f81cc; font-weight:bold; text-decoration: underline; }

/*
 *----------------------------------------
 * Page Content
 *----------------------------------------
 */

.StardustContentWrapper
{
	background-image: url('/common/images/bg_content.png');
	background-repeat: repeat-x;
}

.StardustContentContent
{
	width: 840px;
    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;

	border-left-width: 1px;
    border-left-color: #e3e3e3;
    border-left-style: solid;

    border-right-width: 1px;
    border-right-color: #e3e3e3;
    border-right-style: solid;
    
}

/*
 * 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; text-decoration: underline; }
.StardustContentContent a:visited { color: #032680; text-decoration: underline; }
.StardustContentContent a:hover { color:#3f81cc; text-decoration: underline; }

/*
 *----------------------------------------
 * Page Footer
 *----------------------------------------
 */

.StardustFooterWrapper
{
	border-top-width: 1px;
    border-top-color: #e3e3e3;
    border-top-style: solid;
}

.StardustFooterContent
{
    width: 840px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;

    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:#3f81cc; font-weight:bold;  text-decoration:underline; }

/*
 *----------------------------------------
 * Front Page
 *----------------------------------------
 */

.ftitle
{
	font-size: 13px;
	font-weight: bold;
}

.ftitlex, .ftitlex a, .ftitlex a:link, .ftitlex a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -2px;
}

.ftitlex a:hover
{
	text-decoration: underline;
}

.fstamp
{
	font-size: 10px;
	color: #b1b1b1;
	font-weight: bold;
}

.ftag, .ftag a, .ftag a:link, .ftag a:visited
{
	/* font-family: Arial, Sans-Serif; */
	font-size: 10px;
	/* text-transform: uppercase; */
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}

.ftag a:hover
{
	color: #3f81cc;
	text-decoration: underline;
}

.ficon
{
	margin-top:4px;
}

.price
{
	font-weight: bold;
	color: #d55500;
}

.vstamp
{
	font-size: 10px;
	color: #b1b1b1;
	font-weight: bold;
	line-height: 1;
}

.vtag, .vtag a, .vtag a:link, .vtag a:visited
{
	font-size: 10px;
	color: #b1b1b1;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}

.vtag a:hover
{
	color: #3f81cc;
	text-decoration: underline;
}

.vtagx
{
	padding: 4px 0 4px 0;
	border: 1px solid #e8e8e8;
	background-color: #fcfcfc;
}

.vtagx a, .vtagx a:link, .vtagx a:visited
{
	padding: 4px 8px 4px 8px;
    color: #999999; /* color of the unselected text */
    text-decoration: none;
}

.vtagx a:hover
{
	background-color: #f0f0f0;
    color: #3f81cc;
}

.vtitle, .vtitle a, .vtitle a:link, .vtitle a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -2px;
}

.vtitle a:hover
{
	text-decoration: underline;
}

.vtitlex, .vtitlex a, .vtitlex a:link, .vtitlex a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2;
}

.vtitlex a:hover
{
	text-decoration: underline;
}

.vtext
{
	font-size:12px;
}
