﻿/*body 
{
    background:#ffffff;
    font-family:Verdana;
}
.link
{
    color:Lime;
  }*/
  
.LeftMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 12em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.LeftMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 15em;
    top: 0em;
    left: 192px;
}

.LeftMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 16em;
}

.LeftMenu li /* all list items */
{ background-image:url(../images/img_06.jpg);
background-repeat:repeat-x;
width:200px;
height:25px;
color:#FFFFFF;
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
font-variant:small-caps;
font-weight:600;
text-transform:uppercase;
text-align:left
   
}

.LeftMenu li:hover, /* list items being hovered over */
.LeftMenu li.AspNet-Menu-Hover
{
    background: Black;
}

.LeftMenu a, /* all anchors and spans (nodes with no link) */
.LeftMenu span
{
    color: white;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.LeftMenu li.AspNet-Menu-Leaf a, /* leaves */
.LeftMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.LeftMenu li:hover a, /* hovered text */
.LeftMenu li:hover span,
.LeftMenu li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover span,
.LeftMenu li:hover li:hover a,
.LeftMenu li:hover li:hover span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeftMenu li:hover li:hover li:hover a,
.LeftMenu li:hover li:hover li:hover span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(~/images/activeArrowRight.gif) right center no-repeat;
}

.LeftMenu li:hover li a, /* the tier above this one is hovered */
.LeftMenu li:hover li span,
.LeftMenu li.AspNet-Menu-Hover li a,
.LeftMenu li.AspNet-Menu-Hover li span,
.LeftMenu li:hover li:hover li a,
.LeftMenu li:hover li:hover li span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;
    background-color:#FFFFFF;
    border:1px solid #caeaf7;
    text-align:left;
    text-transform:uppercase;
}

.ArticleTitle
{color:#000000; 
 font-family:Tahoma;
 font-size:16pt; 
 text-transform:uppercase; 
 font-weight:  600;
 text-align:left; 
} 
.ArticleFullTitle
{color:#0066FF; 
font-size:16px; 
text-transform:uppercase; 
text-align:left; 
}
.ArticleText
{color:#1c1c1c; 
 font-family:Tahoma;
font-size:10pt; 
text-align:justify;
}
.ArticleRubric
{    font-family:Tahoma;
     font-size:12pt;
      color:#000000; 
      padding:none; 
      text-decoration:none;
    text-transform:uppercase; 
      font-weight:700;
 }
.ArticleTitleOnMainPage
{color:#000000; 
font-size:14pt; 
text-transform:uppercase; 
text-align:left; 
}
.ArticleTextOnMainPage
{color:#1c1c1c; 
  font-family:Tahoma;
font-size:10pt; 
text-align:justify;
}
.ArticleTitle1
{    font-family:Tahoma;
     font-size:10pt;
      color:#000000; 
      padding:none; 
      font-weight:bold;
	text-transform:uppercase;
 }
 .ArticleText1
 {   color:#1c1c1c; 
  font-family:Tahoma;
    font-size:10pt; 
    text-align:justify;
 } 
 .ArticleLink
 {
     color:#0d8bc6;
     font-family:Tahoma;
     font-size:10pt; 
 }
 .ArticleImage
 {
      margin: 0px 10px 10px 0px;
 }
.ArticleDate
{
     color:#0d8bc6;
     font-family:Tahoma;
     font-size:8pt; 
     text-align:right;
     vertical-align: bottom;
} 
 
 
 
.LeftMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.LeftMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.LeftMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

.LeftMenu .static-menu-item
{
	background-color:Red;
}

.toolbar
      {
         font-size: 10px;
         color:#FFFFFF;
         font-family: Verdana;
         padding: 6px;
         margin:1px;
         filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=blue);
    }
    
    .toolbar_dynamic
      {
         font-size: 10px;
         color:#FFFFFF;
         border:solid 2px blue;
         font-family: Verdana;
         padding: 6px;
         margin:1px;
    
    }
.toolbar a:hover
{
    color:#000000;
    font-weight:bolder;
}

.toolbar_dynamic a:hover
{
    color:#000000;
    font-weight:bolder;
}
.toolbar_dynamic_hover
{
    color:#000000;
    font-weight:bolder;
    border:solid 1px blue;
    border-bottom:none;
    padding: 4px 12px;
    text-transform:uppercase;
}

.back_menu_style
{
     font-size: 10px;
     color:#FFFFFF;
     font-family: Verdana;
     padding: 1px;
     text-transform:uppercase;
     margin:1px;    
         
         }
         
         div.AspNet-GridView table
{
    width:530px; 
    font-family:Verdana;
     font-size:12px;
      color:#000000;
}

div.AspNet-GridView table.TopNews
{
    width:170px; 
    font-family:Verdana;
     font-size:11px; 
     text-transform:uppercase;
      color:#000000; 
      text-align:justify;
      font-weight:700;
}
div.AspNet-GridView table.TopNews ArticleTitle1
{
    
    font-family:Verdana;
     font-size:10px;
      color:#000000; 
      font-weight:500;
}
caption.AspNet-GridView-Caption
{
	padding:4px;
	background-color:white;
	color:white;
}
div.AspNet-GridView tr
{
	background-color:White;
}
tr.AspNet-GridView-Alternate 
{
	background-color:Gray;
}
div.AspNet-GridView td, div.AspNet-GridView th
{
	padding:2px;
	
	border-collapse:collapse;
}
.gvTitle { color: #000000; }
.gvRow { color: #000000; }
.gvAltRow { color: #000000; }


.back
{    font-family:Verdana;
     font-size:10px;
      color:Blue; 
      padding:none; 
      text-decoration:underline;

      font-weight:200; text-transform:none;
      }

.dateLabel
{font-family:Verdana;
     font-size:9px;
      color:Silver;
      padding:none; 
      text-decoration:underline; 
      text-align:left; clear:both; left:120px;
      font-weight:200; text-transform:none;}




.TopMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 70em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    text-align:center;  color:#FFFFFF; 
    /*padding-left:200px;*/
}

.TopMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 16em;
    top: 100%;
    left: 10;
}

.TopMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.TopMenu li /* all list items */
{
    width: 7em;
    background: #eeeeee;
    background-image:url(../images/img_06.jpg);
}

.TopMenu li:hover, /* list items being hovered over */
.TopMenu li.AspNet-Menu-Hover
{
    background: Black;
}

.TopMenu a, /* all anchors and spans (nodes with no link) */
.TopMenu span
{ text-align:center;
    color: White; font-size:13px;
    padding: 4px 8px 4px 8px;
    /*border-left:1px solid #FFFFFF;*/
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.TopMenu li.AspNet-Menu-Leaf a, /* leaves */
.TopMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.TopMenu li:hover a, /* hovered text */
.TopMenu li:hover span,
.TopMenu li.AspNet-Menu-Hover a,
.TopMenu li.AspNet-Menu-Hover span,
.TopMenu li:hover li:hover a,
.TopMenu li:hover li:hover span,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.TopMenu li:hover li:hover li:hover a,
.TopMenu li:hover li:hover li:hover span,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.TopMenu li:hover li a, /* the tier above this one is hovered */
.TopMenu li:hover li span,
.TopMenu li.AspNet-Menu-Hover li a,
.TopMenu li.AspNet-Menu-Hover li span,
.TopMenu li:hover li:hover li a,
.TopMenu li:hover li:hover li span,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.TopMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.TopMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.TopMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.TopMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

.TopMenu .static-menu-item
{
	background-color:Red;
}/* CSS Document */

.RightMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 70em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    text-align:center; color:#FFFFFF; 
}

.RightMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 16em;
    top: 100%;
    left: 10;
}

.RightMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.RightMenu li /* all list items */
{
    width: 179px;
   /* background: #eeeeee;*/
  /*  background-image:url(../images/img_06.jpg);*/
}


/* list items being hovered over */
.RightMenu li.AspNet-Menu-Hover
{
    background: Black;
    
}
.RightMenu a, /* all anchors and spans (nodes with no link) */
.RightMenu span
{ text-align:center;
    color: White; font-size:13px;
    padding: 4px 8px 4px 8px;
    border-left:1px solid #FFFFFF; 
    font-weight:bold;
     background-image:url(../images/img_06.jpg);
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}

.RightMenu li.AspNet-Menu-Leaf a, /* leaves */
.RightMenu li.AspNet-Menu-Leaf span
{  border: solid 1px #C4D8E6 !important; background-color:white; color:Black;  
background: #eeeeee;
position:relative;
 left:-178px; top:-24px;
  /* background-image: none !important;*/ 
}

.RightMenu li:hover a, /* hovered text */
.RightMenu li:hover span,
.RightMenu li.AspNet-Menu-Hover a,
.RightMenu li.AspNet-Menu-Hover span,
.RightMenu li:hover li:hover a,
.RightMenu li:hover li:hover span,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.RightMenu li:hover li:hover li:hover a,
.RightMenu li:hover li:hover li:hover span,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
   background-color:Black;
}

.RightMenu li:hover li a, /* the tier above this one is hovered */
.RightMenu li:hover li span,
.RightMenu li.AspNet-Menu-Hover li a,
.RightMenu li.AspNet-Menu-Hover li span,
.RightMenu li:hover li:hover li a,
.RightMenu li:hover li:hover li span,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.RightMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black; background-color:White;
 
}

.RightMenu .AspNet-Menu-Selected /* this tier is selected */
{
   
}

.RightMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.RightMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

.RightMenu .static-menu-item
{
	background-color:Red;
}/* CSS Document */

.GrayBox
{
color:#000000;
    font-weight:bolder;
    
    border-bottom:none; font-size:11px;
    padding: 5px 12px;  
    background:#EBEBEB; margin:0px; width:155px; margin-top:15px;

}

td.myLeftMenu 
{
	background-image:url(../images/img_06.jpg);
	background-repeat:repeat-x;
	width:200px;
	height:25px;
	color:#FFFFFF;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	font-weight:600;
	text-transform:uppercase;
	text-align:left;
    padding-left: 7px;
}
td.userinfo
{
	height: 22px; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left;
	padding-right: 10px;
}
.calendar
{
    font-weight:bold;
    font-size: 10pt;
}
.CalendarExtender
{
	position:relative;
	left:5px;
}
.CalendarExtender .ajax__calendar_container
{
	background-color:White!important;
	border:1px solid blue!important;
	z-index:50000;
}
.CalendarExtender .ajax__calendar_hover .ajax__calendar_day
{background-color:#edf9ff;border-color:#daf2fc;color:#0066cc!important;}
.CalendarExtender .ajax__calendar_hover .ajax__calendar_month
{background-color:#edf9ff;border-color:#daf2fc;color:#0066cc!important;}
.CalendarExtender .ajax__calendar_hover .ajax__calendar_year
{background-color:#edf9ff;border-color:#daf2fc;color:#0066cc!important;}

.CalendarExtender .ajax__calendar_hover .ajax__calendar_title
{color:#0066cc!important;}
.CalendarExtender .ajax__calendar_hover .ajax__calendar_today
{color:#0066cc!important;}

.cal_Theme1 .ajax__calendar_container
{
background-color: #e2e2e2; border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header
{
 background-color : #ffffff; margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,

.cal_Theme1 .ajax__calendar_next,

.cal_Theme1 .ajax__calendar_prev

{
color: #004080; padding-top: 3px;

}

.cal_Theme1 .ajax__calendar_body

{
background-color: #e9e9e9; border: solid 1px #cccccc;

}

.cal_Theme1 .ajax__calendar_dayname

{
text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px;

}
.cal_Theme1 .ajax__calendar_day

{
text-align:center;

}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,

.cal_Theme1 .ajax__calendar_active

{
color: #004080; font-weight:bold; background-color: #ffffff;

}
.cal_Theme1 .ajax__calendar_today

{
font-weight:bold;

}
.cal_Theme1 .ajax__calendar_other,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title

{
color: #bbbbbb;

}
