/* 
================================
Skin styles for DotNetNuke
================================
*/
.canvasleft 
{
	width: 50%;
}
.canvasright 
{
	width: 50%;
}
.canvasbottom
{
	background-color: White;
	background-position: left top;
	background-repeat: repeat;
	height: 100%;
	padding: 0px;
}
.pagemaster {
	width: 100%;
	height: 100%;	
    background-image: url(bg.jpg);
	background-color: DarkGray;
}
.pagecell {

}
.pageheadercell
{
	border-top: solid 1px Gainsboro;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.skinmaster {
	height: 100%;
	background-color: white;
    border-style: none; 
    border-left: solid 1px Gainsboro;
	border-right: solid 1px Gainsboro;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gainsboro', Direction=135, Strength=4); 
}
.skinheader 
{
}
.skinheaderrow
{
	background-color: White;
	background-position: left top;
	background-repeat: repeat;
    height: 150px;
	vertical-align: top;
}
.skinsidebar
{
	width: 30px;
	background-color: #9B9B9B;
}
.skinheaderlogocontainer 
{
	background-image: url(header_logo.jpg); 
	background-position: right top;
	background-repeat: no-repeat;
	background-color: DarkGray;
    width: 270px;
    height: 150px;
	vertical-align: middle;
}
.skinheadermenucontainer
{
    width: auto;
    height: 150px;
    border-style: none; 
    text-align: left;
	vertical-align: top;
	padding: 20px;
}
.skinmenu
{
	background-position: left top;
	background-repeat: repeat;
	background-color: WhiteSmoke;
    height: 25px;
	vertical-align: middle;
}
.skinbottommenu
{
	background-position: left top;
	background-repeat: repeat;
	background-color: WhiteSmoke;
    height: 20px;
	vertical-align: middle;
}
.skincaption {
	border-top: solid 2px PowderBlue;
	border-bottom: solid 2px PowderBlue;
	background-color: SteelBlue;
	color: White;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.teaserpane {
	background-color: transparent;
	padding: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.TopMenu {
	color: DarkGray; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none; 
}
A.TopMenu:link {
    text-decoration:    none;
    color:DarkGray;
}

A.TopMenu:visited  {
    text-decoration:    none;
    color:DarkGray;
}

A.TopMenu:active   {
    text-decoration:    none;
    color:SteelBlue;
}

A.TopMenu:hover    {
    text-decoration:    none;
    color:LightSteelBlue;
}
.HeaderMenu_MenuContainer {
	background-color: transparent; 
}
.HeaderMenu_MenuItemCell
{
	padding-left: 5px;
	padding-right: 5px;
}
.HeaderMenu_MenuItem {
	color: SteelBlue; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none; 
}
A.HeaderMenu_MenuItem:link {
    text-decoration:    none;
    color:DarkGray;
}

A.HeaderMenu_MenuItem:visited  {
    text-decoration:    none;
    color:DarkGray;
}

A.HeaderMenu_MenuItem:active   {
    text-decoration:    none;
    color:SteelBlue;
}

A.HeaderMenu_MenuItem:hover    {
    text-decoration:    none;
    color:LightSteelBlue;
}


A.MainMenu_MenuItem:link {
    text-decoration:    none;
}

A.MainMenu_MenuItem:visited  {
    text-decoration:    none;
}

A.MainMenu_MenuItem:active   {
    text-decoration:    none;
}

A.MainMenu_MenuItem:hover    {
    text-decoration:    none;
}

.MainMenu_MenuArrow {
	border-right: Gainsboro 1px solid; 
	border-bottom: Gainsboro 1px solid; 
	border-top: Gainsboro 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBar {
	color: DarkGray; 
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	border: none;
}
.MainMenu_MenuIcon {
	background-color: WhiteSmoke; 
	border: WhiteSmoke 1px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: hand; 
	color: DarkGray; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica; 
}
.MainMenu_MenuItemSel {
	border: none;
	cursor: hand; 
	color: LightSteelBlue; 
	background-color: Transparent;  
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_SubMenu {
	background-color: WhiteSmoke;  
	color: SteelBlue;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  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_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Verdana, Arial, Helvetica;
   font-size:  9pt;
   font-weight: bold;
   color: #666666;
}
.Normal {
   font-family: Tahoma, Verdana, Arial, Helvetica;
   font-size:  8.5pt;
   font-weight: normal;
   color: Black;
}
.SubHead {
   font-family: Tahoma, Verdana, Arial, Helvetica;
   font-size:  9pt;
   font-weight: normal;
   color: #666666;
}
.RootLink {
    font-weight: normal;
    font-size: 7.5pt;
    color: Silver;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}
A.RootLink:link {
    text-decoration:    none;
    color: DarkGray;
}

A.RootLink:visited  {
    text-decoration:    none;
    color: DarkGray;
}

A.RootLink:active   {
    text-decoration:    none;
    color: SteelBlue;
}

A.RootLink:hover    {
    text-decoration:    none;
    color: LightSteelBlue;
}

.SkinObject {
    font-weight: normal;
    font-size: 7.5pt;
    color: Black;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}
.SkinObject_accent {
    font-weight: normal;
    font-size: 7.5pt;
    color: LightSteelBlue;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}



A.SkinObject:link {
    text-decoration:    none;
    color: Black;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: Black;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: SteelBlue;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: LightSteelBlue;
}


/* ================================
    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: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-collapse: collapse;
	border-bottom: black 1px solid;
	font-size: 7pt;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	color: black;
	text-align: center;
	table-layout: auto;
	width: 100%;
	height: 450px;
}

.EventTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: LightSteelBlue;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: white;
	background-color: LightSteelBlue;
	text-align: center;
	border: solid 1px Gainsboro;
}

/* 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: darkblue !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: darkblue !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: steelblue 2px solid;
	border-top: steelblue 2px solid;
	border-left: steelblue 2px solid;
	border-bottom: steelblue 2px solid;
	font-weight: normal;
	color: #0000ff !important;
	background-color: LightSteelBlue !important;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: normal;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	


