﻿html { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size: 11px;
	background-image:none;
	background-color:White;
	width:100%
}
td 
{
    font-size:11px;
}
th 
{
    font-size:11px;
}
h1 
{
    color:#00678E;
    font-size:14px;
    margin-top:20px;
    margin-bottom:30px;
}

h2 
{
    font-size:12px;
    margin-top:10px;
    color:#00678E;
}
#menutext
{
    padding: 5px;
    text-align: right;
    float:right;
    position:absolute;
    top:0;
    right:10px;
}
#menutext a
{
	color:#fff;
	text-decoration:none;
}

.admin-header
{
    background-color: #2A5977; 
    height:50px;
    padding-left:10px;
    border-bottom:solid 4px #2B8BB5;
}
.admin-header h1
{
    color: white;
}
.reorderList 
{
    margin:0px -30px 0px 0px;
}
.reorderList li {
	list-style:none;
	/* background-image:url("../images/admin/bg_nav.gif"); 
	background-repeat:repeat-x; */
	color:#000;
	width:400px;
	margin-left:-40px;
	padding:2px 0;
	background-color:#D1DDF1;
	margin-bottom:2px;
}
.reorderList li a {color:#000 !important; font-weight:bold;}
.dragHandle {
	width:10px;
	height:15px;
	cursor:move;
	border:outset thin white;
	background-color:#dddddd;
	margin-left:3px;
}

.reorderCue {
	border:dashed 1px black;
	width:100%;
	height:20px;
}
.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
.adminleft 
{
	margin:0;
	float:left;
	padding-right:30px;
}

.admin 
{
    float:right;
}

ul.A-Menu, 
ul.A-Menu ul
{
    display: block;
}
ul.A-Menu ul
{
    margin:0;
    padding:0;
}

ul.A-Menu li
{
    padding:5px;
    padding-top:0;
    position: relative;
    list-style: none;
    float: left;
    white-space:nowrap;
    display: block;
}
ul.A-Menu ul li
{
    padding:5px 10px 5px 0;
    margin-top:5px;
}

ul.A-Menu li a,
ul.A-Menu li span
{
    display: block;
    text-decoration: none;
}
ul.A-Menu li a.A-Menu-Link
{
    color:#2A5977;
}

ul.A-Menu ul
{
    position: absolute;
    visibility: hidden;    
    display: block;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.A-Menu li:hover ul ul,
ul.A-Menu li.A-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.A-Menu li:hover ul,
ul.A-Menu li li:hover ul,
ul.A-Menu li li li:hover ul,
ul.A-Menu li.A-Menu-Hover ul,
ul.A-Menu li li.A-Menu-Hover ul,
ul.A-Menu li li li.A-Menu-Hover ul
{
    visibility: visible;
}
.A-Menu-Horizontal ul.A-Menu ul
{
    width:500px;
}
li.A-Menu-WChild span
{
        background: transparent url(../images/arrowRight.gif) right center no-repeat;
        padding-right:10px;
}
li.A-Menu-WChild ul li span
{
        background: none;
        padding-right:0px;
}


div.x-panel-body 
{
	border:none;
}
#TreePane
{
	float:left;
	padding-top:10px;
	padding-left:7px;
}
.status
{
	clear:left;
	float:left;
	padding-top:3px;
	display:block;
}
#pnlAlert
{
	float:left;
	padding:7px 5px 5px 10px;
}
#pnlAlert a
{
	color:#EE0000;
}
#lblAlert
{
	padding:3px 0 3px 20px;
	background: transparent url(../images/admin/bg_error.png) left center no-repeat;

}
#lblSuccess
{
	padding:3px 0 3px 20px;
	background: transparent url(../images/admin/bg_success.png) left center no-repeat;

}
#lnkUpdate, #lnkHome, #LoginStatus1
{
    text-decoration:none;
    color:#000000;
}