
/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
				overflow-y: scroll;overflow: -moz-scrollbars-vertical;
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                }

#body-wrapper {
                background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;
				  }                

/********************************      Elements styling      ********************************/


h1            { font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 31px; font-weight: bold; color: #fff; 
				  position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
				}
				
h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


/* a        { color: #57a000; text-decoration: none; }
a:hover     { color: #000; }
a:active    { color: #777; }
a:focus     { outline: 1px; }*/

strong { font-weight: bold; color: #333; }
small{ font-size: 0.85em; }
pre{ font-family: monospace; }
p{
                padding: 5px 0 10px 0;
                line-height: 1.6em;
                }

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                padding: 8px 14px!important;
                cursor: pointer;
				                }
                
.button:hover {
                text-decoration: none;
                }
                
.button:active {
                /*padding: 5px 7px 3px 7px !important;*/
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

/********************************      Sidebar      ********************************/

#sidebar {
                width: 230px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 11px;
                }

#sidebar #sidebar-wrapper {
                margin: 0 0 0 9px;
                }

#sidebar a,
#sidebar a:active {
                color:#ccc;
                }

#sidebar a:hover {
                color:#fff;
                }

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar_msg{color:#fff;font-size:12px;float:left;margin:20px 0 0 10px;line-height:22px;}



#sidebar #logo {
                margin: 8px 0 0px 0;
				background:#fff;
				padding:10px 5px;
                }

#sidebar #profile-links {
                padding: 0 15px 20px 15px;
                text-align: right;
                line-height: 1.5em;
                }

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
                width: 206px;
                padding: 0;
                margin: 0 0 0 15px;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar #main-nav li {
                list-style: none;
                padding-bottom: 4px;
                text-align: right;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-green.gif') right center no-repeat; /* Background image for default color scheme - green */
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.current:hover {
                color: #FFF
                }

#sidebar #main-nav li a.current:hover{color:#FFFF00;}


#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
				padding: 0;
                }

#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
                }

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar #main-nav ul li a.current {
                background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
                }
/************ Messages ************/

#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
                margin: 0 30px 0 260px;
                padding: 10px 0 0 0;
                }

.column-left {
                width: 48%;
                float: left;
                }
                
.column-right {
                width: 48%;
                float: right;
                }
               
#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }
				
#footer {
			/*	border-top: 1px solid #ccc; */
				margin: 40px 0 0 0;
				padding: 20px 0;
				font-size: 12px;
                }
/************ Lists ************/

#main-content ul,
#main-content ol {
                padding: 10px 0;
                }

/* Unordered List */

#main-content ul li {
                padding: 4px 0 4px 20px;
                }

/* Ordered List */

#main-content ol {
                padding: 0 0 0 24px;
                }

#main-content ol li {
                list-style: decimal;
                padding: 4px 0;
                }

/*************** Content Box ***************/

.content-box {
                width:100%;
				float:left;
				overflow:hidden;
				border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
               	width:100%;
				float:left;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

.content-box-header span.pagelink {
                float: right;
				margin: 7px 10px;
				padding: 8px 10px;
				font-weight: bold;
				background: #fff;
				border: 1px solid #ebebeb;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
				width:96.2%;
				float:left;
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
				}
                
/************ Table ************/

#main-content table {
                /*width: 98%;*/
				width:100%;
                border-collapse: collapse;
				clear:both;
				 }
                
#main-content table thead th {
                font-weight: lighter;
                font-size: 13px;
                border-bottom: 1px solid #ddd;
				color:#0066CC
                }
                
#main-content tbody {
                border-bottom: 1px solid #ddd;
                }
                
/*
#main-content tbody tr {
                background: #fff;
                				}*/
              
                
#main-content table td {padding: 10px 10px 10px 10px;vertical-align:middle;font-size:12px;}

#main-content table th {
                padding: 10px;
                line-height: 1.3em;
                } 
				
#main-content #sub-catlist td{padding:8px}

/*******************ADD DESTINATION PAGE CSS*******************/
#form-container table{width:100%;font-family:Arial, Helvetica, sans-serif}	
#form-container table td,
#form-container table th {
				padding:0;
				}

/**********************ADD DESTINATION************************/				
				
#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }    
				
				
/*************** Pagination ***************/


.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background:  url('../images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 80px; /*160*/
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 5px 0px; /*15px 10px*/
                text-align: center;
                color: #CC0000;
                font-size: 12px;
				font-weight: bold;
                line-height: 1.3em;
                }

.shortcut-button span img {
                /*margin-bottom: 10px;*/
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 5px 0 0;/*0 15 0 0*/
				padding: 0 !important;
				background: 0;
                }

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
 form input.text-input,
 form select,

 form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('../images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
 
 
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                

                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
				width:20px;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('../images/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../images/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../images/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../images/cross_circle.png')no-repeat 6px 6px;
                border:1px solid #ccc;
                color: #665252;
				padding:8px 8px 8px 30px;
				font-weight:bold;
				color:#666666;
				margin:0 0 20px 0;
				font-family:verdana;
				 }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
				background-color: #141414;
				color: #fff !important;
				
				}

/********************************      Login Page      ********************************/

#login-wrapper #login-top {
				width: 100%;
				padding: 70px 0 90px 0;
				text-align: center;
				}
				
#login-wrapper #login-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				}
				
#login-wrapper #login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				float: left;
				width: 65px;
				padding: 0;
				}
				
#login-wrapper #login-content input {
				width: 200px;
				float: right;
				margin: 0 0 20px 0;
				border: 0;
				/*background: #fff;*/
				}
				
#login-wrapper #login-content p {
				padding: 0;
				}
				
#login-wrapper #login-content p#remember-password {
				float: right;
				}
				
#login-wrapper #login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none	;
				margin: 0 10px 0 0;
				}
				
#login-wrapper #login-content p .button {
				width: auto;
				margin-top: 20px;
				}
.fieldset1{border:1px solid #ccc;width:468px;padding:10px;float:left;margin:10px;height:230px}
.fieldset1 legend{font-weight:bold}
.labeltext{width:210px!important}
.inputvalue{width:270px!important;float:left}
.inputvalue select{width:200px!important}
.inputvalue input{width:200px!important}
.inputvalue .add-button{width:50px!important}
#specifications{margin:20px 0;padding:0;float:left;width:500px}
.tbl-title{font-size:16px;padding-top:0;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;color:#999;margin:10px 0px 10px;text-align:left;font-weight:bold}
#main-content1{margin:0;padding:0;width:100%;float:left}
#main-content1 table{margin:0px 0;padding:0;width:100%;float:left;font-size:13px;}
#main-content1 table thead tr th{background-color:#F2F2F2;border:1px solid #F2F2F2;font-weight:bold;padding:5px;text-align:left;text-transform:capitalize;}
#main-content1 table tbody tr td.specs_key, #main-content table tbody tr td.specs_value{background-color:#F9F9F9;border-bottom:1px solid #F2F2F2;font-weight:normal;padding:5px;text-align:left;}
#cathide{display:none}
#subcathide{display:none}
.margin-t5{margin-top:5px!important}
.status-block{position:relative;top:119px;right:0;width:200px}
.status-icon{padding:5px;background:#444;border:1px solid #fff;-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, .1);-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, .1);box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);position:absolute;z-index:1200;cursor:pointer;right:0;top:0;margin:0}
.status-icon a{color:#fff;font-size:10px}
.status-block-available{position:relative;top:119px;left:0;width:200px}
.status-icon-available{padding:5px;background:#444;border:1px solid #fff;-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, .1);-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, .1);box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);position:absolute;z-index:1200;cursor:pointer;left:0;top:0;margin:0}
.status-icon-available a{color:#fff;font-size:10px}
.msgblock{margin:0 0 10px 0;border-radius:4px;font-family:tahoma;float:left;clear:both;width:100%;border:1px solid #9adf8f}
.msg{color:#556652;padding:10px 0 10px 40px;font-size:14px;margin:0;font-weight:lighter;background: #d5ffce url('../images/tick_circle.png') 10px 50% no-repeat;}
.backstep{padding:10px 10px;background:#c40000;color:#fff;font-weight:bold;text-align:center;margin:10px 0;display:block;width:10%;}
.backstep:hover{background:#d80000;color:#fff;}
.btn{padding:10px;background:#efefef}
.btn:hover{background:#e9e9e9}
.showhostelDIV, .showdayDIV{display:none}
.seperator{width:100%;margin:30px 0;clear:both;overflow:hidden}
.seperatorbar{width:97%;margin:30px 0 0;clear:both;overflow:hidden;border-bottom:1px solid #ccc}
.whitebg{background:#fff!important}
.border-b{border-bottom:2px solid #d80000!important}
.msgblock{margin:0 0 10px 0;border-radius:4px;font-family:tahoma;float:left;clear:both;width:100%;border:1px solid #9adf8f}
.msg{color:#556652;padding:10px 0 10px 40px;font-size:14px;margin:0;font-weight:lighter;background: #d5ffce url('../images/tick_circle.png') 10px 50% no-repeat;}
.chooseoption{float:left;text-align:center;width:100%;margin:20px 0}
.chooseoption span{padding:10px;font-weight:bold;background:#ebebeb;cursor:pointer;margin:0 5px;border:1px solid #fefefe}
.chooseoption span:hover{background:#fefefe;border:1px solid #ebebeb}
.partnerblock, .productblockID, .categoryblockID{display:none}
.productblockID, .categoryblockID{border:1px solid #e9e9e9;float:left;width:97.8%;padding:10px}
.previewquo{border:1px solid #e9e9e9;float:left;width:95.8%;padding:20px}
.quote-heading{float:left;width:100%;margin-bottom:20px}
.previewquo h2{text-align:center;width:100%;color:#000;text-decoration:underline;margin-bottom:20px;font-size:20px}
.previewquo h4{float:left;color:#111;font-size:14px;font-weight:600}
.previewquo h6{float:right;color:#aaa}
.previewquo p{font-size:13px;color:#444;padding-top:0}
.pdfbutton{margin:20px;float:right}
.pdfbutton a{color:#fff;padding:7px 10px;display:block;background:#74b500;border:1px solid #459300;font-size:11px}
.linkbutton{margin:20px;float:right;display:none}
.linkbutton a{color:#fff;padding:7px 10px;display:block;background:#d80000;border:1px solid #c40000;font-size:11px}
.linkbutton a:hover{background:#0089e1;border-color:#009966;color:#fff}
.listlink{float:right;margin:0px 0px;padding:6px 10px;background:#ebebeb;border:1px solid #ccc;font-size:12px;color:#333}
#partclient, #partteam, .billagainstprojects{display:none}
fieldset{border:1px solid #ccc!important;padding:10px;margin-bottom:10px}
fieldset legend{background:#ebebeb;padding:5px}

.addproductbg{width:26%;border:1px solid #ccc;background:#fff;float:left;margin:5px 0;padding:10px}
.addproductbg h3{margin:0px 0 10px;border-bottom:1px solid #ccc;color:#aaa}
.listproductwrap{width:67%;float:right;margin:5px 0;background:#fff;min-height:345px;padding:10px;border-top:3px solid #d80000}
.teammemberblock{width:98%;padding:2px 10px;background:#dcdcdc;float:left;border:1px solid #aaa}
.detailproductblock{width:98%;padding:10px 10px;float:left;background:#efefef;border-radius:5px}
.detailblock1{width:30%;background:#fff;border:1px solid #336633;float:left;padding:10px;margin:20px 0}
.detailblock1 ul{float:left;padding:0px;margin:0px}
.detailblock1 ul li{float:left;width:100%;background:none!important;padding:3px 0!important}
.productlistblock{width:98.8%;padding:5px;border:1px solid #ccc;float:left;margin-top:20px}
.departmentblock{width:40%;float:left;border:1px solid #ccc;padding:10px;margin:20px 0}
.emailtoclent{width:97%;padding:10px;border:3px solid #ccc;background:#fff;float:left}

.clientlistscroll{width:30%;float:left;margin:10px 0;padding:0 20px}
.clientlistpanel{width:89%;border:1px solid #ccc;float:left;height:370px;overflow-y:auto;background:#fff}
.clientlistpanel::-webkit-scrollbar{width:12px;}
.clientlistpanel::-webkit-scrollbar-track{ -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-moz-border-radius:10px;border-radius:10px;}
.clientlistpanel::-webkit-scrollbar-thumb{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;background:rgba(0,0,0,0.8);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}

.bar{display:none}