/* $Id: styles_global.css 8 2009-01-11 06:02:53Z john $ */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
#header {
	background:url('../images/top_effect.jpg') no-repeat top;
	width:950px;
}
img {border:none;}

#header-logo {
	width:639px;
	float:left;
	padding-top:30px;
}
#return-to-legal {
	float:right;
	width:200px;
	height:35px;
	border:none;
	position:relative;
	left:12px;
	padding-top:5px;
}
#header-search {
	width:260px;
	float:right;
	padding-top:45px;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#wrapper-background {
	background:url('../images/page_repeat.jpg') repeat-y center;
	width:972px;
	margin:0px auto;
}
#search { height:52px; }
.search-text {
	background:url('../images/searchbox_left.jpg');
	width:150px;
	height:17px;
	padding:19px 0 18px 22px;
	border:none;
	float:left;
}
input.search-button {
	background:url('../images/searchbox_right.jpg');
	height:53px;
	width:53px;
	border:none;
	float:left;
}
#main-menu {
	height:41px;
	width:972px;
	position:relative;
	background:url('../images/nav_bg.jpg');
	left:-11px;
	padding:0;
	margin:0;
}
a.top_menu_item {
	font-family: georgia, sans-serif;
	color:white;
	text-transform:uppercase; 
	line-height:32px;
	font-size:14px;
	text-decoration:none;
	margin:0 5px 0 3px;
	padding:7px 2px 5px 4px;
	font-weight:bold;
}
a.top_menu_item:hover {
	text-decoration:none;
	background-color:#DE6218;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* POPUP BOXES FOR SMOOTHBOX */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
	font-family: "Trebuchet MS", tahoma, arial, serif;
	
}
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link { color: #336699; text-decoration: none; }
#TB_window a:visited { color: #336699; text-decoration: none; }
#TB_window a:active { color: #3399FF; text-decoration: underline; }
#TB_window a:focus { color: #336699; text-decoration: none; }

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
/*
	display:block; 
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	font-size: 9pt;
	font-family: tahoma, arial, serif;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}



/* TOOL TIPS */
.tip {
	color: #fff;
	width: 220px;
	z-index: 13000;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #fffeeb;
	text-align: left;
	font-size: 11px;
	padding: 4px 8px 8px;
}
.tip-text {
	display: none;
}
.tip-top {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tip-bottom {

}

.Tips1 {
	vertical-align: middle;
}
.more-text {
	font-size:0.7em;
	line-height:inherit;
	padding:2px;
	text-transform:uppercase;
	white-space:nowrap;
}
/* AUTOSUGGEST DIV */
div.autosuggest
{
	position: absolute;
	background-image: url(../images/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../images/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../images/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../images/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

div.autosuggest img
{
	vertical-align: middle;
	margin-right: 5px;
}




/* UPLOADER CLASSES */
input.fallback_status {
	border: none; 
	background: none; 
	font-weight: bold;
	font-family: verdana, arial, serif;
	font-size: 8pt;
	color: #333333;
	padding: 3px;
	height: 22px;
	vertical-align: middle;
}

#uploader {
	background-color: #FFFFFF;
	padding: 10px 15px;
	width: 430px;
	border: 1px solid #CCCCCC;
}

#uploader .progress {
	background: #FFFFFF url(../images/uploader_progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
}

#fileList {
	margin: 0px;
	list-style: none;
	width: 420px;
	margin-top: 0px;
	padding: 0px;
}

#fileList li.file {
	margin-top: 5px;
	border-top: 1px solid #EEEEEE;
	background: url(../images/uploader_file.png) no-repeat 4px 4px;
}

#fileList li.file.file-uploading {
	background-image: url(../images/uploader_uploading.png);
	background-color: #D9DDE9;
}

#fileList li.file.file-success {
	background-image: url(../images/uploader_success.png);
}

#fileList li.file.file-failed {
	background-image: url(../images/uploader_failed.png);
}

#fileList li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height:	40px;
	font-weight: bold;
}

#fileList li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

#fileList li.file .file-info {
	display: block;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}

#fileList li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
	margin-top: 4px;
}

/**** NEW SUB MENU ****/

#subnav {
	background-image: url(../images/subnav_bg.png);
	background-repeat: repeat-x;
	width:950px;
	height: 33px;
	position: relative;
	top:-11px;
	margin-bottom: 5px;
}
li.tools {
	background: url(../images/subnav_left.png) no-repeat;
	width: 103px;
	height: 26px;
	float:left;
	padding: 7px 0 0 21px;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#subnav ul li {
	display: inline;
	padding: 2px 10px 0;
}
#subnav a {
	color:#555555;
}

/**** DIALOG BOX ****/

#dialog { 
	color: #FFF;
	height:auto !important;
	display:none;
}

.dialog-top { background-image: url(/images/modal_top.png); background-repeat: no-repeat; height: 43px; }
.dialog-middle { background-image: url(/images/modal_middle.png); background-repeat: repeat-y; padding:0 0 5px 40px; color:#FFF; }
.dialog-bottom { background-image: url(/images/modal_bottom.png); background-repeat: no-repeat; background-position: left bottom; height: 34px; }
.dialog-top div { width:20px; height: 20px; float: right; margin: 15px 15px 0 0; cursor: pointer;  }	/* the X button */
.dialog-middle div { float: left; width: 280px; }
#dialog label { display: block; margin-top: 9px; }
#dialog input { border: 2px solid #3E606F; padding: 3px; }
.dialog-middle p { padding-top:2px; color:#fff; }
.dialog-middle li { padding-top:2px; color:#fff; }
.dialog-middle h2 { margin:0; color:#E67732; padding:10px 0; text-transform:uppercase; letter-spacing:1px; }
.dialog-middle h3 { margin:0; color:#E67732; padding-top:15px; text-transform:uppercase; letter-spacing:1px; }
.ui-draggable .ui-dialog-titlebar {
cursor:move;
}
.ui-dialog .ui-dialog-titlebar {
padding:0.5em 0.3em 0.3em 1em;
position:relative;
display: none;
}
.ui-helper-clearfix {
display:block;
}
.ui-dialog .ui-dialog-titlebar-close {
height:18px;
margin:-10px 0 0;
padding:1px;
position:absolute;
right:0.3em;
top:50%;
width:19px;
}
.ui-widget-header a {
color:#222222;
display: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
display:block;
margin:1px;
}
.ui-widget-header .ui-icon {
background-image:url(/images/ui-icons_222222_256x240.png);
}
.ui-dialog .ui-dialog-buttonpane {
background-image:none;
background-color: #ccc;
border-width:1px 0 0;
margin:0;
padding:0.3em 1em 0.5em 0.4em;
text-align:left;
}

.ui-widget-overlay {
	background:#AAAAAA url(/images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x scroll 50% 50%;
	filter:alpha(opacity=30);    /* ie  */
	-moz-opacity:0.3;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.3;    /* for really really old safari */
	opacity: 0.3;    /* css standard, currently it works in most modern browsers like firefox,  */

}
.ui-widget-overlay {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
}
.sign-up-sprite {
	display: block;
	width:165px;
	height: 48px;
	background-image: url(../images/sprite_motion_signup.png);
	background-position: 0px -10px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.sign-up-sprite:hover {
	background-position: 0px -59px;
}
