/*
	-- 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: normal;
}
.Blog1_TextStandardError
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: normal;
	color: red;
}
.Blog1_LinkStandard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
.Blog1_LinkStandard:hover
{
	text-decoration: underline;
}
.Blog1_TextHeading
{
	font-family: Verdana,Helvetica,Arial,Geneva,Swiss,SunSans-Regular;	
	font-size: 16px;
	font-weight: bold;
	color: navy;
}
.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
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: bold;
	color: dimgray;
	background-color: #F0F0F0;
	border-color: gray;
	border-width: 1px;
	border-style: outset;
}
*/
.Blog1_Container
{
	width: 100%;
}
.Blog1_ContainerEdit
{
	border: 1px dashed gainsboro;
	width: 100%;
}

/* contents styles */
.Blog1_ContentsPanel
{
	background-color: transparent;
	width: 100%;
}
.Blog1_CategoryBar
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#676767;
	border-bottom: solid 2px gainsboro;
	width: 100%;
	margin-bottom: 10px;
}
.Blog1_CategoryBox
{
	border: solid 2px gainsboro;
	background-color: transparent;
	width: 100%;
}
.Blog1_CategoryItemList
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type: none;
	/* list-style-image: url(../images/bullet.jpg); */
}
.Blog1_CategoryItemList a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type: none;
	/* list-style-image: url(../images/bullet.jpg); */
}

/* article styles */

.Blog1_ArticleText
{
	text-decoration:none;
	color: #006DA5;
	font-weight: normal;
}
.Blog1_ArticleTextBox
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: white;
	/* background-color: White; */
	border-bottom: solid 1px black;
	border-right: solid 0px navy;
	border-top: solid 0px navy;
	border-left: solid 0px navy;
	font-size: 11px;
	font-weight: normal;
	color: #003852;
}
.Blog1_ArticleHeading
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 14px;
	font-weight: bold;
	color: #003852;
}
.Blog1_ArticleContainer
{
	width: 100%;
	background-color: gainsboro;
	margin-top: 10px;
}
.Blog1_ArticleContainerEdit
{
	width: 100%;
	border: dashed 1px red;
	background-color: gainsboro;
	margin-top: 10px;
}

.Blog1_ArticleContentText
{
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
}
.Blog1_ArticleContentArea
{
	width: 100%;
	background-color: white;
}
.Blog1_ArticleContentAreaEdit
{
	width: 100%;
	background-color: white;
	border: dashed 1px red;
}
.Blog1_ArticleContentTextBox
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;	
	font-size: 11px;
	font-weight: normal;
	color: dimgray;
	width: 100%;
	height: 150px;
}
