﻿
.page_title
{
    font-weight: bold;
    font-size: 13pt;
    color: #666666;
    padding-bottom: 5px;
    padding-top: 5px;
}
.artist_name
{
    font-weight: bold;
    font-size: 10pt;
    color: #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: Georgia;
}
.image_title
{
    font-size: 10pt;
    padding: 2px;
    color: #666666;
    text-decoration: none;
    text-align: center;
}
.image_details
{
    font-weight: bold;
    padding-right:4px;
    float:left;
}
.td_body
{
    width: 90%;
    vertical-align: top;
    padding-left:4px;
    font-size: 10pt;
}
.link_style
{
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    padding:5px;
}
.Label_ErrorMsg
{
    font-weight: bold;
    color: #ff0000;
}
/*=====================================================================================================
CSS for GridView
=====================================================================================================*/
.gridview_type_visitor
{
    
}
.gridview_type1
{
    
}
.gridview_type2
{
    
}
.gridview_header_style
{
    color: #ffffff;
    text-align: left;
    
}
.gridview_header_style A:Link
{
    color: White;
    text-decoration: underline;
}

.gridview_row_style, 
.gridview_edit_row_style
{
    text-align: left;
    vertical-align: top;
}
.gridview_alternate_row_style
{
    text-align: left;
    vertical-align: top;
}
.gridview_pager_style
{
    font-weight: bold;
    text-align: center;
}

/*=====================================================================================================
CSS for DetailsView
=====================================================================================================*/
.detailsview_field_ControlStyle1
{
    
}
.detailsview_field_ControlStyle2
{
    
}
.detailsview_type1
{
    
}
.detailsview_type2
{
    
}
.detailsview_header_style
{
    
}
.detailsview_field_header_style
{
    font-weight: bold;
    width: 100px;
}

.detailsview_footer_style
{
    
}

.detailsview_edit_row_style, 
.detailsview_insert_row_style, 
.detailsview_row_style
{
    
}
.detailsview_alternate_row_style
{
    
}
.detailsview_command_row_style
{
    
}
.detailsview_command_row_style A:Link,
.detailsview_command_row_style A:visited
{
    
}

.detailsview_pager_style  /* Not Used */
{
    
}
.detailsview_pager_style A:Link /* Not Used */
{
    
}

.gridView_backColor
	{
		 background-color: #2f2f2f;
		 border-color: Black;
	}

.gridView_Header
	{
	 border-bottom-color: Black;
	 border-left-color: Black;
	 border-top-color:Black;	 
	}
	
.gridView_Header_Border
{
	background-color:Black;
	border-color:#2f2f2f;
}

.keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EFEFEF;


