/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	/*width:990px;*/
	height:188px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:389px;
	height:185px;
	text-align:left;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #000000;
	text-align:center;
}

a.ca-more:hover{
color:#faa21c;
}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../img/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}


.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}

/*.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}*/

.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:40px;
	height:196px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	/*top:50%;*/
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

.download-file a{
background-image:url(../img/download.png);
background-repeat: no-repeat;
background-position: left;
padding:10px 0px 10px 40px;
}

/*****Added infomartion for display from previous styles.css **************/
#case_search {
 float: left;
 width:100%;
 margin-top:0;
 height: 40px;
 text-align:center;
}
/*.search_inp{
 width:300px;
 padding: 5px 0 6px 1px;
 color: #333;
 border:1px solid #ccc;
 border-radius:3px;
}*/

.inp{
 width:200px;
 /*padding: 5px 0 6px 1px;*/
 color: #333;
 border:1px solid #ccc;
 border-radius:3px;
 margin:7px;
}
.at_right{
width:95px;
text-align:right;}
/*.search_bt{
 height: 30px;
 width: 79px;
 font-size: 14px;
 color: #fff;
 text-align: center;
 border-width: 0;
 border-left: 1px solid #900;
 -webkit-border-radius: 0px 3px 2px 0px;
 -moz-border-radius: 0px 3px 2px 0px;
 border-radius: 0px 3px 2px 0px;
 background-color: #900;
 background: -moz-linear-gradient(top, #900 0%, #922);
 background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#922));
 -webkit-box-shadow: -4px 0px 3px -2px #ddd;
 -moz-box-shadow: -4px 0px 3px -2px #ddd;
 box-shadow: -4px 0px 3px -2px #ddd;
 cursor: pointer;
}*/

.post{
 border:1px solid #dddddd;
 /*padding: 3px;*/
 /*border-radius: 7px;*/
 margin: 15px 0px 0px 0px;
 padding-bottom:10px;
}

.post h2  {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:140%;
 color:#990000;
 background-color: #E6E6E6;
 font-weight: bold;
 padding: 4px;
 margin:0px;
}

#font_size{
 margin-top: 3px;
}

.judgement{
 font: optima ;
 font-size: 12;
 border-top: #cecece solid 4px;
 border-left: 1px solid #cecece;
 border-right: 1px solid #cecece;
 border-bottom: 1px solid #cecece;
 padding: 5px;
 margin-bottom:15px;
}

#case_meta{
 display: none;
}
#adv_search2{
 display: none;
 padding:5px;
 /*margin-top:80px;*/
}

#adv_search2 form{
 padding:5px;
}

.bg, .case_subject{/*background-color: #E6E6E6;*/}
img.sub_meta{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.case_subject {
padding:10px;
}

.case-number{
/*padding-left:10px;*/
padding-top:5px;
}

.date-delivered{
text-align:right;
padding-right:10px;
}


.meta_info{
 width:80%;
 margin: 0 auto;
 border: 1px solid #ccc;
 border-collapse: collapse;

}

.meta_info tr {
 border-bottom: 1px solid #ccc;
 padding: 4px;
}
.meta_info th {
 padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #990000;
    width: 99px;
    font-weight: bold;
	vertical-align: top;

}
.meta_info td,.meta_info p {
	 font-size:10pt;
}

.meta_info h3 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:140%;
 color:#990000;
 padding: 8px;
 text-align: center;
}
.t_full{
 width:100%;
}

.meta_title{font-weight: bold; display: inline; padding-left:10px;}

.sub_meta {
 text-align: center;
 color:#990000;
 font-weight: bold;
}

.features{
 text-align: right;
 clear:both;
 margin:5px;
 width:98%;
}
a.Pdf {
 margin-bottom: 0px;
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 36%, #dddddd 57%, #d8d8d8 77%, #d4d4d4 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(36%,#e6e6e6), color-stop(57%,#dddddd), color-stop(77%,#d8d8d8), color-stop(100%,#d4d4d4));
 background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d4d4d4',GradientType=0 );
 margin: 0px 4px 0px 4px;
 padding:10px;
 line-height: 20px;
}

a.Pdf:hover{
background-color: #eeeeee;
}



a.Docx:hover {
background-color: #eeeeee;
}

a.Doc, a.meta {
 margin-bottom: 0px;
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 36%, #dddddd 57%, #d8d8d8 77%, #d4d4d4 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(36%,#e6e6e6), color-stop(57%,#dddddd), color-stop(77%,#d8d8d8), color-stop(100%,#d4d4d4));
 background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d4d4d4',GradientType=0 );
 margin: 0px 4px 0px 4px;
 padding:10px;
 line-height: 20px;
 color:#424141;
}

a.Docx {
 margin-bottom: 0px;
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 36%, #dddddd 57%, #d8d8d8 77%, #d4d4d4 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(36%,#e6e6e6), color-stop(57%,#dddddd), color-stop(77%,#d8d8d8), color-stop(100%,#d4d4d4));
 background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d4d4d4',GradientType=0 );
 margin: 0px 4px 0px 4px;
 padding:10px;
 line-height: 20px;
}



/*div.pagination {
 padding:3px;
 margin:3px;
 text-align:center;
}
div.pagination li a{
 margin-left:5px;
}

div.pagination li{
 display:inline;
 margin-left:5px;
}

div.pagination ul{
 list-style:none;
}
div.pagination a {
 padding: 2px 5px 2px 5px;
 margin-right: 2px;
 border: 1px solid #2C2C2C;
 text-decoration: none;
 color: #fff;
 background-color: #8C0000;
}

div.pagination a:hover, div.pagination a:active {
 color: #000;
 background-color: #FBB217;
}

div.pagination a.active {
 padding: 2px 5px 2px 5px;
 margin-right: 2px;
 font-weight: bold;
 background-color: #FBB217 ;
 color: #FFF;
}*/

.button-auto {
 background:#FEDA71;
 background:-moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
 background:-webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
 background:-o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
 background:-ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
 background:linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEDA71',endColorstr='#FEBB49',GradientType=0);
 padding:6px 14px;
 color:#000000;
 font-family:'Helvetica Neue',sans-serif;
 font-size:16px;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border:1px solid #623F1D;
 display: inline-block;
 float: right;
}

#case_content{
margin:0 auto;
 width:80%; 
 text-align:justify;
 line-height:150%
 }

 blockquote{ margin-left:40px;}
 bar{ text-align:center; font-weight:bold;}
 section{ text-align:center; font-weight:bold;}

 p_cent{color:#000000; font-weight:bold;}


.clearfix { clear: both; }

.highlight{background-color: #FF0; }
p,div{line-height:180%}
#case_content p,#case_content div{line-height:180%}
#accordion ul li.active {  background:#FBB217}
#accordion ul li.active  a{  color:#900;font-weight:bold;}
#accordion ul li a{  color:#900;font-weight:bold;text-decoration:none}
#accordion ul {margin-left:0;}
#accordion ul {padding-left:0;}
#accordion ul li{margin-left:0;}
#accordion ul li{padding-left:0;border:none}

/*.paging{
margin-top:50px;
}*/

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span {
background-color: #f5f5f5;
}

ul.pages li a.active{
background-color: #ddd;
}

form#gen_search{
margin-left: -28px;
}

span#toggle_adv{
line-height:30px; padding:7px;
}

h3.page-title{
text-align:left;
}

#specific-search.in{
height:500px;
}

.no-search-results{
border:none;
}

.breadcrumb {
padding-top:9px !important;
}

.show-more{
background-color: #932c2b;
border: 0px;
padding: 5px 20px 5px 20px;
color: #fff;
font-size: 13px;
font-weight: bold;
}

.show-more a:hover{
background-color: #952d2c;
border: 0px;
padding: 5px 20px 5px 20px;
color: #fff;
font-size: 14px;
font-weight: bold;
}

a.show-more:hover{
color:#fff;
}

.gsc-control-cse {
padding:0px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
height:26px !important;
margin-top:1px !important;
}

.gsib_a {
padding:0px !important;
}

.gsib_a  input{
padding: 0px;
border: 1px solid #DDD !important;
background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif);
background-color: rgb(255, 255, 255);
background-position: 0% 50%;
background-repeat: no-repeat no-repeat;
}

.gsc-input-box {
border:none !important;
}

input.gsc-input-box-focus {
Border-radius:5px !important;
}

#specific-search input[type="text"]{
width:90% !important;
/*border:#5a5a5a solid 1px;*/
border-radius:0px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
/*background-color: #e6e6e6;
border: #d5d5d5 solid 1px;*/
}

#specific-search select{
width:95% !important;
/*border:#5a5a5a solid 1px;*/
border-radius:0px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
/*background-color: #e6e6e6;
border: #d5d5d5 solid 1px;*/
}

#adv_search2 input[type="text"]{
width:100% !important;
/*border:#5a5a5a solid 1px;*/
border-radius:0px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
/*background-color: #e6e6e6;
border: #d5d5d5 solid 1px;*/
}

#adv_search2 select{
width:100% !important;
/*border:#5a5a5a solid 1px;*/
border-radius:0px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
/*background-color: #e6e6e6;
border: #d5d5d5 solid 1px;*/
}


table.my-adv-search td{
padding-left:30px;
}
.gs-title{
	padding-bottom: 8px;
}
.gs-snippet{
	margin-left: 10px;
}
#case_content h1,#case_content h2,#case_content h3,#case_content h4{
	color: #000 !important;
}
#search-table{
	font-size: 12px ! important;
}
#search-table td{
	margin:0 ! important;padding:0 ! important;
}
#search-table input{
	width:inherit !important;
}
#search-table .label-holder{
	width:9% ! important;text-align: left ! important;
}
#search-table .field{
	width:32% ! important;
}

#search-table .grey-input input{
	background: none ! important;
}









