@charset "utf-8";
/* CSS Document */

/* Import Blueprint Framework*/
@import url("screen.css");

body{background:#fff url(../images/bg.jpg); font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:100%; margin-bottom:0; height:100%; color:#1a3640; padding:0; margin:0; }

#search-form .searchInput{border:1px solid #eaeaea; padding:5px;}


#content{background:none;}
#search-form{text-align:center}
#result-summary,#resultsTable,#resultsTable2,div#pagination{background:url(../images/form-container-bg.png); border:1px solid #c9c2c1 ;text-align: right;}
#form-container{margin:5px; padding-bottom:20px; background:url(../images/form-container-bg.png); border:1px solid #c9c2c1}
#search-options{padding:0 0 10px 0; border:1px solid #eaeaea; text-align:right;overflow:hidden; min-height:25px; margin-top:10px;}
#search-options h5{background:#efefef;padding:5px 10px 5px 10px; margin-bottom:0;cursor: pointer;}
#search-options p{padding:10px; padding-bottom:0; margin-bottom:0; float:right; }
#left-side{padding:0; background-color:#fff; width:220px; margin:0;}
#right-side{padding:5px; padding-left:10px; border-left:1px solid #eaeaea}

#menu-container{text-align:center; padding:0; margin-bottom:0; }
ul.menu{list-style:none; padding:0; margin:0 auto; text-align:center; }
ul.menu li{text-align:right; width:200px; display:inline;}
ul.menu li a{ text-align:right; display:inline-block; padding:5px 20px 5px 20px; font-size:18px; background:#1a3640; border-left:1px dotted #d1dbbd; color:#7fa89b; text-decoration:none;}
ul.menu li a.first{border-right:1px dotted #d1dbbd; }
ul.menu li a:hover, ul.menu li a.active{color:#3e606f; background-color:#d1dbbd}
input.search-button{padding:5px;background:#1a3640; width:120px; border:1px solid #d1dbbd; color:#7fa89b; font-size:18px;}
input.search-button:hover{color:#3e606f; background:#d1dbbd; cursor:pointer}
input.searchInput{text-align:right;}
#footer{background-color:#4c3e9a;}

.record{ padding:10px 5px; border-bottom:1px dotted #d1dbbd}
h1,h2,h3,h4,h5,h6{color:#1a3640; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom:0px;
	border: 3px solid #fff;
}
div.bubble{clear:both; padding-bottom:40px;}
div.even .rounded{background:#e2ecff;}
div.odd .rounded{background:#e2e8db;}
div.bubble div.rounded blockquote {
	border: 0;
	font-style:normal;
	color:#1a3640;
	font-size:18px;
	background-color: transparent;
	margin-bottom:0;
	padding-top:10px;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	margin-bottom:0px;
	padding-right: 15px;
	padding-top: 14px;
	top:26px;
	font-style:normal;
}

div.even cite.rounded{background: transparent url(../images/tip-rounded-even.png) no-repeat 250px 0;}
div.odd cite.rounded{background: transparent url(../images/tip-rounded-odd.png) no-repeat 250px 0;}
div.expand-button{margin:0;cursor:pointer; width:17px; position:relative; right:10px;}
div.details{padding:10px 35px; }
div.odd div.details{background:#F9FBF7; font-size:15px; color:#333; border-top:1px solid #d2d9ca;  border-bottom:1px solid #d2d9ca; }
div.even div.details{background:#f2f4f9; border-top:1px solid #c0c9df;border-bottom:1px solid #c0c9df; }
div#pagination{text-align:center;}

#resultsTable2 ul{list-style:none; margin:0; padding:0; }
#resultsTable2 ul.left-side{margin-left:5px; border:1px solid #333}
#resultsTable2 ul.right-side{border:1px solid #333}
#resultsTable2 ul li table{margin-bottom:0;}
#resultsTable2 ul li table tr td{text-align:right;}
#resultsTable2 ul li table tr td.word{}
#resultsTable2 ul li table tr td.total{text-align:center;}
#resultsTable2 ul li.even{background:#e2ecff;}
#resultsTable2 ul li.odd{background:#fafafa;}

#expand-options-container{padding: 10px;}
.Top10{margin: 10px 0 0 0}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #eee !important;
}
select{
	direction: rtl;
}
.navbar{
	background-color:#1a3640
}

@media (min-width: 768px){
.navbar-nav {
    float: none !important;
    display: inline-block;
}
}

.my-navbar a{
    font-size: 18px;
    background: #1a3640;
    color: #7fa89b !important;
    text-decoration: none;
}

.navbar-inverted .navbar-toggle {
  border-color: transparent; /* Removes border color */
}
.navbar-inverted .navbar-toggle .icon-bar {
  background-color: white; /* Changes regular toggle color */
}
.navbar-inverted .navbar-toggle .icon-bar:hover {
  background-color: #fff; /* Changes toggle color on hover */
}





