﻿body 
{
	
}

/***************************************************************************/
/*************************		Blog.aspx   ********************************/
/***************************************************************************/
/*Globlas Classes*/
.divBlogBlockTitle
{
	position:absolute;
	left:20%;		
	display:block;
	width:622px;
	background-color:#F2F6FA;
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;	
}
.BlogErrorMessage
{
	background-color:Gainsboro;
    color:Red;
    font-family:Verdana;
    font-weight:bold;
    font-size:8pt;
}
.BlogPageTitle
{
    font-family:Arial;	
    color:Orange;
    font-size:18pt;                
    font-weight:bold;
    background-position:center;
}
.BlogNoData
{
	font-family:Arial;	
    color:DarkOrange;
    font-size:12pt;
}
.BlogDetailItemStyleNormal
{
	font-weight:normal;
}
.BlogDetailItemStyleBold
{
	font-weight:bold;
}
.button
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	background-color:#DDEBF9;
}
/*Globlas Classes*/

/*Grid Classes*/
.grdHeaderStyle
{
	color:DarkOrange;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	background-color:#DDEBF9;		
	width:100%;
}

.grdAlternativeStyle
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	background-color:#F2F6FA;		
	width:100%;
}
.grdRowStyle
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	background-color:#F2F6FA;		
	width:100%;

}
/*GridClasses*/


/*Showing topics*/
.divBlogTopic
{
    
}
.BlogTitle
{
    width:100%;
    background-color:#DDEBF9;
    /*color:#005993;    */
    color:Orange; 
    border-color:#DDEBF9;    
    height:26px;     
    text-align:left;
    font-weight:bold;
    font-size:12pt;
}
#divFilters
{
    width:100%;
    background-color:#F2F6FA;    
    color:DarkOrange; 
    border-color:#DDEBF9;  
    text-align:left;
    font-weight:bold;
    font-size:9pt;
    
}
.BlogdivNodata
{
	width:100%;
    background-color:#F2F6FA;    
    color:DarkOrange; 
    border-color:#DDEBF9;  
    text-align:left;
    font-weight:bold;
    font-size:10pt;

}
.BlogTopicTable
{
	background-color:#F2F6FA;	
	border-color:gray;            
	width:450px;   
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;	
}
.BlogDivider
{
    height:10px; 
    background-color:#F2F6FA;
}
.BlogTopicDateandAuthor
{
    float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:7pt;
    color:#005993;
}
.BlogSummary
{
    float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:8pt;
    color:#005993;
}
.BlogComments
{
	background-color:#F2F6FA;
	height:35px;	
	width:120px;
	text-align:center;
	background-image: url(../Image/comments.png);
	background-repeat:no-repeat;
}
/*Showing topics*/

/*Adding topics*/
.BlogAddTopicTable
{
   border-color:Gainsboro;            
   width:450px;
   margin: 0px; 
   border-right: gray thin solid; 
   border-top: gray thin solid;    
   border-left: gray thin solid; 
   border-bottom: gray thin solid
}
.BlogAddTopicMainTitle
{
    background-color:Gainsboro;
    color:Darkslategray;
    font-family:Verdana;
    font-weight:bold;
    font-size:12pt;
}
.BlogAddTopicItems
{
    background-color:Gainsboro;
    color:Darkslategray;
    font-family:Verdana;
    font-weight:bold;
    font-size:8pt;
}
.BlogAddTopicControl
{
    background-color:WhiteSmoke;
    color:Black;
    font-family:Verdana;
    font-weight:normal;
    font-size:8pt;
} 
/*Adding topics*/


/*Responding Topics*/
.BlogRespondTopicTable
{
   border-color:Gainsboro;            
   width:450px;
   margin: 0px; 
   border-right: gray thin solid; 
   border-top: gray thin solid;    
   border-left: gray thin solid; 
   border-bottom: gray thin solid
}
.BlogRespondTopicMainTitle
{
    background-color:Gainsboro;
    color:Darkslategray;
    font-family:Verdana;
    font-weight:bold;
    font-size:12pt;
}
.BlogRespondTopicItems
{
    background-color:Gainsboro;
    color:Darkslategray;
    font-family:Verdana;
    font-weight:bold;
    font-size:8pt;
}
.BlogRespondTopicControl
{
    background-color:WhiteSmoke;
    color:Black;
    font-family:Verdana;
    font-weight:normal;
    font-size:8pt;
} 
.BlogQuote
{	
	width:100%;
	background-color:White;
	font-family:Arial;
	font-style:italic;
	font-size:8pt;
	border-right: #DDEBF9 2px solid;
	border-top: #DDEBF9 2px solid;    
	border-left: #DDEBF9 2px solid; 
	border-bottom: #DDEBF9 2px solid;
}
/*Responding Topics*/


/*Blog Category Panel*/
#divArchiveAndCategory
{
	position:absolute;
	left:460px;
	top:0px;
	width:160px;
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;
}
.BlogCategoryTitle
{
    width:100%;
    background-color:#DDEBF9;
    color:Orange;   
    border-color:#DDEBF9;    
    height:26px;     
    text-align:center;
    font-weight:bold;
    font-size:12pt;
}
.BlogCategoryItem
{
	float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:7pt;
    color:#005993;
}
.BlogCategoryDivider
{
    height:15px; 
    background-color:#F2F6FA;
}
.BlogCategoryDivider
{
    height:20px; 
    background-color:#F2F6FA;    
}
/*Blog Category Panel*/
/***************************************************************************/
/*************************		Blog.aspx   ********************************/
/***************************************************************************/



/***************************************************************************/
/*************************		BlogDeatil.aspx   **************************/
/***************************************************************************/
/*Respond Topic*/
.BlogResponsePageTitle
{
	font-family:Arial;	
    color:Orange;
    font-size:18pt;                
    font-weight:bold;
    background-position:center;
    background-color:#DDEBF9;

}
.divBlogResponseBlockTitle
{
	position:absolute;
	left:20%;		
	display:block;
	width:620px;
	background-color:#F2F6FA;
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;	
}
.BlogReponseTopic
{
	width:99.5%;
	left:0px;
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;
}
.BlogTitleResponse
{
	width:100%;
    background-color:#DDEBF9;    
    color:Orange; 
    border-color:#DDEBF9;    
    height:26px;     
    text-align:left;
    font-weight:bold;
    font-size:12pt;	
}
.BlogResponseTable
{
	background-color:#F2F6FA;	
	width:100%;   
}
.BlogResponseDateAndAuthor
{
	float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:7pt;
    color:#005993;
}
.BlogBodyResponseMainTopic
{
	float:left;
    width:100%;
    text-align:left;
    background-color:White; /*#F2F6FA;*/
    font-family:Verdana;
    font-size:10pt;
    color:#005993;

}
/*Respond Topic*/

/*Respond Item*/
.BlogItemResponseTable
{
	background-color:#F2F6FA;	
	width:100%;   
}
.BlogRespones
{
	width:100%;
	background-color:#F2F6FA;
    font-family:Verdana;	
}
.BlogItemTitleTopic
{
	color:Darkorange; 
	background-color:#DDEBFF;	
	font-weight:bold;
	width:100%;
}
.BlogItemDateAndAuthor
{
	float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:7pt;
    color:#005993;
}
.BlogBodyItem
{
	float:left;
    width:100%;
    text-align:left;
    background-color:#F2F6FA;
    font-family:Verdana;
    font-size:10pt;
    color:#005993;

}
/*Respond Item*/
/***************************************************************************/
/*************************		BlogDeatil.aspx   **************************/
/***************************************************************************/
