﻿
body 
{
	/*Center alignment is done in html with <center> tags because of html compliance issues with text-align in all browsers except IE.*/
	font-family:Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size:12px;	
	margin-top:0px;
	background-color:Black;
}

select
{
	font-family:Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size:12px;	
}

input
{
	font-family:Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size:12px;	
}

a
{
	font-family:Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size:12px;
	color:Teal;
}

.divHeader
{
	text-align:left;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-color:White;
	border-style:solid;
	width:100%x;
}

.divMenu
{
	vertical-align:top;
	background-color:Black;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-color:White;
	border-style:solid;
	width:100%;
	text-align:left;
}

.divContent
{
	vertical-align:top;
	background-color:black;
	border:0px;
	border-color:White;
	border-style:solid;
	color:white;
	width:100%;
}

.divSubMenu
{
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:White;
	border-style:solid;
	text-align:right;
	height:25px! Important;
	width:100%;
	vertical-align:middle;
	line-height:25px;
}

.divYearSelect
{
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:right;
}

.spanEmailList
{
	float:left;
	padding-left:5px;
}

.spanSNSites
{
	float:right;
}

.textHeader
{
	text-align:left;
	font-size:13px;
	padding:5px;
	margin:0px;
	color:Red;
}

.textAttention
{
	text-align:left;
	color:Red;
}

.textContent
{
	text-align:left;
	padding:5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}

.anchorMenu
{
	color:White;
	text-decoration:none;
	padding-right:20px;
	padding-left:20px;
	font-size:15px;
	font-weight:bold;
}

.imgSubMenu
{
	border:0px;
	height:15px;
	vertical-align:middle;
}

.anchorSubMenu
{
	padding-right:5px;
	padding-left:5px;
}

.tblShows
{
	text-align:left;
	width:100%;
}

.tblShows td 
{ 
	padding:10px;
	border:1px;
	border-color:Gray;
	border-style:solid;
}

.tblAlbums
{
	width:100%;
	text-align:left;
	padding-left:10px;
}

.tblAlbums td
{
	vertical-align:top;
	padding:5px;
}

.tblAlbumsHeaderRow
{
	padding-top:10px;
}

.trShowHeader
{
	/*text-align:left;*/
	background-color:Maroon;
}

.trShowContent
{
	/*text-align:left;*/
}

.trShowContentAlt
{
	background-color:Gray;
}

.imgAlbum
{
	height:125px;
	border-color:White;
	border-style:solid;
	border-width:1px;
}

ui-dialog-titlebar-close 
{ 
	display: none; 
}
