/*
* Colors:
* 
*/
#AdminNav
{
	position:absolute;
	top: 0px;
	right: 0px;
	background-color: White;
	margin: 5px 5px 5px 5px;
	border: 1px solid #663333;
	box-shadow: 10px 10px 5px #888;
}

#AdminNav ul li
{
	text-align: right;
	padding: 2px 6px;
}
#AdminNav ul li.menuSection
{
	background-color:#663333;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#AdminNav ul li a
{
	color: #994455;
	text-decoration: none;
}
#AdminNav ul li a:hover
{

	color: #990000;
	text-decoration: underline;
}
.pageEditHeader
{
	color: #663333;
	font-weight: bold;
	font-size: 1.1em;
	
	margin: 5px 5px 5px 5px;
	clear: both;
	float: left;
	width: 180px;
}
.pageEdit
{
    float: right;
	width: 600px;
}
.editSubmit
{
    clear: both;
    text-align: center;
}

.pageEdit textarea,.pageEdit input[type=text]
{
    width: 100%;
}
.pageEdit input[type=text]
{
    width: 60% ;
}
input, textarea, input[type=button], input[type=submit], button
{
	border: 1px solid #663333;
	font-weight: normal;
	background-color: #EEEEEE;
	color: #663333;
	font-size: 1.3em;
	padding: 2px 5px;
	margin: 5px;
	
}
.PagePicListItem
{
float: left;
width: 130px;
height: 200px;
margin: 10px;
}

.PagePicListItem input[type=text] { font-size: 0.75em; width: 100%; line-height: 1.2em;}
.PagePicListItem .PagePicListImage img
{
	width: 100px;
}

.PagePicListClear { clear: both;}


.PagePicListItem .PagePicListImage
{
text-align: center;
}

#login
{
    width: 350px;
    margin: 0px auto 0px auto;
    border: 2px solid #663333;

}
.loginHeader
{
font-size: 2em;
line-height: 1em;
font-weight: bold;
color: White;
background-color: #663333;
margin: 0px;
padding-bottom: 5px;
}
.loginLabel
{
font-size: 1.4em;
color: #663333;
margin-left: 20px;
}
.loginInput
{
padding-left: 10px;
margin-left: 20px;
}
.loginSubmit
{
    text-align: center;
}

.ParentOptionsDepth0
{
    margin-left: 15px;
    border-left: 1px solid black;
}

.ParentOptionsDepth1
{
    margin-left: 30px;
    border-left: 1px solid black;
}

.ParentOptionsDepth2
{
    margin-left: 45px;
    border-left: 1px solid black;
}

.ParentOptionsDepth3
{
    margin-left: 60px;
    border-left: 1px solid black;
}

.ParentOptionsDepth4
{
    margin-left: 75px;
    border-left: 1px solid black;
}

.ParentOptionsDepth5
{
    margin-left: 90px;
    border-left: 1px solid black;
}

.ParentOptionsHasChildren
{
    border-bottom: 1px solid black;
}