/* CSS Document */

.pagemaster {
	background-image: url(bg.gif);
	background-repeat:repeat-x;
	background-color: #014126;
	height:100%;
}
/* jason adds */
.tabletopwhite {
	color: #FFFFFF;
	font-size: 13px;
}
.tabletext13 {font-size: 13px; }

.lesjreplug {
   font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
   text-align:center;
   font-size:10px;
   color: black;
   font-weight:bold;
}

.lesjreplug td {
	font-weight: bold;
	font-size:12px;
}

.ccpcdisc {
	font-size:10px;
	font-family: tahoma, arial, sans-serif;
}

#lesjreplug a:link {
	/* color: #FFC519; */
}

#lesjreplug a:visited {
	/* color: #FFC519; */
}

/* default styles for all dnn pages */

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-size: 13.5px;
   font-weight: normal;
   color: #371F17;
   font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
   line-height: 22px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #595858;
}

A:visited   {
	color: #595858;
}

A:active    {
	color: #595858;
}

A:hover {
	color: #595858;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}









/* lee's custom styles */
#ccp-nav {
	border: 2px solid #ffc519;
	background-color: #ffc519;
}

#ccp-currentdate {
	text-align:right;
}

#ccp-login {
	text-align:right;
	font-size:10px;
	color: #fff;
}

#ccp-body {
	background-color:#ffffff;
	border-right: 2px solid #ffc519;
	border-left: 2px solid #ffc519;
}

#ccp-td-links {
	background-image:url(ccp-lower.gif);
	background-repeat:repeat-x;
}

#nd-plug {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #FFC519;
	text-align:center;
}

#dnn_dnnUSER_hypRegister {
	color: #fff;
}

#dnn_dnnLOGIN_hypLogin {
	color: #fff;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb {
	padding-left: 10px;
}

#ccp-search {
	padding-top: 5px;
	padding-right: 5px;
}

#dnn_dnnSEARCH_cmdSearch {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.footerlinks {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
}

/* Solpart */

.MainMenu_MenuItem {
	color: #044024;
	padding-top: 2px;
	padding-bottom: 2px;
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color:#044024;
	color:#fff;
}

.MainMenu_SubMenu {
	border: 1px solid #999;
	padding: 5px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}


