﻿.CheckBox_Green
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Design/Misc/checkbox_green.gif) no-repeat;
    background-position: 3px 3px;
    float: left;
    overflow: hidden;
}
.CheckBox_Green_chk
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Design/Misc/checkbox_green.gif) no-repeat;
    background-position: -15px 3px;
    float: left;
    overflow: hidden;
}
.CheckBox_Orange_big
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Design/Misc/checkbox_orange_big.gif) no-repeat;
    background-position: 3px 3px;
    float: left;
    overflow: hidden;
}
.CheckBox_Orange_big_chk
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Design/Misc/checkbox_orange_big.gif) no-repeat;
    background-position: -11px 3px;
    float: left;
    overflow: hidden;
}

.ModuleToolTip div, 
.ModuleToolTip td {border:solid 1px Black;background-color:LemonChiffon;}
.ModuleToolTip_popup_table_left {border:none;background-color:transparent;padding:0px;margin:0px;height:25px;}
.ModuleToolTip_popup_table_row_left {vertical-align:top;height:100%;background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_cell_left {width:10px;height:100%;text-align:right;vertical-align:top;border:none !important;background-color:transparent !important;padding:0px;margin:0px;}
.ModuleToolTip_callout_table_left {height:100%;border:none;background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_table_row_left {background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_arrow_cell_left {padding:4px 0px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ModuleToolTip_callout_arrow_cell_left .ModuleToolTip_innerdiv_left {font-size:1px;position:relative;left:1px;border-right:none !important;border-left:none !important;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ModuleToolTip_callout_arrow_cell_left .ModuleToolTip_innerdiv_left div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;border-right:none !important;padding:0px;margin:0px 0px 0px auto;}
.ModuleToolTip_error_message_cell_left {font-family:Verdana;font-size:10px;padding:5px;border-right:none !important;border-left:none !important;width:100%;text-align:left;}
.ModuleToolTip_icon_cell_left { width: 10px; padding: 2px; margin: 0px; border-right: none !important; }
.ModuleToolTip_close_button_cell_left { vertical-align: top; padding: 0px; margin: 0px; text-align: right; border-left: none !important; }
.ModuleToolTip_close_button_cell_left .ModuleToolTip_innerdiv_left {border:none !important;text-align:center;width:0px;padding:2px;cursor:pointer;}

.ModuleToolTip div, 
.ModuleToolTip td {border:solid 1px Black;background-color:LemonChiffon;}
.ModuleToolTip_popup_table_right {border:none;background-color:transparent;padding:0px;margin:0px;height:25px;}
.ModuleToolTip_popup_table_row_right {vertical-align:top;height:100%;background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_cell_right {width:10px;height:100%;text-align:right;vertical-align:top;border:none !important;background-color:transparent !important;padding:0px;margin:0px;}
.ModuleToolTip_callout_table_right {height:100%;border:none;background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_table_row_right {background-color:transparent;padding:0px;margin:0px;}
.ModuleToolTip_callout_arrow_cell_right {padding:4px 0px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ModuleToolTip_callout_arrow_cell_right .ModuleToolTip_innerdiv_right {font-size:1px;position:relative;left:-1px;border-right:none !important;border-left:none !important;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ModuleToolTip_callout_arrow_cell_right .ModuleToolTip_innerdiv_right div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;border-left:none !important;padding:0px;margin:0px auto 0px 0px;}
.ModuleToolTip_error_message_cell_right {font-family:Verdana;font-size:10px;padding:5px; border-right:none !important;border-left:none !important; width:100%;text-align:left;}
.ModuleToolTip_icon_cell_right { width: 10px; padding: 2px; margin: 0px; border-left: none !important; }
.ModuleToolTip_close_button_cell_right { vertical-align: top; padding: 0px; margin: 0px; text-align: right; border-right: none !important; }
.ModuleToolTip_close_button_cell_right .ModuleToolTip_innerdiv_right {border:none !important;text-align:center;width:0px;padding:2px;cursor:pointer;}

/****************************************** LIGHTBOX **************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	
#lightbox-secNav-btnPlay {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}	
#lightbox-secNav-btnStop {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}	
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/****************************************** LIGHTBOX **************************************/

/************************************** CONTENT ROTATOR ***********************************/
.ContentRotator
{
    padding: 5px;
    width: 335px;
    top: 280px;
    left: 50%;
    margin-left: 230px;
}
.ContentRotator_Next
{
    width: 25px;
    height: 20px;
    margin: 1px;
    float: left;
	background:url(../Design/ContentRotator/ContentRotator_Prev.png) white no-repeat;
	cursor: pointer;
}
.ContentRotator_Desc
{
    padding-left: 5px;
    padding-right: 5px;
    width: 35px;
    height: 20px;
    margin: 1px;
    float: left;
	background:url(../Design/ContentRotator/ContentRotator_Desc.png) white no-repeat;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
}
.ContentRotator_Desc span:last-child
{
    display: none;
}
.ContentRotator_Prev
{
    width: 25px;
    height: 20px;
    margin: 1px;
    float: left;
	background:url(../Design/ContentRotator/ContentRotator_Next.png) white no-repeat;
	cursor: pointer;
}
.ContentRotator_Play
{
    width: 25px;
    height: 20px;
    margin: 1px;
    float: left;
	background:url(../Design/ContentRotator/ContentRotator_Play.png) white no-repeat;
	cursor: pointer;
}
.ContentRotator_Pause
{
    width: 25px;
    height: 20px;
    margin: 1px;
    float: left;
	background:url(../Design/ContentRotator/ContentRotator_Pause.png) white no-repeat;
	cursor: pointer;
}
/************************************** CONTENT ROTATOR ***********************************/

/************************************ ADVANCED TREE VIEW **********************************/
.TreeViewCb INPUT
{
    position: relative;
    margin-top: -5px;
}
/************************************ ADVANCED TREE VIEW **********************************/

/*********************************** SCROLL TABS CONTROL **********************************/
.ScrollTabs_SpareMaterial
{
    width: 100%;
}
.ScrollTabs_SpareMaterial_header
{
    z-index: 1000;
}
.ScrollTabs_SpareMaterial_header_item
{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 71px;
    height: 38px;
    background: url(../Design/Buttons/button_whiteorange_80x38.png) no-repeat;
	color: #636466;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    padding-left: 12px;
}
.ScrollTabs_SpareMaterial_header_item_active
{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 71px;
    height: 38px;
    background: url(../Design/Buttons/button_whiteorange_80x38_selected.png) no-repeat;
	color: #636466;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    padding-left: 12px;
}
.ScrollTabs_SpareMaterial_pane
{
    display: block;
    overflow: hidden;
    position:relative; 
    clear:both; 
    width:170px;
}
.ScrollTabs_SpareMaterial_items
{
    width:500px; 
    position:relative; 
    clear:both; 
}
.ScrollTabs_SpareMaterial_item
{
    width: 170px;
    float:left; 
}
.ScrollTabs_SpareMaterial_item_active
{
    width: 170px;
    float:left; 
}
/*********************************** SCROLL TABS CONTROL **********************************/

/************************************** PAGGING PANEL *************************************/
.Items
{
    width: 160px;
}
.Right
{
    width: 200px;
}
/************************************** PAGGING PANEL *************************************/