/***********************************
	Admin Navigation
************************************/
.admin-nav
{
    margin-top: 20px;
    margin-left: 20px;
	height: 25px;
	background: url(../images/AdminNav.png) repeat-x;
	font-size: 14px;
	width: auto;
}

.admin-nav ul li
{
    margin: 3px 0 0 20px;
    display:inline; 
    float:left; 
    list-style:none; 
}

.admin-nav li a
{
	color: #ccc;
    text-decoration:none;
 }

.admin-nav li a:hover
{
    color: #242424; 
    text-decoration:none;
}

#admin-tabs
{
    height: 650px;
}

#info-container 
{
    width: 510px;
    height: 255px;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    font-size: 16px;
    text-align: left;
    display: none;
    border: 2px solid #333333;
    background-color: #636262;
    color: #CCCCCC;
    overflow: hidden;
    padding: 10px;
}
#album-info-container
{
    width: 300px;
    height: 280px;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    font-size: 16px;
    text-align: left;
    display: none;
    border: 2px solid #333333;
    background-color: #636262;
    color: #CCCCCC;
    overflow: hidden;
    padding: 10px;
}
.content-header
{
    width: 100%;
    margin: 0 auto 10px auto;
    border: solid 1px Black;
    background-color: #242424;
    color: #c0c0c0;
    text-align: center;
}
#content-image img
{
    width: 200px;
    height: 220px;
    float: left;
    border: solid 1px #333;
}
#content-form
{
    margin: 5px 10px;
    width: 285px;
    height: 230px;
    float: left;
    position: relative;
}
.simple-close
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.errorLine
{
    color: Red; 
    display: none;
}

.calStyle .ajax__calendar_container
{
    border-color: #666666;
    background-color: #D2E9FF;
}

.admin-content
{
    padding: 0 40px;
}
