.body {
    background-color:#333333;
    background-image:linear-gradient(top, #333333 10%, #999999 51%);
    background-image:-webkit-linear-gradient(top, #333333 10%, #999999 51%);
    background-image:-ms-linear-gradient(top, #333333 10%, #999999 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.1, #333333),
        color-stop(0.51, #999999)
    );
    /*background-attachment:fixed;*/
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
}

.headerPanel
{
	/* http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(109,168,219,1) 83%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(83%,rgba(109,168,219,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(109,168,219,1) 83%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(109,168,219,1) 83%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(109,168,219,1) 83%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(109,168,219,1) 83%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

     border-top: 0px solid transparent;
     border-bottom: 0px solid transparent;
	
}

.divLockPanel
{
	/* http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top,  rgba(105,148,219,0.7) 0%, rgba(105,148,219,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,148,219,0.7)), color-stop(100%,rgba(105,148,219,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(105,148,219,0.7) 0%,rgba(105,148,219,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(105,148,219,0.7) 0%,rgba(105,148,219,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(105,148,219,0.7) 0%,rgba(105,148,219,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(105,148,219,0.7) 0%,rgba(105,148,219,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b36994db', endColorstr='#b36994db',GradientType=0 ); /* IE6-9 */
		
     
	position:fixed; 
	display: none; 
	width: 100%; 
	height: 100%; 
	z-index: 100000;
}

/*.header
{
	color: #f0f8f8;
	font-style:italic;
}*/

.category
{
	color: #0a053f;
	font-weight: bold;
	margin-bottom: 10px;
}

.feature
{
	width: 70px;
	height: 30px;
	color: #1b1464;
	font-size: 12px;
	font-weight: normal;
}

.wrappanel {
 	margin: 0px;
 	padding: 0px;
}

.wrappanel li{
 	display: inline-block;
 	text-align: left;
 	padding: 0px;
	margin: 0px;
 	
}


.question {
	color:#130a35;
    font-family:Arial, sans-serif;
    font-weight: bolder;
    font-size:14px;	
}

.answer {
	color:#514778;
    font-family:Arial, sans-serif;
    font-size:14px;	
}
    
.tableAlt {
    table-layout: fixed;
}
    
.tableAlt tr:nth-child(even) td{
    vertical-align: top;
    word-wrap:break-word;
}

.tableAlt tr:nth-child(odd) td{
    background-color: #e4eafb;
    vertical-align: top;
    word-wrap:break-word;
}

/* gray scale for images ~ not working on android */
.img.lock {
    filter: url(res/svg/grayscale.svg#grayscale); /* Firefox 3.5+ */    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.inlineButton {
    border: 0px;
    background-color: transparent;
    border-style: none;
    border-top: 5px;
    outline-style: none;
    text-align: left;
    justify-content: left;
    padding-left: 4px;
}

.inlineTableButton:hover {
    cursor: pointer;
}
.inlineTableButton:hover input {
    color: darkorange;
    cursor: pointer;
}

.inlineTableButton:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.listViewRow:hover {
    background-color: #e4eafb;
}
