/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dde5e8;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 677px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header{width:677px; background:url(logo_spring.jpg) 8px 8px no-repeat #dde5e8;}
.oneColFixCtrHdr #header #cake{width:677px; height:253px; background:url(/portals/0/cake.jpg) right bottom no-repeat;}
.oneColFixCtrHdr #header #cake #border{width:677px; height:253px; background:url(container_spring.png) no-repeat;}
.oneColFixCtrHdr #header #cake #border #login{width:647px; padding:15px;}
.oneColFixCtrHdr #ribbon{width:677px; height: 30px; background:url(ribbon_spring.jpg) no-repeat;}

.oneColFixCtrHdr #mainContent {
	margin: 0px 0px 0px 1px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #menu {
	margin: 0px 17px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	background: #cee8d4;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 0px;
	background:#dde5e8 url(springfooter.gif) no-repeat;
	height: 49px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
background: #cee8d4;
color: #636764;
}

.LeftPane  { 
padding: 5px;
margin: 0px;
}

.ContentPane  { 
padding:5px;
margin: 0px;
}

.RightPane  { 
padding: 5px;
margin: 0px;
}

.FeaturedPane {
padding: 5px;
margin: 0px;
}

/* text style for the selected tab */
.SelectedTab {
background: #c6d0ce;
color: #531a67;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
color: #636764;
text-decoration:none;
}

A.SelectedTab:visited  {
color: #636764;
text-decoration:none;
}

A.SelectedTab:hover    {
color: #531a67;
text-decoration:none;
}

A.SelectedTab:active   {
color: #531a67;
text-decoration:none;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
color: #531a67;
font-size: 14px;
font-weight: bold;
margin: 0px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #531a67;
font-size: 12px;
font-weight: bold;
margin: 0px;
}

/* 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
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #89ab91;
text-decoration:underline;
}

A:visited   {
color: #531a67;
text-decoration:underline;
}

A:hover {
color: #89ab91;
text-decoration:none;
}

A:active    {
color: #89ab91;
text-decoration:none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {

}

.ModuleTitle_MenuArrow {

}

.ModuleTitle_RootMenuArrow {

}

/* Main Menu */

.MainMenu_MenuContainer {
width: 644px;
padding: 2px;
margin: 0px;
}

.MainMenu_MenuBar {
width: 644px;
padding: 0px;
font-weight: bold;
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
background-color: #bbc5c3;
}

.MainMenu_MenuArrow {
display: none;
}

.MainMenu_RootMenuArrow {
display: none;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


