


/*
 *	HTML Reset + Basic Typography (http://html5boilerplate.com/) 
 ***************************************
 */
	
	
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
	
	body{
		font-size: 12px;
	}
	
	html, body {height: 100%;}
	#wrap {/*min-height: 100%;*/display: none;}
	.ie7 #wrap { display:table; height:100% }

	/*h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {border: 0 none;font-family: inherit;font-style: normal;margin: 0;text-align: left;}*/
	input[type=submit], button {border: 0 none;font-family: inherit;font-style: normal;margin: 0;text-align: left;}
	
	.button, .button:visited {
	    position:relative;
	    display:inline-block;
	    color:#fff;
	    text-decoration:none;
	    -moz-border-radius:5px;
	    -webkit-border-radius:5px;
	    cursor:pointer;
	    line-height:1;
	    font-size:100%;
	    padding:5px 14px 6px;
	    text-shadow: 2px 1px 3px #193A72;
		font-weight: bold;
		border: 1px solid #012B71;
		background: #5177B8;
		background: none;
		background: -moz-linear-gradient(top, #5177B8 0%, #002970 100%)!important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5177B8), color-stop(100%,#002970))!important;
		background: -webkit-linear-gradient(top, #5177B8 0%,#002970 100%)!important;
		background: -o-linear-gradient(top, #5177B8 0%,#002970 100%)!important;
		background: -ms-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: linear-gradient(top, #5177B8 0%,#002970 100%)!important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5177b8', endColorstr='#002970',GradientType=0 )!important;

}


	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {display: block;}
	
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after { content: ''; content: none; }
	ins { background-color: #ff9; color: #000; text-decoration: none; }
	mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
	del { text-decoration: line-through; }
	abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
	table { border-collapse: collapse; border-spacing: 0; }
	hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
	input, select { vertical-align: middle; }
	
	body { font:13px/1.231 sans-serif; *font-size:small; } 
	select, input, textarea, button { /*font:99% sans-serif; */}
	html { /*overflow-y: scroll;*/ }
	a:hover, a:active { outline: none; }
	ul, ol { margin-left: 0em; }
	ol { list-style-type: decimal; }
	nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	td { vertical-align: top; }
	
	sub, sup { font-size: 75%; line-height: 0; position: relative; }
	sup { top: -0.5em; }
	sub { bottom: -0.25em; }
	
	pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
	textarea { overflow: auto; }
	.ie6 legend, .ie7 legend { margin-left: -7px; } 
	input[type="radio"] { vertical-align: text-bottom; }
	input[type="checkbox"] { vertical-align: bottom; }
	.ie7 input[type="checkbox"] { vertical-align: baseline; }
	.ie6 input { vertical-align: text-bottom; }
	label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
	button, input, select, textarea { margin: 0; }
	input:valid, textarea:valid   {  }
	.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
	
	::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
	::selection { background:navy; color:white; text-shadow: none; }
	a:link { -webkit-tap-highlight-color: #FF5E99; }
	
	button {  width: auto; overflow: visible; }
	.ie7 img { -ms-interpolation-mode: bicubic; }
	
	body, select, input, textarea {  color: #444; }
	h1, h2, h3, h4, h5, h6 { font-weight: bold; }
	a, a:active, a:visited { /*color: #607890;*/ color:#30388B; text-decoration: none;}
	
	/*a:hover { color: #036; }*/
	
	p {padding:.6em 0}

	.errors{color:#ff0000;font-style: italic;}
	.required {color:#ff0000;font-style: bold; padding-left:6px;}

	/* clearfix */
	.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block;
	/*overflow-x: auto;
    overflow-y: auto;*/
    width: 100%;
    clear:both;}

	.hidden{
	display: none!important;}
	
	.highlightSearchText {
	    font-weight: bold;
	    background-color: #F2F5A9 ;
	}

	/* tips of the day */
	#tipsDivCont{
		font-size: 90%;
		padding: 3%;
	}


/*
 *	Layout: Page content & left menu
 ***************************************
 */
    #pageContent {overflow: auto; padding-bottom: 40px; background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-leftmenu-yellowstrip.gif) repeat-y scroll 0 0 transparent;}
    #pageFullContent {overflow: hidden; margin: 10px;}
    #pageContent #leftMenu { position: absolute; left: 0;}
    #otherLinks {
	    /*background-color: white;*/
	    background-image: none;
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	#otherLinks ul{ list-style-type: none; text-decoration: none;}
	#otherLinks li{ text-decoration: none;}
	
	.tmv_ec_image {
	    margin-bottom: auto;
	    margin-left: 50px;
	    margin-right: auto;
	    margin-top: 8px;
	    width: 100px;
	}

    #pageContent #mainContent {margin-left:246px; padding:10px; min-height: 745px;display: none;}
	
/*
 *	Layout: Header & logo
 ***************************************
 */
	.container_10{min-width:960px;}
	#headerWrapper {
		height: 128px;
		margin-top: -28px;
		background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-header-bluestrip.gif) repeat-x scroll 0 0 #0d5485;
	}
	#headerWrapper_CF {
		height: 100px;
	    background-color: #1F4A94;
	    background: -moz-linear-gradient(top, #3366CC 0%, #002970 100%)!important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3366CC), color-stop(100%,#002040))!important;
		background: -webkit-linear-gradient(top, #3366CC 0%,#002040 100%)!important;
		background: -o-linear-gradient(top, #3366CC 0%,#002040 100%)!important;
		background: -ms-linear-gradient(top, #3366CC 0%,#002040 100%);
		background: linear-gradient(top, #3366CC 0%,#002040 100%)!important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366CC', endColorstr='#002040',GradientType=0 )!important;
	    
	    /*background-repeat: repeat-x;*/
	}
	
	#headerWrapper .grid_2_CF {
		width:246px;float:left;
		/*background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-header-logo.gif) no-repeat scroll 0 0 transparent;height: 100px;*/
		
		background-color: #CCCCCC;
   	 	background: -moz-linear-gradient(left center, white 0%, #CCCCCC 100%)!important;
		background: -webkit-gradient(linear,left, left bottom, color-stop(0%,white), color-stop(100%,#CCCCCC))!important;
		background: -webkit-linear-gradient(left, white 0%,#CCCCCC 100%)!important;
		background: -o-linear-gradient(left, white 0%,#CCCCCC 100%)!important;
		background: -ms-linear-gradient(left, white 0%,#CCCCCC 100%);
		background: linear-gradient(left, white 0%,#CCCCCC 100%)!important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#CCCCCC',GradientType=0 )!important;
	    height:100px;
    	background-repeat: repeat-x;
	}
	#headerWrapper .grid_2 {
		width:246px;
		float:left;
		background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-header-logo.gif) no-repeat scroll 0 0 transparent;height: 100px;
	    height:100px;
    	background-repeat: repeat-x;
    	margin-top: 28px;
	}
	
	#logo{
		width: 200px;
		/*margin-top: -10px;*/
		margin-left: 15px;
		height: 100px;
		 
	}
		
	#headerWrapper .grid_8 {width:auto;float:left}


	#wraperLeftSide{
		float: left;
		width: 78%;
		margin-right: 1%;
		display: none;
	}
	
	#wraperRightSide{
		float: left;
		width: 21%;
	}
	
	#wraperFullContentSide{
		float: left;
		width: 100%;
	}
	
	
	
	


   /*
     *  Header: Top menu 
     ***************************************
     */
    #topBar .topMenu_CF {height:100px;/*background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-header-topleft.gif) no-repeat scroll 0 0 transparent;*/}
    #topBar .topMenu {height:128px;background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-header-topleft.gif) no-repeat scroll 0 0 transparent;}
    #topBar .topMenu ul_CF {padding:0; padding-top:75px;margin-left:0;}  
    #topBar .topMenu ul {padding:0; padding-top:100px;margin-left:0;}
    #topBar .ie6 html #topMenu ul {margin:0;padding-top:90px}
        
    .topMenu ul li {border:0;display:inline;float:left;margin:0 2px;padding: 4px 10px 4px 7px;background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/separator-topmenu.gif) no-repeat scroll right 4px transparent}    
    .topMenu ul li.active {border:0!important; display:inline;float:left;margin:0 2px; text-decoration: underline;}
    .topMenu ul li.active span {color:#fff;font-size:0.95em;margin:0 0.5em;text-decoration:none; font-weight: normal}
    .topMenu ul li a {color: #fff;font-size: 0.95em;font-weight: 500;margin: 0 0.3em;text-decoration: none; font-weight: bold;}
    .topMenu ul li.last {background-image:none}
    
    #topBar .cf_icon_div{
    	position: absolute;
    	float: left;
    	
    }
    
    #topBar .cf_icon{
    	background: url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/coopfund-initiatives-sprite-27x27.png) no-repeat scroll 0 0 transparent;
    	width: 27px;
    	height: 27px;
    	margin: 30px 40px;
    	float: left;
    	border-right: 1px solid white;
    	padding-right: 20px;
    }
    
    #topBar .cf_icon_title{
    	color: #FFFFFF;
    	font-size: 19px;
    	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    	font-weight: 700;
    	margin: 30px 100px;
    	position: absolute;
    }

	/*
	 *	Header: Logo 
	 ***************************************
	 */
    
    
    #logo h1 { 
	    width: 203px;
		height: 80px;
		background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/logo-dv.png");
		text-indent: -9999px;
		margin: 17px 0 0 9px;
		background-repeat: no-repeat;
    } 
   

	 /*
     *  Header: Top controls
     ***************************************
     */
     
     	#fontSize_id input{ width: 20px; }
     
        #topBar .toolbar {display:inline;}
 		#topBar .toolbar ul {
 			position: absolute;
			/*right: 150px; _CF */
			top: 5px;
 		}
        #topBar .toolbar form {position:absolute; right:5px;top:5px;}
        .toolbar ul li {text-align:left;display:block;float:left;padding:0; margin:3px 0 0 0;background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/separator-topmenu.gif") no-repeat scroll right 2px transparent;padding: 0 10px;}
        .ie6 .toolbar ul li {padding:0 1px;float:none; display:inline;}
        .ie6 .toolbar form {padding-top:4px;}
        .toolbar ul li.last {background: none;}
        .toolbar ul li span {margin:0;padding:0; font-size:.86em}
        .toolbar ul li span a {padding:0;font-size:100%;color:#fff} 
        .toolbar ul li span a img {vertical-align:sub;}
        
        /* Icons size */
        .toolbar .fontSize_id img,
        .toolbar .contrast img {width:20px}
        .toolbar .print img {width:18px}
        .toolbar .fontSize_id span,
        .toolbar .fontSize_id a {padding:0;float: left;}
        .toolbar form select {
        
        	background-color:#2b2b2b; color:#fff;border:1px solid #666666;
        	width: 140px;
			height: 26px;
			font-size: 12px;
        }
        
		.toolbar input{width: 20px;}


/*
 *  Left menu
 ***************************************
 */
    
    #leftMenu {background:url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-leftmenu-topgradient.gif) no-repeat scroll 0 0 transparent;height:370px;}
    #leftMenu #menu {padding: 13px 10px 0 10px; width: 225px; }
    #leftMenu #menu ul {list-style:none;}
    #leftMenu #menu ul li, #leftMenu #menu ul li.active {
    	cursor: pointer;
	    -moz-border-radius: 6px 6px 6px 6px; 
	    -webkit-border-radius: 6px 6px 6px 6px;
	    border-radius: 6px 6px 6px 6px; 
	    -moz-background-clip: padding; 
	    -webkit-background-clip: padding-box; 
	    background-clip: padding-box; 
    }  
    #leftMenu #menu ul li.space {margin-top:30px}

    
    /*menu inactive*/
        /*size*/
        #leftMenu #menu ul li {margin-bottom:15px;width:225px; max-height: 60px;}
        /* gradient */
        #leftMenu #menu ul li {background: #ededed; background: -moz-linear-gradient(left, #ededed 0%, #bbbbbb 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#bbbbbb)); background: -webkit-linear-gradient(left, #ededed 0%,#bbbbbb 100%); background: -o-linear-gradient(left, #ededed 0%,#bbbbbb 100%); background: -ms-linear-gradient(left, #ededed 0%,#bbbbbb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bbbbbb',GradientType=1 ); background: linear-gradient(left, #ededed 0%,#bbbbbb 100%); /* W3C *//*border-right:1px solid #010101*/}
    
    /*menu active*/
        /*size*/
        #leftMenu #menu ul li.active {width:226px;}
        /*shadow*/
        /* bg color*/
        #leftMenu #menu ul li.active {background: none;background-color:#fff!important}


    /* menu links */
    #leftMenu #menu ul li a,
    #leftMenu #menu ul li span {color:#333;font-weight:bold;font-size:90%;line-height: 20px;padding: 5px 2px 5px 6px;text-decoration:none;display: block;}
    #leftMenu #menu ul li a:hover {text-decoration:none;}

/*
 *	Font declarations
 ***************************************
 */
    body{ font-family:"PT Sans", Verdana; }
	.back img {vertical-align:sub}

/*
 *	Input & textarea border declarations
 ***************************************
 */
	input.text { width:325px; -moz-border-radius:4px 4px 4px 4px;border:1px solid #CCCCCC;color:#444;font-weight:bold;outline:medium none;margin-bottom:1px;margin-top:1px;padding:5px}
	textarea.text {-moz-border-radius:4px 4px 4px 4px;;border:1px solid #CCCCCC;color:#444;outline:medium none;margin-bottom:1px;margin-top:1px;padding:5px; height:85px; width:88%}
	.right {text-align:right!important} .left {text-align:left!important} .center {text-align:center!important}  
	.select {-moz-border-radius:4px 4px 4px 4px;;border:1px solid #ddd;padding:4px;}
 

/*
 *  Help icon
 ***************************************
 */

   	#officesListContainer .helpBtn {float:right; padding: 1px 5px 0 0;} 
   	#search .helpBtn, #myListBox .helpBtn,  #verifyBox .helpBtn {float:right; padding: 1px 5px 0 0;} 
    #verifyBox h3 .helpBtn { float:right; padding: 0 2px;}
    .noFloat {float:none!important}
    .head {padding:0 5px}
    .head img {vertical-align:middle}


/*
 *  Round boxes
 ***************************************
 */
    .roundBox {
		border: solid 1px #DDD;
		background: url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-box-pattern.gif) repeat scroll 0 0 transparent;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-bottom: 10px;
	}
		
	.roundBox h3 {
        padding: 0.6em 5px;
        background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-top-box-h3.gif") repeat-x scroll 0 0 transparent;
        border-bottom: 1px solid #888;
    }
		
    .ie6 .roundBox h3 {color:#000;}
    .roundBox em, 
    .roundBox a {colour:#fff} 

    /* content box for news, about... */
    .contentBox {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;padding:1em;-moz-border-radius: 4px; -webkit-border-radius: 4px;border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }

	/* Fix myListbox background */
    #myListBox {background-image:none;
    background-color:#fff;
    display: inline-block;
    width: 100%;
    /*-moz-box-shadow: 0 0 4px #cbcbcb; -webkit-box-shadow: 0 0 4px #cbcbcb; box-shadow: 0 0 4px #cbcbcb;box*/
    }
	
	
/*
 *	Round boxes: Float search and MyList
 ***************************************
 */
	
	/* *********************** monitor status bar *********************** */
	#accordion{ }
	#monitor{
		text-align: center;
		color:	black;
		height: 150px!important;
		font-size: 80%;
	}
	
	#monitor_status{
		clear: both;
		text-align: center;
	/*	border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		*/
		color:	black;
		height: 23px;
		background: linear-gradient(top, #F2F5F6 0%,#CAD6DD 100%);
		background: #F2F5F6;
		background: -moz-linear-gradient(top, #F2F5F6 0%, #CAD6DD 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F5F6), color-stop(100%,#CAD6DD));
		background: -webkit-linear-gradient(top, #F2F5F6 0%,#CAD6DD 100%);
		background: -o-linear-gradient(top, #F2F5F6 0%,#CAD6DD 100%);
		background: -ms-linear-gradient(top, #F2F5F6 0%,#CAD6DD 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#cad6dd',GradientType=0 );
		background: linear-gradient(top, #F2F5F6 0%,#CAD6DD 100%);
	}
	#monitor_status button{
		position: relative;
		top: 1px;
		display: inline !imporatn;
	}
	
	#monitor_status img{
		position: relative;
		top: 2px;
	}
	/* *********************** monitor status bar END *********************** */
	


	/* ******************************** image detail popup***************************** */
	
	table#details{
		width: 462px;
		color: #002970;
		margin: 0 15px 15px 50px;
	}
	
	table#details td{
		padding: 1px;
		border: 1px solid #AAAAAA;
		font-size: 75%;
	}
	
	table#details td.property{
		font-weight: bold;
		background-color: #002970; /*#5177B8;*/
		color: #FFF;
		/*background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-box-pattern.gif");*/
		min-width: 150px;
	}
	
	table#details td.value{
		width: 300px;
		max-width: 300px;
		border-color: #999;
		background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/background-box-pattern.gif");
	}
	
	
	/* SLIDER */
	
	#slider{ 
		margin-left: 50px;
    	max-width: 460px;
    	border: 1px solid #AAAAAA;
    	border-style: ridge;
    	margin-top: 15px;
    }
	
	#slider ul.slider-pages { }
	
	
	#slider .slide{
		/*margin-left: 50px;*/
		width: 380px;
		height: 400px;
    	text-align: center;
    	vertical-align: middle;
    	margin: 20px 40px 0 40px;
    	
	}
	
	/*#slider .slide div{
    	text-align: center;
    	vertical-align: middle;
    	margin: 30px 40px 30px 40px;
	}*/
	
	#slider a{ 
		height: 50px;
    	width: 50px;
    	margin-top: 190px;
    	z-index: 999;
	}
	
	#slider a.slider-prev-hover{
		background-image: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/simpleSlider/left-arrow.png");
		float: left;
	}
	
	#imageDialog a.slider-next-hover{
		background-image: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/simpleSlider/right-arrow.png");
		float: right;
	}
	
	#slider li { 
		display: inline
	}
	
	#slider .sliderImg{
		max-width: 380px;
		max-height: 350px;
	}
	
	.popUpShadow {
		box-shadow:0px!important;
		background: none;
	    /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);*/
	}
	
	
	/* ******************************** image detail popup END ************************ */
	

/*
 *	Home: Welcome 
 ***************************************
 */
	#welcome {} 
	#welcome h2 {
		font-weight: bold;
		font-size: 16px;
		color: #2356AB;
	}
	
	#welcomeText h2 {
		font-weight: bold;
		font-size: 16px;
		color: #2356AB;
	}
	 #welcomeText p {
	     color: #444 !important; 
	     padding-right: 20px;
	 }
	
	
	#search .searchBox #searchType{ 
		padding-left: 5px;
		padding-top: 5px;
		width: 64%;
	}
	
	#search .searchBox #searchType .no_checked{
		background-color: #FFF;
		border: 2px outset grey;
		box-shadow: 0 0 2px #777777;
	}
	
	#search .searchBox #searchType .checked{
		background-color: #FFF;
		border: 2px inset #2356AB;
		box-shadow: 0 0 2px #777777;
	}
	
	
	
	#search .searchBox label span { margin-bottom:0;padding-bottom:7px;padding-top:3px; }
	/* IE fix*/
		.ie6 #search .searchBox label span,
		.ie7 #search .searchBox label span {margin:5px 12px 7px 12px; padding: 0px 0px 0px 0;}
	#search .advSearchExample { padding-left:155px; color:#444; }
	.eg {color: #999999;font-size: 0.9em;}
	#search .searchBox .eg {margin-left: 1em;}
	
	#search .searchBox #validationMessage{
		color: #CC0033;
		margin-left: 5px;
	}
	
	#search .searchBox .state-error{
		padding: 0.5em;
		margin-left: 10px;
		width: 75%;
		margin-bottom: 10px;
		display:none;
		position: absolute;
	}
	
	.state-error{
		padding: 0.7em;
	}
	
	/* advanced search buttons */
	
	#id_advancedsearch .checkBox .ui-button {margin-top: 30px;font-size:75%;height:25px;margin-left:0;margin-right:-0.3em;}
	#advSearch_niceclass .checkBox .ui-button {width:35px;}
	#id_advancedsearch fieldset {border-top: 1px solid #DDDDDD;clear: both;padding: 10px 5px;}
	#id_advancedsearch fieldset:hover {background-color:#f7f7f7}
	#id_advancedsearch legend {float:left;width:140px; font-size:.8em;margin-top:6px}
	#id_advancedsearch legend p {white-space: normal; }
	#id_advancedsearch legend a img {vertical-align:middle} 
	#id_advancedsearch .content_form {margin-left:150px}
		/*#advSearch_niceclass .content_form {padding-bottom:10px}*/
	#id_advancedsearch .divChck {padding-top:10px}
	
	#id_advancedsearch .select { margin-left:0px;}
	#id_advancedsearch input {margin-right:.6em;margin-bottom: 1px;}
	#id_advancedsearch input.text {width: 420px;}
	#id_advancedsearch label {margin-right:1em}

	
	

	/* Preview Office */
	.logoPreview{ width: 130px;	height: 130px; margin-left: 42px; margin-top: 5px; background-color: white; border: 0px; }
	.blue{ color: #2356AB; font-weight: bold; }
	.detailsOffice{	margin: 140px 0px 0px 0px; background-color: white; }
	.detailsOfficeDefault{ margin: 15px;  height: 200px; background-color: white;}
	.detailsOffice p{ margin-left: 10px; margin-right: 10px; margin-top: 3px; padding: 0px;	font-size: 80%; background-color: white;}
	.detailsOfficeDefault p{ margin-left: 10px; margin-right: 10px; margin-top: 3px; padding: 3px;	font-size: 80%; background-color: white;}

    /*fix for Imput boxes */
    button.ui-button,   
    input.ui-button, input.ui-widget, input.ui-state-default, input.ui-corner-all,   
    input.ui-state-default, 
    input.ui-widget-content input.ui-state-default, 
    input.ui-widget-header input.ui-state-default,
    input.ui-button {
	    color:#fff!important;
	    text-shadow:2px 1px 3px #193a72;
	    font-weight:bold;
	    background: #5177b8;
	    border: 1px solid #012b71;
	    background: none; 
	    background: -moz-linear-gradient(top, #5177b8 0%, #002970 100%)!important;
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5177b8), color-stop(100%,#002970))!important;
	    background: -webkit-linear-gradient(top, #5177b8 0%,#002970 100%)!important;
	    background: -o-linear-gradient(top, #5177b8 0%,#002970 100%)!important;
	    background: -ms-linear-gradient(top, #5177b8 0%,#002970 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5177b8', endColorstr='#002970',GradientType=0 )!important;
	    background: linear-gradient(top, #5177b8 0%,#002970 100%)!important; 
	    padding: 0.4em 1em 0.4em 1em;
    }
    input.ui-button:hover {color:#fff!important;text-shadow:2px 1px 3px #193a72;font-weight:bold;background: #5177b8;border: 1px solid #000;background: none; background: -moz-linear-gradient(top, #5177b8 0%, #000 100%)!important;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5177b8), color-stop(100%,#000))!important;background: -webkit-linear-gradient(top, #5177b8 0%,#000 100%)!important;background: -o-linear-gradient(top, #5177b8 0%,#000 100%)!important;background: -ms-linear-gradient(top, #5177b8 0%,#000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5177b8', endColorstr='#000',GradientType=0 )!important;background: linear-gradient(top, #5177b8 0%,#000 100%)!important;padding: 0.4em 1em 0.4em 1em;}
    input.ui-state-disabled,input[disabled] {
    color:#FFF!important;background: #a59ea5!important;background: -moz-linear-gradient(top, #a59ea5 0%, #c6bec6 99%)!important;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a59ea5), color-stop(99%,#c6bec6))!important;background: -webkit-linear-gradient(top, #a59ea5 0%,#c6bec6 99%)!important;background: -o-linear-gradient(top, #a59ea5 0%,#c6bec6 99%)!important;background: -ms-linear-gradient(top, #a59ea5 0%,#c6bec6 99%)!important;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a59ea5', endColorstr='#c6bec6',GradientType=0 )!important;background: linear-gradient(top, #a59ea5 0%,#c6bec6 99%)!important;border:1px solid #b5aeb5;
    }
 
 
/*
 *	Search results table
 ***************************************
 */
 


	/* tabs with results */
 
 
 

	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		border-bottom: 1px solid #999;
		width: 100%;
		margin-top: 5px;
	}
	
	ul.tabs li {
		float: left;
		margin: 0;
		padding: 0;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		/*background: #E9E9D1; #e0e0e0;*/
	}
	
	ul.tabs li a {
	
		text-decoration: none;
		color: white;
		display: block;
		font-size: 100%;
		padding: 5px 5px 5px 5px;
		outline: none;
		float: left;
		border: 1px solid lightGrey;
		
		background: #002970;
		background: linear-gradient(top, #5177B8 0%,#002970 100%);
		background: -moz-linear-gradient(top, #5177B8 0%, #002970 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5177B8), color-stop(100%,#002970));
		background: -webkit-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: -o-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: -ms-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: linear-gradient(top, #5177B8 0%,#002970 100%);
		
		/*iexplorer
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5177B8', endColorstr='#002970',GradientType=0 );
		*/
		margin: 0 1px;
		
	}
	
	.ie8 ul.tabs li a,
	.ie9 ul.tabs li a{	
		filter:none;
		background: url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/img/background-box-pattern.gif) repeat scroll 0 0 ;
		background-color: #002970 !important;
		
	}
	
	.ie7 ul.tabs li a{	
		filter:none;
		background: url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/img/background-box-pattern.gif) repeat scroll 0 0 transparent;
	}
	
	.ie6 ul.tabs li a{	
		filter:none;
		background: url(/web/20150714104131im_/https://www.tmdn.org/tmview/resources/img/background-box-pattern.gif) repeat scroll 0 0 transparent;
	}
	
	
	ul.tabs li.active a {
		
		border-bottom: 0px;
	    font-weight: bold;
	    color: white !important;    
		background: linear-gradient(top, #5177B8 0%,#002970 100%);
		background: transparent;
		text-shadow: 2px 1px 3px #193A72;
		background: #5177B8;
		background: -moz-linear-gradient(top, #5177B8 0%, #002970 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5177B8), color-stop(100%,#002970));
		background: -webkit-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: -o-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: -ms-linear-gradient(top, #5177B8 0%,#002970 100%);
		background: linear-gradient(top, #5177B8 0%,#002970 100%);
		
		/*iexplorer
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5177b8', endColorstr='#002970',GradientType=0 );
		*/
		
	}
	
	.ie8 ul.tabs li.active a {
		filter:none;
	}
	.ie7 ul.tabs li.active a {
		filter:none;
	}
	.ie6 ul.tabs li.active a {
		filter:none;
	}
	
	ul.tabs li a,ul.tabs li{
	
		  -moz-border-radius: 8px 8px 0 0; /* FF1+ */
	  -webkit-border-radius:  8px 8px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	          border-radius:  8px 8px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	          z-index: 3;
	          
	}
	
	#results_content {
		/*margin-top:	140px;*/
		/*border: black 2px solid;*/
		display: none;
	}
	
	
	#resultTabs ul.tabs li a{
		padding-right: 16px;
		z-index: 3;
	}
	
	#resultTabs ul.tabs li a:hover{
		background:none;
		background-color: #002970;
	}
	
	.ie8 #resultTabs ul.tabs li a:hover,
	.ie9 #resultTabs ul.tabs li a:hover{
		background:none;
		background-color: #5177B8;
	}
	
	#resultTabs ul.tabs li a.close_tab{
		padding:0px;
		border: 0px;
		cursor: pointer;
	}
	
	ul.tabs li a.close_tab{
	    position:absolute;
	    top: 5px;
		right: 5px;
		background: no-repeat url('/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/close_white.png') !important;
		background-repeat: no-repeat;
		height: 10px;
		width: 10px;
		/*opacity:0.8;*/
		
		
	}
	
	ul.tabs li a.close_tab:hover{
	  background: url('/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/close_white.png')!important;
	  /*opacity:1;*/
	  
	}
	
	.tab_container {
		border: 1px solid #999;
		border-top: none;
		overflow: hidden;
		clear: both;
	}
	
	.tab_content {
		padding: 5px 5px 20px 5px; 
		font-size: 100%;
		background-color: #DDD;
		width: 100%;
	}
	
	.tab_detail{
		padding: 0px;
	}
	
	/* end tabs */
 
 
	.highlight{background-color: rgb(255,255,0);}
	
	/* 
	 * Jquery UI tabs 
	 */
	.ui-tabs .ui-tabs-nav li {margin:0 0.2em 0 0;;padding:5px 0 0;}
	.ui-tabs .ui-tabs-nav li a {padding:0.2em 1em;}
	.ui-tabs {border:0;padding-left:0;padding-right:0}
	.ui-tabs .ui-tabs-panel {border-width:0;display:block;min-height: 3em;}
	.ui-tabs .ui-tabs-panel p label {line-height: 20px; padding-right:1em} 

	/* 
	 * Basket & Search boxes 
	 */
	/*#search {border:2px solid #11142b;margin-right: 0.8%;}*/
	#search, #myListBox {min-height:10em;position:relative}
	#myListBox a {color:#000c4a; font-style: italic;}
	.innerBox .title h3 {background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);color:#FFFFFF;font-size:13px;font-weight:bold;margin:-19px -19px 20px;padding:5px 10px;text-shadow:0 1px 1px #000000;font-size: 100%;}
	#myListBox div.items p.Bcontent span {background-color: #000C4A;}

	/* Title */
	#myListBox .links{font-size:0.85em;}
	#myListBox .links {margin: 1.1em 0 0;}
	#myListBox .links li {border: 0 none; display: inline; float: left; margin: 0.35em 0.6em 0 0; padding: 0.3em 0;}
	#myListBox .links li.button {padding-top:0;margin-top:1px}
	#myListBox .links li a,
	#myListBox .links li span { color:#000c4a;text-decoration: none;padding: 0.5em 0.8em; background-color: #EFEFEF; -moz-border-radius: 4px 4px 4px 4px; font-weight:bold; border:1px solid #ddd}
	/*#myListBox .links li a:hover {background-color: #f58c27; color:#1e213f; text-shadow: 0px 0px 0px #000;}*/

	/* left menu boxes */

	#previousTipOfTheDay {
    	left: 4px;
    	position: absolute;
    	top: 5px;
    	z-index: 20;
	}
	#nextTipOfTheDay {
	    left: 18px;
	    position: absolute;
	    top: 5px;
	    z-index: 20;
	}
	.arrowTip {
 	   	height: 18px;
    	opacity: 0.8;
    	width: 10px;
	}
	.title_tips {
    	padding-left: 30px;
	}
	
	
	.imgNotAvailable{
		width: 70px;
		height: 70px;
	}



	/* NEWS */
	.newsMarginTop{
		margin-top: 10%;
	}
	
	.newsDivCont{
		height: 250px;
		overflow-y:scroll;
		overflow-x: hidden;
	}
	
	.newsDivCont .newsAlertItem{
		float: left;
		margin: 10px;
	}
	
	.newsDivCont .date{
		 color: #2356AB;
		 font-weight: bold;
		 font-size: 85%;
		 float: right;
	}
	
	.newsDivCont .title{
		 color: black;
		 font-weight: bold;
		 font-size: 85%;
		 float: left;
	}
	
	.newsDivCont .description{
		 color: black;
		 font-size: 85%;
		 float: left;
	}
	
	.newsDivCont .separator{
		border-top: 1px dotted #2356AB;
		float: left;
		width: 100%;
		height: 1px;
		padding: 0px;
		margin-top: 5px;
	}

	/* 
	 * Footer 
	 */
	#footer {
		position:relative; 
		font-size: 85%; 
		height: 50px; 
		margin-top: -50px; 
		background-color: #23282C;
		clear: both;
		border: 0px;
		display: none;
	}
	.ie6 #footer {position:relative; font-size: 85%; color: #FFFFFF; margin: 0; height: 60px; background: #033333; } 
	#footer a {color: #FFFFFF;}	
	#footer p {color:#888;line-height:1.4em; padding:5px }
	/*.ie6 #footer .grid_6 {width:50%}*/
	#footer .grid_6 {text-align:center}
	#footer .grid_2 {position:absolute;top:0}
	#footer .last  {right:0}
	/* Hide secondary footer!! */
	#footer .content .grid_10 {display:none}



/* STATUS MONITOR PROVISIONAL */ 

#offices1 {
    clear: left;
    width: 100%;
    margin-top: 8px;
}

#offices1 .office_cell {
    float: left;
    height: 20px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 1px !important;
    margin-top: 1px !important;
    width: 240px;
}

#offices1 .office_cell table.inactive * {
    color: #CCCCCC;
}

#offices1 .office_cell table tr {
    height: 20px;
}

#offices1 .office_cell table .col1 {
    text-align: center;
    width: 18px;
    padding-right: 2px;
    cursor: pointer;
}

#offices1 .office_cell table .col1 div{
	height: 20px;
	background-color: #CCCCCC;
}

#offices1 .office_cell table .col1 div.pending{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/loading.gif") no-repeat;
}

#offices1 .office_cell table .col1 div.ok{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-ok.png") no-repeat;
}

#offices1 .office_cell table .col1 div.warning{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-warning.png") no-repeat;
}

#offices1 .office_cell table .col1 div.exceeded{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-plus.png") no-repeat;
}

#offices1 .office_cell table .col1 div.error{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-error.png") no-repeat;
}

#offices1 .office_cell table .col1 div.ok.inactive{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-ok-bw.png") no-repeat;
}

#offices1 .office_cell table .col1 div.exceeded.inactive{
	background: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/search_monitor/icon-plus-bw.png") no-repeat;
}

#offices1 .office_cell table td.col3{
	text-align: left;
}

#monitor_status button {
    display: inline !important;
    padding-top: 2.5px !important;
    position: relative;
    top: 1px;
}

#monitor_status_bt {
    font-size: 0.83em;
    height: 21px;
    margin-left: 15%;
    text-align: center;
    width: 56px;
}

#monitor .officeInfoLinkActive {
    color: #224488;
}

#monitor .officeInfoLinkActive:hover{
    text-decoration:underline;
    cursor: pointer;
}

/* STATUS MONITOR PROVISIONAL END*/



/* ADVANCED SEARCH - START */

	#SearchBoxIndicators{
		position: absolute;
		right: 5px;
		top: 35px;
	}
	
	.selectedcriteria {
		padding: 0;
	}
	

	
	ul.criterialist {
		list-style-type: none;
		padding: 10px 0px;
		text-align: left;
	}

	.criteriabox {
		padding: 10px 20px;
		text-align: center;
	}

	.criterialist li {
		padding: 5px 50px 5px 245px;
		position: relative;
		vertical-align: top;
	}
	
	.criterialist li.doubleHeight {
		display: block;/*inline*/
		height: 30px;
	}
	
	.criterialist li:hover { 
		background-color:#f7f7f7;
	  -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	 }
	
	.criterialist li span.label, .sortcriteria span.label {
		position: absolute;
		top: 6px;
		left: 40px;
		max-width: 250px;
	}

	.controlrow {
		margin: 0 50px;
		display: inline-block;
		width: 100%;
	}
	
	.logiccombo {
		left: 10px;
		position: absolute;
	}
	
	.LocarnoClassClassControl{
		padding: 5px 5px 5px 0px;
	}
	
	.LocarnoSubClassClassControl{
	 	padding: 5px 5px 5px 0px;
	}
	
	#LocarnoClass,#LocarnoSubClass{
		width: 400px;
	}
	.LabelAdvancedSearch{
		font-weight: bold;
		font-size: x-small;
		margin-left: 5px;
	}
	
	.smallFont{
		font-size: 90%;
		padding-left: 10px;
	}
	
	#SelectedOffices,#SelectedOfficesWatch,#PriorityCountry,#DesignStatusControl, #LocarnoClass, #LocarnoSubClass, #cmbSortField, #cmbOrder{
		width: 395px;
		padding: 6px 2px 2px 3px!important; 
		/*padding: 4px;*/
		border: 2px inset #EEEEEE;
		-moz-border-radius: 4px 4px 4px 4px; /* FF1+ */
		-webkit-border-radius: 4px 4px 4px 4px;/* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 4px 4px 4px 4px;/* Opera 10.5, IE9, Saf5, Chrome, FF4 */
		background-color: white;
	}
	
	#LocarnoClass, #LocarnoSubClass, #cmbSortField, #cmbOrder{
		padding: 2px 2px 0px 3px!important;
		width: 400px!important;
	}
	
	
	#IndicationOfProduct,#OwnerName,#RepresentativeName,#DesignerName,#VerbalElement{
		width: 400px;
		background-color: white;
	}
		
	#DesignStatus,#DesignNumber,#ConventionPriorityNumber,#ExhibitionPriority{	width: 200px; background-color: white; }
	
	
	#closeButton{
		background-color: red;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 2px;
		font-size: 7px;
		border: 1px solid black;
		color: white;
		font-weight: bold;
		margin: 3px;
	}
	
	#multiselectCountries{ 	width: 200px; z-index: 10 }
	
	#multiselectCountries ul{
	 position:absolute;
	 z-index:999999999999999;
	 background-color:white;
	 text-decoration: none;
	 list-style-type:none; 
	 width: 200px; 
	 height:200px;
	 overflow-y: scroll;
	 overflow-x: hidden;  
	 border: 2px solid #EDEDED;
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;	 	
	}

	#multiselectCountries ul li{
	 float: left;
	 text-decoration: none;
	 list-style-type:none;
	  width: 180px;
	  padding: 2px;
	  margin: 0px;
	}
	
	#multiselectCountries ul li img{
		width:16px;
		height:12px;
		margin: 0px;
		padding: 0px;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 3px;
	}
	.country{
		padding: 0px;
		margin: 0px;
	}
	
	.labelMultiselect{
		font-size: 9px;
		color: navy;
		float: right;
		margin: 2px;
	}
	
	.resetSearch{
		position: relative;
		height: 40px;
	}
	
	#btnClearAdvancedSearch{
		position: relative;
		float: right;
		/*right: 5px;*/
		top: 5px;
		bottom: 5px;
	}
	
	#SearchCopy{
		position: relative;
		float: right;
		right: 5px;
		top: 5px;
		bottom: 5px;
	}
	
	#advanced_search_form .error{
		border: 1px solid red;
	}
	
	#searchForm .error{
		border: 1px solid red;
	}
	
	
	#lnkAdvancedSearch[disabled="disabled"] {
		color: #AAA !important;
		pointer-events: none;
		background-image: url("/web/20150714104131im_/https://www.tmdn.org/tmview/resources/images/button-advsearch-open-disabled.gif");
	}

/*
	#advanced_search_form input, 
	#advanced_search_form select,
	*/

	/*
	#advanced_search_form .SelectedOfficesControl{ padding: 2px; }
	#advanced_search_form .PriorityCountryControl{ padding: 2px; }
	*/
	
	#advanced_search_form .resetSearch input{ padding:5px; margin:0 5px 0 5px;	}
	#advanced_search_form .dpicker{ width: 70px; }
	
	
	
	

/* ADVANCED SEARCH - END */



/* AUTOCOMPLETE TMDSVIEW */
.autocomplete-header, .clearHistory{
	float: right;
	float: right;
	float: r;
	color: blue;
	font-size: x-small;
}

.ui-menu-item{
	font-size: small;
}

/******************/
	/*help center menu*/
		
			/* toolbar menu */
			.helpCenter_menu
			{
				position: absolute;
				top: 14px;
				margin-left: 50%;
				left: -153px;
			}

			.helpCenter_menu ul li{
				list-style: none;
				border: solid 1px black;
				width: 35px;
				height: 32px;
				background-color: white;
				text-align: center;
				float: left;
				margin: 3px;
				position: relative;
				bottom: 13px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-moz-border-radius-topright: 5px;
				border-radius: 5px;
			}

			.helpCenter_menu ul li:hover{
				bottom: 13px;
				border: solid 1px green;
			}
			
			.helpCenter_menu ul li img{
				padding: 3px;	
				width: 24px;
				height: 24px;
				cursor: pointer;
			}
			
			.helpCenter_menu ul li.active{
				border: solid 1px #F5F5F5;
				border-color: #004D94;
			}
	
	/*help center menu*/
	/******************/


/****************************/
/* GRID PRINT RESULT DIALOG */
/****************************/
#HeaderResultCheckPanel{ display: none; }
#HeaderStatisticsPrint,#HeaderResultsPrint{ float: right; margin: 10px; }
#ContentResults { width: 100%; } 
#ContentResults .row { 
	float: left;
	border: 1px solid grey;
	width:97%;
	margin: 1%;
	font-size: 85%;
}
#ContentResults .image { 
	width: 23%;
	float: left;
	border-radius: 5px;
	padding: 0px;
	margin: 1%;
	position: relative;
}
#ContentResults .numberid{
	position: absolute;
	font-size: 8px;
	top: 154px;
	left: 43%;
}

#ContentResults .image .size { width:100%; height:150px; padding: 2px;}
#ContentResults .data { width: 74%; float: left; padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#ContentResults .data .info { float: left; width: 95%; margin-left: 10px; margin-top: 5px; margin-right: 5px;}
#ContentResults .data .info .infoKey {font-weight:bold; float: left;}
#ContentResults .data .info .infoVal {margin-left: 5px; padding-right: 20px;}
.paddingHeader{ padding: 10px; }
.previewPrintRows{ list-style-type: none; margin: 5px; }

.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}


/**********************************/
/* END - GRID PRINT RESULT DIALOG */
/**********************************/


.multiSelectOptions{
	height: 450px;
}

.RowsView,
#alertmod,
.wrapper_button,
#accordion,
.ui-dialog-titlebar{
	display: none!important;
}

.ui-widget-content{
	border: none!important;
	background: transparent!important;
	color: black;
}



/* tables print statistics */
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
/* tables print statistics */
/*
     FILE ARCHIVED ON 10:41:31 Jul 14, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:36:42 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.731
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.032
  esindex: 0.017
  cdx.remote: 16.278
  LoadShardBlock: 120.938 (3)
  PetaboxLoader3.resolve: 108.645 (3)
  PetaboxLoader3.datanode: 138.23 (5)
  load_resource: 187.572 (2)
*/