﻿/*********Admin Menu*****************/

.adminmenuWrapper
{
    position: absolute;
    top: 0;
    width: 100%;
    margin:0;
    padding: 0;
}

#adminmenu
{
    position: absolute;
    width: 100%;
    background-color:black;
    margin-top: 0;
    height: 24px;
    color: White;
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    z-index: 3000;
}

#adminmenu ul
{
    position: relative;
    margin-top: 5px;
}


#adminmenu li
{
    display: inline;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#adminmenu li a
{
    color: white;
    text-decoration: none;

}

#adminmenu li a:hover
{
    color: blue;
    text-decoration: none
}

#hideAdminMenu
{
    position: absolute;
    top: 0;
    width: 24px;
    right: 10px;
    height: 24px;
    float: right;
    z-index: 4000;
}
/******Login Menu*****/
#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 20px;
}

#logindisplay a:link {text-decoration:none; color: #ffffff;}
#logindisplay a:visited {text-decoration:none; color: #ffffff;}

/* Style used by the html tables used in the SitePage Views */
.editpage-table
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #666666;
	min-width: 500px;
	width: 100%;
}

.editpage-table tr
{
	border: 1px solid #000;
	line-height: 25px;
}

.editpage-table th
{
	background-color: #9b9993;
	color: #000;
	font-size: 13px;
	text-align: left;
}

.editpage-table th, .editpage-table td
{
	padding-left: 5px;
}

.editpage-table tr:hover
{
	background-color: #fff;
}


/* Style used by the html tables used in the PagePart Views */
.editpart-table
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #666666;
	min-width: 500px;
	width: 100%;
}

.editpart-table tr
{
	border: 1px solid #000;
	line-height: 25px;
}

.editpart-table th
{
	background-color: #9DB39B;
	color: #000;
	font-size: 13px;
	text-align: left;
}

.editpart-table th, .editpart-table td
{
	padding-left: 5px;
}

.editpart-table tr:hover
{
	background-color: #fff;
}

