﻿f/* 
================================
Skin styles for DotNetNuke
================================
*/  

.body {	
	background-color: #0C234E;
	color: White;
		   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
   
} 
.smNoteDash
{
	color:White;
	font-size:10px;
	font-style:italic;
	font-family:Verdana;
	font-weight:bolder;
	text-decoration: none;
}
.smNote
{
	color:Red;
	font-size:10px;
	font-style:italic;
	font-family:Verdana;
	font-weight:bolder;
	text-decoration: none;
}
.StateMenu
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;   
}

.StateMenuTheatre
{
	width: 100%;
	display: block;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.MainMenu
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;   
   color: White;
}

.MainMenuTheatre
{
	width: 100%;
	display: block;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: White;
}

TD
{
		color: white;
 font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(/images/gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image:url(images/nav_bottom_bg.gif);
}
.rightpane {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffff00;
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 28px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent; 
	color: #f6f6fe;
	text-decoration: underline;
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

td.texttitle
{
		color: white;
		   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
}
td.MenuName
{
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   text-align: center;
}
td.NewsName
{
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   text-align: left;
   text-decoration: underline;
}
td.NewsTitle
{
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
}
td.NewsText
{
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
}

td.NewsDate
{
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   vertical-align: none;
}

td.PageName
{
			color: white;
		   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: bold;
}
td.sectiontitle
{
		color: white;
		   font-family: Tahoma, Arial, Helvetica;
	font-size:  10px;
   font-weight: bold;
}
td.sectiontitle12
{
		color: white;
		   font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
   font-weight: normal;
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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(/images/gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
A:Hover
{
	color: White;
	border:0;
}
A:Link
{
	color:White;
	border:0;
}
A:Visited
{
	color:White;
	border:0;
}
A:Hover.yellow
{
	color: #F9E814;
	font-weight:bold;
	border:0;
}
A:Link.yellow
{
	color:#F9E814;
	font-weight:bold;
	border:0;
}
A:Visited.yellow
{
	color:#F9E814;
	font-weight:bold;
	border:0;
}
A.whiteTextTitle
{
	font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: white;
}
A.alphaIndex
{
	font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   color: white;
   text-decoration: none;
}
A:Hover.alphaIndex
{
	color: Red;
}

.whiteText
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
   color: white;
}
TD.whiteText
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
   color: white;
}
TD.whiteTextTitle
{
	   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: white;
}
P.whiteTextTitle
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: white;
}
.menu
{
	clear: both;
	background-color: Green;
	color: Black;
}
.whiteTextTitle
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: white;
}
.showTimeHeader
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-image: url('/images/nav_bg.gif');
}
.showTimeItem
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   color: white;
   background-color: #4266B2;
}
.showTimeAlternatingItem
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   color: white;
   background-color: #0A2255;
}
.news
{	
	font-family: Verdana;
	font-size: 11px;
	color: #d0d0d0;
	padding: 13px 5px 0px 0px;	
}
.newsImg
{
	padding: 9px 10px 9px 10px;
	border-style: none;
	border-width: 0px;
}
.adminPage
{
	margin-top: 10px;
	width: 768px;
}
.adminNav
{
	background-image: url('/images/Admin/nav_bg.gif');
	background-repeat: repeat-x;	
	height: 33px;
	text-indent: 20px;
   color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   text-align: center;
   line-height: 30px;
}
.adminTop
{
	background-image: url('/images/Admin/bg.gif');
	background-repeat: repeat;
	height: 45px;
	width: 100%;
	   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;
   color: white;
}
.adminSubNav
{
	background-image: url('/images/Admin/subNav_bg.gif');
	   color: white;
   font-family: Tahoma, Arial, Helvetica;
   line-height: 18px;
   font-size:  10px;
}
.adminBody
{
	margin-top: 5px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border: solid 1px #000033;
}
.adminBottom
{
	margin-top: 10px;
	margin-bottom: 5px;
	color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
}
.adminSectionTitle
{
	color: #CC3300;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
}
.sectionTitleGreenMid
{
	color: #328D37;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
}
a.green:hover {color: #328D37;font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline;}
a.green:visited { color: #328D37;font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline;}
a.green {color: #328D37; font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline;}
a.greenlg:hover {color: white;font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline; font-size:10pt;}
a.greenlg:visited { color: white;font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline; font-size:10pt;}
a.greenlg {color: white; font-family: Tahoma, Arial, Helvetica;font-weight: bold; text-decoration:underline; font-size:10pt;}
.sectionTitleGreen
{
	color: #328D37;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: bold;
}
.headerTitleGreen
{
	color: white;
	background-color:#328D37;
	background-image:url('/art/showtimebar.jpg');
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: bold;
   height:25px;
}
.contentBlue
{
	color: white;
	background-color:#093480;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;	
}
.adminSectionTitleWhite
{
	color: white;
	font-weight: bold;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
}
.adminSectionTitleMid
{
	color: #CC3300;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
}
.adminSectionTitleSm
{
	color: #CC3300;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8px;
}
.adminText
{
		color: white;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
}
.textStyle9
{
	font-family: Tahoma, Arial;
	font-size:9pt;
}
.textStyle
{
	font-family: Tahoma, Arial;
	font-size:8pt;
}