﻿/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../App_Themes/reorderMenu/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.reorderListDemo li
{
	list-style: none;
	margin: 2px;
	background-color: #CFDFED;
	border-style: groove;
	border-width: 1px;
}

.reorderListDemo li a { font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea
{
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}

/* Tab */
.ServicesTabs .ajax__tab_header
{
    font-family: Trebuchet MS,verdana,tahoma;
    font-size: 14px;
    background: url("../App_Themes/tab/tab-line.gif") repeat-x bottom;
}
.ServicesTabs .ajax__tab_outer
{
    background: url("../App_Themes/tab/tab-right.gif") no-repeat right;
    height: 21px;
}
.ServicesTabs .ajax__tab_inner
{
    padding-left: 3px;
    background: url("../App_Themes/tab/tab-left.gif") no-repeat;
}
.ServicesTabs .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url("../App_Themes/tab/tab.gif") repeat-x;
}
.ServicesTabs .ajax__tab_hover .ajax__tab_outer
{
    background: url("../App_Themes/tab/tab-hover-right.gif") no-repeat right;
}
.ServicesTabs .ajax__tab_hover .ajax__tab_inner
{
    background: url("../App_Themes/tab/tab-hover-left.gif") no-repeat;
}
.ServicesTabs .ajax__tab_hover .ajax__tab_tab
{
    background: url("../App_Themes/tab/tab-hover.gif") repeat-x;
}
.ServicesTabs .ajax__tab_active .ajax__tab_outer
{
    background: url("../App_Themes/tab/tab-active-right.gif") no-repeat right;
}
.ServicesTabs .ajax__tab_active .ajax__tab_inner
{
    background: url("../App_Themes/tab/tab-active-left.gif") no-repeat;
}
.ServicesTabs .ajax__tab_active .ajax__tab_tab
{
    background: url("../App_Themes/tab/tab-active.gif") repeat-x;
}
.ServicesTabs .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border-top: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}