/*
	-- StyleSet: Blog1
	-- Set of classes for an BlogModule
*/

.Blog1_SubModuleMain 
{
	background-color: transparent;
	width: 100%;
}
.Blog1_TextStandard 
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: bold;
	color: dimgray;
}
.Blog1_TextStandardError
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: normal;
	color: red;
}
.Blog1_LinkStandard
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#67AC00;
	font-weight: bold;
}
.Blog1_LinkStandard:hover
{
	text-decoration: underline;
}
.Blog1_TextHeading
{
	font-family: Verdana,Helvetica,Arial,Geneva,Swiss,SunSans-Regular;	
	font-size: 16px;
	font-weight: bold;
	color: #18457B;
}
.Blog1_ButtonStandard
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: dimgray;
	border-left: solid 2px gainsboro;
	border-top: solid 2px gainsboro;
	border-right: solid 2px #555555;
	border-bottom: solid 2px #555555;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.Blog1_TextBoxStandard
{
	background-image: url(../Images/tbbg.gif);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border-top: solid 1px dimgray;
	border-left: solid 1px dimgray;
	border-right: solid 1px gainsboro;
	border-bottom: solid 1px gainsboro;
	font-size: 11px;
	font-weight: bold;
	color: #18457B;
}
.Blog1_Container
{
	width: 100%;
}
.Blog1_ContainerEdit
{
	border: 1px dashed gainsboro;
	width: 100%;
}

/* contents styles */
.Blog1_ContentsPanel
{
	background-color: red;
	width: 100%;
}
.Blog1_CategoryBar
{
	border-bottom: 1px dashed #FF6510;
	font-family: Verdana,Arial;	
	font-size: 13px;
	font-weight: bold;
	color: #FF6510;
	width: 100%;
	margin-bottom: 5px;
}
.Blog1_CategoryBox
{
/*	border-left: solid 1px #3399CC;
	border-top: solid 1px #3399CC;
	border-right: solid 2px #3399CC;
	border-bottom: solid 2px #3399CC; */
	width: 100%;
}
.Blog1_CategoryItemList
{
	list-style-type: circle;
	color: #3399CC;
}

/* article styles */

.Blog1_ArticleText
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: normal;
	color: #3399CC;
}
.Blog1_ArticleTextBox
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.Blog1_ArticleHeading
{
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 13px;
	font-weight: bold;
	color: #3399CC;
}
.Blog1_ArticleContainer
{
	border-left: solid 1px #3399CC;
	border-top: solid 1px #3399CC;
	border-right: solid 2px #3399CC;
	border-bottom: solid 2px #3399CC;
	width: 100%;
	color: #18457B;
	margin-bottom: 15px;
}
.Blog1_ArticleContainerEdit
{
	width: 100%;
	border: dashed 1px red;
	color: #18457B;
	margin-bottom: 15px;
}

.Blog1_ArticleContentText
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 10px;
	font-weight: normal;
	color: navy;
}
.Blog1_ArticleContentArea
{
	background-color: white;
	width: 100%;
	border: solid 1px gainsboro;
}
.Blog1_ArticleContentAreaEdit
{
	background-color: White;
	border: dashed 1px red;
	width: 100%;
}
.Blog1_ArticleContentTextBox
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: normal;
	color: dimgray;
	width: 100%;
	height: 150px;
}
