

div {
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: normal;
    text-decoration:none;
}






.content {
    /*padding: 12px 20px 20px 320px;*/
}

.content p { margin-bottom: 8px; }

.examples { /*display:none;  width: 955px; */}

/* dynamic elements */


.drag {
    width:100px;
    height:30px;
    /*padding:10px; */
   /* margin-top:10px; */
   /* overflow:hidden; */
   z-index: 10001;
}
.draggable { cursor: move;}


.absolute {
    background: #bdd684;
    border:1px solid #95ab63;
    position:absolute;
}
.relative {
    background:#e2f0d6;
    border:1px solid #95ab63;
    position:relative;
}
.static {
    background: #CCCCCC; /*#f6ffe0; */
    border:1px solid #95ab63;
    position:  static; 
}
.fixed {
    background: #95ab63;
    border:1px solid #95ab63;
    position:fixed;
}



.drghelper {
    border:1px solid #444;
    background: #ccc;
    padding:10px;
    cursor: move;
}

#customhelper {
    display:none;
    width:70px;
    height: 50px;
    border: 1px solid #222;
    background: #800080;
}
#customplaceholder {
    display:none;
    width:70px;
    height: 50px;
    border: 1px solid #222;
    background: #800080;
    margin-top:10px;
}
.drgcustom {
    width:80px;
    height: 40px;
    border: 1px solid #222;
    background: #800080;
    margin-top:10px;
}

.placeholder {
    border:1px solid #95ab63;
    margin-top:10px;
}

.resizehelper {
    border: 1px dashed #444;
    background: #f5f5f5;
}

.resizeghost {
    border: 1px dashed #444;
}

.snapTarget {
    background: #f5f5f5 !important;
}
.snapped {
    border: 1px solid #800080;
}

.column {
   /* width: 170px; */
   /* height:300px; */
    float: left;
    /*margin-right: 20px;
    margin-top:20px; */
}

.column2 {
   /* width: 170px; */
    height:699px; 
    float: left; 

}

.column3 {
    width: 300px;
    height:800px; 
    margin-right: 20px;
     
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom:1;
}
.container {
    width:130px;
    margin-left:10px;
    margin-right:10px;
    margin-top: 7px;
    height: 60px;
}

.wrapper
{
    width: 150px;
    height: 60px;
    white-space: normal;
    border: solid 1px black;
    margin-left: 175px;
    /*overflow: -moz-scrollbars-vertical;
    overflow-y: scroll; */
    z-index: 1000;
    overflow:hidden;
   
}

#internalWrapper
{
    width: 150px;
    height: 60px;
    z-index: 999;
    
   
}

#TeamList  {
    width:120px;
    margin-left:auto;
    margin-right:auto;
    height: 600px !important;
}

.half {
    width:100px;
    height:30px;
}

.scrollable { overflow: auto; }

.contrast {
    background: #a9bb80;
}

.temphandle {
    background: #000;
}


.containeractive {
    border: 1px dashed #000;
}
.containerover {
    background: #fff;
}
.handleHelper {
    background: #ccc !important;
}

.draghandle {
    cursor: move;
}
.resizehandle {
    cursor: se-resize;
}
