/* CSS Document */
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, figure, footer, header, menu, section, img { 
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; 
}                  
article, aside, figure, footer, header, hgroup, nav, section { 
	display:block; 
}

/* Standard styles */
html { 
	width:100%; background:#fff;  
}
body {
	height:100%; 
	font:13px Arial,serif; width:100%; color:#55555b; -webkit-text-size-adjust: none; margin:0px; padding:0px;
}
select,input,button,textarea { 
	font-size:13px;
}
input,select { 
	vertical-align:middle; 
}
table { 
	font-size:inherit;
}
a { 
	color:#336699; 
	margin:0; 
	padding:0px 0px; 
}
a:link,a:visited { 
	color:#336699; 
	text-decoration:none;
}
a:hover,a:active { 
	color:#2f76bb; 
	text-decoration:underline;  
}
p { 
	font-size: 13px; 
	line-height: 1.5; 
	margin-bottom: 0.8em; 
} 
h1 { 
	color:#336699; 
	font-size: 22px; font-weight:bold; 
	padding-bottom:15px;
}
h2 { 
	color:#336699; 
	font-size: 17px; font-weight:bold; 	
}
h3 { 
	color:#555555; 
	font-size: 16px; font-weight:normal;
}
h4 { 
	color:#336699; 
	font-size: 14px; font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;  
}

img.print-logo,
#print-footer {
    display:none;
}

#updates h2 { 
	color:#336699; 
	font-size: 20px; font-weight:normal; 
	text-transform:uppercase; 
	padding-bottom:20px;  }
#updates h3 { 
	color:#555555; 
	font-size: 14px; font-weight:bold;
}
#advancedsearch h1 { 
	color:#336699; 
	font-size: 24px; font-weight:bold; 
	text-transform:uppercase;  
}
#advancedsearch h4 { 
	color:#555555; 
	font-size: 12px; font-weight:bold; 
	text-transform:uppercase; 
	padding:10px;
}
li { 
	margin-left:1.5em;
}
hr { 
	border:0; border-top:1px solid #ccc; 
	display:block; 
	height:1px; 
	margin:1em 0; 
	padding:0; 
}
  
/* Custom general classes */
.close {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.clear {
	clear: both;
}
.bordbot {
	border-bottom: 1px solid #000;
}
.bordtopdot {
	border-top: 1px dotted #ccc;
}
.bordright {
	border-right: 2px solid #000;
}
.bordblacktop {
	border-top: 1px solid #000;
}
.bordwhitetop {
	border-top: 1px solid #fff;
}
.boxshadow {
	border: 1px solid #eee;
	box-shadow: 0px 0px 7px rgba(100, 100, 100, 0.3);
	moz-box-shadow: 0px 0px 7px rgba(100, 100, 100, 0.3);
	webkit-box-shadow: 0px 0px 7px rgba(100, 100, 100, 0.3);
}
.center {
	text-align: center;
}
.floatr{ 
	float:right;
}
.floatl{ 
	float:left;
}
.grey {
	color: #666!important;
}
.gradient { 
	background: #2c74b9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2c74b9 0%, #003c6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c74b9), color-stop(100%,#003c6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c74b9 0%,#003c6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c74b9 0%,#003c6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c74b9 0%,#003c6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c74b9 0%,#003c6c 100%); /* W3C */
	color:#fff;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c74b9', endColorstr='#003c6c',GradientType=0 );
    /* IE6-8 */
}
.greydient{ 
	background: #e7e7e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RkZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e7e7e8 0%, #dcddde 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e8), color-stop(100%,#dcddde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e7e8 0%,#dcddde 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e7e8 0%,#dcddde 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e7e8 0%,#dcddde 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e7e8 0%,#dcddde 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e8', endColorstr='#dcddde',GradientType=0 ); /* IE6-8 */
}
.marginmed{ 
	margin-top:8px;
}
.marginbig{ 
	margin-top:17px;
}
.margbot{ 
	margin-bottom:10px;
}
.pointer{ 
	cursor:pointer
}
.white{ 
	color:#fff;
}

/* HEADER & NAVIGATION */
.mainnav,
.mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
    z-index: 10;
}
/* Top level nav */
.mainnav {
	float: left;
	margin: 0px;
	text-transform:uppercase;
}

/* Dropdowns */
.mainnav ul {
	position: absolute;
	top: 2.5em;
	left: -9999px;
	opacity: 0;
	min-width: 200px;
	background:#2f76bb;
}

.mainnav li {
	float: left;
	position: relative;
    margin-left:1.1em;
}

/* Top level nav items */
.mainnav li > a {
	float: left;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
    cursor: pointer;
}


/* Top level hover state, preserve hover state when hovering dropdown  */
.mainnav li > a:hover,
.mainnav li > a:focus,
.mainnav li:focus > a,
.mainnav li:hover > a {
	background-color:#939598;
	outline: 0;
}
.mainnav li:hover ul,
.mainnav li:focus ul,
ul.show-menu {
	left: 0;
	opacity: 0.99;
}

.mainnav ul li {
	float: none;
	position: static;
}

.mainnav ul a {
	float: none;
	display: block;
	color: #FFF;
	font-size: 13px;
	text-shadow: none;
}

.mainnav ul a:hover,
.mainnav ul a:focus {
	background-color:#939598;
	color: #FFF;
	text-shadow: none;
}
		
#socials {
	list-style: none;
}
#socials li {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	width: 40px;
}
#socials li a {
	background: url(/img/socials.png);
	display: block;
	height: 40px;
	padding: 0px;
	width: 40px;
}
.soc_fb {
	background-position: 0px 0px!important;
}
.soc_tw {
	background-position: -40px 0px!important;
}
.soc_li {
	background-position: -80px 0px!important;
}
.soc_yt {
	background-position: -120px 0px!important;
}
.soc_rs {
	background-position: -160px 0px!important;
}

/* MAIN */
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#main {
	overflow: hidden;
}
#aside {
	float: left;
	/*height: 100px;*/
	margin-left: 250px;
	position: relative;
	width: 300px;
    height: 200px;
}
#sidesearch {
	padding: 10px;
	width: 280px;
}
#side_logo {
	margin: 0px auto;
	padding: 14px 0px;
	width: 110px;
}
.maincontent {
	border-top:1px solid #000; 
	padding-top:12px; 
	margin-top:-2px;
}


/* SEARCH */
.searchicon_box {
	width:29px; height:33px; float:left;
}
.searchicon {
	background: url(/img/search.png) no-repeat; 
    width:29px; 
    height:33px; 
    margin:0px auto;

}

.actual_btn_search 
{
    background-color:transparent;
    color:transparent;
    border: 0px;
    width: 60px;
    height:35px;
    position:relative;
    top: -35px;
    left: -5px;
    cursor: pointer;
}

.input_search { 
	background:#e0e0e0;
	border:0px;
	border-radius: 5px;  -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow:inset 2px 2px 7px rgba(100, 100, 100, 0.4); 	-webkit-box-shadow: inset 2px 2px 7px rgba(100, 100, 100, 0.4);	-moz-box-shadow:    inset 2px 2px 7px rgba(100, 100, 100, 0.4);
	height:28px; 
}
.input_search_home { 
	border-top-right-radius:0px; border-bottom-right-radius:0px;	-webkit-border-top-right-radius:0px; -webkit-border-bottom-right-radius:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:0px;
	float:left; 
	padding:3px 2%;
	width:84%;
}
.input_advterm { 
	padding:3px 2%;
	width:96%;
}
.select_search{
	clear:both;
	margin:5px 0px;
}

.btn_search_adv { 
	border-radius: 5px;  -webkit-border-radius: 5px; -moz-border-radius: 5px;
	text-align:center;
	height:38px;
	padding:5px 1%;
	width:120px;
	font-weight:bold;
	margin:0px auto 10px auto;
    font-size:16px; padding:0px; 
}
    .btn_search_adv input {
	width:110px;
	font-weight:bold;
    font-size:16px;
    background:none;
    border:0px;
    color:#fff;
    height:38px;
    	background: url(/img/search.png) no-repeat right; 
        text-align:left;
        padding:5px;
        display:block;
        margin:auto;
        cursor:pointer;
    }
.btn_search_adv object { 
	float:left;
}

.btn_search_adv .txt { 
	font-size:16px; padding:5px; float:left;
}

.btn_search { 
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	float:left; 
	text-align:center;
	height:28px;
	padding:3px 1%;
	width:10%;
    display: block;
    border:0px;

}

.btn_question{


	float:left;

}

.btn_question a{
    color: #fff;
    padding: 5px;
    width:19px;
    height:18px;
    display:block;
    font-size:16px;
    text-align:center;
}
.btn_questiontxt{
	padding:7px 5px;
	float:left;
}
.search_adv {
	padding:10px 0px; 
	margin-top:10px;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
}
#search_categories input{
	display:block;
	clear:both;
	float:left;
	margin:6px 10px 6px 0px;	
}
#search_categories label{
	color:#2C74B9;
	display:block;
	float:left;
	font-size:15px;
	margin:6px 0px;	
	width:180px;	
}
#search_year .txt {
	font-size:15px;
	clear:both;
	float:left;
	width:50px;
	padding:9px 0px;	
}
#search_year input {
	float:left;
	margin:5px 0px;
	width:100px;	
}
#search_submit{
	clear:both;
}

.input_search_side { 
	border-top-right-radius:0px; border-bottom-right-radius:0px;	-webkit-border-top-right-radius:0px; -webkit-border-bottom-right-radius:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:0px;
	float:left; 
	padding:3px 2%;
	width:74%;
}

.btn_search_side { 
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	float:left; 
	text-align:center;
	height:28px;
	padding:3px 1%;
	width:20%;
}



/* FOOTER */
#footer  { clear:both;  margin-top:20px; border-top:1px solid #ccc; padding-top:10px;  }
#footernav ul { list-style:none; }
#footernav li { float:left }
#copyright { float:left;}
#footernav { float:right;}

.content_image_block {
    float:right;
}

.top_link {
    margin-top: 15px;
    margin-right: 15px;
    font-size:12px;
    float:right;
    font-style: italic;
}

.case_img {
    width:215px;
    margin-top:20px;
   }

.image_caption {
    font-style: italic;
}

.content_image_block .image_caption {
    padding: 0px 10px 10px 10px;
}

.case_image_block .image_caption {
    width: 220px;
}

#article ul li,
#article ol li {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 13px;
}

#article a:hover h2 {
    text-decoration: none;
}

#indexofpage ul li {
    margin-bottom: 3px;
}

div.search-summary {
    overflow:hidden;
    height:40px;
    background-color: #eeeeee;
    padding-left:3px;
    padding-right:3px;
    margin-top:2px;
}

div.search-results p {
    margin-bottom: 0px;
}

div.search-results a {
    margin-top: 8px;
}

div.search-results h2 {
    margin-top: 8px;
    margin-bottom: 12px;
}

#article h2 {
    margin-bottom: 8px;
    margin-top: 24px;
}

#article a.subtitle:hover {
    text-decoration: none;
}

.paging-controls a {
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 0px 2px 1px 2px;
}

.paging-controls a:hover {
    text-decoration: none;

}

.paging-controls a:hover {
    text-decoration: none;

}

ul.letter-result li {
    list-style-type: none;
    padding-left:0; 
    margin-left:0;
}

a.list-link {
    padding: 5px;

}

a.list-link.activelink {
    background-color: #ddd;
}

table.case_data {
    /*border: solid 1px #55555b;*/
    margin-bottom: 15px;
}

table.case_data td{
    padding: 5px;
}

table.case_data td ul li{
    margin-bottom: 0px  !important;
    line-height: 1.3 !important;
}


div.search-results p.paging-controls {
   margin-bottom: 15px; 
}

p.paging-controls .aspNetDisabled {
    color: #ccc;
}

p.under-construction {
    font-style: italic;
    color: #999
}

#tips_tricks ul li{
    margin-top: 4px;
    margin-bottom: 4px;
}
#tips_tricks p{
    margin-top: 4px;
    margin-bottom: 4px;
}
#tips_tricks h2{
    margin-top: 7px;
    margin-bottom: 4px;
}

#tips_tricks i{
    color: #2f76bb;
    text-wrap:none;
    white-space:nowrap;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #eee;
}

.case_data td.caption {
    /*font-weight: bold;*/
    text-wrap:none;
    white-space:nowrap;
    background-color: #eee;
}