﻿
/*Reorder List*/
.dragHandle {
	width:20px;
	height:20px;
	background-color:Blue;
	/*background-image:url('images/bg-menu-main.png');*/
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:solid 1px #666666;
	color: #666666;		
}

.callbackStyle table {
	background-color:#666666;	
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	/*background-image:url(images/bg_nav.gif);*/
	background-color: #A7C6F4;
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.dragVisualContainer li  {
    list-style:none;
	/*background-image:url(images/bg_nav.gif);*/
	background-repeat:repeat-x;
	color:#666666;
}

.reorderListDemo li a {color:#FFFFFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
}


.asphyperlink { text-align:center; vertical-align:bottom; line-height:25px; text-decoration:none; }



/*Modal Popup*/
.modalBackground {
	background-color:#666666;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	height:500px;
	width:800px;
}


.CustomTabStyle .ajax__tab_header /*A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
{
}

.CustomTabStyle .ajax__tab_outer /* An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
{
}

.CustomTabStyle .ajax__tab_inner /* An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
{
	
}

.CustomTabStyle .ajax__tab_tab /* An element of the tab that contains the text content. Child CSS classes:none. */
{
}


.CustomTabStyle .ajax__tab_body /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.*/
{
	
	
}

.CustomTabStyle .ajax__tab_hover /* This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
{}

.CustomTabStyle .ajax__tab_active /* This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
{
}
