/*Desiged by Pal*/

@font-face {
    font-family: 'CaslonVThinRoman';
    src: url('/media/fonts/caslonvthin-roman-webfont.eot');
    src: url('/media/fonts/caslonvthin-roman-webfont.eot') format('embedded-opentype'), url('/media/fonts/caslonvthin-roman-webfont.woff') format('woff'), url('/media/fonts/caslonvthin-roman-webfont.ttf') format('truetype'), url('/media/fonts/caslonvthin-roman-webfont.svg#CaslonVThinRoman') format('svg');
}

* {
    font-family: Helvetica !important;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

.mac.webkit .botmenu_accordion div {
    padding: 0px 1px !important;
}

.mac.webkit .botmenu_accordion {
    /* bottom: -6px !important; */
}

.mac.webkit .modeluparrow {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: -1px !important;
}

.modeluparrow {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

/*.mac.gecko .wrapper*/

/*{*/
/*min-width:1210px!important;*/
/*}*/

/*.mac.webkit .modelmenu*/
/*{*/
/*min-width:1210px!important;*/
/*}*/

/*.mac.gecko .modelmenu*/
/*{*/
/*min-width:1210px!important;*/
/*}*/

/*.mac.webkit #header*/
/*{*/
/*min-width:1210px!important;*/
/*}*/

/*.mac.gecko #header*/
/*{*/
/*min-width:1210px!important;*/
/*}*/
/*.mac.webkit #footer*/
/*{*/
/*min-width:1210px!important;*/
/*}*/

/*.mac.gecko #footer*/
/*{*/
/*min-width:1210px!important;*/
/*}*/

/* body {
    margin: 0;
    padding: 0;
    min-width: 1350px;
    overflow-x: auto;
    border-color: #cc0000;
    background-color: #ffffff;
    color: #000000;
    font-family: Helvetica;
    font-size: 13px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
}

#divE3Container {
    height:100%;
    position: absolute;
    min-width: 1400px;
    height:600px;
    overflow: auto;
    border: 1px solid #ff0000;

}

#divHeader {
    height: 82px;
    background: #000000;
    z-index: 999999;

}

#divCompanyLogo {
    float: left;
    height:54px;
    padding: 14px 5px;
    min-width:150px;
}

#divCompanyLogo img
{
    height: 54px;
    width: 204px;
}

#divModelActions {
    float:right;
    text-align: right;
    min-width: 1035px;
    width: 83%;
    height: 66px;
    padding: 8px 5px;
    border: 1px solid #7b68ee;
}

#search {
    float: right;
    height: 29px;
    padding: 0 0 8px 0;
    text-align: right;
}

#addmodel {
    float: right;
    height: 29px;
    padding: 0;
    margin: 0;
}

#divCMSContainer {
    border:1px solid blue;
}

#divModelsList {
    float: left;
    width: 235px;
    background: #FFF;
    height: 99.5%;
    overflow: auto;
    padding-left: 6px;
    margin: 10px 0px 0px 0px;
    border: 1px solid yellow;
}

#divImageVideoandArchiveGallery {
    float: right;
    position: absolute;
    min-width:1165px;
    margin-left: 245px;
    margin-top: 3px;
    height: 500px;
    border: 1px solid green;
}


*/

/* New CMS Styling Starts Here - Please do not Change anything by Pal */

body, #page-wrap, #divE3Container, #divHeader
{

    margin-top: 0!important;
}

body {
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0;
}

body::after {
    display: table;
    clear: both;
}

#page-wrap {

	min-width: 1400px;
	max-width: 3840px;
	margin: 0 auto;
	/*min-height: 768px;*/
	max-height: 2160px;
	/*height: 100%;*/
	min-height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
	}

    .main-contentarea {
    margin-left: 238px;
	padding-top: 10px;
    overflow: auto;
}

 .left-sidebar {
	width: 228px;
	float: left;
     height: 100%;
     overflow: auto;
     padding-left: 10px;
     margin-top:10px;
}

#divE3Container {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 1400px;
    overflow-x: auto;
    overflow-y: hidden;
}

#divHeader {
    margin: 0;
    padding: 5px 10px;
    height: 80px;
    display: block;
    background-color: #000000;
    clear: both;
}

#divCompanyLogo {
    margin: 0;
    padding: 13px 0;
    width: 204px;
    height: 54px;
    display: inline-block;
}

#divModelActions {
    margin: 10px 0 0 0;
    /*margin: 0;*/
    /*padding: 10px 0;*/
    min-width: 1100px;
    height: 70px;
    display: block;
    float: right;
    /*border: 1px solid red;*/
}
#addmodel {
    width: 1060px;
    clear: both;
    float: right;
}

#divfooter {
    display:block;
    margin-left: 238px;
    background: #000000;
    height: 40px;
    max-height: 60px;
    text-align: center;
    min-width: 1000px;
    max-width: 1900px;
    position: relative;
    bottom:0;
}
#blackborder{
    margin-left: 238px;
    height:20px;
    width:100%;
   /* bottom:0;*/
    position:absolute;
    background-color:#000000;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

/* New CMS Styling Ends Here - Please do not Change anything by Pal */

li > lable {
    paddind-left: 5px;
}

li > input {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    *overflow: hidden;
}

a:hover, a:focus, a:active {
    outline: 0 !important;
}

input[type=text], input[type=password] {
    /*border-radius:4px;*/
    border: 1px solid #777777;
    height: 24px;
    font-family: Helvetica;
    valign: middle;
    text-indent: 5px;
    color: #777777;
}

.focusout {
    color: #777777;
}

.focus {
    color: #000000;
}

#txtSearch {
    width: 161px;
    height: 25px;
}

/*CSS trick for applying to Safari and Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {

    #id_document_name {
        margin-top: -14px;
    }

    #updownarrow {
        margin-top: -2px;
    }
}

/*COmmon for All borwser*/
/*#updownarrow{
    margin-top:-1px;
  }*/

.lbl {
    color: #000000;
    font-family: helveticaregular;
    font-size: 13px;
}

.defaultFont {
    color: #777777;
    font-family: helveticaregular;
    font-size: 13px;
}

.addressbooklbl {
    color: #777777;
    font-family: helveticaregular;
    font-size: 13px;
    margin: 0px 5px 0px 15px;
}

p {
    color: black;
}

p {
    right: 0px;
}

#ediv {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

#tdiv {
    display: none;
    position: fixed;
    /*top:20px;
    bottom:20px;
    left:20px;
    right:20px;
    */
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 400px;
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 1;
    padding: 12px;
    font-size: 13px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.loginbox {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: helveticaregular;
    width: 250px;
    height: 20px;
    border-style: ridge;
    font-size: 13px;
}

.searchbox {
    padding: 0 0 0 5px;
    border-style: ridge;
    font-size: 13px;
    margin: 0 0 0 7px;
    font-family: helveticaregular;
    color: #000000;
    border: 1px solid #777777;
}

.slct {
    /*border-top-right-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
    width: 250px;
    height: 20px;
    border-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: helveticaregular;
    /*font-weight:bold;*/
    color: #A0A0A0;
}

.btn {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 4px;
    padding: 6px 14px 3px;
    cursor: pointer;
    text-transform: uppercase;
}

.btnwhite {
    border: 1px solid #777777;
    background-color: #000000;
    font-family: helveticaregular;
    font-weight: 600;
    font-size: 13px !important;
    color: #ffffff;
    margin: 0px 4px;
    /* padding: 6px 14px 3px; */
    padding: 5px 11px 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.mbtn {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 4px;
    /* padding: 6px 14px 3px; */
    padding: 5px 14px 5px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.pbtn {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 4px;
    /* padding: 6px 14px 3px; */
    padding: 5px 14px 5px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.highlightbtnwhite:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.btnInfo {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 4px;
    /* padding: 6px 14px 3px; */
    padding: 5px 14px 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.robtn {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 3px;
    /* padding: 6px 14px 3px; */
    padding: 5px 14px 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.robtn a {
    text-align: center;
    vertical-align: middle;
    /*padding-top:2px;*/
    /*line-height:150%;*/;
}

.highlightbtn:hover {
    background-color: #000000;
    color: #ffffff;
}

.lbl {
    font-family: helveticaregular;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.addressbooklbl {
    font-family: helveticaregular;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: left;
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

* html .popup_block {
    position: absolute;
}

#divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -12em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -8em;
    /*set to a negative number 1/2 of your width*/
    text-align: center;
    vertical-align: middle;
}

#divDatepickerandModelsList {
    float: left;
    /*  width:20%; */
    width: 235px;
    background: #FFF;
    height: 100%;
    overflow: auto;
    padding-left: 6px;
    margin: 0px 0px 0px 0px;
}

#divCalanderContainer {
    float: left;
    /*  width:79%; */
    width: 79%;
    border: solid 0px #000;
    height: 100%;
    position: relative;
}

#divImageVideoGallery {
    height: 70%;
    width: 100%;
    overflow: auto;
    padding-bottom: 2px;
    /*padding-top: 4px;*/
    /*margin-left:8px;*/;
}

#divArchiveSplitter {
    height: 30%;
    width: 100%;
    background: #E8E8E8;
    overflow: auto;
}



#divArchiveImageGallery {
    float: right;
    height: 95%;
    width: 100%;
    padding-top: 10px;
    background: #E8E8E8;
    overflow: auto;
}

/*#divfooter {*/
    /*display: inline-block;*/
    /*width: 84.5%;*/
    /*position: absolute;*/
    /*background: #000000;*/
    /*height: 40px;*/
    /*max-height: 40px;*/
    /*text-align: center;*/
    /*bottom: 0;*/
    /*float: left;*/
    /*min-width: 1000px;*/
    /*border: 1px solid yellow;*/
    /*margin: 0 0 -1px 4px;*/
/*}*/

#divArchiveActions {
    display: inline;
    float: left;
    margin-left: 6px;
    text-align: center;
}

/*#divImageVideoActions {

    float: right;
    display: inline;
    margin-right: 10px;
}*/

.slide-outer {
    margin: 10px 0px 0px 0px;
    /*margin: 9px 0px 0px 0px;*/;
}

#publishspan {
    height: 20px;
    padding: 5px 0px 0px 5px;
    /* Added By Suguna 03Mar2012 */;
}

.mover1 {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

.mover {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

.btnselect {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    /*border:1px solid #ffffff;*/;
}

.mleave {
    background-color: #FFFFFF;
    color: #000000;
}

.main {
    margin-top: 3px;
}

.ui-state-default {
    border: 1px solid #777777;
    background: #FFFFFF 50% 50% repeat-x;
    outline: none;
    text-decoration: none;
}

.ui-draggable {
    list-style-type: none;
}

.ui-draggable .archimgslider {
    height: 118px;
}

#archive li.ui-draggable-dragging {
    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}

/*
#divImageVideoGallery  { list-style-type: none; margin: 0; padding: 0; }
#divImageVideoGallery  li { margin: 3px; padding: 1px; float: left; width: 120px; height: 80px; font-size: 4em; text-align: center; vertical-align: bottom;}
#divImageVideoGallery li img {padding:1px; border:1px solid #ccc; cursor: pointer; width:55px; height:75px; text-align: center; }
*/
/*#imageVideoGallery .ui-selected { border: 1px solid black; color: white; }
#imageVideoGallery { list-style-type: none; margin: 0; padding: 0; }
#imageVideoGallery li { margin: 3px; padding: 1px; float: left; width: 120px; height: 80px; font-size: 4em; text-align: center; vertical-align: bottom;}
#imageVideoGallery li img {padding:1px; border:1px solid #ccc; cursor: move; width:55px; height:75px; text-align: center; }
#archive { list-style-type: none; margin: 2px; padding: 0px; }
#archive .ui-selected { border: 1px solid black; background:#AA2233; color: white;}
#archive li { margin: 3px; padding: 1px; float: left; text-align: center; vertical-align: bottom;background: #FFFFFF  50% 50% repeat-x;}
#archive li img {padding:1px; border:1px solid #ccc; cursor: move; text-align: center;background: #FFFFFF  50% 50% repeat-x; }
*/

#archive li.ui-selected {
    border: 1px solid black;
    /*background:#000000;*/;
}

#archive {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#archive li {
    margin: 3px;
    /*padding: 1px;*/
    float: left;
    /* text-align: center;*/
    vertical-align: bottom;
    background: #FFFFFF 50% 50% repeat-x;
    height: 142px;
    width: auto;
    border: 1px solid #ffffff;
}

#archive li .archimgslider {
    /* padding: 2px;*/
    height: 118px;
    cursor: move;
    text-align: center;
    background: #FFFFFF 50% 50% repeat-x;
    /*padding:12px;*/;
}

#divImageCropFrame {
}

#divImageCrop {
    /*border: 1px solid pink;*/
    float: left;
    margin-right: 15px;
    display: inline;
}

/*.divImageCrop_img{
    padding : 50px;
    height : 500px;
}*/
#divImagePreviewFrame {
    /*width : 310px;
    height : 260px;*/
    float: left;
    display: inline;
}

#divImagePreview {
    display: block;
    width: 174px;
    height: 248px;
    border: 1px solid;
    float: left;
    overflow: hidden;
}

#divImageCrop2 {
    overflow: right;
    width: inherit;
    border: 1px solid black;
    height: 350px;
    padding: 25px;
    /*-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;*/
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

#feedback {
    font-size: 13px;
}

/*#selectable .ui-selected {background: #F39814; color: white;}
#selectable {list-style-type: none; margin: 0; padding: 0; height: 300px; position: relative; padding:0; border:solid 1px #DDD;}
#selectable > div {position: absolute; margin: 0; padding:10px; border:solid 1px #CCC; width: 100px;}
#selectable li img {padding:1px; border:1px solid #ccc; cursor: pointer; width:55px; height:75px; text-align: center; }
.ui-selectable-helper {position: absolute; z-index: 100; border:1px dotted black;}
*/
#imageVideoGallery li.ui-selected {
    border: 1px solid black;
}

#imageVideoGallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #777777;
    font-family: helveticaregular;
    font-size: 8pt;
    overflow: auto;
}

#imageVideoGallery li {
    margin: 3px;
    padding: 1px;
    float: left;
    /*width: 130px;*/
    height: 142px;
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 130px;
    width: auto;
    border: 1px solid #dddddd;
}

#imageVideoGallery li .unlink {
    cursor: pointer;
    height: 118px;
    text-align: center;
    padding: 12px 40px;
    /* width: auto; 
    min-width:55px;*/
    display: inline-block;
    /*margin-right:-20px;*/;
}

#imageVideoGallery li .drop {
    margin-right: 0 !important;
}

#divArchiveSplitter li .unlink {
    cursor: pointer;
    height: 118px;
    text-align: center;
    padding: 12px 40px;
    /* width: auto; */
    min-width: 55px;
    display: inline-block;
    /*margin-right:-40px;*/;
}

#divArchiveImageGallery li span {
    cursor: pointer;
    height: 118px;
    text-align: center;
    padding: 12px 40px;
    width: auto;
    display: inline-block;
}

#imageVideoGallery li .imgslider {
    cursor: pointer;
    height: 118px;
    text-align: center;
    width: auto;
}

#imageVideoGallery1 .ui-selected {
    border: 1px solid black;
    color: white;
}

#imageVideoGallery1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#imageVideoGallery1 li {
    margin: 3px;
    padding: 1px;
    float: left;
    /*width: 130px;*/
    height: 80px;
    text-align: center;
    vertical-align: bottom;
    min-width: 130px;
    width: auto;
}

#imageVideoGallery1 li img {
    cursor: pointer;
    height: 55px;
    text-align: center;
    padding: 2px;
}

.rmenu {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 13px;
    cursor: pointer;
    width: 60px;
    height: auto;
    padding: 5px;
    border: 2px solid #303030;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#divVideo {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 13px;
    cursor: pointer;
    width: 60px;
    height: auto;
    padding: 5px;
    border: 2px solid #303030;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#divArchieve {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 13px;
    cursor: pointer;
    width: 60px;
    height: auto;
    padding: 5px;
    border: 2px solid #303030;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#divPackImages {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 13px;
    cursor: pointer;
    width: 60px;
    height: auto;
    padding: 5px;
    border: 2px solid #303030;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#divmodelPackImages {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 13px;
    cursor: pointer;
    width: 60px;
    height: 20px;
    padding: 5px;
    border: 2px solid #303030;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

.rmenu div:hover {
    background: #E9E9E9;
}

.rmenu div:hover {
    background: #E9E9E9;
}

.rmenu .fill_title {
    font-size: 13px;
    font-weight: bold;
/ height : 15 px;
/ overflow : hidden;
    word-wrap: break-word;
    cursor: pointer;
}

#divImagePreviewFrame2 {
    border: 1px solid #777777;
    padding: 50px;
    display: block;
    height: 300px;
    width: 212px;
    /*-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;*/
    /*border-top-right-radius: 9px;*/
    /*border-top-left-radius: 9px;*/
    /*border-bottom-right-radius: 9px;*/
    /*border-bottom-left-radius: 9px;*/;
}

#divImagePreviewFrame2 img {
    /*width:212px;
    height:300px;*/;
}
.splitbarH {
/*margin-top: -4px;*/
height:10px;text-align:left;line-height:0px;font-size:0px;width:100%;
border-top:solid 1px #cccccc;border-bottom:solid 1px #cccccc;
background:#cbe1fb url(/media/images/paneh.jpg) 0% 50%;
}
.splitbuttonH{
margin:-1px 0 0 -41px;left:50%;position:relative;
height:12px !important;width:105px;
background:transparent url(/media/images/down_archive-tab-gray.png) 0px 0px;
}
.splitbuttonH.invert{
margin-top:-1px;background:transparent url(/media/images/up_archive-tab-gray.png) 0 0;
}

.splitbuttonH.invert.working{
margin-top:-1px;background:transparent url(/media/images/up_archive-tab-black.png) 0 0;
background-repeat: no-repeat!important;
	z-index:999999999999!important;
	position:relative;
}
.splitbuttonH.working{
background:transparent url(/media/images/down_archive-tab-black.png) 0 0;
background-repeat:no-repeat!important;
 z-index:999999999999!important; position:relative;
}

.splitbarH.working{
 -moz-opacity:.50; filter:alpha(opacity=50); 
 z-index:999999999999!important; position:relative;
}
/*spliter
background:transparent url(/media/images/master/spliter.bmp) 50% 0px;
*/
/*
.splitbarH {
    width: 100%;
    height: 10px;
    text-align: left;
    line-height: 0px;
    font-size: 13px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    z-index: 1;
    position: relative;
    background:#cbe1fb url(/media/images/paneh.jpg) 0% 50%;

}


.splitbuttonH {
margin-left: -41px;
left: 50%;
position: relative;
height: 15px !important;
width: 127px;
background: transparent url(/media/images/down_archive-tab-gray.png) 0px 0px;
}
.splitbuttonH {
    height:15px !important;
    width:127px;
    margin-left: -41px;
    left: 50%;
    z-index: 1;
    position: relative;
    background:transparent url(/media/images/panehc.png) 0px 0px;
}

.splitbuttonH.invert {
    margin-top:-4px;
    background:transparent url(/media/images/panehc.png) 0 -15px;
}

.splitbuttonH.invert.working{
    margin-top:-4px;
    background:transparent url(/media/images/panehc_hover.png) 0 -15px;
    background-repeat: no-repeat!important;

}
    
.splitbuttonH.working{
    background:transparent url(/media/images/panehc_hover.png) 0 0;
    background-repeat:no-repeat!important;
    -moz-opacity:.50; filter:alpha(opacity=50);
}


.splitbarH.working{
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    z-index:999999999999!important;
    position: relative;
}*/

#addmodelul {
    border: 1px solid #777777;
}

#adddocumentul {
    border: 1px solid #777777;
}

#bookingul {
    border: 1px solid #777777;
}

#btnArchive {
    border: 1px solid #777777;
}

#dlstUpload {
    border: 1px solid #777777;
}

#btnArchive {
    color: #000000;
    height: 21px;
    width: 152px;
    font-size: 13px;
    font-family: helveticaregular;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#dlstUpload {
    height: 19px;
    border-radius: 4px;
}

#boldname {
    font-size: 13px;
    color: #ffffff;
}

/* Added By Suguna 03Mar2012 */
.sel-arch {
    float: left;
    margin: 0 6px 0 0;
    position: static;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #777777;
    border-radius: 8px 8px 8px 8px;
    list-style-type: none;
    padding: 2px 5px;
    font-size: 13px;
    font-family: helveticaregular;
    text-align: left;
    width: 170px;
    cursor: pointer;
    color: #777777;
}

.sel-arch span {
    float: right;
}

.arch-list {
    display: none;
    bottom: 4px;
    position: absolute;
    border: 1px solid black;
    border-radius: 8px 8px 0px 0px;
    padding: 5px;
    font-size: 13px;
    border-bottom: none;
    text-align: left;
    width: 120px;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: -6px;
}

.arch-list li {
    list-style: none;
}

.pimg {
    width: 20px;
    height: 20px;
}

/* publish*/
#publishul {
    width: 203px;
    right: 23px;
    /* position: fixed; */
    bottom: 45px;
    z-index: 999999999;
}

.dlstfont {
    font-size: 13px;
    font-family: helveticaregular;
}

.pimg {
    width: 15px;
    height: 15px;
}

.txt {
    border: 1px solid #777777;
}

#addbook span {
    float: right;
}

#addbook {
    list-style: none;
    padding: 0 0 0 0;
}

#addbook li {
    display: block;
    border: 1px solid black;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 7px;
    list-style: circle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 160px;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
}

#addbook li a {
    margin: 0px 0px 5px 8px;
}

#addbook li ul li {
    border: 0px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 120px;
}

#addbook ul {
    list-style: none;
    padding: 0 0 0 0;
}

#addbook ul {
    display: none;
}

#addbook ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 7px;
}

#addbook a {
    text-decoration: none;
}

#addbook a:hover {
    text-decoration: underline;
}

#addbook ul li ul li :hover a {
    color: #000000;
    z-index: 9;
}

#addbook li ul li a:hover {
    color: #000000;
    z-index: 9;
}

.img1 {
    width: 9px;
    height: 9px;
    margin: 5px 15px 5px 0px;
}

#addressbook {
    width: 65%;
    height: 80%;
}

.addressbookleft {
    width: 50px;
    height: 10px;
}

.addressbookright {
    width: 50px;
    height: 10px;
}

.addbook {
    width: 350px;
    height: 40px;
    margin: 20px 10px 0px 30px;
    font-size: 13px;
    color: #616161;
    font-family: helveticaregular;
    font-size: 13px;
}

.addBbutton:hover {
    background-color: #ababab;
}

.newclass {
    color: #000000;
}

#Eaddnewmodel {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    width: 215px;
    color: #777777;
    font-family: helveticaregular;
    font-size: 13px;
}

#Eaddnewmodel li {
    list-style-type: none;
    border: 1px solid #777777;
    border-radius: 4px;
    width: 210px;
}

#Eaddnewmodel li a {
    text-decoration: none;
}

#Eaddnewmodel li {
    padding: 1px 5px 1px 10px;
}

#Eaddnewmodel li span {
    margin-left: 60px;
}

.addaddressimg {
    float: right;
    margin: 0 1px 0px 0px;
}

#addnewpack li {
    display: block;
    border: 1px solid black;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 210px;
    margin: 0px 5px 6px -35px;
}

#addnewpack {
    margin: 0px 0px 6px 0px;
}

#addnewpack li img {
    margin: 5px 0px 0px 5px;
}

#addnewpack li ul li {
    border: 0px solid black;
    margin: 5px 0px 10px -35px;
}

#addnewpack li a {
    color: #616161;
    text-decoration: none;
    margin: 0px 0px 0px 8px;
}

.modelimg {
    height: 10px;
    width: 10px;
    left: 50px;
    background-color: red;
}

.main span {
    float: right;
    margin: -25px 0px 0px 8px;
}

.addressbookheading {
    margin: 0px 0px 0px 10px;
    font-family: helveticaregular;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}

.uparrow {
    height: 12px;
    width: 12px;
}

#accordion {
    margin: 3px 0px 0px 0px;
}

#addpack {
    margin: 0px 0px 3px 0px;
}

#popupClose {
    font-size: 13px;
    line-height: 20px;
    right: 6px;
    top: 4px;
    position: absolute;
    font-weight: 700;
    display: block;
}

#popupContactClose {
    background: url(close_pop.png) no-repeat;
    font-size: 13px;
    line-height: 14px;
    right: 25px;
    top: 3px;
    position: absolute;
    color: #FFFFFF;
    font-weight: 700;
    /*display:2px solid #cecece;*/;
}

#backgroundLoading {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #EAEAF9;
    border: 1px solid #cecece;
    z-index: 3999;
}

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #cecece;
    z-index: 9999;
}

#popupWindowClose {
    display: none;
    position: absolute;
    right: 6px;
    top: 5px;
    color: #6fa5fd;
    overflow: hidden;
    z-index: 5999;
}

#popupWindow {
    display: none;
    position: absolute;
    _position: absolute;
    /* hack for internet explorer 6*/
    background: #FFFFFF;
    border: 1px solid #777777;
    z-index: 2147483647;
    /*padding: 12px 8px 12px 12px;*/
    font-size: 13px;
    font-family: Helvetica;
    overflow: auto;
    padding: 25px;
}

.addressbookbtn {
    height: 21px;
}

.addressbookbtn:hover {
    background-color: #000000;
    color: #FFFFFF;
}

#addpkgsplusimg {
    float: right;
    margin-right: 0px;
    margin-top: -2px;
}

#pkgsmodelplusimg {
    float: right;
    margin-right: -1px;
    padding-bottom: 2px;
}

.highlightbtn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.pkgselected {
    text-decoration: none;
    color: #000000;
}

.imgalign {
    vertical-align: middle;
}

.blurimage {
    opacity: 0.5;
}

.uparrow {
    visibility: hidden;
}

div.wrapper {
    position: relative;
    margin: 0 auto 30px auto;
    width: 500px;
    text-align: left;
    border: solid 1px #aaaaaa;
}

#users {
}

#users .user {
    border: solid 1px #bbbbbb;
    background-color: #dddddd;
    padding: 10px;
    margin: 5px;
}

#users .user .controls {
    float: right;
}

/*-------------impromptu---------- */
.jqifade {
    position: absolute;
    background-color: #aaaaaa;
}

div.jqi {
    width: 300px;
    font-family: HelveticaRegular;
    position: absolute;
    background-color: #ffffff;
    font-size: 13px;
    text-align: left;
    border: solid 1px #777777;
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*padding: 7px;*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*margin-top:90px;*/
    margin-top: 12%;
    margin-left: 80px;
}

div.jqi .jqicontainer {
    /* font-weight: bold; */;
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: pointer;
    color: #bbbbbb;
    font-weight: bold;
    background-color: #ffffff;
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #000000;
    font-family: helveticaregular;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.jqi .jqibuttons {
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #ffffff;
    cursor: pointer;
    /*  background-color: #f4f4f4; */;
}

div.jqi button {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    /*font-weight:600;*/
    font-weight: normal !important;
    font-size: 13px !important;
    /*height:20px;*/
    color: #000000;
    margin: 0px 4px;
    padding: 6px 14px 3px;
    cursor: pointer;
    text-transform: uppercase;
}

div.jqi button:hover {
    background-color: #000000;
    color: #ffffff;
}

#popuptitle {
    font-weight: bold;
    font-size: 13px;
    font-family: helveticaregular;
    /* font-size: 15px;  */
    margin-bottom: 5px;
    color: #000000;
}

#divisionDropDown {
    width: 212px !important;
    margin-top: 8px;
}

textarea {
    font-family: helveticaregular;
    font-size: 13px;
}

/*.ui-state-highlight { height: 75px;width:3px;color:#000000;background-color:#000000;background-image:url('/media/images/dragpointer.jpg'); }*/
.moveimages {
    height: 75px !important;
}

#imageVideoGallery {
    height: auto;
    min-height: 93% !important;
}

.addressbook_searchbox {
    font-family: helveticaregular;
}

#EditVideopopupWindow {
    /*border:1px solid blue;*/
    display: none;
    height: 800px;
    width: auto;
    overflow: auto;
}

/* new Changes in the CMS */

.loginContainer {
    top: 50%;
    left: 50%;
    margin: 0 0 0 -418px;
    position: absolute;
    width: 835px;
    height: 247px;
    /*border:1px solid green;*/;
}

.loginLeft {
    float: left;
    width: 348px;
    padding: 77px 70px 77px 0;
    border-right: 1px solid #777777;
}

.loginRight {
    /*float: left;*/
    width: 346px;
    /*padding: 77px 0px 77px 70px;*/
    float: right;
    padding-top: 77px;
}

#id_password {
    width: 160px !important;
    margin-top: 4px;
}

#id_username {
    width: 160px !important;
    margin-bottom: 4px;
}

#lgnbtn {
    border: 1px solid #777777;
    background-color: #ffffff;
    font-family: helveticaregular;
    font-weight: 600;
    /*font-weight: bold;*/
    font-size: 13px !important;
    color: #000000;
    margin: 0px 4px;
    padding: 6px 14px 3px;
    cursor: pointer;
    text-transform: uppercase;
}

#lgnbtn:hover {
    border: 1px solid #000000;
    background-color: #000000;
    font-family: helveticaregular;
    font-weight: 600;
    font-size: 13px !important;
    color: #ffffff;
    margin: 0px 4px;
    padding: 6px 14px 3px;
    cursor: pointer;
    text-transform: uppercase;
}

#bookingul, #addmodelul, #adddocumentul {
    width: 203px;
    height: 26px;
    margin: 0 4px;
}

#modelselct, #btnArchive, #dlstUpload {
    width: 150px;
    height: 26px;
    margin-right: 4px;
    border: 1px solid #777777;
}

/* Menu Accordion CSS function*/

ul li {
    list-style-type: none;
}

.menu_accordion {
    list-style-type: none;
    padding: 5px 3px 0 5px;
    /*width: 150px;*/
    border: 1px solid #777777;
    background: #000000;
    color: #ffffff !important;
    z-index: 99;
    top: 0;
    left: 0;
    position: relative;
    height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Helvetica;
    /*font-weight:600;*/;
}

.menu_accordion div {
    display: block;
    font-size: 13px;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 10px;
    cursor: pointer;
    text-align: left;
}

/*nav li {
    display: inline;
    position: relative;
}

nav li ul {
    display: none;
    position: absolute;
    padding: 0;
}*/

.menu_accordion ul {
    padding: 0px;
    margin: 0 0 0 -6px;
    z-index: 99999;
    display: none;
    position: absolute;
}

#slctimg {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.menu_accordion ul li {
    padding: 4px 3px 3px 7px;
    font-size: 13px;
    text-align: left;
    background-color: #000000;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Helvetica;
}

.menu_accordion ul li:hover {
    background-color: #777777;
    cursor: pointer;
    color: #ffffff !important;
}

/*End accordion CSS function */

/* Bottom Menu Accordion CSS function*/
.botmenu_accordion {
    list-style-type: none;
    padding: 5px 3px 3px 5px;
    /*width: 150px;*/
    border: 1px solid #777777;
    background: #000000;
    color: #ffffff;
    z-index: 99;
    position: absolute;
    /*height:20px;*/
    font-size: 13px;
    text-transform: uppercase;
    font-family: Helvetica;
    /*font-weight:600;*/;
}

.botmenu_accordion div {
    padding: 1px;
}

.botmenu_accordion div {
    display: block;
    font-size: 13px;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 10px;
    cursor: pointer;
    text-align: left;
}

.botmenu_accordion ul {
    padding: 0px;
    margin: 0 0 0 -6px;
    z-index: 2000;
    display: none;
    position: relative;
}

#botslctimg {
    float: right;
    margin-left: 10px;
    margin-top: -2px;
}

.botmenu_accordion ul li {
    padding: 4px 3px 3px 7px;
    font-size: 13px;
    text-align: left;
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    font-family: Helvetica;
}

.botmenu_accordion ul li:hover {
    background-color: #777777;
    cursor: pointer;
    color: #ffffff;
}

/*End of Bottom menu accordion CSS function */

#btnwomendevelopment, #btnwomen, #btnmen, #btnmendevelopment, #btncelebrity, #btnAddressBook, #btnnewsletter, #btnPackage, #menu_accordion, #btnSearch, #btnUploadImages, #btnEditDetails, #btnMassDelete, #logoutt, #btnhome {
    font-weight: 600;
}

#sendmail_preloader {
    display: none;
    z-index: 99999999999;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
}

#sendmail_preloaderlayer {
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
    z-index: 9999999;
    position: absolute;
    top: 4px;
    left: 0;
}

#imageVideoGallery .lft_img_join {
    float: right;
    height: 142px;
    width: 40px;
    position: relative;
    margin-left: -40px;
}

#imageVideoGallery .lft_img {
    height: 142px;
    width: 40px;
    position: absolute;
    top: 4px;
    right: 0;
}

#archive .lft_img {
    height: 142px;
    width: 40px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.lft_img .lft_slct_img {
    height: 25px;
    width: 25px;
    z-index: 9;
    margin: 8px 12px;
    position: relative;
}

#imageVideoGallery li.video .lft_img {
    clear: both;
    height: 142px;
    width: 40px;
    position: relative;
    float: right;
    margin-left: -40px;
    display: inline-block;
    margin-top:5px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #imageVideoGallery li.video .lft_img {
        margin-top: -140px;
    }

    #imageVideoGallery li.video .vd_drag {
        margin-top: 0px !important;
        /*margin-top:5px;*/;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #archive .lft_img {
        width: 35px;
        /* margin-top:-140px;
         padding-left:10px;*/;
    }

    .package_lftmenu {
        width: 35px;
        margin-top: -140px;
        /*padding-left:10px;*/;
    }
}

.img_stg {
    background-image: url("/media/images/menuassets/settings_up.png");
    background-repeat: no-repeat;
}

.img_stg:hover {
    background-image: url("/media/images/menuassets/settings_over.png");
    background-repeat: no-repeat;
}

.img_prv {
    background-image: url("/media/images/menuassets/preview_up.png");
    background-repeat: no-repeat;
}

.img_prv:hover {
    background-image: url("/media/images/menuassets/preview_over.png");
    background-repeat: no-repeat;
}

.img_lnk {
    background-image: url("/media/images/menuassets/link_up.png");
    background-repeat: no-repeat;
}

.img_lnk:hover {
    background-image: url("/media/images/menuassets/link_over.png");
    background-repeat: no-repeat;
}

.img_trsh {
    background-image: url("/media/images/menuassets/trash_up.png");
    background-repeat: no-repeat;
}

.img_trsh:hover {
    background-image: url("/media/images/menuassets/trash_over.png");
    background-repeat: no-repeat;
}

.img_ulnk {
    background-image: url("/media/images/menuassets/link_broken_up.png");
    background-repeat: no-repeat;
}

.img_ulnk:hover {
    background-image: url("/media/images/menuassets/link_broken_over.png");
    background-repeat: no-repeat;
}   

/*quickpackage preloader begins*/
#quickPackagePreloader
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(255,255,255,0.7);
display:none;
z-index:9999999999;
}

#quickPackagePreloaderImg
{
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
margin:auto;
display:block;
}
/*quickpackage preloader ends*/

#dlstDivision_chosen .chosen-results {

height:100px;
overflow:auto;
}

