.gradient-blue1 {
    /*background: #6DB3F2;
    background: -moz-linear-gradient(top, #6DB3F2 0%, #54A3EE 50%, #3690F0 51%, #1E69DE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6DB3F2), color-stop(50%,#54A3EE), color-stop(51%,#3690F0), color-stop(100%,#1E69DE));
    background: -webkit-linear-gradient(top, #6DB3F2 0%,#54A3EE 50%,#3690F0 51%,#1E69DE 100%);
    background: -o-linear-gradient(top, #6DB3F2 0%,#54A3EE 50%,#3690F0 51%,#1E69DE 100%);
    background: -ms-linear-gradient(top, #6DB3F2 0%,#54A3EE 50%,#3690F0 51%,#1E69DE 100%);
    background: linear-gradient(to bottom, #6DB3F2 0%,#54A3EE 50%,#3690F0 51%,#1E69DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
    */
    
    
    
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #CCCCCC #A52A2A;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    
}

.gradient-grey1 {
    background: #E2E2E2;
    background: -moz-linear-gradient(top, #E2E2E2 0%, #DBDBDB 50%, #D1D1D1 51%, #FEFEFE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(50%,#DBDBDB), color-stop(51%,#D1D1D1), color-stop(100%,#FEFEFE));
    background: -webkit-linear-gradient(top, #E2E2E2 0%,#DBDBDB 50%,#D1D1D1 51%,#FEFEFE 100%);
    background: -o-linear-gradient(top, #E2E2E2 0%,#DBDBDB 50%,#D1D1D1 51%,#FEFEFE 100%);
    background: -ms-linear-gradient(top, #E2E2E2 0%,#DBDBDB 50%,#D1D1D1 51%,#FEFEFE 100%);
    background: linear-gradient(to bottom, #E2E2E2 0%,#DBDBDB 50%,#D1D1D1 51%,#FEFEFE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}

.mi-tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border-bottom: 1px solid #A52A2A;
    height: 33px;
}

.mi-tabs li.gradient-grey1 {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 3px solid brown;
    margin-top: -4px;
}

.mi-tabs li:nth-child(1) {
    margin-left: 0;
}

.mi-tabs li {
    float: left;
    padding: 8px 25px;
    margin: 0px 1px !important;
    border-radius: 5px 5px 0px 0px;
    list-style: none;
    
}

.tab_delete a {
    color: red;
    position: absolute;
    right: 18px;
}

.mi-tabs li a {
    color: #888 !important;
    font-weight: bold;
    line-height: 0 !important;
}

.mi-tabs li.gradient-grey1 a {
    color: #000 !important;
}

.mi-tab-area.active {
    display: block;
}

.mi-tab-area {
    display: none;
    border: 1px solid #CCC;
    padding: 8px;
    margin-bottom: 12px;
    background: white;
}

.txtara_static_content {
    width: 100%;
}

.search_wrap {
    position: relative;
}

.search_wrap ul {
    background: #fff;
    margin: 0;
    width: 237px;
    margin-left: 78px;
    position: absolute;
    top: 23px;
    padding: 5px;
    z-index: 1;
    border: 1px solid #ccc;
    display: none;
}

.search_wrap ul li {
}

.search_wrap ul li a {
}

.txtara_facebook {
    width: 498px;
    height: 110px;
}

.txtara_twitter {
    width: 498px;
    height: 110px;
}




.mi-tabs {
	 
}

.date {
font-size: 10px;
}


 