﻿a.clean:link { color:Yellow; }
a.clean:visited{color:Yellow;}
a.clean:active{color:Yellow;}
a.clean:hover
{
  color: #66FF33;
}

body
{
	background: url(Images/animDarkSmall.jpg) #000000 fixed no-repeat 350px 200px;
	color: #a9a9a9;
	font-family: Tahoma, Arial;
	font-size: small;
}

bodyOLD
{
	background: url(Images/AnimLarge2.jpg) #000000 fixed no-repeat 200px 200px;
	color: #a9a9a9;
	font-family: Tahoma, Arial;
	font-size: small;
}

.shrink
{
	overflow: auto;
}

h2
{
	font-size: x-large;
	color: white;
}

h1
{
	font-size: 42pt;
	color: white;
	font-weight: bold;
	text-align: center;
}



td
{
	vertical-align: top;
}

a.pageLinks:link
{
	color: #a9a9a9;
	text-decoration: none;
}		

a.pageLinks:visited
{
	color: #a9a9a9;
	text-decoration: none;
}

a.pageLinks:hover
{
	color: #CC0000;

}

.pageLinksNot{
	color: yellow;
	font-weight: bold;
}


.contentPanel
{
	background: #000000 url('Images/AnimLarge2.jpg') no-repeat scroll top;
	color: #a9a9a9;
	font-weight: bold;
}


.headerHighlight
{
	font-weight: bold;
	font-size: x-large;
	color: #ffff33;
}

.tdContent
{
	border-style: none;
	background: black url('Images/animationLargeDark.jpg') no-repeat center; 
 	vertical-align: top;
 	width: 80%;
}

.watermarked
{
	color: #dcdcdc;
	font-style: italic;
}	

.gigHeader
{
	font-size: xx-large;
	color: white;
}

.gigComment
{
	color: yellow;
}

.gigDateTime
{
	font-weight: bold;
	color: white;
}



.tdBackground
{
/*	background: black url('Images/animationLargeDark-.jpg') no-repeat center; */
 	vertical-align: top;
	filter: alpha(opacity=70);
	background-color: #000000;
	color: white;
}
.opacity70
{
	color: white;
	filter: alpha(opacity=30);
/*	background-color: #000000; */

}


.treeNode
{
	color: #a9a9a9;
	font-family: Tahoma, Arial;
}
.treeNodeHover
{
	color: #CC0000;
	font-family: Tahoma, Arial;
	font-style: inherit;
}

.treeNodeSelected
{
	color: white; /*color: #CC0000;*/
	font-family: Tahoma, Arial;
	font-weight: bold;
}

.treeNodeSelectedOLD
{
	background-color: black;
	color: deeppink;
	font-family: Tahoma, Arial;
	font-weight: bold;
}

/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(Images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(Images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

