/*
 * This resets the css for all browsers.
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/**********************************************************
	1. Body and Wrapper Elements
**********************************************************/
body{
	background-color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a img {
	border: 0;
	padding: 0;
	margin: 0;
	}

/**********************************************************
	6. Buttons
**********************************************************/

	div.buttons_right {
                position: absolute;
		top: 0px;
                right: 0px;
		float: right;
                margin-top: 6px;
		margin: 0 12px 8px 12px;;
		}

	/**********************************************************
		6.1 Regular Sized Buttons (20px height)
	**********************************************************/

	a.orange_button {
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		margin: 6px 0 6px 6px;
		padding: 0 0 0 10px;
		white-space: nowrap;
		text-decoration: none;
		float: left;
		}
		a.orange_button span {
			display: block;
			line-height: 20px;
			color: #FFF;
			text-decoration: none;
			padding: 0 10px 0 0;
			}

	/* Regular Orange Button */

	a.orange_button {
		background: url(/banner/tql_orange_button.gif) no-repeat left top;
		}
		a.orange_button span {
			background: url(/banner/tql_orange_button.gif) no-repeat right -20px;
			}
		a.orange_button:hover {
			background: url(/banner/tql_orange_button.gif) no-repeat left -40px;
			}
			a.orange_button:hover span {
				background: url(/banner/tql_orange_button.gif) no-repeat right -60px ;
				}

/**********************************************************
	Library Banner
**********************************************************/
#banner_wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
	border-bottom: 1px solid #990000;
	z-index: 0;
	}

#banner {
	min-width: 640px;
	height: 44px;
	margin: 0 auto;
	background-color: #000000;
	position: relative;
	border-bottom: 1px solid #CC0000;
	z-index: 0;
	}

#banner_links {
	width: 100%;
	min-width: 250px;
	height: 44px;
	max-height: 44px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
        text-align: center;
	z-index: 0;
	}

#banner_links p {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
	font-size: 11px;
        background-color: #000;
        text-align: center;
	font-weight: bold;
	padding-top: 8px;
        }

#banner_links ul li {
			background: none;
			padding: 0;
			margin: 0;
                        display: inline;
			list-style-type: none;
			list-style-position: inside;
			color: #FFFFFF;
			font-size: 10px;
			}
#banner_links ul li a {
				margin: 0;
				padding: 0;
                                display: inline;
                                color: #FFFFFF;
				line-height: 12px;
				font-size: 10px;
				display: inline;
                                text-decoration: none;
				}
#banner_links a:hover {
			color: #990000;
                      }

#banner a:visited {
                        text-transform: none;
			font-weight: normal;
                      }

html, body { height: 100%; }

body { margin: 0; padding-top: 46px; padding-bottom: 0px; overflow: hidden; background-color: #ffffff; }

#tql-banner {
  background-color: #990000;
  height: 46px;
}

#tql-banner-content {
  background-color: #000000;
  border-bottom: 1px solid #cc0000;
  height: 44px;
  width: 100%;
}

#tql-banner-iframe { width: 100%; height: 100%; }


/* Logo */
div.banner_logo_link {
        position: absolute;
        top: 0px;
        width: 184px;
	float: left;
        margin: 0 0 0 8px;
	border-top: 0px;
	clear: both;
	}
	div.banner_logo_link a {
		display: block;
		background: url(/banner/tq_logo_small.png) no-repeat;
		width: 184px;
		height: 42px;
		margin: 0 auto;
		}
