﻿img {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

.jqx-button {
    transition: transform .2s; /* Animation */
    cursor: pointer !important;
}

.jqx-button:hover {
    transform: scale(1.05);
 }

.col_image_button {
    border-style: none;
    border-color: inherit;
    transition: transform .2s; /* Animation */
    border-width: 0px;
    cursor: pointer !important;
}

.ddl {
    border: none;
    border-radius: 5px;
    padding: 3px;
    background-color: #f1f1f1 !important;
}

.col_image_button:hover {
    /*opacity: 0.3;*/
    transform: scale(1.05);
}

.menuImg {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

.aboutImg {
    /*width:100%;*/
    max-width: 50%;
    max-height: 50%;
    -ms-interpolation-mode: bicubic;
}

.blackandsmall {
    color: #000000;
    font-size: small;
}

.Descri {
    display: block
}

.upperDescri {
    overflow: hidden;
    padding-right: 20px;
}

.lowerDescri {
    width: 60%;
    overflow: hidden;
    text-align: left;
    font-size: small;
    font-weight: normal;
    color: #999999;
    padding-right: 20px;
}

.lowerButton {
    font-size: small;
    font-weight: normal;
}

.fix {
    position: relative;
}

.right {
    bottom: 5px;
    right: 1px;
    z-index: 1;
    position: absolute;
    text-align: right;
}

.aright {
    text-align: right;
}



.center {
    text-align: center;
}

.strongoption {
    color: #000;
    font-size: small;
    font-weight: bold;
}

.option {
    color: #000;
    font-size: small;
    font-weight: normal;
}

.datatext {
    font-size: 14px;
    font-weight: normal;
}

.smalltext {
    font-size: smaller;
    font-weight: bold;
}

.pr {
    padding-right: 10px;
}


.lulblock {
    display: block;
}

.lulright {
    width: 50%;
    text-align: right;
}

.lulleft {
    width: 50%;
    text-align: left;
}

.lultestblock {
    width: 45%;
    display: block;
}


.leftdiv {
    float: left;
}

.rightdiv {
    float: right;
}


.readed {
    background-color: #CCCCCC;
    opacity: 0.8;
}

/*.backButton_head{
	background-image:url(../images/headerButton/backButton_head.png);
	background-repeat:no-repeat;
	width:12px;
	height:29px;
}
.toolButton_head{
	background-image:url(../images/headerButton/toolButton_head.png);
	background-repeat:no-repeat;
	width:5px;
	height:29px;
}
.headerButton_body{
	background-image:url(../images/headerButton/headerButton_body.png);
	background-repeat:repeat-x;
	width:1px;
	height:29px;
	vertical-align:central;
	text-align:center;
	min-width:30px;
	max-width:100px;
	padding-left:2px;
	padding-right:2px;
	
	text-shadow: rgb(46,55,68) 0 -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	font: bold 12px/30px Helvetica;
    overflow: hidden;
}
.headerButton_tail{
	background-image:url(../images/headerButton/headerButton_tail.png);
	background-repeat:no-repeat;
	width:5px;
	height:29px;
}*/


/*If changes is made to the following button icon size, modification for individual page load and resize is needed*/
.menuButton {
    background-repeat: no-repeat;
    min-width: 20px;
    max-width: 300px;
    padding-left: 2px;
    padding-right: 2px;
    height: 32px;
}

.expandall {
    background-repeat: no-repeat;
    min-width: 20px;
    max-width: 30px;
}

.collapseall {
    background-repeat: no-repeat;
    min-width: 20px;
    max-width: 30px;
}

.editButton {
    background-repeat: no-repeat;
    min-width: 15px;
    max-width: 20px;
    width: 30px;
}

.deleteButton {
    background-repeat: no-repeat;
    min-width: 15px;
    max-width: 20px;
    width: 30px;
}

.headerLink {
    text-decoration: none;
    /*color:#FFFFFF;*/
    display: block;
}

.doneButton {
    font-size: medium;
    padding-top: 3px;
    padding-right: 3px;
    color: #0083E2;
    background: transparent;
    border-style: none;
}


.errorMessage {
    font-size: small;
    color: #FF0000;
}

.successMessage {
    font-size: small;
    color: #008000;
}

.menuFix {
    position: relative;
    max-width: 150px;
    max-height: 150px;
}

.topleft {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.toplefttext {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    left: 5px;
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
}

.smallicon {
    width: 100%;
    width: 30px;
    height: 30px;
}

div.fixedContent {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

h2.category_header {
    color: white!important;
}

.filterout {
    display: none !important;
}