﻿body 
{
    font-family:Arial;
    font-size:9pt;
    /*font-weight:bold;*/
    margin:0;
    padding:0;
}
.dataListTabs
{
    
}
div.divTabs
{
    position:absolute;
    z-index:2147483647;
    background-color: #ff9900;
    border-color:Black;
    border-width:thin;
}
div.header
{
    width:100%;
    height:72px;
    background-image: url(../Images/headerBack.bmp);
    border:0;
    z-index:2147483640;
    padding:0;
    margin:0;
}
.hlSelect
{
	color:Blue;
	text-decoration:underline;
}
.Title
{
	font-size:18px;
	font-weight:bold;
	color:#244992;
	text-decoration:underline;
}
.ItemTitle
{
	font-size:16px;
	font-weight:bold;
	color:#3165c6;
	text-decoration:underline;
}
.subtxt
{
	font-size:10px;
	color:Gray;
}
hr
{
	color:#3165c6;
	height:1px;
}
table.linksOuterTable
{
    border:solid 1px #fcbf7c;
    border-collapse:collapse;
}
table.linksInnerTable
{
    border:solid 1px #b06f2d;
    background-color:#626262;
    color:White;
    border-collapse:collapse;
}
table.MenuTable
{
    background-color:#eeeeee;
    z-index:2147483647;
    position:absolute;
    border-collapse:collapse;
    border:solid 4px #eeeeee;
}

a.linkMenu
{
    color:Gray;
    text-decoration:none;
}
a.linkMenu:hover
{
    color:Gray;
    text-decoration:none;
}
a.addTabLink
{
    color:#ff7f00;
    text-decoration:none;
}
a.addTabLink:hover
{
    color:#ff7f00;
    text-decoration:none;
}
a.AddLink
{
    color:White;
    text-decoration:none;
}
a.AddLink:hover
{
    color:White;
    text-decoration:none;
}
a.loginLink
{
    color:#626262;
    text-decoration:none;
}
.loginLink
{
    color:#626262;
    text-decoration:none;
}
a.loginLink:hover
{
    color:#626262;
    text-decoration:none;
}


/*-------------------------------------*/

.dragWin #tdMinimize
{
    background-image:url(../Images/Windows/bar_btn.png);
    background-repeat:no-repeat;
    border:none;
}
.dragWin_minimized #tdMinimize
{
    background-image:url(../Images/Windows/plus_btn.png);
    background-repeat:no-repeat;
    border:none;
}


.onTop
{
	/*z-index:2147483638 !important;*/
}
.dragWin
{
	position:absolute;
	z-index:2000;
}
.dragWin_minimized
{
	/*height:21px ! important;*/
}
.resizeSheet_minimized
{
	height:1px ! important;
	width:1px ! important;
	display:none;
}
.hidden
{
	display:none;
}
.draggable_window
{
	width:100%;
}
.draggable_window_top
{
	width:100%;
	/*background-color:#bbbbbb;*/
}
.draggable_window_content
{
	background-color:#ffffff;
}
.NoBorder
{
	border-style:none;
}
.WithBorder
{
    border:none;
	/*border-style:solid;
	border-width:1px;
	border-color:#b3adab;*/
}
.draggable_window_footer
{
	
	width:100%;
	background-color:#bbbbbb;
	/*border:solid 1px #000000;*/
}
.TdWinSideBanner
{
	/*width:5px;*/
	background-color:#bbbbbb;
}
.winSideBanner
{
	
	/*height:100%;*/
	vertical-align:middle;
}
.BannerImg
{
	max-height:100%;
	max-width:100%;
}
.dropZone_hover
{
	color:#ffffff;
}
.resize_corner
{
	height:2px;
	width:2px;
	background-color:#b3adab;
}
.resize_hor
{
	height:2px;
	background-color:#b3adab;
}
.resize_ver
{
	width:2px;
	background-color:#b3adab;
}
.resizeSheet
{
	background-color:Transparent;
	z-index:-1;
	position:absolute;
	height:101%;
	width:101%;
	top:0;
	left:0;
}

.Sheet
{
	background-color:Transparent;
	z-index:-1;
	position:absolute;
	height:101%;
	width:101%;
	top:0;
	left:0;
}



/*---------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* This file skins resizables */



/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */


/*.ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px; background-color:#b3adab; }
.ui-resizable-s { cursor: s-resize; height: 2px; width: 100%; bottom: -10px; left: 0px; background-color:#b3adab; }

.ui-resizable-e { cursor: e-resize; width: 2px; right: 0px; top: 0px; height: 100%; background-color:#b3adab; }
.ui-resizable-w { cursor: w-resize; width: 2px; left: 0px; top: 0px; height: 100%; background-color:#b3adab; }

.ui-resizable-se { cursor: se-resize; width: 2px; height: 2px; right: 0px; bottom: 0px; background-color:#b3adab; }
.ui-resizable-sw { cursor: sw-resize; width: 2px; height: 2px; left: 0px; bottom: 0px; background-color:#b3adab; }
.ui-resizable-nw { cursor: nw-resize; width: 2px; height: 2px; left: 0px; top: 0px; background-color:#b3adab; }
.ui-resizable-ne { cursor: ne-resize; width: 2px; height: 2px; right: 0px; top: 0px; background-color:#b3adab; }*/

.ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px; background-color:Transparent; }
.ui-resizable-s { cursor: s-resize; height: 2px; width: 100%; bottom: -10px; left: 0px; background-color:Transparent; }

.ui-resizable-e { cursor: e-resize; width: 2px; right: 0px; top: 0px; height: 100%; background-color:Transparent; }
.ui-resizable-w { cursor: w-resize; width: 2px; left: 0px; top: 0px; height: 100%; background-color:Transparent; }

.ui-resizable-se { cursor: se-resize; width: 2px; height: 2px; right: 0px; bottom: 0px; background-color:Transparent; }
.ui-resizable-sw { cursor: sw-resize; width: 2px; height: 2px; left: 0px; bottom: 0px; background-color:Transparent; }
.ui-resizable-nw { cursor: nw-resize; width: 2px; height: 2px; left: 0px; top: 0px; background-color:Transparent; }
.ui-resizable-ne { cursor: ne-resize; width: 2px; height: 2px; right: 0px; top: 0px; background-color:Transparent; }


.block
{
	border: 1px solid #50A029;
	background-color:#00B3FF;
	height:200px;
	width:200px;
	top:150px;
	left:150px;
}

