
table.display {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    clear: both;
    font-size: 85%;
    margin: 0 auto 0.5em;
    width: 100%;
}

table.display thead a {
	color: #2647A0 !important;
	text-decoration: none;
}
table.display thead a:hover {
	background:#FFFFCC;
	color:#3333CC;
	text-decoration: none;
}
table.display tbody a {
	color: #2647A0 !important;
	text-decoration: underline;
}
table.display tbody a:hover {
	background:#FFFFCC;
	color:#3333CC;
	text-decoration: underline;
}
table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display th {
	border-left: 1px solid #ccc;
	background-color: #ddd;
}
table.display td {
	padding: 3px 10px;
	border-left: 1px solid #ccc;
}

table.display td.center {
	text-align: center;
}


/* jquery mobile css override start. add custom below */
#landing-page-table td.bar_element{

	width:120px;
	
}
#landing-page-table td.bar_element p{
	
	width:115%;
}
#landing-page-table td.bar_element img{
	display:block;
}
#landing-page-table td.bar_element span{
	display:block;
	width:90%;
	text-align:center;
	
}

.ui-header {
   background-color: #990000;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#700000));
   background-image: -webkit-linear-gradient(top, #990000, #700000);
   background-image:    -moz-linear-gradient(top, #990000, #700000);
   background-image:     -ms-linear-gradient(top, #990000, #700000);
   background-image:      -o-linear-gradient(top, #990000, #700000);
   
}


.nav, .gray-box{
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	margin-top:1em;
	padding:10px;
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 5px 5px 10px 10px;
border-radius: 5px 5px 10px 10px; 
}
.nav h4{
	    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FDFDFD #FDFDFD #CCCCCC;
    border-style: solid;
    border-width: 3px 3px 1px;
    margin: 0;
    padding: 0;
}
.nav a{
	display:block;
	   padding: 4px 0;
}
.citation h5{
	margin: 10px 10px 0px 10px;
	font-size:14px;
	
}
.citation p{
	margin: 0px 10px 10px 10px;
}

.btn-theme-label{
	font-size:12px;
	margin-bottom:1em;
}

.upcoming-articles h5{
	margin:0px;	
	padding:10px;
}
.upcoming-articles{
	background-color:#E7ECF3;
	margin:0px;
}
.upcoming-articles p{
	padding-left:10px; 
	margin:0px;
}
.upcoming-articles ul{
	padding-bottom:10px; 
	
}
.gray-box h4{
	margin-top: 0px;
	margin-bottom: 0px;			
}
.gray-box h4:first-child{
	border-bottom: 1px solid #CCCCCC;
}
#btn-recent-articles .btn-theme{
	font-weight:bold;
	padding-top:3px;
	font-size:12px;	
}
#btn-recent-articles p{
	margin-top:0px;
}

.btn_theme_list ul{
	padding-left:15px;
}
.btn_theme_list li{
	margin:5px;
}

#main-article img{width:100%;height:auto;}

#btn_archive_table tbody tr td{
	padding: 20px 10px;	
}
#btn_archive_table tbody tr:nth-child(2n) td{
	background-color: #EEF4FF;

}

.btn-archive-filter-label{
display:block; 
text-align:center; 
margin-bottom:-5px; 
margin-top:10px; 
text-transform:uppercase; 
font-size:12px; 
font-weight:bold;
}



/*------------Errata--------------*/

#errata{border:1px #900 dotted; margin-bottom:15px;padding: 10px; margin: 10px auto;}

#errata p#errata-label {
    font-size: 16px;
    font-weight: bold;
    color:#900;
    letter-spacing: 0.7px;
    display: block;
    text-transform: uppercase;
	margin: 0;
	text-align: left;
}

#errata p{margin: 10px 0px 0px 0px;}


/*---------508 fix jquery.mobile-1.3.2.min.css --------*/
.ui-body-d .ui-link {color: #0044aa !important;}
.ui-btn input, .ui-btn button{font-size: 12px;}





	
