@charset "UTF-8";
/* CSS Document */

body {
    margin:0;
    padding: 0;
    background: #d8d8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777;
    line-height: 16px;
}

a {
    color: #08c;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

/*basics*/
.b {font-weight:bold}
.fs10 { font-size:10px; !important}
.fs11 { font-size:11px; !important}
.fs12 { font-size:12px; !important}
.fs13 { font-size:13px; !important}
.fs14 { font-size:14px; !important}
.fs15 { font-size:15px; !important}
.fs16 { font-size:16px; !important}
.fs17 { font-size:17px; !important}
.fs18 { font-size:18px; !important}
.fs19 { font-size:19px; !important}
.fs20 { font-size:20px; !important}
.fs22 { font-size:22px; !important}
.fs24 { font-size:24px; !important}
.fs26 { font-size:26px; !important}
.fs28 { font-size:28px; !important}
.fs30 { font-size:30px; !important}
.fs34 { font-size:34px; !important}
.fs38 { font-size:38px; !important}
.fs40 { font-size:40px; !important}
.fs46 { font-size:46px; !important}

.fWhite { color: #fff !important}
.fRed { color: #c00 !important}
.fBlack { color: #000 !important}
.fLgray { color: #999 !important}
.fGray { color: #444 !important}
.fOrange { color: #e80 !important}
.fBlue { color: #08c !important}

.b { font-weight:bold}
.fLeft { float:left; width:auto; }
.fRight { float:right; width:auto}

p.text {
    margin:0;
    padding: 0 0 15px 0;
    text-align: justify;
}

.clear { clear:both }

#holder { width:1002px; margin: 0 auto;}

#header {
    clear:both;
    float:left;
    display:block;
    width: 1002px;
    display:block;
    height: 80px;
}

#helpDesk {
    float:right;
    width: auto;
    margin: 8px 6px 0 0;
}

#topMenuHolder {
    clear:both;
    float:left;
    width: 1002px;
    display:block;
    background:url('../images/admin-topmenu-BG.png') top left no-repeat;
    height: 54px;
    margin: 0 0 10px 0
}

ul#topMenu  {
    float:left;
    width: auto;
    display:block;
    list-style:none;
    height: 52px;
}

ul#topMenu  li {
    float:left;
    width:auto;
    height: 52px;
    margin: 1px 0;
}

ul#topMenu li a {
    float:left;
    width:auto;
    padding: 18px 15px 0 15px;
    height: 33px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #f7f7f7;
    text-shadow: #fff 1px 1px 1px;
    color: #08c;
    text-decoration:none;
    font-size: 11px;
    font-weight:bold;
    line-height: 18px;
    text-transform:uppercase;
    background-image: url(../images/topmenu-BG2.png);
    background-position: 0 100px;
    background-repeat:repeat-x;
}
ul#topMenu li a.first {
    border-left: 0;
}
ul#topMenu li a.last {
    border-right: 0;
}
ul#topMenu li a:hover, ul#topMenu li a.ON {
    background:url(../images/admin-topmenu-BG2.png) top left;
    color: #fff;
    text-shadow: #369 1px 1px 1px;
    border-left: 1px solid #369;
    border-right: 1px solid #369;
}
ul#topMenu li a.first:hover, ul#topMenu li a.ON.first   {
    background:url(../images/admin-topmenu-BG3.png) top left;
    border-left: 0;
}

#topMenu li ul
{	margin: 50px 0 0 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  border-bottom: 1px solid #069;
  z-index: 2;
}

#topMenu li ul li{
    float: none;
    height: 30px}

#topMenu li ul li a {
    float: left;
    /*		width: 150px;*/
    width: 170px;
    color:#fff;
    height: 25px;
    background: #08c;
    padding: 8px 5px 0 10px;
    text-shadow: #369 1px 1px 1px;
    border: 1px solid #069;
    border-bottom: 0;
}

#topMenu li ul li a:hover {
    background: #333;
    border: 1px solid #222;
    border-bottom: 0;
    text-shadow: #111 1px 1px 1px;
}


.propertyPhotoDet {
    float:left;
    display:block;
    width: 270px;
}

#contentHolder {
    clear:both;
    float:left;
    width: 1000px;
    display:block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff url(../images/admin-leftBG.png) top left repeat-y;
    margin: 10px 1px;
    overflow:hidden;
}

/*#contentHolder2 {
        clear:both;
        float:left;
        width: 1000px;
        display:block;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background: #f5f5f5 url(../images/admin-leftBG2.png) top left repeat-y;
        margin: 10px 1px;
        overflow:hidden;
        }*/

#leftCol {
    float:left;
    width: 286px;
    padding: 0 0 10px
}

#rightCol {
    float: right;
    width: 714px;
}

#rightCol #pageTitle {
    float: left;
    width: 674px;
    padding: 20px;
    font-size: 26px;
    color:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#615f5f', endColorstr='#4b4b4b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#615f5f), to(#4b4b4b)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #615f5f,  #4b4b4b); /* for firefox 3.6+ */
}

#rightCol #pageTitle span {
    float: left;
    width:auto;
    white-space: nowrap;
    color: #ccc;
    font-size:13px;
    text-transform:uppercase;
    padding: 0 10px 0 0;
    line-height: 26px;
}

#rightCol #pageTitle p {
    float: right;
    width:auto;
    white-space:nowrap;
    font-size: 11px;
    color: #ccc;
    margin:-5px 0;
    padding: 0;
}

#rightCol #pageTitle p b {
    float:left;
    width:80px;
    white-space:nowrap;
    color: #6FF;
}

#rightCol #pageTitle p label {
    float:left;
    width:80px;
    padding: 0 3px 0 0;
    text-align:right;
}


.innerContents {
    clear:both;
    float: left;
    width: 564px;
    padding: 25px;
}

.rowForm {
    clear:both;
    float:left;
    width: 560px;
    padding: 4px 0;
}
.rowForm2 {
    clear:both;
    float:left;
    width: 560px;
    padding: 20px 0 7px 0;
}
.rowForm2 h2 {
    padding: 0 0 2px 0;
    font-weight:bold;
    color: #333;
    font-size: 16px;
    margin:0;
}
.rowForm  label {
    float:left;
    width: 175px;
    text-align:right;
    font-size: 11px;
    font-weight:bold;
    color:#777;
    line-height: 16px;
    padding: 8px 18px 7px 0;
    text-transform:uppercase;
}

.rowForm .myFields {
    padding: 3px;
    line-height: 18px;
    font-size: 12px;
    color: #888;
    width: 250px;
    border: 3px solid #ededed;
    -moz-box-shadow:inset 0 0 2px #999;
    -webkit-box-shadow:inset 0 0 2px #999;
    box-shadow:inset 0 0 2px #999;
}

.rowForm .perm {
    font-size: 12px;
    font-weight:bold;
    float:left;
    width:auto;
    color: #333;
    padding: 8px 0 0 0;
}

.rowForm .perm2 {
    font-size: 11px;
    float:left;
    width:auto;
    color: #555;
    padding: 8px 0 0 0;
}

.leftForm {
    clear:both;
    float:left;
    width: 250px;
    padding: 2px 0;
}

.leftForm  label {
    float:left;
    width: 110px;
    text-align:right;
    font-size: 11px;
    color:#777;
    line-height: 16px;
    padding: 6px 10px 7px 0;
}

.leftForm .myFields {
    padding: 3px;
    line-height: 18px;
    font-size: 12px;
    color: #888;
    width: 125px;
    border: 3px solid #f3f3f3;
    -moz-box-shadow:inset 0 0 1px #999;
    -webkit-box-shadow:inset 0 0 1px #999;
    box-shadow:inset 0 0 1px #999;
}

.leftForm  label.opt2 {
    float:left;
    width: 110px;
    text-align:right;
    font-size: 11px;
    color:#777;
    line-height: 16px;
    padding: 0 10px 0 0;
}


.leftForm .perm {
    font-size: 11px;
    float:left;
    width:auto;
    color: #555;
}

p.links {
    padding: 2px 0 3px 15px;
    font-size: 11px;
}

#wrapperFooter {
    height: auto;

}

#wrapperFooter {
    /*    background-color: #FFFFFF;*/
    float: left;
    height: 100px;
    min-height: 100px;
    position: relative;
    width: 970px;
}
#wrapperFooter_inner {
    padding: 0 10px;
}
.myhr {
    margin: 10px 0;
    padding: 0;
}
#wrapperF {
    background: url("../images/hr_us.jpg") no-repeat scroll right top transparent;
    float: left;
    height: 60px;
    min-height: 60px;
    width: 100%;
    margin-top:20px
}
#contentHolder2 {
    background: url("../images/admin-leftBG2.png") repeat-y scroll left top #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    display: block;
    float: left;
    margin: 10px 1px;
    overflow: hidden;
    width: 1000px;
}


#contentHolder_new {
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    display: block;
    float: left;
    margin: 10px 1px;
    overflow: hidden;
    width: 1000px;
}
.reseller-content {
    background-color: #fff;
    clear: both;
    min-height: 500px;
    padding: 10px 20px;
    border-radius: 4px;
}
.update_button
{
    background: url('../images/admin-update-button-sm.png') no-repeat top;
    width: 120px;
    height: 23px;
    border:none;
    cursor:pointer;

}
label.error {
    color: #FF0000;
    display: none;
    text-transform:lowercase;
}
.error{
    color: red;
    float: left;
}
.message_div{
    text-align:center;
    color:#20A6E9;
}
.message_title
{

    font-size:14px;
}
.message{
    font-weight: bold;
    color:red;
}
.update_msg{
    color: #20A6E9;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.update_user_details_button
{

    background: url('../images/admin-update-button.png') no-repeat top;
    width: 156px;
    height: 37px;
    border:none;
    cursor:pointer;
}
#login_form_holder { width:1002px; margin: 0 auto; background-color: #FFFFFF;border-radius: 4px 4px 4px 4px;
                     clear: both;
                     display: block;
                     float: left;
                     margin: 10px 1px;
                     overflow: hidden;}
.No_users_notice
{
    color: red;
    font-weight: bold;
    text-align: center;
}
.ordered_by
{
    color: #8B0D19;
    float: left;
    height: 18px;
    padding: 5px 3px;
}
.edit_users
{
    height:10px;
    width:10px;
}
/*create user---starts*/
#contentHolder3 {
    background: url("../images/admin-leftBG2.png") repeat-y scroll left top #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    display: block;
    float: left;
    margin: 10px 1px;
    overflow: hidden;
    width: 1000px;
}
.Form_title3
{
    color: #22A8EA;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.rowForm3
{
    clear: both;
    float: left;
    padding: 4px 0;
    width: 1000px;
}

.rowForm3 label {
    color: #777777;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 18px 7px 0;
    text-align: right;
    text-transform: uppercase;
    width: 268px;
}

.rowForm3 .myFields {
    border: 3px solid #EDEDED;
    box-shadow: 0 0 2px #999999 inset;
    color: #888888;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-left: 21px;
    padding: 3px;
    width: 250px;
}
.rowForm3 label.error {
    color: #FF0000;
    display: none;
    text-transform:lowercase;
    text-align: left;
    padding-left: 20px;
}
.rowForm3 .perm3 {
    color: #555555;
    float: left;
    font-size: 11px;
    padding: 5px 0 0 19px;
    width: auto;
}
.rowForm3 .perm33 {
    color: #555555;
    float: left;
    font-size: 11px;
    padding: 5px 0 0 0;
    width: auto;
}
.create_user_details_button
{

    /*    background: url("../images/admin-update-button-sm_new.PNG") no-repeat scroll center top transparent;
        border: medium none;
        color: white;
        cursor: pointer;
        font-weight: bold;
        height: 23px;
        width: 120px;*/
    border: medium none;
    background: url('../images/admin-update-button-sm_new.PNG') no-repeat top left;
    height: 23px;
    width: 120px;
    padding: 2px 8px;
    color:#FFFFFF;
    font-weight: bold;
}
/*create user---ends*/

/**search user**/
.search_user_form_text
{
    border: 1px solid #EDEDED;
    box-shadow: 0 0 2px #999999 inset;
    color: #888888;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
    width: 250px;
}

.select_myFields {
    border: 1px solid #EDEDED;
    box-shadow: 0 0 2px #999999 inset;
    color: #888888;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
    width: 250px;
}
/*****/
.loginForm {
    clear: both;
    float: left;
    padding: 4px 0;
    width: 1000px;
}
.loginForm label {
    color: #777777;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 18px 7px 0;
    text-align: right;
    text-transform: uppercase;
    width: 432px;
}
.loginForm .myFields {
    border: 3px solid #EDEDED;
    box-shadow: 0 0 2px #999999 inset;
    color: #888888;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-left: 21px;
    padding: 3px;
    width: 173px;
}
.Notes_innerContents {
    clear: both;
    float: left;
    padding: 25px;
    width: 250px;
}
.Hotspot_pagination
{
    width:700px;
    padding-left:120px;
}
.Hotspot_text{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 0 0 10px;
    text-align: left;
    text-decoration: none;
    color:#E88400;
}
/*hotspot css--starts here*/
.div_with_border
{
    border: 1px solid #999999;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*hotspot css--ends here*/
/*email templates css--ends here*/
.inner_content_div{
    padding:18px;
}
.left_side_div
{
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
}
.rightContent {
    display: block;
    float: right;
    width: 620px;
}
.bolded {
    font-weight: bold;
}
.bb {
    border-bottom: 1px solid #999999;
}
.bg-grey {
    background-color: #CCCCCC;
}
.email_template_name
{
    color: #EB5B5A;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
/*email templates css--ends here*/
/*search tours css --starts here*/
.search_tours_pagination
{
    text-align: right;
    width: 300px;
    padding-bottom: 10px;
}
/*search tours css --ends here*/
/*VPiX-2-Go css starts here*/
#vpix_contentHolder {
    clear: both;
    display: inline;
    float: left;
    margin: 15px 0 15px 16px;
    width: 950px;
    background-color: #FFFFFF;
}
.VPiX-2-Go-top-right
{
    float: right;
    border: 1px solid #999999;
}

.table1.with-borders {
    margin: 0 auto;
    text-align: center;
}
.table1.float-left {
    float: left;
}
.table1.pl10 {
    padding-left: 10px;
}
.table1.mb10 {
    margin-bottom: 10px;
}
bolded {
    font-weight: bold;
}
.pb5 {
    padding-bottom: 5px;
}
.float-right {
    float: right;
}
.pr10 {
    padding-right: 10px;
}
.blue {
    color: #EB5B5A;
}
.bolded {
    font-weight: bold;
}
.bg-lightgrey {
    background-color: #F1F1F1;
}
.border1 {
    border: 1px solid #999999;
}
.line150 {
    line-height: 150%;
}
.mb10 {
    margin-bottom: 10px;
}
.leftSlider {
    float:left;
    display:block;
    width: 308px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.leftSlider div {
    background-color: #fff;
    padding: 5px;
}
.collapseContent {
    display: block;
    line-height: 1.5em;
    overflow: auto;
    width: 290px;
}
.row300 {
    height: 300px;
}
.leftSlider p.accord {
    cursor:pointer;
    display:block;
    padding: 8px 0 0 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align:left;
    height: 22px;
    overflow:hidden;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    color: #666;
    background-image: url(images/searchRight-tab-bg-OFF.gif);
}
.leftSlider p.accord:hover {
    background-image: url(images/searchRight-tab-bg-ON.gif);
    color:#FFFFFF;
}
.leftSlider p.selected {
    background-image: url(images/searchRight-tab-bg-ON.gif);
    color:#FFFFFF;
}
.tright {
    text-align: right;
}
.bl {
    border-left: 1px solid #999999;
}
/*VPiX-2-Go css ends here*/
/*create user button*/
.createuser {
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.createuser:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
    background-color:#f6f6f6;
    cursor: pointer;
}.createuser:active {
    position:relative;
    top:1px;
}
/*create user button*/

#contentHolder4 {
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    display: block;
    float: left;
    padding: 15px;
    overflow: hidden;
    width: 980px;
}
.new_textarea
{
    border: 3px solid #EDEDED;
    box-shadow: 0 0 2px #999999 inset;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
    width: 250px;
}
.tleft {
    padding-right: 10px;
}

.col100 { width: 100px; }
.col150 { width: 150px; }
.col200 { width: 200px; }
.col250 { width: 250px; }
.col300 { width: 300px; }
.col350 { width: 350px; }
.col400 { width: 400px; }
.col450 { width: 450px; }
.col500 { width: 500px; }
.col550 { width: 550px; }
.col600 { width: 600px; }
.col650 { width: 650px; }
.col700 { width: 700px; }
.col750 { width: 750px; }
.col800 { width: 800px; }
.col850 { width: 850px; }
.col900 { width: 900px; }
.col950 { width: 950px; }

.min-height-content {
    min-height: 600px;
}
* html .min-height-content {
    height: 600px;
    overflow: visible;
}

.inner-box {
    border: 1px #ccc solid;
}
.inner-box-header {
    background-color: #333;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #ccc solid;
    text-align: center;
}
.inner-box-content {
    padding: 5px;
}
.ticket-entry-holder {
    border: 1px #ccc solid;
}
.te-subject {
    width: 100%;
    padding: 0px;
    border-bottom: 1px #ccc solid;
    display: table;
    background-color: #f1f1f1;
    cursor: pointer;
}
    .te-subject div {
        display: table-cell;
    }
.te-content {
    padding: 10px;
}
.ticket-image-div {
    width: 225px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    background-color: #f3f3f3;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px #999 solid;
}
    .ticket-image-div img {
        margin: 0px auto;
        border: 1px #ccc solid;
    }
    .ticket-image-div p {
        margin-top: 5px;
        text-align: center;
        color: #333;
    }

#email-templates-links {}
#email-templates-links div.name_tpl {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    border: 1px #ccc solid;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#email-templates-links div.name_tpl p {
    display: inline-block;
    width: 78%;
}
#email-templates-links div.name_tpl a {
    display: inline-block;
    width: 9%;
    text-align: left;
    vertical-align: top;
}
#email-templates-links div.etl-header {
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 10px;
}
