/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

@import url("FCK.css");

/* This "universal selector" (the * character) removes the proprietary padding and margins that IE adds to everything */
* {
    margin:0;
    padding:0;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    width: 900px;
    margin:0 auto; /* causes the page to be centered, except in Internet Explorer */
    text-align:center; /* causes the page to be centered in IE */
    background-color:#DEE0ED;
    background-image:url(pagebackground.jpg);
    background-repeat: no-repeat;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* 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   {
}

/* 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
{
}

/* 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  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 {
	background-color: #D4D4DC;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
    cursor: pointer;
    color: #545062;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
    cursor: pointer; 
    color: #8C87FE; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal;
    background-color: #D4D4DC;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MainMenu_RootMenuItem
{
    padding: 0px 25px 0px 0px;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* styles used by Data Grids */
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Header
{
	background-color: #DEDFE6;
	color: Black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	empty-cells: hide;
}

.DataGrid_Item
{
	background-color: White;
	color: Black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	empty-cells: hide;
}

.DataGrid_AlternatingItem
{
	background-color: #DEDFE6;
	color: Black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	empty-cells: hide;
}

.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Footer
{
	background-color: White;
}

tr.DataGrid_Header td
{
	text-align: left;
	border:1px solid #888888;
	empty-cells: hide;
}

tr.DataGrid_Item td
{
	text-align: left;
	vertical-align: top;
	border:1px solid #888888;
	empty-cells: hide;
}

tr.DataGrid_AlternatingItem td
{
	text-align: left;
	vertical-align: top;
	border:1px solid #888888;
	empty-cells: hide;
}


table.EventsCalendar {
	width: 875px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #C3C8E0 #C3C8E0 #C3C8E0 #C3C8E0;
	border-collapse: collapse;
}

table.EventsCalendar th {
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-align: left;
	color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	background-color: #C3C8E0;
	padding: 6px 6px 6px 6px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.EventsCalendar td {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	line-height: 135%;
	text-align: left;
	color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	padding: 6px 6px 6px 6px;
	-moz-border-radius: 0px 0px 0px 0px;
}


myspanstyle {
	color: #00AA00'
	font-size: 20px;
}

mydivstyle {
	color: #00AA00'
	font-size: 20px;
}
}