/* CSS Document - Infinite Possibility */

.rounded {
	background-color: #F1F5FB;
	text-align:center;
	color: black;
	font-family: Tahoma, Helvetica, sans-serif;
}
.rounded-banner {
	background-image:url('skin-images/ALL-STAR-LOGO---RGB.jpg');
	background-color: #F1F5FB;
	text-align:center;
	color: black;
	font-family: Tahoma, Helvetica, sans-serif
}
.b 	{background:url('skin-images/b.gif') repeat-x 100% 100%; }

/* ================================
    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-image:url('skin-images/ip-background.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	height:100%
}
.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 {
color:#005CA3
}

A.SelectedTab:visited  {
color:#00135D
}

A.SelectedTab:active   {
color:#005CA3
}

A.SelectedTab:hover    {
color:#3DAFCC;
text-decoration:none
}

/* 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 */
/* font style for module titles Arial, Helvetica, sans-serif */
.Head   {
	font-family: Tahoma;
	font-size:  12px;
	font-weight: bold;
	color: #F1F5FB;
	padding-top: 5px;
}

/* 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-family: Tahoma;
	font-size:  14px;
	color: #333333;
	padding-top: 10px;
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Tahoma;
	font-size:  18px;
	padding-top: 10px;
	color: #00135D;
	font-weight: bold;
}

H2  {
	font-family: Tahoma;
	font-size:  18px;
	padding-top: 10px;
	color: #333333;
	font-weight: bold;
}

H3  {
	font-family: Tahoma;
	font-size:  16px;
	color: #00135D;
	padding-top: 10px;
	font-weight: bold;
}

H4  {
	font-family: Tahoma;
	font-size:  16px;
	color: #333333;
	padding-top: 10px;
	font-weight: normal;
}

H5, DT  {
	font-family: Tahoma;
	font-size:  12px;
	color: #333333;
	padding-top: 10px;
	font-weight: bold;
}

H6  {
	font-family: Tahoma;
	font-size:  12px;
	color: #00135D;
	padding-top: 10px;
	font-weight: bold;

}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:#005CA3
}

A:visited   {
color:#00135D
}

A:active    {
color:#005CA3
}

A:hover {
color:#FFB300;
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 {
}

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 {
	background: transparent;
}

.ModuleTitle_MenuBar {
	cursor: pointer; cursor: hand; background: transparent;
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	font-family: Tahoma, Helvetica, sans-serif;  
	color: #333333; 
	font-size: 12px; 
	font-weight: bold; 
	border: 10px none; 
	height: 20px; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:0px
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	border-left:10px none; border-right:10px none; border-top:0px none; border-bottom:10px none; z-index: 1000;  
	background: #F1F5FB; 
	font-weight: bold; 
	cursor: hand; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0
}

.MainMenu_MenuBreak {
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid; 
}

.MainMenu_MenuItemSel {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border: 10px none;
	height: 20px;
	background-color: #005CA3; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:0px
}

.MainMenu_MenuArrow {
 	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}
