﻿.rtitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:Orange;
font-weight:bold;
margin-top:40px;
text-decoration:none;
}
/*
the above class is used to set text for gallery description
AdminViewImageGall.ascx.cs
<asp:Label ID="Label2" runat="server" Font-Bold="True"  CssClass="rtitle"
                                                       Text='<%# Eval("Gallery_Title") %>'></asp:Label>
*/
.gallery_box
{
	background:url(../GallImg/DataviewBGImages/box-bg.gif) repeat;
 
 
}
/* The above class is used to set backgound image for main box
AdminViewImageGall.ascx.cs
<ContentStyle CssClass="gallery_box" Border-BorderStyle="None" Paddings-Padding="0"> 
<Paddings Padding="0px"></Paddings>
*/
.gallery_inner_box
{
	background:url(../GallImg/DataviewBGImages/innerbox_bg.jpg) repeat-y;
	/*background-color:#051932;*/
	width:500px;
	height:40px;
	border:1px solid #ead1d1;
	
}
/* The above class is used to set background color for inner box
AdminViewImageGall.ascx.cs
<ItemStyle CssClass="gallery_inner_box" Border-BorderStyle="Solid"  Border-BorderColor="ForestGreen" >
<Border BorderColor="ForestGreen" BorderStyle="Solid"></Border>
    </ItemStyle  > 

*/
.gallery_description
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	font-weight:normal;
	text-decoration:none;
}


.gallery_lable_text
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	vertical-align:middle;
	text-decoration:none;
	
}
/* the above class is used to set color for labels displayed on Gallery.aspx and search.aspx*/

.flyout_title_text,a
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	vertical-align:middle;
	text-decoration:none;
	
}
/* the above class is used to set text color of the title displayed on flyout effect* /

