/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   { font-size: 20pt !important;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  { color: #01A2E6;
}

A:visited   { color: #01A2E6;
}

A:active    { color: #01A2E6;
}

A:hover { color: #96E067;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.linkhead {
font-family: trebuchet ms, arial;
font-size: 14pt;
color: #01A2E6;
}

/* ================================

    CSS STYLES FOR Module Event

   ================================

*/



.Eventtooltip

{

	border-right: #000 1px solid;

	padding-right: 5px;

	border-top: #000 1px solid;

	padding-left: 5px;

	font-size: 10px;

	filter: alpha(opacity=80);

	padding-bottom: 5px;

	border-left: #000 1px solid;

	width: 200px;

	color: #000;

	padding-top: 5px;

	border-bottom: #000 1px solid;

	font-family: Arial;

	background-color: #96E067;

	text-align: left;

	moz-opacity: 0.8;

}

	 

.Event

{

	border-right: black 1px solid;

	table-layout: auto;

	padding-right: 0px;

	border-top: black 1px solid;

	padding-left: 0px;

	font-size: 7pt;

	padding-bottom: 0px;

	margin: 0px;

	border-left: black 1px solid;

	color: black;

	padding-top: 0px;

	border-bottom: black 1px solid;

	font-family: Verdana;

	border-collapse: collapse;

	text-align: center;

	width: 400px;

	height: 400px;

}



.EventTitle

{

	font-weight: bold;

	font-size: 9pt;

	background-image: none;

	width: 100%;

	height: 100%;

	background-color: #96E067;

	text-align: center;

}



.EventTitle, .EventTitle td

{

	font-weight: bold;

	font-size: 11pt;

	background-image: none;

	color: #000;

	background-color: #96E067;

	text-align: center;

}



/* Note use of "!important" to override Inline Style */

.EventNextPrev, .EventNextPrev a:link

{

	padding-right: 0.5em;

	padding-left: 0.5em;

	font-size: 8pt;

	padding-bottom: 0px;

	color: #01A2E6 !important;

	padding-top: 0px;

}



.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover

{

	padding-right: 0.5em;

	padding-left: 0.5em;

	font-size: 8pt;

	padding-bottom: 0px;

	color: fff !important;

	padding-top: 0px;

}



.EventDayHeader

{

	font-weight: bold;

	font-size: 7pt;

	font-family: Verdana;

	background-color: dfdfdf;

}



.EventDay, .EventDay td

{

	font-size: 7pt;

	color: #000 !important;

	font-family: Verdana;


}



.EventDay a,

.EventDay a:visited,

.EventDay a:hover

{

	font-size: 7pt;

	color: #000!important;

	font-family: Verdana;

}



.EventOtherMonthDay

{

	color: #999 !important;

                background-color: #f5f5f5;

}



.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover

{

	color: #999 !important;
  
                background-color: #f5f5f5;

}





.EventWeekendDay

{

	background-color: #f5f5f5;
                
                color: #000 !important;

}

.EventWeekendDay a,
.EventWeekendDay a:visited,
.EventWeekendDat a:hover
{
                color: #000 !important;

}


.EventTodayDay

{

	border-right: red 2px solid;

	border-top: red 2px solid;

	border-left: red 2px solid;

	border-bottom: red 2px solid;

}



/* Note use of "!important" to override Inline Style */

.EventSelectedDay

{

	font-weight: bold;

	color: #000 !important;

	background-color: #fff;

}



.EventSelectedDay a,

.EventSelectedDay a:visited,

.EventSelectedDay a:hover

{

	color: #000 !important;

	font-weight: bold;

}



.EventSelector

{

	background-color: #ca1932;

}



.EventSelector a,

.EventSelector a:visited,

.EventSelector a:hover

{

	color: #000 !important;

	text-decoration: none;

}	

/*============================
MISC
============================*/

.sponsor {

               border: solid 1px #d5d5d5;

               width: 100px;
}




