/* 
================================
Skin styles for DotNetNuke

Colors:
#FF9900 = Orange
#990000 = Red (Burgundy)
#FFF0D9 = Pale Orange (for background)


================================
*/
Body
{
	background-color: #FFF0D9;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #FF9900;
}
.skinmaster
{
	height: 100%;
	background-color: #FFF0D9;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;   /* Originally 1px */
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;   /* Originally 1px */
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader
{
}
.skingradient
{
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
}


.SkinObject
{
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

/* 	font-weight: bold;
	font-size: 8.5pt;
*/

A.SkinObject:link
{
	text-decoration: none;
	color: #990000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #990000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #990000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #990000;
}






.controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 6px;
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;   /* Originally 6px */
}
.rightpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer
{
	background-color: Transparent;
	width: 165px;
	padding: 0px; /* Controls spacing between buttons in the (vertical) menu */
	text-align: left;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: hand;
	color: #990000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9900;
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border-right: #cad5ea 0px solid;
	border-top: #cad5ea 0px solid;
	border-bottom: #cad5ea 0px solid;
	border-left: #cad5ea 0px solid;
}

.MainMenu_MenuItemSel
{
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
	background-color: #FF9900;
	cursor: pointer;
	cursor: hand;
	color: black;
	height: 25px;
}

.MainMenu_MenuIcon
{
	background-color: #FF9900;
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
	border-left: #CAD5EA 0px solid;
	border-bottom: #CAD5EA 0px solid;
	border-top: #CAD5EA 0px solid;
	border-right: #CAD5EA 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 25px;
}

.MainMenu_SubMenu
{
	background-color: #FF9900;
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
	text-align: left;
	
}

.MainMenu_MenuBreak
{
	height: 0px;
}

.MainMenu_MenuArrow
{
	background-color: #FF9900;
	background-image: url(gradient_Orange.jpg);
	background-repeat: repeat-x;
	border-right: #CAD5EA 0px solid;
	border-bottom: #CAD5EA 0px solid;
	border-top: #CAD5EA 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #FFF0D9 none;
	color: #990000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 175px;
	background-color: #DFE5F2;
	border-right: #7994CB 1px solid;
	border-top: #7994CB 1px solid;
	border-left: #7994CB 1px solid;
	border-bottom: #7994CB 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
	background-image: url(gradient_OrangeLT.jpg);
}



/* Begin styles for AVCalendar to overwrite CSS in module directory */
.calendar
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	font-size: 7pt;
	border-left: lightgrey 1px solid;
	color: black;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
}

.calendarTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: aqua;
	background-color: #6666ff;
}

.calendarTitle, .calendarTitle td
{
	font-weight: bold;
	font-size: 9pt;
	color: #990000;
	background-color: #FF9900;
}

.calendarNextPrev, .calendarNextPrev a:link
{
	color: #990000;
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarNextPrev a, .calendarNextPrev a:visited, .calendarNextPrev a:hover
{
	color: #000000;
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
}

.calendarDay, .calendarDay td
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-align: left;
}

.calendarDay a, .calendarDay a:visited, .calendarDay a:hover
{
	color: #0000ff;
	text-align: left;
	font-size: 7pt;
	font-family: Verdana;
}

.calendarOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.calendarOtherMonthDay a, .calendarOtherMonthDay a:visited, .calendarOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.calendarWeekendDay
{
	background-color: WhiteSmoke;
}

.calendarTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.calendarSelectedDay
{
	font-weight: bold;
	color: red;
	background-color: #ffddaa;
}

.calendarSelectedDay a, .calendarSelectedDay a:visited, .calendarSelectedDay a:hover
{
	color: "Red";
	font-weight: bold;
}

.calendarSelector
{
	background-color: #c0c0e0;
}

.calendarSelector a, .calendarSelector a:visited, .calendarSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
/* End of styles for AVCalendar */




/* Styles for Gallery */
.AltHeaderText
{
    font-weight: bold;
    font-size: 10pt;
    color: rgb(0, 0, 0);
    font-family: Tahoma,Arial,Helvetica;
    text-decoration: none;
}

a:link
{
}

a:hover
{
}
/* End of Styles for Gallery */


/* Style for dates and titles in Coaches' Corner page. */
.event 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 13pt; 
	letter-spacing: 1pt; 
	word-spacing: 2pt; 
	color: #FF9900; 
	font-weight: bold; 
	font-style: italic; 
	clip:  rect(   )
}

h2 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 13pt; 
	font-variant: small-caps; 
	text-transform: uppercase; 
	color: #CC0000; 
	letter-spacing: 1pt; 
	word-spacing: 2pt; 
	line-height: 15pt; 
	letter-spacing: 1pt
}

/* Style for dates and titles in Coaches' Corner page. */





/* Style from/for Merchandise page 
.table2 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 13pt; 
	letter-spacing: 1pt; 
	word-spacing: 2pt; 
	padding-top: 3pt; 
	padding-right: 3pt; 
	padding-bottom: 3pt; 
	padding-left: 3pt
}
 End of style from/for Merchandise page */

