﻿table.dragTable{
    width:100%;
    border:1px solid #C6D7EF;
    border-top-color:#7BA6D6;
    margin-bottom:10px;
    -moz-user-select: none;
}
table.dragTable .dragTR td{
    background:#E7EFFF;
    height:22px;
    border-bottom:1px solid #C6D7EF;
    padding-left:5px;
    padding-right:5px;
}
table.dragTable .dragTR td.left a,
table.dragTable .dragTR td.left a:link{
    color:#3165CE;
    text-decoration:underline;
    line-height:20px;
}
table.dragTable .dragTR td.left a:hover{
    text-decoration:none;
}
table.dragTable .dragTR td.right{
    text-align:right;
    vertical-align:middle;
}
table.dragTable .dragTR td.right a.min{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_min.gif") left no-repeat; 
}
table.dragTable .dragTR td.right a.close{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_close.gif") left no-repeat; 
}
table.dragTable .dragTR td.right a.zoom{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_zoom.gif") left no-repeat; 
}
table.dragTable .content{
    height:100%;
    vertical-align:top;
}
table.dragTable .content{
    padding:5px;
}

table.UndragTable{
    width:100%;
    border:1px solid #C6D7EF;
    border-top-color:#478D36;
    margin-bottom:10px;
    -moz-user-select: none;
}
table.UndragTable .UndragTR td{
    background:#A6E3AB;
    height:22px;
    border-bottom:1px solid #99DE9E;
    padding-left:5px;
    padding-right:5px;
}
table.UndragTable .UndragTR td.left a,
table.UndragTable .UndragTR td.left a:link{
    color:#3165CE;
    text-decoration:underline;
    line-height:20px;
}
table.UndragTable .UndragTR td.left a:hover{
    text-decoration:none;
}
table.UndragTable .UndragTR td.right{
    text-align:right;
    vertical-align:middle;
}
table.UndragTable .UndragTR td.right a.min{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_min.gif") left no-repeat; 
}
table.UndragTable .UndragTR td.right a.close{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_close.gif") left no-repeat; 
}
table.UndragTable .UndragTR td.right a.zoom{
    display:block; 
	height:12px; 
	width:12px; 
	background:url("images/homepart/ico_zoom.gif") left no-repeat; 
}
table.UndragTable .content{
    height:100%;
    vertical-align:top;
}
table.UndragTable .content{
    padding:5px;
}

div.workarea { padding:10px; float:left; }


ul.draglist { 
    position: relative;
    width: 400px; 
    height:300px;
    overflow:auto;
    background: #ffffff;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}

ul.draglist li {
    font-size:12px;
    cursor: move; 
    margin:3px;
    border-top-color:#478D36;
}

ul.draglist_alt { 
    position: relative;
    width: 400px; 
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

ul.draglist_alt li {
    font-size:12px;
    cursor: move; 
    margin:3px;
    border-top-color:#478D36;
}


li.list1 {
    background-color: #A6E3AB;
    border-bottom:1px solid #99DE9E;
    padding-left:5px;
    padding-right:5px;
}

li.list2 {
    background-color: #E7EFFF;
    border-bottom:1px solid #C6D7EF;
    padding-left:5px;
    padding-bottom:2px;
    padding-right:5px;
}




/*div disabled*/
ul.draglist_disabled { 
    position:relative;
    width: 400px; 
    height:300px;
    overflow:auto;
    background: #ffffff;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}

ul.draglist_disabled li {
    font-size:12px;
    cursor:auto; 
    margin:3px;
    border-top-color:#478D36;
}

ul.draglist_disabled_alt { 
    position: relative;
    width: 400px; 
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

ul.draglist_disabled li {
    font-size:12px;
    cursor: auto; 
    margin:3px;
    border-top-color:#478D36;
}
