.BlogContainer a
{
    color:#666;
}
.BlogContainer
{
    margin:10px auto;
    margin-top:30px;
    width:850px;
    border-top:solid 3px #081b13;
    padding:0px;
	/*background: #fff url(images/gradient.png) repeat-x 0px 0px;*/
}
.BlogName
{	
    display :inline ;
    position:relative ;
    top:-10px;
    left:30px;
    padding:2px 5px;
    background-color:#fff;
    color:#000;
    font-weight :bold ;
    margin-bottom:20px;
    margin-left:0px;
    border:solid 1px #ccc;
}
.BlogTitle
{	
    display:block;
	width: 850px;
	height:50px;
	background-color:#081b13;
	color:#fff;
	margin:10px;
	font: bold 1.2em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.BlogHeading1
{	
    display:block;
	width: 840px;
	height:40px;
	padding:5px;
	background-color:#023B23;
	color:#fff;
	font: bold 1.3em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.BlogTextfield1
{	
    display:block;
	width: 850px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
    border-top:solid 3px #fff;
    padding:10px 0px;
	background: #fff url(images/gradient.png) repeat-x 0px 0px;
}
.BlogTextfield1 img
{
	display:block;
	margin:5px auto;
    /*width:850px; */
	border-top: solid 1px #ccc;	
}
.BlogLastupdDt
{	
    display:block;
	margin:10px;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.BlogFooter
{
    /*
    display:block;
    margin-bottom:30px;
	width: 600px;
	height:22px;*/
}
.PgColButton
{	
    display:block;
    margin-bottom:30px;
	width: 600px;
	height:100px;
	background: #ececec url(edtContainerBottomBorder.png) no-repeat bottom left;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.PgColImgButtonUpdate,.edtPgColImgButtonDelete
{
    padding:0px;
    margin:0px;
    margin-left: 10px;
}
.PgColButtonUpdate,.edtPgColButtonDelete
{
    margin:0px;
    padding:0px;
    border:none;
    background :none;
}

/*******************************************************************************************************/
/*************************************** EDIT BLOG  **************************************************/
/************************************************************************************************
<div class="edtBlogContainer">
    <div class="edtBlogLabel">Edit Blog</div>
    <input type="hidden" name="ctl03$65edtContentID" id="ctl03_65edtContentID" value="52" />
    <input name="ctl03$65edtName" type="text" value="Name" id="ctl03_65edtName" class="edtPgColHeading" />
    <input name="ctl03$65edtTitle" type="text" value="Title" id="ctl03_65edtTitle" class="edtPgColHeading" />
    <input name="ctl03$65edtHeading1" type="text" value="Heading 1" id="ctl03_65edtHeading1" class="edtPgColHeading" />
    <textarea name="ctl03$65edtTextfield1" rows="2" cols="20" id="ctl03_65edtTextfield1" class="edtPgColTextfield"></textarea>
    <img id="ctl03_65Image1" class="edtPgColImage1" src="" style="border-width:0px;" />
    <input type="file" name="ctl03$65edtImage1" id="ctl03_65edtImage1" class="edtPgColUploadImage1" />
    <div class="edtPgColButton">
        <input type="submit" name="ctl03$65" value="Update this entry" id="ctl03_65" class="edtPgColButtonUpdate" />
        <input type="submit" name="ctl03$Delete65" value="Delete this entry" id="ctl03_Delete65" class="edtPgColButtonDelete" />
    </div>
    <div style="BulkUploaderContainer">
        <div style="UploadIntro"> Select file to upload:</div>
        <div style="Upload">
            <input type="file" name="ctl02$65BulkUploader$fUpload" id="ctl02_65BulkUploader_fUpload" />
            <input type="submit" name="ctl02$65BulkUploader$btnAdd" value="Add" id="ctl02_65BulkUploader_btnAdd" />
        </div>
        <div style="UploadListBox">
            <select size="4" name="ctl02$65BulkUploader$lstFiles" id="ctl02_65BulkUploader_lstFiles" style="width:324px;"></select>
        </div>
        <div style="UploadButtons">
            <input type="submit" name="ctl02$65BulkUploader$btnRemove" value="Remove" id="ctl02_65BulkUploader_btnRemove" />
            <input type="submit" name="ctl02$65BulkUploader$btnUpload" value="Upload" id="ctl02_65BulkUploader_btnUpload" />
        </div>
        <div id="UploadMessage">
            <span id="ctl02_65BulkUploader_lblMessage" style="color:Red;font-family:Verdana;font-size:Small;"></span>
        </div>
    </div>
</div>
************************************************************************************************/
.edtBlogContainer
{
    position:relative ;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-bottom:10px;
	width:480px;
	background: #ececec url(gradient.png) repeat-x 0px 0px;
}
.edtBlogLabel
{
    display :inline ;
    position:relative ;
    top:-10px;
    left:30px;
    padding:2px 5px;
    background-color:#fff;
    color:#000;
    font-weight :bold ;
    margin-bottom:20px;
    margin-left:0px;
    border:solid 1px #ccc;
}
.edtPgColHeading
{	
    display:block;
	width: 400px;
	margin:10px;
	border:solid 1px #333;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.edtPgColTextfield
{	
    display:block;
	width: 400px;
	height:250px;
	margin:10px;
	border:solid 1px #333;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.edtPgColImage1
{	
    display:block;
	margin:10px;
	border:solid 1px #333;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.edtPgColUploadImage1
{	
    display:block;
	width: 400px;
	margin:10px;
	border:solid 1px #333;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.BulkUploaderContainer
{	
    display:block;
	width: 400px;
	margin:10px;
	border:solid 1px #333;
	padding:5px;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.edtPgColButton
{	
    display:block;
    margin-bottom:30px;
	width: 480px;
	height:100px;
	background: #ececec url(gradientBottom.png) repeat-x bottom left;
	font: normal 1.0em  Arial, Verdana, Tahoma, Georgia, sans-serif; 
}
.edtPgColImgButtonUpdate,.edtPgColImgButtonDelete
{
    padding:0px;
    margin:0px;
    margin-left: 10px;
}
.edtPgColButtonUpdate,.edtPgColButtonDelete
{
    margin:0px;
    padding:0px;
    border:none;
    background :none;
}
/************************** END BLOG *************************************/

.newBlogContainer
{
    background: transparent url(images/Gradient.png) repeat-x top left;
    margin:10px auto;
    width:800px;
    height:200px;
    padding:10px 0px;
    border:solid 2px #f00;
}
.newBlogLabel
{
	padding:5px;
}
.newBlogInput
{
	width:75%;
}
.newBlogHeading
{
    display:block;
    width:350px;
}
.newBlogButton
{

}
.newPageContainer
{
    background: transparent url(images/Gradient.png) repeat-x top left;
    margin:10px auto;
    width:850px;
    height:200px;
    padding:10px 0px;
    border:solid 2px #f00;
}
.newPageLabel
{
	padding:5px;
}
.newPageInput
{
	width:75%;
}
.newPageHeading
{
    display:block;
    width:350px;
}
.newPageButton
{

}
