﻿/* 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: #828282;
	background-color: #828282;
	height: 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;
}

/*
 *----------------------------------------
 * Front Page
 *----------------------------------------
 */

.ftitle
{
	font-size: 13px;
	font-weight: bold;
}

/*
 *----------------------------------------
 * 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;
}

/*

.regoblink
{
	color: #666666;
}

.regoblink a:link { color:#666666; font-weight:bold; text-decoration:underline; }
.regoblink a:visited { color:#666666; font-weight:bold; text-decoration:underline; }
.regoblink a:hover { color:#3f81cc; font-weight:bold;  text-decoration:underline; }

*/

.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
{
    float: none !important;
}
*/
 
.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; }

/*
.StardustHelloContent a:link { color: #032680; font-weight:bold; text-decoration: underline; }
.StardustHelloContent a:visited { color: #032680; font-weight:bold; text-decoration: underline; }
.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; }

/*
.StardustBreadCrumbContent a:link { color: #032680; font-weight:bold; text-decoration: underline; }
.StardustBreadCrumbContent a:visited { color: #032680; font-weight:bold; text-decoration: underline; }
.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; }
