/* Default CSS Stylesheet for a new Web Application project */


table.publicity
{
	color: #333333;
	font-family: verdana, geneva, ms sans serif;
	font-size: 10px;
	border: 1px solid #336699;
	border-right: 0px;	
	border-left: 0px;	
	padding: 3px;
	margin-left: 30px;
	margin-right: 50px;

	background-color: #ffffff;
}

table.submissions
{
	border: 1px double;
	font-size: 11px;
	color: #333333;
	background-color:#dddddd;
	margin: 5px;
}

.tdHead
{
	background:url(images/head.gif);
	background-repeat:no-repeat;
	text-align:right;
	background-color:#B8B7B3;
	vertical-align:bottom;
	height:111px;
}

.tdNav
{
	background:url(images/nav-tileBG.gif);
	text-align:justify;
}

.tdNavbutton
{
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:0px;
	border-style:none;
	
}

.tdRightSide
{
	background-image:url(images/rightside-tileBG.gif);
}


.tdLeftSide
{
	background-image:url(images/leftSideTile.gif);
}




.float 
{
	float:right;
	background-color:#dfdfd2;
	color:#666666;
	font-family:Verdana, GillSans, arial;
	/* background-image:url(images/rightside-tileBG.gif); */
	font-size:10px;
	text-align:left;
	border-color: #7E8D6C;
	border-size:1px;
}


.text 
{
	font-family:Verdana, GillSans, arial;
	font-size:11px;
	color:#333333;
	text-align:left;
}


.text A, text A:visited
{
	color:blue
}


.text A:hover, text A:active
{
	color:green
}


.bandlist
{
	font-family:Verdana, GillSans, arial;
	font-size:11px;
	color:#333333;
	background-color:white;
	border-style:solid;
	border-width:1px;
	padding:2px;
	color:#333333;
	/*list-style-image: url(images/li.gif);*/
	list-style:circle;	
}

.bandlist A {
	color:#333333;
	text-decoration:none;
}

.bandlist A:visited {
	color:#333333
}

.bandlist A:hover, bandlist A:active
{
	color:#0000cc
}


.bandTitle {
	font-family:times new roman, times;
	font-size:16px;
	font-weight:bold;
	letter-spacing:12px;
	color:#333333;
	text-transform:uppercase;
}


.footer 
{
	font-family:Verdana, GillSans, arial;
	font-size:9px;
	color:silver;
	text-align:center;
	letter-spacing:-1px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	}

	
.greenInput {
	/* background-color:#f1fccd; */
	color:#666666;
	font-family:Verdana, GillSans, arial;
	font-size:10px;
	text-align:left;
	border-color: #7E8D6C;
	border-size:1px;
	}	
	
.searchbox
{
	background-color:#7E8D6C;
	background-color:#ffffff;
	color:#333333;
	font-family:GillSans, Verdana, Arial;
	font-size:9px;
	text-transform:uppercase;
	border-style:solid;
	border-width:1px;
	border-bottom-color:White;
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:White;
	margin:4px;
	height:15px;
}

FORM {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom:0px
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
IMG {
	border-style:solid;
	border-width:1px;
	border-color:black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px
	
}

HR 
{
	color:#c0c0c0;
	width:100%;
	border-style:solid;
	border-width:1px;
}

LI
{
list-style:circle
}


SELECT
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px; 
	background-color: #f1fccd;
}

.BUTTON
{
	background-color:#7E8D6C;
	font-size: 9px;
	text-transform:uppercase;
	color:white;
	border-style: onset;
	border-width:1px;
}

.submit
{
	color:#808080;
	font-family:verdana, gilsans;
	font-size:8pt;

}




table.datagrid
{
    border-collapse: collapse;
    background: #ededed;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
}

table.datagrid TD
{
	border-bottom: solid 1px #ffffff;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 3px;
	font-family:trebuchet ms;
}	

table.datagrid TH
{
	font-weight: bold;
	font-family:trebuchet ms;
	background-color: #7E8D6C;
	color: #ffffff;
	font-size: 11px;
	border-bottom: solid 1px #000000;
	margin: 0 0 3px 0;
	padding: 5 5 5 5;
	text-align: left;
}

table.datagrid th a
{
	text-decoration: none;	
	cursor: pointer;
}

table.datagrid th a:hover
{
	text-decoration: underline;
}


.trhover
{
	background-color: #dddddd;
	color: #b0c4de;
}


