@charset "utf-8";

@import "common.css";
@import "colorpicker.css";
@import "carousel.css";
@import "k2wiz_content.css";
@import "k2wiz_mobile.css";

html,body{
	font-family: "돋움";
	font-size: 12px;
	_overflow-x: hidden;
}
hr{
	display: block;
	border-top: 1px #999 solid;
	border-bottom: 1px #f7f7f7 solid;
	margin: 15px 0;
}

.UIWrap{
	margin: 0 15px;
	padding:10px 0 0 0;
	position: relative;
	min-width: 200px;
	_margin:0;
	_padding: 10px 20px;
}
	.W100p{width: 100% !important;}
	.W95p{width: 95% !important;}
	.W50p{width: 50% !important;}
	.W33p{width: 33.3% !important;}
	.W25p{width: 25% !important;}
	.W300{width: 300px !important; min-width: 300px !important;}
	.W400{width: 400px !important; min-width: 400px !important;}
	.W500{width: 500px !important; min-width: 500px !important;}
	.W600{width: 600px !important; min-width: 600px !important;}
	.H50{height: 50px !important;}
	.H100{height: 100px !important;}

h1.title{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px #3A4565 solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
h2,
table caption.h2{
	height: 18px;
	font-size: 13px;
	line-height: normal;
	color: #353535;
	font-weight: bold;
	position: inherit;
	visibility: visible ;
	margin:0 0 5px 0;
	padding:0 0 0 10px !important;
	text-align: left;
	background:url("../imgUI/icon_h2.gif") no-repeat left 50%;
}
h3,
table caption.h3{
	height: 17px;
	font-size: 12px;
	line-height: 13px;
	color: #353535;
	position: inherit;
	visibility: visible ;
	margin:0;
	padding:0 0 0 10px !important;
	text-align: left;
	background:url("../imgUI/icon_h3.gif") no-repeat left 2px;
}
a.helpBtn{
	position: absolute;
	top: 8px;
	right: 0;
	background:url("../imgUI/btn_help.gif") no-repeat left 2px;
	width: 56px;
	height: 22px;
	text-indent: -5000px;
	display: none;
}
div.UIscroll{
	width: 100%;
	overflow-x: auto;
}
ul.UItab{
	clear: both;
	overflow: hidden;
	border-bottom: 1px #CDCDCD solid;
	margin-bottom: 15px;
	_position: relative;
	_width: 100%;
}
ul.UItab li{
	float: left;
	margin-right:2px;
	height: 24px;
	overflow: hidden;
}
ul.UItab li a{
	display: inline-block;
	height: 30px;
	padding: 4px 15px;
	background-color: #F0F0F0;
}
ul.UItab li a:hover{
	background-color: #EEEEEE;
}
ul.UItab li a.on{
	background-color: #7190C6;
	color: #FFFFFF;
	font-weight: bold;
}
ul.UItab4dep{
	clear: both;
	margin-bottom: 15px;
	font-size: 11px;
	height: 21px;
	background:url("../imgUI/bg_lineCCC.gif") repeat-x left bottom;
	_height: 17px;
}
ul.UItab4dep li{
	float: left;
	margin-right:2px;
	height: 21px;
	overflow: hidden;
}
ul.UItab4dep li a{
	display: inline-block;
	height: 17px;
	padding: 2px 10px 0 10px;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	background-color: #EEE;
	color: #888;
}
ul.UItab4dep li a:hover{
	background-color: #F7F7F7;
	color: #333;
}
ul.UItab4dep li a.on{
	background-color: #FFF;
	color: #333;
	border-color: #BBB #BBB #FFF #BBB;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
ul.UItab5dep{
	clear: both;
	padding: 3px 0 1px 3px;;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
	border: 1px #ddd solid;
	background-color: #f5f5f5;
	_height: 17px;
}
ul.UItab5dep li{
	display: inline-block;
	margin: 0 3px 2px 0;
	height: 21px;
	overflow: hidden;
	_float: left;
}
ul.UItab5dep li a{
	padding: 0 5px;
	display: inline-block;
	background-color: #ccc;
	line-height: 2;
	color: #555;
	font-size: 11px;
}
ul.UItab5dep li a:hover{
	color: #000;
}
ul.UItab5dep li a.on{
	background-color: #7190C6;
	color: #fff;
}
div.UIview{
	border-top: 1px solid #BBBBBB;
	margin: 0 0 10px 0;
}

table.UItable{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
table.list{
	border-width: 1px 1px 1px 1px;
	border-color: #CCC #CCC #CCC #CCC;
	border-style: solid;
	margin-bottom: 10px;
}
table.list thead th,
table.list tbody td,
table.list tfoot td{
	padding: 5px 5px 4px 5px;
}
table.list thead th{
	color: #343434;
	font-weight: normal;
	background:url("../imgUI/bg_listTh.gif") repeat-x left top;
	background-color: #d8d8da;
	font-size: 11px;
	border-bottom: 1px #CCC solid;
}
table.list tbody td{
	color: #777;
	font-size: 11px;
	text-align: center;
	border-bottom: 0px #EEE solid;
}
table.list tbody td p{
	margin-right: 5px;
}
table.list tbody td.no_result{
	padding: 100px 0;
}
table.list tbody td.on{
	background-color: #E8F4FB;
}
table.list tbody .tdEven{background-color: #FFF;}
table.list tbody .tdOdd{background-color: #F5F5F5;}
table.list tbody .tdFocus{background-color: #000;}
table.list tfoot td{
	background-color: red;
}

table.view{
}
table.view tbody th,
table.view tbody td{
	padding: 5px 5px 4px 5px;
	border-bottom: 1px #DDDDDD solid;
}
table.view tbody .hideTr{
	display:none;
}
table.view tbody th{
	background-color: #F5F5F5;
	border-right: 1px #DDDDDD solid;
	min-width: 100px;
	width: 100px; 
	font-weight: normal;
	letter-spacing: -0.5px;
}
table.view tbody td{
	color: #A1A1A1;
	font-size: 11px;
}
table.view tbody td p.floatL{
	padding: 3px 5px 0 0;
}
table.view tbody td label{
	margin: 0 3px;
}
table.view tbody td ul{
}
table.view tbody td ul li{
	margin: 2px 0;
}
table.view tbody td dl{
	overflow: hidden;
}
table.view tbody td dl dt,
table.view tbody td dl dd{
	float: left;
	padding: 3px 0 0 0;
	height: 17px;
}
table.view tbody td dl dt{
	font-weight: bold;
	color: #777;
	margin-right: 5px;
}
table.view tbody td dl dt.gab{
	background:url("../imgUI/gab_dt.gif") no-repeat left 50%;
	padding-left: 7px;
}
table.view tbody td dl dd{
	margin-right: 10px;
	background:url("../imgUI/gab_dd.gif") no-repeat left 50%;
	padding-left: 5px;
}
table.view tbody td dl dd.noPdd{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 20px !important;
}
table tbody td form{
	display: table-cell !important;
}
table tbody td fieldset{
	overflow: hidden;
}
table tbody td div{
	clear: both;
}
table tbody td fieldset .UIselect{
	float: left;
	margin-right: 5px;
	height: 21px;
	_height: 20px;
}
		*:first-child+html table tbody td fieldset .UIselect{padding: 20px;}/*ie7*/
table tbody td fieldset span,
table tbody td fieldset label{
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
table tbody td fieldset .UItext{
	float: left;
	margin-right: 5px;
	padding: 3px 2px 0 2px;
	height: 16px;
	_height: 20px;
}
table tbody td fieldset .UIfile{
	float: left;
	margin-right: 5px;
	padding: 3px 2px 0 2px;
	_height: 20px;
}

/* paging */
.paging{
    text-align: center;
}
.paging div{
    display: inline-block;
    overflow: hidden;
    margin: 0 auto 10px;
    .display: inline;
    .zoom: 1;
}
    
.paging a,
.paging ul,
.paging ul li strong{
    float: left;
}
.paging ul{
    overflow: hidden;
    height: 18px;
    margin: 0 5px; 
}
.paging ul li{
    float: left;
}
.paging ul li strong,
.paging ul li a{
    padding: 2px 4px;
}
.paging ul li strong{
    color: #ED6001;
}
.paging a.btnFirst,
.paging a.btnEnd{
    width: 39px;
}
.paging a.btnPrev,
.paging a.btnNext{
    width: 21px;
}
.paging a.btnFirst,
.paging a.btnPrev,
.paging a.btnNext,
.paging a.btnEnd{
    height: 20px;
    margin: 0 3px;
    text-indent: -5000px;
}
.paging a.btnFirst{
    background:url("../imgUI/btn_first.gif") no-repeat left top;
}
.paging a.btnPrev{
    background:url("../imgUI/btn_prev.gif") no-repeat left top;
}
.paging a.btnNext{
    background:url("../imgUI/btn_next.gif") no-repeat left top;
}
.paging a.btnEnd{
    background:url("../imgUI/btn_end.gif") no-repeat left top;
}



/**/
.UIset{
	overflow: hidden;
	padding: 10px 0;
    border-top: 1px #dddddd solid;
	_width: 100%;
	_position: relative;
}
.UIset .setL{
	float: left;
}
.UIset .setR{
	float: right;
}
.UIset .UIselect{
	float: left;
	margin-right: 10px;
}

/**/
.UIbtn{
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
	min-height: 28px;
	height: 28px;
	_height: 28px;
	_width: 100%;
}
.btnL,
.btnR{
	position: absolute;
	top:0;
}
.btnL{
	left:0;
}
.btnR{
	right:0;
}
span.button{
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}
span.button .submit,
span.button .normal{
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin:0;
	font-family: "돋움",dotum;
}
span.button.large button,
span.button.large input,
span.button.large a{
	font-weight: bold;
	color: #434135;
}
span.button.large button{
	height: 25px;
	padding: 1px 10px 0;
	_padding: 3px 0px 0;
}
		*:first-child+html span.button.large button{padding: 2px 0 0 0;}/*ie7*/
span.button.large input{
	height: 25px;
	padding: 1px 10px 0;
	_padding: 3px 0px 0;
}
		*:first-child+html span.button.large input{padding: 2px 0 0 0;}/*ie7*/
span.button.large a.submit,
span.button.large a.normal{
	height: 20px;
	padding: 3px 10px 0;
}
		*:first-child+html span.button.large a{height: 19px; padding: 3px 10px 1px; }/*ie7*/
		:root span.button.large a.submit,
		:root span.button.large a.normal{height: 19px; padding: 4px 10px 0px; }/*firefox*/
span.button.small button,
span.button.small input,
span.button.small a{
	font-size: 11px;
	color: #434135;
}
span.button.small button{
	height: 20px;
	padding: 0 7px 0;
	_padding: 1px 0px 0;
}
		*:first-child+html span.button.small button{padding: 0 0 0;}/*ie7*/
span.button.small input{
	height: 20px;
	padding: 0 7px 0;
	_padding: 3px 0px 0;
}
		*:first-child+html span.button.small input{padding: 2px 0 0;}/*ie7*/
span.button.small a{
	height: 17px;
	padding: 1px 9px 0;
	_padding: 2px 9px 0;
	_height: 16px;
}
		*:first-child+html span.button.small a{height: 17px; padding: 1px 10px 0; }/*ie7*/
		:root span.button.small a{height: 16px; padding: 2px 10px 0px; }/*firefox*/
span.button .submit{
	background:url("../imgUI/bg_btn_submit.gif") #D3D8FE repeat-x left top;
	border: 1px #8C93E1 solid;
}
span.button .normal{
	background:url("../imgUI/bg_btn_normal.gif") #E9E9E9 repeat-x left top;
	border: 1px #B1B1B1 solid;
}
/**/
.UInote{
	margin-bottom: 15px;
	border: 3px #dddddd solid;
}
.UInote ul{
	margin: 10px 10px  8px 10px;
}
.UInote ul li{
	background:url("../imgUI/icon_comment.gif") no-repeat left 5px;
	padding-left: 10px;
	font-size: 11px;
	letter-spacing: -0.5px;
}
.UInote ul li strong{
	color: #cc0000;
}
.UIcomment{
	background:url("../imgUI/bg_UIcomment.gif") #EBEBEB repeat-x left top;
	border-top: 1px #E0E0E0 solid;
	border-left: 1px #C7C7C7 solid;
	border-right: 1px #C7C7C7 solid;
	border-bottom: 1px #A4A4A4 solid;
	margin-bottom: 15px;
	overflow: hidden;
	min-height: 83px;
	_padding: 15px;
}
.UIcomment dl{
	background:url("../imgUI/bg_UIcommentDL.gif")  no-repeat 15px top;
	margin: 15px;
	min-height: 47px;
	_margin: 0;
	_height: 48px;
}
.UIcomment dl dt,
.UIcomment dl dd{
	margin-left: 100px;
}
.UIcomment dl dt{
	margin-bottom: 7px;
	font-weight: bold;
}
.UIcomment dl dd ul li{
	background:url("../imgUI/icon_comment.gif")  no-repeat left 5px;
	font-size: 11px;
	letter-spacing: -0.5px;
	color: #7D7D7D;
	padding-left: 10px;
	_line-height: 15px;
}
.UIcomment dl dd ul li strong{
	color: #cc0000;
}

/*UI Box*/
.UIbox{
	margin-bottom: 15px;
	overflow: hidden;
	_width: 100%;
	_position: relative;
}
.UIborder{
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0 #C7C7C7 #A4A4A4 #C7C7C7;
	padding: 0.5%;
	overflow: hidden;
	_width: 99%;
	_position: relative;
}
.UIborder.alignC{
	padding: 1% 0.5%;
}
.UIBD{
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0;
    padding: 0.5%;
    overflow: hidden;
}
.BoxL{
	float: left;
}
.BoxR{
	float: right;
}
.BoxL,
.BoxR{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.BoxL.UIBD,
.BoxR.UIBD{
	width: 48%;
}
.UIborder .BoxL.UIBD,
.UIborder .BoxR.UIBD{
	width: 48%;
}



/***********************************************/
.BoxSet20L{
	width: 20% !important;
}
.BoxSet20L.BoxL.UIBD{
	width: 19% !important;
}
.BoxSet20R{
	width: 78.5% !important;
}
.BoxSet20R.BoxR.UIBD{
	width: 77.5% !important;
}

.BoxSet25L{
	width: 25% !important;
}
.BoxSet25L.BoxL.UIBD{
	width: 24% !important;
}
.BoxSet25R{
	width: 73.5% !important;
}
.BoxSet25R.BoxR.UIBD{
	width: 72.5% !important;
}

.BoxSet30L{
	width: 30% !important;
}
.BoxSet30L.BoxL.UIBD{
	width: 29% !important;
}
.BoxSet30R{
	width: 68.5% !important;
}
.BoxSet30R.BoxR.UIBD{
	width: 67.5% !important;
}
.BoxSet40L{
	width: 40% !important;
}
.BoxSet40L.BoxL.UIBD{
	width: 39% !important;
}
.BoxSet40R{
	width: 58.5% !important;
}
.BoxSet40R.BoxR.UIBD{
	width: 57.5% !important;
}


.BoxSet60L{
	width: 58.5% !important;
}
.BoxSet60L.BoxL.UIBD{
	width: 57.5% !important;
}
.BoxSet60R{
	width: 40% !important;
}
.BoxSet60R.BoxR.UIBD{
	width: 39% !important;
}

.BoxSet70L{
	width: 68.5% !important;
}
.BoxSet70L.BoxL.UIBD{
	width: 67.5% !important;
}
.BoxSet70R{
	width: 30% !important;
}
.BoxSet70R.BoxR.UIBD{
	width: 29% !important;
}
.BoxSet80L{
	width: 78.5% !important;
}
.BoxSet80L.BoxL.UIBD{
	width: 77.5% !important;
}
.BoxSet80R{
	width: 20% !important;
}
.BoxSet80R.BoxR.UIBD{
	width: 19% !important;
}
.BoxSet100{
	width: 100% !important;
}
/***********************************************/

/*form*/
input.UItext,
input.UIfile,
select.UIselect,
select.UIselectM,
textarea.UItextarea{
	border: 1px #7190C6 solid;
	font-size: 11px;
	font-family: "dotum","돋움";
}
input.UItext{
	height: 14px;
	padding: 3px 0 0 0;
}
		:root input.UItext{height: 15px; padding: 2px 2px 0 2px;}/*FF*/
input.UIfile{
	margin:0;
	height: 21px;
}
select.UIselect{
	height: 19px;
	padding: 2px 0 0 2px;
}
select.UIselect optgroup{
	color: #333;
	font-style: normal;
}
select.UIselect optgroup option{
	color: #777;
	padding: 0;
}
textarea.UItextarea{
	display: block;
	width: 100%;
	height: 150px;
	padding: 3px 0 0 0;
}
	:root input.UItext{padding: 2px 0 0 0;}/*FF*/

/**/
#helparea{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 100%;
	background-color: #3A404B;
	z-index: 999999;
	display: none;
}
#helparea h2{
	display:none;
}
#helparea .helpUtil{
	display: block;
	text-align: right;
	background-color: #3A404B;
	height: 3%;
}
#helparea .helpFrame{
	background-color: #3A404B !important;
	padding: 0.5%;
	height:95%;
}
#helparea .helpFrame iframe{
	width: 100%;
	height: 100%;
}
#helparea .helpUtil a.helpNewwin,
#helparea .helpUtil a.helpClose{
	display: inline-block;
	height: 100%;
	overflow: hidden;
	text-align: left;
	text-indent: -5000px;
}
#helparea .helpUtil a.helpNewwin{
	/*display: none !important;*/
	background:url("../imgUI/btn_help_newwin.gif") no-repeat 50% 60%;
	width:64px;
}
#helparea .helpUtil a.helpClose{
	background:url("../imgUI/btn_help_close.gif") no-repeat 50% 60%;
	width: 46px;
}
#helpbox{
	width: 100%;
	height: 100%;
}
#helpbox div.helpContent{
	border: 1px red solid;
	overflow: auto;
}
#helpbox h1 { display:none; }
#helpbox ul {
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #3A404B;
	overflow: hidden;
	width:100%;
}
#helpbox ul li {
	list-style:none;
	float:left;
	margin:3px 0 0 3px;
	padding:0;
	position:relative;
}
#helpbox ul li a {
	display:block;
	padding:.25em .75em;
	border:1px solid #2A3B5A;
	line-height:1.5;
	text-decoration:none;
	background:#525A64; 
	color:#fff;
}
#helpbox ul li a:hover,
#helpbox ul li a:focus,
#helpbox ul li.tabs-selected a {
	border-bottom:1px solid #fff;
	background:#fff; 
	color:#252F4D;
}
		#helpbox ul li.tabs-selected a {
			font-weight: bold;
		}
#helpbox div.helpcontent{
	margin: 10px;
}
#helpbox div.tabs-selected,
#helpbox div.tabs-hide{} /* IE6 */
#helpbox div.tabs-selected {
	display:block;
	overflow: auto;
}
#helpbox div.tabs-hide {
	display:none;
}

/**/
ul.contList{
	clear: both;
	overflow: hidden;
	margin: 5px;
}
ul.contList li{
	width: 24%;
	float: left;
	margin: 0.3%;
	overflow: hidden;
	text-align: center;
}
ul.contList li a{
	display: block;
	padding: 4px 0 0 0;
	background-color: #EEEDDD;
	line-height: 19px;
	height: 20px;
	border: 1px transparent solid;
}
ul.contList li a:hover{
	background-color: #7190C6;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px black solid;
}

/**/
#editBgBasic,
#editBgUser{
}
#skinBasic dl,
#skinUser dl{
	overflow: hidden;
	margin: 5px 0 0 0;
}
#skinBasic p,
#skinUser p{
	overflow: hidden;
	margin: 2px 0;
	line-height: 14px;
}
#skinBasic fieldset,
#skinUser fieldset{
	margin: 15px 0 5px 0;
	overflow: hidden;
}
#skinBasic fieldset input.UIfile,
#skinUser fieldset input.UIfile{
	float: left;
}
#skinBasic fieldset span.button,
#skinUser fieldset span.button{
	float: left;
}
#skinBasic dt,
#skinUser dt,
#skinBasic dd,
#skinUser dd{
	float: left;
}
#skinBasic dt,
#skinUser dt{
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

/**/
.UIlistSort{
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	_width: 100%;
	_position: relative;
}
.UIlistSort .sortL{
	float: left;
}
.UIlistSort .sortR{
	float: right;
}
.UIlistSort .sortL span{
	margin-right: 5px;
}
.UIlistSort .sortL span strong{
	color: #C00;
}
.UIlistSort fieldset{
	margin-left: 10px;
	overflow: hidden;
}
.UIlistSort fieldset .UIselect{
	float: left;
	margin-right: 5px;
	height: 21px;
}
		*:first-child+html .UIlistSort fieldset .UIselect{padding: 20px;}/*ie7*/
.UIlistSort fieldset label{
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
.UIlistSort fieldset .UItext{
	float: left;
	margin-right: 5px;
	padding: 3px 2px 0 2px;
	height: 16px;
}
.UIlistSort fieldset .UItext.SortImg{
	width: 30px;
	text-align: right;
	height: 20px;
}
.UIlistSort fieldset span{
	float: left;
}
.UIlistSort fieldset span.total{
	float: left;
	padding: 5px 5px 0 0;
}

/**/
ul.sortA{
	overflow: hidden;
}
ul.sortA li{
	float: left;
	margin-right: 1px;
}

/*View*/
.sortData{
	overflow: hidden;
}
.sortData dt,
.sortData dd{
	float: left;
	font-size: 11px;
	letter-spacing: -0.5px;
}
.sortData dt{
	font-weight: bold;
	margin-right: 5px;
}
.sortData dt.gab{
	background:url("../imgUI/gab_dt.gif") no-repeat left 50%;
	padding-left: 7px;
}
.sortData dd{
	margin-right: 10px;
	background:url("../imgUI/gab_dd.gif") no-repeat left 50%;
	padding-left: 5px;
}

/**/
#getImgList{
	width: 110%;
	overflow: hidden;
}
#getImgList li{
	float: left;
	text-align: center;
	margin: 0 19px 5px 0;
	width: 160px;
	overflow: hidden;
}
#getImgList li a.anchor{
	border: 1px #ddd solid;
	width: 160px;
	height: 160px;
	vertical-align: middle;
	overflow: hidden;
	display: table-cell;
}
#getImgList li a:hover.anchor{
	border-color: #c00;
}
#getImgList li a.setImg{
	border-color: #000;
}
#getImgList li img.thumb{
	max-width: 140px;
	max-height: 140px;
}
#getImgList li span{
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	letter-spacing: -0.5px;
}
.imgTooltip{
	display:none;
	position:absolute;
	border:5px solid black;
	background:white;
	max-width: 450px;
	z-index:3000;
}
.imgTooltip ul{
	padding:0;
	margin: 10px;
}
.imgTooltip li{
}
.imgTooltip li dl{
	margin:0;
	padding:0;
	overflow: hidden;
}
.imgTooltip li dl dt{
	float: left;
	font-weight: bold;
}
.imgTooltip li dl dd.size{
	float: right;
	font-size: 11px;
	margin-left: 20px;
}
.imgTooltip li dl dd.image{
	clear: both;
	text-align: center;
	display: block;
}
.imgTooltip li img{
	margin: 10px auto 0 auto;
	max-width: 400px;
	max-height: 500px;
}
.imgTooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background:black;
	color:white;
	padding-top:5px;
	text-align:center;
	font:bold 11px Arial;
	display: none;
}