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


/* POPUP BOXES FOR SMOOTHBOX */
#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: #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:6px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:5px 0 5px 10px;
	margin-bottom:1px;
	color:#ffffff;
	font-family:trebuchet ms, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#TB_title{
	background: #d93e06 url(../layout_images/popupbg.png) repeat-y;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
	font-size: 9pt;
	font-family: tahoma, arial, serif;
}

#TB_ajaxContent{
	clear:both;
	padding:10px;
	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;
}

/* 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: 592px;
	border: 1px solid #CCCCCC;
	margin-left:16px;
}

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

#uploader img.button {
	display:block;
	float:left;
	margin-right:4px;
}

#uploader a{
	color:#256B97;	
}

#fallback {
	background-color: #FFFFFF;
	padding: 10px 15px;
	width: 592px;
	border: 1px solid #CCCCCC;
	margin-left:16px;
}
#fallback .input-line {
	margin: 10px 0 10px;	
}
#fallback_submit {
	background:#951f05 url(../layout_images/button111.png) no-repeat;
	width:111px;
	height:25px;
	color:white;
	padding:0 0 2px 0;
	border-width:0;
}

#fallback_link {
	text-align: center;	
}

#fallback_link a{
	color:#256B97;	
}
#fileList {
	margin: 0px;
	list-style: none;
	width: 590px;
	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: 11px;
	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;
}

.popup-confirm {margin:0;padding:35px;color:#221F1F;font-size:12px;text-align:center;font-weight:bold;} 
.popup {margin:0;padding:10px;color:#221F1F;font-size:12px;}
.popup p {margin:0 0 7px;padding:0;line-height:1.4em}
.popup p a {color:#336699;}
.popup a.select-all {color:#336699;font-size:11px;}

.popup .radio-line {width:100%;overflow:hidden;margin:9px 0;}
.popup .radio-line .label {float:left;width:110px;padding-top:2px;}
.popup .radio-line .inputs {padding-left:115px;}
.popup .radio-line .checkbox {vertical-align:top;margin-right:5px;}
.popup .radio-line .inputs em {font-style:normal;display:block;border-bottom:1px solid #ededed;padding:0 0 6px 3px;color:#5f5f5f;font-size:11px;margin-bottom:6px;}
.popup .radio-line label {display:block;margin:5px 0 0;line-height:13px;}
.popup .radio-line label.nomargin {display:block;margin:0;}
.popup .radio-line label input {margin:0 0 0 5px;vertical-align:text-top;padding:0;}

.popup .input-line {width:100%;overflow:hidden;margin:11px 0;}
.popup .input-line label {float:left;margin-right:5px;width:110px;padding-top:4px;}
.popup .input-line label em {font-style:normal;color:#d93e06;}
.popup .input-line .select {float:left;width:269px;height:25px;background:transparent url(../layout_images/select.png) no-repeat;}
.popup .input-line .select select {margin-left:12px;width:250px;border:1px solid white;margin-top:3px;height:17px;}
.popup .input-line .select select:disabled {color:#8f8f8f;background-color:transparent;}
.popup .input-line .select-small {float:left;width:149px;height:25px;background:transparent url(../layout_images/select3.png) no-repeat;}
.popup .input-line .select-small select {margin-left:12px;width:130px;border:1px solid white;margin-top:3px;height:17px;}
.popup .input-line .input {background:transparent url(../layout_images/select.png) no-repeat;width:269px;height:25px;float:left;}
.popup .input-line .input input:disabled {color:#a8f8f8f;background-color:transparent;}
.popup .input-line .input input {border-width:0;margin:4px 0 0 12px;width:240px;padding:2px;}
.popup .input-line .input-special {background:transparent url(../layout_images/select.png) no-repeat;width:269px;height:25px;float:left;color:#221F1F;}
.popup .input-line .input-special input {border-width:0;margin:4px 0 0 12px;width:240px;padding:2px;background:transparent;}
.popup .input-line div {margin: 6px 12px;width: 200px;}
.popup .input-line div img {vertical-align:middle;margin-left:4px;}
.popup .input-line .small-input {background:transparent url(../layout_images/select3.png) no-repeat;width:149px;height:25px;float:left;}
.popup .input-line .small-input input {border-width:0;margin:4px 0 0 12px;width:120px;padding:2px;}
.popup .input-line .small-input input:disabled {color:#8f8f8f;background-color:transparent;}
.popup .input-line .textarea {background:transparent url(../layout_images/textarea2.png) no-repeat;width:310px;height:130px;float:left;}
.popup .input-line .textarea textarea {border-width:0;margin:4px 0 0 12px;width:289px;height:118px;padding:2px;}
.popup .input-line a {color:#336699;}
.popup .input-line .select-vsmall {margin-right:24px;float:left;width:84px;height:25px;background:transparent url(../layout_images/select1.png) no-repeat;}
.popup .input-line .select-vsmall select {margin-left:12px;width:66px;border:1px solid white;margin-top:3px;height:17px;}
.popup .input-line .checkbox {margin: 6px 0;}

.popup .buttons {text-align:center;margin-top:1.8em;}
.popup .buttons input {background:#951f05 url(../layout_images/button111.png) no-repeat;width:111px;height:25px;color:white;padding:0 0 2px 0;border-width:0;margin-right: 10px;}
.popup .buttons input.grey {background:#aeaeae url(../layout_images/button82-grey.png) no-repeat;width:82px;height:25px;color:white;padding:0 0 2px 0;border-width:0;}
.popup .buttons input.grey-big {background:#aeaeae url(../layout_images/button111-grey.png) no-repeat;width:111px;height:25px;color:white;padding:0 0 2px 0;border-width:0;}

.popup .comments-list {list-style-type:none;margin:0;padding:0;width:auto;}
.popup .comments-list li {width:100%;min-height:76px;position:relative;border-bottom:1px solid #c5c5c5;padding:14px 0;}
.popup .comments-list li.first {border-top:1px solid #c5c5c5;}
* html .popup .comments-list li {height:74px;}
.popup .comments-list li h3 {font-size:12px;padding-left:86px;padding-right:120px;margin:0;}
.popup .comments-list li h3 a {color:#d93e06;text-decoration:underline;}
.popup .comments-list li h3 a:hover {text-decoration:none;}
.popup .comments-list li .link {position:absolute;left:0;top:14px;margin:0;}
.popup .comments-list li .link img {background-color:#dbdbdb;border:1px solid #cacaca;padding:2px;}
.popup .comments-list li .link:hover img {background-color:#d93e06;border-color:#d93e06;}
.popup .comments-list blockquote {margin:15px 0 0 86px;line-height:1.3em;color:#221f1f;font-size:12px;}
.popup .comments-list blockquote p {margin:0;}
.popup .comments-list em {font-style:normal;color:#5f5f5f;position:absolute;right:0;top:16px;font-size:10px;}
.popup .comments-list ul {list-style-type:none;margin:1em 0 0 0;padding:0;text-align:right;color:#336699;font-size:11px;}
.popup .comments-list ul li {display:inline;min-height:0;border-width:0;padding:0 0 0 31px;background:transparent url(../layout_images/line.png) no-repeat 14px 2px;}
.popup .comments-list ul li.first {padding-left:0;background-image:none;}
.popup .comments-list ul li a {color:#336699;}
.popup .link {margin:5px 15px;}
.popup .link img {margin-right:5px;vertical-align: middle;}