/* CSS Document */

body
	{
		background-image: url(img/bg.gif);
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

.table
	{
		width: 100%;
		vertical-align: top;
	}

a
	{
		color: black;
	}
	
a:hover
	{
		color: black;
	}

a:visited
	{
		color: black;
	}
	
a:active
	{
		color: black;
	}
	
.list_artists
	{
		font-size: 10px;
	}

.list_artists_on
	{
		font-size: 10px;
		color: red;
		font-weight: bold;
	}
	
.navbar
	{
		background-image: url(img/navbar_bg.jpg);
		height: 40px;
		padding-left: 0px;
		vertical-align: middle;
		padding-top: 0px;
		padding-right: 0px;
		border: none;
	}

.footer
	{
		height: 33px;
	}
	
.footer_left
	{
		height: 33px;
		width: 67px;
		padding: 0px;
		background-image: url(img/bottom_bg.gif);
	}

.footer_right
	{
		height: 33px;
		/*width: inherit;*/
		font-size: 10px;
		color: #FFFFFF;
		text-align: right;
		vertical-align: top;
		margin-bottom: 5px;
		padding-right: 10px;
		background-image: url(img/bottom_bg.gif);
	}

.footer_right a
	{
		color: white;
	}
	
.footer_right a:hover
	{
		color: white;
	}

.footer_right a:visited
	{
		color: white;
	}

.footer_right a:active
	{
		color: white;
	}


.mainpage_cells
	{
		padding: 20px;
		vertical-align: top;
		padding-bottom: 50px;
	}
	

.mainpage_cells_rt
	{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
		vertical-align: top;
		text-align: right;
	}

.redbar
	{
		height: 1px;
		color: red;
		size: 1px;
	}

.section_header
	{
		font-size: 20px;
	}

.portfolioupd
	{
		padding-top: 30px;
	}
	
.portfolio
	{
		border: 1px solid #red;
		margin-left: 15px;
		opacity: .5;
		filter: alpha(opacity=50);
	}

.portfolio_hor
	{
		border: 1px solid #red;
		margin-bottom: 5px;
		opacity: .5;
		filter: alpha(opacity=50);
	}

.portfolio_active
	{
		border: 1px solid #red;
		margin-left: 15px;
	}

.portfolio:hover
	{
		border: 1px solid red;
		margin-left: 15px;
		opacity: 0.8;
		filter: alpha(opacity=75);
	}

.squarethumb
	{
		border: 1px solid red;
		margin-left: 10px;
		margin-bottom: 10px;
	}

.squarethumb_home
	{
		border: 1px solid red;
		margin-right: 10px;
	}
	
/*

.bluebar_bg
	{
		background-image: url(images/bar_bg.jpg);
		vertical-align: middle;
		border: none;
	}

.body_table_left
	{
		padding-top: 20px;
		padding-left: 40px;
		padding-bottom: 20px;
		line-height: 9px;
		vertical-align: top;
		height: 400px;
	}
	
.body_table_right
	{
		padding-top: 20px;
		padding-right: 40px;
		padding-bottom: 20px;
		width: 50%;
		line-height: 9px;
		text-align: right;
		vertical-align: top;
		height: 400px;
	}

.body_header
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #0063B2;
	}
	
.body_text
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 2C2C2C;
		line-height: 11px;
	}

.body_text a
	{
		color: #0063B2;
		text-decoration: none;
	}

.body_text a:hover
	{
		color: #666666;
		text-decoration: none;
	}
	
.body_text a:visited
	{
		color: #0063B2;
		text-decoration: none;
	}
	
.body_text a:active
	{
		color: #0063B2;
		text-decoration: none;
	}

.body_gray
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #ffffff;
		background-color: #0063b2;
		line-height: 11px;
	}
	
.body_header a
	{
		color: #0063B2;
		text-decoration: none;
	}

.body_header a:hover
	{
		color: #666666;
		text-decoration: none;
	}
	
.body_header a:visited
	{
		color: #0063B2;
		text-decoration: none;
	}
	
.body_header a:active
	{
		color: #0063B2;
		text-decoration: none;
	}
	
.bartext_white
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #FFFFFF;
	}

.bartext_white a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
.bartext_white a:hover
	{
		text-decoration: underline;
		color: #FFFFFF;
	}

.bartext_white a:visited
	{
		text-decoration: none;
		color: #FFFFFF;
	}

.bartext_white a:active
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
.bartext_copy
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #80B8B5;
	}

.bartext_copy a
	{
		color: #80B8B5;
	}
	
.bartext_copy a:hover
	{
		color: #FFFFFF;
	}
	
.bartext_copy a:visited
	{
		color: #80B8B5;
	}
	
.bartext_copy a:active
	{
		color: #80B8B5;
	}
	
.right_black
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #002C2C;
	}

.right_black a
	{
		color: #002C2C;
	}
	
.right_black a:hover
	{
		color: #002C2C;
	}
	
.right_black a:visited
	{
		color: #002C2C;
	}
	
.right_black a:active
	{
		color: #002C2C;
	}

.right_blue
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #0063B2;
	}

.portfolio
	{
		border: 1px solid #0063B2;
		margin-left: 15px;
		opacity: .5;
		filter: alpha(opacity=50);
	}

.portfolio_hor
	{
		border: 1px solid #0063B2;
		margin-bottom: 5px;
		opacity: .5;
		filter: alpha(opacity=50);
	}

.portfolio_active
	{
		border: 1px solid #0063B2;
		margin-left: 15px;
	}

.portfolio:hover
	{
		border: 1px solid #0063B2;
		margin-left: 15px;
		opacity: 0.8;
		filter: alpha(opacity=75);
	}
