/* GA */

.mycourseeria{
margin-bottom:0px;
margin-left:20px;
margin-right:0px;
margin-top:20px;
}

div.workarea {
float:left;
}

div.workarea1 {
float:left;
}

div.workarea2 {
float:left;
padding:10px;
}

ul.draglist { 
    position: relative;
    width: 250px; 
    height:300px;
    border: 1px solid #000000;
    list-style: none;
    margin:0;
    padding:0;
}

ul.draglist li {
    margin: 5px;
	padding:10px;
	text-align:left;
    cursor: move; 
}

ul.draglist_alt { 
    position: relative;
    width: 200px; 
    list-style: none;
    margin:0;
    padding:0;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:20px;
}

ul.draglist_alt li {
    margin: 1px;
    cursor: move; 
}


#ul1 li {
    background-color: #ff6633;
    border:1px solid #000000;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}

#ul2 li {
    background-color: #cccccc;
    border:1px solid #000000;
font-size:12px;
color:#000000;
font-weight:bold;
}



.kyori {
    background-color: #000000;
    border:1px solid #ffffff;
margin-left:10px;
	padding:3px;
	font-size:14px;
	font-weight:bold;
}

#user_actions { float: right; }

