/*$Id: styles_global.css 8 2009-01-11 06:02:53Z john $

POPUP BOXES FOR SMOOTHBOX*/

HTML, BODY

{

	min-height: 100%;

	height: auto !important;

	font-family: "Trebuchet MS", tahoma, arial, serif;
	
	height: 100%;

}

DIV, TD

{

	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:hover

{

	color: #3399FF;

	text-decoration: underline;

}

#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: #454545;

	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: #2C2C2C;

	height: 27px;

	font-weight: bold;

	border-bottom: 1px solid #454545;

	font-size: 9pt;

	font-family: tahoma, arial, serif;

}

#TB_ajaxContent

{

	clear: both;

	padding: 2px 15px 15px;

	overflow: auto;

	text-align: left;

	line-height: 1.4em;

}

#TB_ajaxContent P

{

	padding: 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 #454545;

	background: #2C2C2C;

	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;

}

/*AUTOSUGGEST DIV*/

DIV.autosuggest

{

	position: absolute;

	background-image: url(../images/as_pointer.gif);

	background-position: top;

	background-repeat: no-repeat;

	padding: 10px 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;

	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: url(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: both;

}

#fileList LI.file .file-remove

{

	clear: right;

	float: right;

	line-height: 18px;

	margin-right: 6px;

	margin-top: 4px;

}

