﻿
* { 
    margin:0;
    padding:0;
 }
 
a 
{
    text-decoration:none;
    outline:0;
    color:#505050;
 }
 
a:hover
{
    text-decoration:underline;
}

img
{
border:none;
}

.clear
{
    clear:both;
}

body 
{
    font-size:13px;
    color:#505050;
    font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
}

.wrapper
 {
    width: 980px;
}

#pageContainer
{
    width:980px;
    margin:0 auto;
}

header
{
    width:100%;
    height:90px;
    background:#0138a6;
}

header h1
{
    color: #FFFFFF;
    font-size: 55px;
    font-weight: normal;
    padding: 8px 0 0 28px;
}

header a, header a:visited, header a:hover
{
    color:#fff;
    text-decoration:none;
}

.GridViewItem
{
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 9px 5px 0 209px;
}
.pageContentCommon 
{
    margin:5px 0;
    overflow:hidden;
    }
footer
{
    width:100%;
    height:25px;
    background:none repeat scroll 0 0 #CC0000;
    clear:both;
    margin-top:25px;
}

#flag
{
    margin:-5px 5px 0 5px;
}

#ddlCountry
{
    margin-right:5px;
}

#topInformation
{
    background:#eb3c00;
    margin:13px auto 0;
    color:#fff;
    padding:10px 35px;
    display:none;
}

#topInformation .leftpart
{
    float:left;
    width:220px;
    height:100%;
    border-right:1px solid #fff;
}

#topInformation .leftpart h2{
    font-weight:400;
}

#topInformation .leftpart span, #topInformation .leftpart strong
{
    display:block;
}
#topInformation .rightpart
{
    margin-left:222px;
    padding:5px 25px ; 
}
#pageContent
{
    border: 0 solid #BEBEBE;
    /*padding-bottom: 20px;*/
    min-height: 500px;
}
#aside
{
    float:left;
    position: relative;
    z-index: 1;
    width:200px;
}
.btnContainer
{
    font-size:88%;
}

.btnContainer a
{
    padding:0 5px 0 1px;
    margin:0 2px 0 7px;
}

.thumbnailOff
{
    background: url("../images/thumbnailOff.png") no-repeat scroll 0 16px transparent;
    border: 0 none;
    color: #505050;
    cursor: pointer;
    float: left;
    font-size: 95%;
    font-weight: bold;
    margin-left: 0;
    padding: 16px 0 2px 16px;
    display:none;
}

.HomeLink {
    float: left;
    margin: 3px 0 0 0px;
}

.AdminLink {
    float: right;
    margin: 3px 0 0 0px;
}

#pageContentCommon_ListContainer div {
    float: left;
}

/*.addbtn
{
    background: url("../images/add-new.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 5px 0 0 8px;
    width: 71px;
}*/

.searchContainer 
{
    position: absolute;
    z-index:555;
}

.thumbnailOn
{
    background:url(../images/thumbnailOn.png) no-repeat 0 center transparent;
}

.searchFilterContainer
{
    float: left;
    padding: 0 0 0 0;
    height: 766px;
    overflow: auto;
    margin-top:16px;
    width:208px;
}
.SearchText
{
    border: 1px solid #d2d2d2;
    border-right:none;
    color: #666666;
    height: 17px;
    padding: 5px;
    width: 132px;
    font-size: 11px;
    float:left;
}
.SearchButton
{
    background: url("../images/search-img.jpg") no-repeat scroll center center transparent;
    border: medium none;
    cursor: pointer;
    height: 29px;
    /*position: absolute;
    right: 0;*/
    width: 26px;
}

.searchContainer input[type="button"]
{
    text-indent:-999px;
    width:12px;
    border:0;
    cursor:pointer;
    margin:0 0px 0 8px;
}

#pageContentCommon_pager
{
    margin-right: 7px;
}

.filterContainer h3{
border-bottom:2px solid #e93c00;
padding:4px 2px;
}

.filterContainer h3, .filterContainer h3 a
{
    color:#ff8c00;
    font-weight:600;
}

.filterContainer h3 a
{
    float:right;
    background:url(../images/close.png) no-repeat right 65% transparent;
    padding-right:15px;
}
.filterTreeView > table
{
    
    width:100%;
    padding-top:3px;
    margin:5px 0 3px;
}

.filterTreeView > table a[id*="Viewt"]
{
    margin-left: -1px;
    font-size:12px !important;
}

.filterTreeView input
{
    margin-right:5px;
    float:left;
}

.filterTreeView table td > img, .filterTreeView table td a span
{
    display:none;
}

.thumbsHolder
{
  /*  border: 1px solid #E2E2E3;
    overflow-x: auto;*/
    position: relative;
    width: 772px;
    float:right;
    margin: 16px 0 20px 0;
}
.thumbsHolderInner {
    border: 1px solid #E2E2E3;
}

.ulThumb, .ulThumbOff
{
    list-style:none;
}

.ulThumb li, .ulThumbOff li
{
    border: 1px solid #E2E2E3;
    border-left:none;
    border-top:none;
    display: block;
    float: left;
    height: 190px;
    width: 192px;
}

.ulThumb li:nth-child(4n+4)
{
    border-right:none;
}


.ulThumb li:hover .PopUpBox
{
    display:block;
}

.PopUpBox
{
    background-color: #FFFFFF;
    border: 1px solid red;
    display: none;
    height: 150px;
    margin: 0 0 0 180px;
    padding: 12px 10px;
    position: absolute;
    width: 140px;
}


.ulThumbOff li
{
    height:50px;
    padding:10px 0;
}

.ulThumb .thumbDiv, .ulThumbOff .thumbDiv
{
   cursor: pointer;
    margin: 12px 20px;
    min-height: 95px;
    min-width: 152px;
    opacity: 1;  
    height:165px;
    position: relative;	
   /*
   overflow:hidden;*/
}

.ulThumb .thumbDiv:hover, .ulThumbOff .thumbDiv:hover { opacity: 0.7; filter:alpha(opacity=70);  }

.ulThumb .chk, .ulThumbOff .chk
{
    float: right;
    margin: 5px;
}

.ulThumbOff .thumbDiv .imgThumb
{
    display:none;
}

.ulThumb .imgThumb
{
    clear: both;
    display: block;
    height: auto;
    width: auto;  
}

.ulThumb p
{
   min-height: 60px; 
  /* width: 150px;
   height: 130px;*/
}

.ulThumb .visibleHidden
{
    visibility:hidden;
}

.ulThumb .lbl, .ulThumbOff .lbl
{
  /* display: block;*/
    font-size: 11px;
    vertical-align: middle;
    width: 100%;
    z-index: 55;
	padding-top: 10px;
	display: inline-block;
}

.shortDetail
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BABABA;
    display: none;
    height: 168px;
    overflow: hidden;
    position: relative;
    width: 265px;
    z-index: 6;
}

.shortDetail h3 
{
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    line-height: 14px;
    padding: 7px 10px;
}
.shortDetail > p {
    font-size: 11px;
    line-height: 14px;
    padding: 4px 10px 0 10px;
    min-height: 90px; 
    height:96px;
    overflow:auto;
}

.ulThumb li:hover .shortDetail
{
	/*display:block;*/
}

.ulThumb li.lastRowElement
{
	background:#ff0000;
}

.detailsDiv
{
     background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E3;
    display: none;
    left: 0;
    /*padding-bottom: 16px;*/
    position: absolute;
    top: 0;
    z-index: 10;
    padding:24px 24px 0px;
    width:auto !important;
	min-height:740px !important;
	overflow: auto;
}

.backToThumb
{
    background: url("../images/rightArrow.png") no-repeat scroll left 0 transparent;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 0 3px 20px !important;
    position: relative;
    text-align: right;
    top: 11px;
    display:none;
    float: right;
    right: 0;
    
}
.ulThumb .detailsDiv img.imgDetailsThumb, .ulThumbOff .details img.imgDetailsThumb
{
   
    display:block;
    max-width:100%;
}
.detailsDiv p
{
    color: #000;
    display: block;
    font-size: 16px;
    margin: 0 25px;
    padding: 5px 0;
    width:720px;
}
.detailsDiv .btn
{
    margin: 5px 12px 5px 0;
    padding: 10px;
}

.innerImage
{
    /*min-width: 762px;*/
}
.innerImage a:first-child
{
	/*margin:25px;*/
	display:inline-block;
	width: 720px;
	border: 1px solid #F8F8F8;
}

.paginationHolder
{
    float: left;
    left: 20px;
    position: relative;
    top: 7px;
    color:#666;
    font-size: 11px;
}

.PrevArrow {
    float: left;
    margin: 8px 0 0 37px;
}
.previous
{
   background: url("../images/prev-arrow.png") no-repeat scroll 0 0 transparent;
    border:none;
    height:11px;
    width:8px; 
    cursor:pointer;
}

.NextArrow 
{
    float: left;
    left: 16px;
    position: relative;
    top: 8px;
    width: 27px;
}
.next
{
   background: url("../images/next-arrow.png") no-repeat scroll 0 0 transparent;
    border:none;
    height:11px;
    width:8px; 
    cursor:pointer;
}

.FirstArrow
{
   float: left;
    margin: 8px -25px 0 37px;
}
.first
{
    background: url("../images/first-arrow.png") no-repeat scroll 0 0 transparent;
    border:none;
    height:11px;
    width:11px;
    cursor:pointer;
}
.LastArrow 
{
    float: right;
    left: 8px;
    position: relative;
    top: 7px;
    width: 20px;
}
.last
{
    background: url("../images/last-arrow.png") no-repeat scroll 0 0 transparent;
    border:none;
    height:11px;
    width:11px;
    cursor:pointer;
}
.paginationHolder a.selected
{
    color: #666;
    margin: 0 2px 0 2px;
    padding:3px 0px;
 
}
.paginationHolder a:hover, .paginationHolder a.normal
{
    color:#000;
    text-decoration:none;
}

.paginationHolder a.normal
{
    border:1px solid #909294;
    color:#757776;
    display: block;
    float:left;
    margin: 0 2px 0 2px;
    padding: 3px 15px;
}   
.childNode, .checkboxHolder
{
    white-space:normal !important;
    cursor:pointer;
}


   
#pageContentAside_filterTreeView > img 
{
    margin: 0 0 0 9px;
}
    
.filterTreeView_0.treeControl.filterTreeView_1.childNode.filterTreeView_5 {
    display: block !important;
    float: left !important;
    width: 144px !important;
}

.treeControl 
{
    white-space:normal !important;
    color:#000;
}   
    
.pageContentAside_filterTreeView_2 
{
    padding: 0 5px;
    width: 190px;
}  
    
.Detail 
{
  /*padding-left:25px;*/
}

.Detail label
{
    color: #00749e;
    display: inline-block;
    padding-top: 15px;
    width: 162px;
    margin-top: 2px;
    font-weight: 600;
}

.Detail_text 
{
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding: 15px 0 0;
    /*width: 592px;*/
    width: 557px
}
.Detail_text a:link {
    border: medium none;
    /*color: #530587;*/
	color: blue;
    margin: 0;
    width: 265px;
}
.Detail td
{
    vertical-align:top;
}
.Detail textarea
{
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    padding: 4px;
    width: 235px;
}
#pageContentSection_pager {
   
    width: 313px;
}

.pageContentSection_filterTreeView_5 {
    border: 1px solid;
    display: block;
    float: left;
    width: 137px;
}

.treeControl.filterTreeView_2.parentNode.filterTreeView_4 
{
    
    width: 170px !important;
}
#filterTreeView td {
    vertical-align: top;
}

.Detail input[type="text"]
{
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
    width: 230px;
}
.descForm label
{
    display: inline-block;
    font-size: 13px;
}

.descForm textarea
{
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    padding: 4px;
    width: 235px;
}
.descForm input[type="text"]
{
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
    width: 230px;
}
.descForm table td 
{
    padding: 12px 0;
    vertical-align: top;
    width: 168px;
}
.checkbox {
    vertical-align: bottom !important;
}

.descForm {
    margin: 20px 30px 0;
}
.descForm input[type="button"] 
{
 
    margin-right: 13px;
    padding: 2px 0;
    width: 70px;
}
.editbtn
{
    background: url("../images/edit.png") no-repeat scroll left top transparent;
    border: medium none;
    height: 21px;
    margin: -38px 0 0;
    position: absolute;
    width: 22px;
    cursor: pointer;
 
}
.deletebtn
{
    background: url("../images/delete.png") no-repeat scroll 3px 2px transparent;
    border: medium none;
    height: 22px;
    margin: -39px 0 0 30px;
    position: absolute;
    width: 22px;
    cursor: pointer;
}

.upload_button
{
    background: url("../images/refresh-icon.png") no-repeat scroll 3px 2px transparent;
    border: medium none;
    cursor: pointer;
    height: 36px;
    padding: 0;
    width: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .thumbsHolder
{
    /*border: 1px solid #E2E2E3;*/
   float:right !important;
}
.ulThumb li, .ulThumbOff li {
    border: 1px solid #E2E2E3;
    border-left: none;
    border-top: none;
    display: block;
    float: left;
    height: 200px;
    width: 192px;
}
/*.detailsDiv
{
   
	min-height:779px !important;
	padding-bottom: 15px; 
}*/
.searchFilterContainer
{
    height: 806px;
}

}
.Background
{    
    border-style: none;
	border-color: inherit;
	border-width: medium;
top:-211px;
    bottom:211px;
    left:0px;
    right:0px;
    position:fixed;
    visibility:visible;
    z-index:100;
    width:100%;
    height:100%;
    filter: alpha(opacity=60);
    -moz-opacity:1;
    opacity:1;
    background-position:center;
}
.currentImage {
    padding: 12px 0 0;    
    overflow:hidden;
}

.formImage {
    display: block;
    max-height: 100px;
    max-width: 100%;	      
}
.EditCurrent_Image {
    float: right;
    position: absolute;
    right: 50px;
    top: 35px;
}
#tbldetail {
    width: 510px;
}
.savebtn
{
    margin-top: 0;
}
.Background img
{
position: absolute;
   top: 14%;
   left: 50%;
   /*width: 500px;
   height: 500px;*/
   /* margin-top: -250px; Half the height */
   /*margin-left: -250px;  Half the width */
   width:125px;
   height:15px;   
   margin-left:-60px;
}
.treeControl 
{
    white-space:normal !important;
    color:#000;
    font-size:11px;
} 
.childNode
{
   
    white-space:normal !important;
    color: #00749E !important;
    font-size: 11px !important;
    line-height: 15px !important;
}
/* error page ends */



/***** login Page******/

.loginBox {
    clear: both;
}


.loginContainer {
    background: none repeat scroll 0 0 #FAFAFA;
    box-shadow: 0 0 6px rgba(50, 50, 50, 0.2);
    left: 50%;
    margin-left: -187px;
    padding: 20px;
    position: absolute;
    top: 190px;
    width: 332px;
}

.loginContainer input[type="submit"], .loginContainer input[type="reset"] {
    background-color: #00749E;
    border: 0 none !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.2em;
    margin-right: 8px;
    padding: 5px 16px !important;
    width: auto;
}


.loginContainer h2 {
    border: 0 none;
    padding: 18px 0;
    font-size:24px;
    font-weight:normal;
    color:#00749E;
}

.loginContainer label {
    display: inline-block;
    font-size: 1.2em;
}

.loginContainer input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    color: #333333;
    font-size: 1em;
    margin: 5px 0 6px;
    padding: 5px;
    width: 300px;
}


.RememberMe span {
    display: block;
    margin-bottom: 5px;
}

.RememberMe input[type="checkbox"] {
    padding: 0;
    width: auto;
}

.ErrorMsg
{
    color: red;
    padding: 10px 0 15px;
}

#pagerarea {
	position: relative;
}

.AddEditBtns {
float: right;
position: absolute;
left: 21%;
	display: none;
}

/*.AddEditBtns {
    display: none;
    float: right;
    left: 0;
    position: absolute;
    top: -28px;
}*/

.AddEditBtns input {
display: inline-block;
width: 75px;
padding: 4px;
margin-right: 3px;
background: #167BAF;
border: 0;
text-align: center;
cursor: pointer;
color: #ffffff;
font-size: 12px;
	
}

.AddEditBtns input:hover {
display: inline-block;
width: 75px;
padding: 4px;
margin-right: 3px;
background: #076793;
border: 0;
text-align: center;
cursor: pointer;
	
}

a.AddEditBtns {
display: inline-block;
width: 75px;
padding: 6px !important;
margin: 6px 0 0 3px !important;
background: #167BAF;
border: 0;
text-align: center;
cursor: pointer;
color: #ffffff;
font-size: 12px;
	display: none;
	
}

a.AddEditBtns:hover {
display: inline-block;
width: 75px;
padding: 6px !important;
margin: 6px 0 0 3px !important;
background: #076793;
border: 0;
text-align: center;
cursor: pointer;
	
}


.errorpage {
    height: 14em;
    left: 45%;
    margin-left: -15em;
    margin-top: -12em;
    position: fixed;
    top: 25%;
    width: 50em;
}

.errorpage  p {
	font-size:3em;
	color:#ED1C24;
	clear:both;
	padding-top:1em;
}

.errorpage  span  a{
	padding-top:20px;
	display:block;
	font-weight:bold;
	font-size:1.0em;
	color:#303F52;
	text-transform:Uppercase;
	text-decoration:none;
}
.logo{
	float:left;
	width:10%;
}
.logo a{
	background:url(../images/winLogo.png) no-repeat center center transparent;
	width:200px;
	height:65px;
	display:block;
}



/*Edit Div*/
section
{
    position:relative;
    }


.editDiv, .addDiv 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E3;
    left: 208px;
    /*min-height: 740px;*/
    height:759px;
    position: absolute;
    top: 32px;
    width: 75.6%;
    z-index: 99;
    padding:15px 15px 0 15px;
    overflow:auto;
}

.editDiv img, .addDiv img 
{
    width:65%;
    }

.editDiv td, .addDiv td {
    padding: 5px 0;
    vertical-align: top;
    white-space: pre;
}
.editDiv .smallTxt, .addDiv .smallTxt 
{
    width:180px !important;
    }
    
    
    
    .SystemURL {
	    width:180px !important; 
    }
    

.editDiv textarea, .addDiv textarea 
{
    font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    min-height:60px;
    overflow:auto;
    resize: none;
    
    }


.editDiv textarea, .editDiv input[type="text"], .addDiv textarea, .addDiv input[type="text"] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    padding:3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 525px;
}

.editDiv input[type="text"]:focus, .editDiv textarea:focus, .addDiv input[type="text"]:focus, .addDiv textarea:focus {
    outline: 0;
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
}



.addBtn 

{
    background: url("../images/addBtn2.png") no-repeat scroll 0 0 transparent !important;
    border: medium none;
    cursor: pointer;
    height: 25px;
    /*width: 25px;
    right: 227px;*/
    width: 80px;
    right: 287px;
    margin-top: 3px !important;
    position: absolute;
	padding:6px 0 0 30px !important;
}

.addBtnFilter 

{
    background: url("../images/addBtn2.png") no-repeat scroll 0 0 transparent !important;
    border: medium none;
    cursor: pointer;
    height: 25px;
    /*width: 25px;
    right: 227px;*/
    width: 80px;
    right: 108px;
    margin-top: 3px !important;
    position: absolute;
	font-size: 11px;
	padding:6px 0 0 30px !important;
}

.addBtnFilter2 

{
    background: url("../images/addBtn3.png") no-repeat scroll 0 0 transparent !important;
    border: medium none;
    cursor: pointer;
    height: 25px;
    /*width: 25px;
    right: 227px;*/
    width: 160px;
    right: 68px;
    margin-top: 3px !important;
    position: absolute;
	font-size: 11px;
	padding:6px 0 0 30px !important;
}

.AdminPanelLink {

	border: 1px solid red;
	 background: url("../images/controlICN2.png") no-repeat scroll 0 0 transparent !important;
    border: medium none;
    cursor: pointer;
	display: block;
    margin-top: 1px !important;
	padding:4px 0 13px 30px !important;
	font-size: 11px;
}


.browse 
{
    width:300px;
    padding:3px;
    }
.uploadBtn 
{
    margin-left:8px;
    }

.btnHolder 
{
    text-align:center;
    padding-top:12px;
    }
.addBtn {
	color: #666666 !important;
	font-size: 11px;
}
.btnHolder input[type="submit"], .btnHolder input[type="button"], .uploadBtn, .addBtn
{
    background:#167BAF;
    border:0;
    color:#ffffff;
    padding:5px 20px;
    cursor:pointer;
    
    }
.btnHolder input[type="submit"]:hover, .btnHolder input[type="button"]:hover, .uploadBtn:hover
{
    background:#076793;
    border:0;
    color:#ffffff;
    padding:5px 20px;
    cursor:pointer;
    
    }    
    
    
.btnHolder input[type="submit"] 
{
    margin-right:10px;
    }    


#passwordError {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    margin-bottom: 5px;
    padding: 8px;
	display: none;
	line-height: 16px;
}


.btnbacktoBrowse {
	display: none;
}


/* filter manager Holder */

.filterHolder {
    background:#FFFFFF;
    border: 1px solid #E2E2E3;
    /*height: 749px;*/
    height: 789px;
    left: 208px;
    overflow: auto;
    padding: 15px 15px 0;
    position: absolute;
    top: 39px;
    width: 740px;
    z-index: 99;
}

.filterHolder td {
    padding: 10px 0;
    vertical-align: top;
}

.filterHolder select {

	min-width: 200px;
}
.filterHolder input[type="checkbox"] {
	margin-right: 5px;
}


.filterHolder textarea, .filterHolder input[type="text"], .filterHolder select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    padding:3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 525px;
}

.filterHolder input[type="text"]:focus, .filterHolder textarea:focus {
    outline: 0;
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
}

.filterBtnHolder
{
    float:left;
    margin-left:207px;
    }
    
.filterBtnHolder input[type="submit"], .filterBtnHolder input[type="button"], .uploadBtn
{
    /*background:#167BAF;
    border:0;
    color:#ffffff;
    padding:5px 20px;
    cursor:pointer;*/
display: inline-block;
width: 75px;
padding: 6px !important;
margin: 6px 0 0 0px !important;
background: #167BAF;
border: 0;
text-align: center;
cursor: pointer;
color: #ffffff;
font-size: 12px;
    
    }

    
.filterBtnHolder input[type="submit"]:hover, .filterBtnHolder input[type="button"]:hover, .uploadBtn:hover
{
    background:#076793;
    border:0;
    color:#ffffff;
    padding:5px 20px;
    cursor:pointer;
    
    }    
    
.filterHolder .txtLabel 
{
    padding-top:7px;
    display:inline-block;
    }
    
.filterHolder .chkBoxlbl  
{
    min-width:200px;
    display:inline-block;
    } 
 
 .filterHolder .chkBoxDiv  
{
    min-width:244px;
    display:inline-block;
    }  
.filterHolder #lblUseDisplayOrder 
{
    color:Blue;
    }     

footer a 
{
color: #ffffff;
padding: 5px;
display: block;
}



.Pnlhomecontainer {
	/*width: 226px;*/
	float: left;
}

#adminPanel {
	display: inline-block;
	color: blue;
	display: none;
}

input[type="submit"]:disabled,input[type="text"]:disabled, select:disabled {
    background: none repeat scroll 0 0 #EEEEEE !important;
    border: 1px solid #C0C0C0 !important;
    color: #A2A2A2 !important;
}

input[type="submit"]:disabled 
{
    padding:4px 20px !important;
}


.pageTitle {
text-align: center;
font-size: 20px;
background: #ccc;
color:#333;
font-weight: 300;
line-height:normal;
padding-bottom:5px;
	position: relative;
}

.filtertreeDiv 
{
   height: 806px !important;
   margin-top:6px;
    }
    
.contentFilterDiv 
{
   margin-top:-1px !important;
	height: 775px !important;
    }    
    
.redFont
{
    color: Red;
}
.boldFont
{
    font-weight: bold;
}
        
.filtertreeDiv .TreeNodeBorder
{
    background-color: #BBE1F7;
    border: 1px solid #000000;
    color: #333333;
    padding: 2px;
}
        
.filtertreeDiv .TreeNodeBorderClear
{
    /*  background-color: #CCCCCC;
border: 1px solid #000000;
color: #ffffff;*/
    border-style: none;
    border-width: 0px;
    border-color: inherit;
}
        
.filtertreeDiv .filterTreeView > table a[id*="Viewt"]
{
    display: block;
    margin-right: 10px;
}
        
.filtertreeDiv .filterTreeView_3
{
    display: block;
    margin-right: 10px;
}   

i {
  
    color: red;
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

.helpICN {
	background: url(../images/helpICN.png) 0 0 no-repeat;
	height: 33px;
	width: 33px;
	float: right;
	cursor: pointer;
}

.helpContainer {
border: 1px solid #ccc;
background: #fff;
position: absolute;
right: 0px;
top: 33px;
min-height: 200px;
width: 600px;
	display: none;
	padding: 10px;
}

.helpContainer p {

}

.helpContainer ul {
list-style: square ;
text-align: justify;
font-size: 14px;
padding: 0px 5px 20px 18px;
}
.helpContainer li {
	padding: 1px 0;
}


.fileBrowser {
	margin-right: 5px;
}

.counter2 {
    color: red;
    display: block;
    font-size: 11px;
    margin-top: -12px;
}

.editmsg {
    color: red;
    display: block;
    font-size: 12px;
    margin: -8px 0 6px 2px;
}



/* ADD VIEW MODE */

.AddViewHolder {
    background:#FFFFFF;
    border: 1px solid #E2E2E3;
    /*height: 749px;*/
    height: 789px;
    left: 208px;
    overflow: auto;
    padding: 15px 15px 0;
    position: absolute;
    top: 39px;
    width: 740px;
    z-index: 99;
}

.AddViewHolder td {
    padding: 10px 0;
    vertical-align: top;
}

.AddViewHolder select {

	min-width: 200px;
}
.AddViewHolder input[type="checkbox"] {
	margin-right: 5px;
}


.AddViewHolder textarea, .AddViewHolder input[type="text"], .AddViewHolder select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
    padding:3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 525px;
}

.AddViewHolder input[type="text"]:focus, .AddViewHolder textarea:focus {
    outline: 0;
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
}

    
.AddViewHolder input[type="submit"], .AddViewHolder input[type="button"], .uploadBtn
{

display: inline-block;
width: 75px;
padding: 6px !important;
margin: 6px 0 0 0px !important;
background: #167BAF;
border: 0;
text-align: center;
cursor: pointer;
color: #ffffff;
font-size: 12px;
    
    }

    
.AddViewHolder input[type="submit"]:hover, .AddViewHolder input[type="button"]:hover, .uploadBtn:hover
{
    background:#076793;
    border:0;
    color:#ffffff;
    padding:5px 20px;
    cursor:pointer;
    
    }    
    
.AddViewHolder .txtLabel 
{
    padding-top:7px;
    display:inline-block;
    }
    
.AddViewHolder .chkBoxlbl  
{
    min-width:200px;
    display:inline-block;
    } 
 
 .AddViewHolder .chkBoxDiv  
{
    min-width:244px;
    display:inline-block;
    }  
.AddViewHolder #lblUseDisplayOrder 
{
    color:Blue;
    }   



.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(../images/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(../images/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(../images/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../images/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}


.sortDrpDwn {
	display: block;
	width: 100%;
	overflow: hidden;
}
.sortDrpDwn span {
	float: right;	
}
#ddlSorter {
	padding: 3px 5px 3px 5px;
	margin-left: 15px;
	width: 166px;
}



.averageStarLabel {
color: #00749e;
font-weight: bold;
display: inline-block;
padding: 5px 0 5px 0;
float: left;
}

#divlistrating {
position: absolute;
bottom:  -9px;
}

#DetailAverageStarDiv {
display: inline-block;
padding: 5px 0 0 8px;
}

.btnGetStrated .urllink{
    margin:10px 0;
    width:159px !important; 
}

