@CHARSET "ISO-8859-1";


body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


.label {
    font-weight:bold;
    font-size:13px;
}

.info {
    font-size:13px;
    font-weight:normal;
    display:inline;
}


.odd{
    background: rgba(255, 255, 255, 0.5);
}

.even{
    background: rgba(214, 154, 69, 0.2);
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content-prev {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: auto;
    padding:15px;
}

div#zoomifyViewer {
	border: solid 1px #705f33;
	width: 900px;
	height: 550px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* The Close Button 
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
*/
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

iframe.zoomifyViewer {
	border: none;
	width: 910px;
	height: 560px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#paraHeading{
  color:rgb(73,32,0);
  text-transform:uppercase;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
}

p{
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
	text-decoration: none;
}

#content{
	padding-bottom:2px;
	padding-left:2px;
	margin:auto;
	width:100%;
	text-align:left;
	overflow-y:auto;
}


/* transparent background classes for divs, using RGBa, 
	see: http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/ 
    Note: the conditional IE CSS in BasePage.html needs to be updated to reflect CSS elements below (refer to that file)
*/

.light_transparency_back {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33d69a45, endColorstr=#33d69a45);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33d69a45, endColorstr=#33d69a45);
	background: rgb(214, 154, 69);
	background: rgba(214, 154, 69, 0.2);
}

.white_transparency_back {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}


.even {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33d69a45, endColorstr=#33d69a45);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33d69a45, endColorstr=#33d69a45);
	background: rgb(214, 154, 69);
	background: rgba(214, 154, 69, 0.2);
}

.odd {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}

.odd_ie {
	background-color: #ffffff;
}


div.border_radius, table.border_radius {
	border: solid 1px #705f33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.border_radius{
	border: solid 1px #705f33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.menu_header_brown {
	font-family: "Palatino Linotype", Palatino, serif;
	color: #6a330a;
}

.menu_header_black {
	font-family: "Palatino Linotype", Palatino, serif;
	color: #000000;
	font-size:14px;
}

	
.large_font {
	font-size: 20px;
	
}


input.submit {
	color: #e8ce87;
	background-color: #5f1e00;
	padding: 3px 5px;
}


div.background_yellow {
    background-color: #FFFF99;
}

div.background_red {
    background-color: #ff8d6f;  
}


/* fancybox window 'title' CSS */
.fancybox-title { text-align: left; }

.fancybox-title p { display: block; margin-right: 80px; font-size: 12px;}

.fancybox-title span { float: right; }

.fancybox-opened {
	z-index: 21030;
}

/*qtip css*/
.qtip-content {
	font-size:12px;
	font-weight: bold;
	color: #6a330a;
	font-family: "Palatino Linotype", Palatino, serif;
}

.resultTable {
    /*width: 965px; */
	width:100%;
    border-spacing: 0px;
    border-radius: 5px;
    border-top: solid 1px #705f33;
	border-bottom: solid 1px #705f33;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    text-align:center;
}

.link{
    color:blue;
    text-decoration: underline;
    cursor: pointer;
}

.moblink{
    color:blue;
    cursor: pointer;
}

.linkarrow{
    color:blue;
    cursor: pointer;
}

.nolink{
    color:black;
    padding: 3px 6px;
    border: 1px solid #c6e09b;
    background: white;
    font-size: 12px;
    border-radius:5px;
}

.page{
    padding: 3px 6px;
    border: 1px solid #c6e09b;
    background: #fff;
    font-size: 12px;
    border-radius:5px;
    
}

.nolink:hover{
    color:black;
    background: white;
}

.page:hover{
    color:white;
    background:blue;
    
}

.navigator {
	margin-left:2px;
    display:inline-block;
    float:center;
}

.top {
    display:inline-block;
    float:left;
}

.bottom {
     display:inline-block; 
     float:center;
}

.ascending {
	/**/
	background-image: url('../../images/sort_arrow_up.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 95%;
}

.descending {
	/**/
	background-image: url('../../images/sort_arrow_down.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 95%;
}

.noSortOrder {
	/**/
	background-image: url('../../images/sort_arrows.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 95%;
}

.modal-content-basic {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 900px;
    height: auto;
    padding:15px;
}

