/*********************************************************************/
/********************* PAGE STUFF  ****************************/
/*********************************************************************/
/*
<div class="PageContainer">
    <div class="PageGalleryImage"><img class="PageGalleryImageImage" src="/Media/Gallery/26/Nav_01.jpg" style="border-width:0px;" /></div>
    <div class="PageHeading1"><a href="?id=26">New Gallery</a></div>
    <div class="PageTextfield1"><a href="?id=26">OK heres a new gallery<br type="_moz" /></a></div>
    <div class="PageFooter"><a href="?id=26"></a></div>
</div>



*/
.PageContainer
{
    background: transparent url(images/GradientSmooth.png) repeat-x top left;
    margin:10px auto;
    width:600px;
    height:180px;
    padding-top:20px;
}
    
.PageGalleryImage,.PageImage1 img
{
    width:100px;
    height:100px;
    float:left;
    margin-left:20px;
    border:solid 1px #000;
    display:inline ;
}
.PageGalleryImageImage
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
.PageHeading1
{
    margin-left:130px;
    font-weight: bold;
    
}
.PageTextfield1
{
    margin-left:130px;
}
.PageCreatedDt
{
    margin-left:130px;
    font-style:italic ;
    font-size:0.8em;
}

/*<div class="newPageContainer">
<span id="ctl06_newLabel" class="newPageLabel">New Page Name:</span>
<input name="ctl06$newName" type="text" id="ctl06_newName" class="newPgColHeading" />
<div class="newPgColButton">
<input type="image" name="ctl06$new" id="ctl06_new" src="css/images/ButtonAdd.png" alt="Create new entry" style="border-width:0px;" /></div></div>

*/
.newPageContainer
{
    background: transparent url(images/Gradient.png) repeat-x top left;
    margin:10px auto;
    width:600px;
    height:200px;
    padding:10px 0px;
    border:solid 2px #f00;
}
.newPageLabel
{
	padding:5px;
}
.newPageInput
{
	width:75%;
}
.newPageHeading
{
    display:block;
    width:350px;
}
.newPageButton
{

}
