﻿/*
This stylesheet contains the styles used in WebUI.dll assembly.
It must be copied in external web sites that use WebUI.dll.
*/

/* general styles that apply to the whole application */
/******************************************************/

/* override jquery UI defaults */
.ui-dialog {
  overflow:visible;
}
.ui-dialog .ui-dialog-content {
  position:static;
}

.ui-dialog .ui-dialog-buttonpane button {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  background-color:Transparent;
  height:18px;
  color:#3174A8;
  border:0;
  font-weight:bold;
  margin:3px;
  background-image:url('../Images/Btn.gif');
  width:74px;
}

.ui-widget {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
}

.ui-widget-content { 
  background-color:#EFF3F7;/*{bgColorContent}*/
  background-image:none; 
  color: #3174A8/*{fcContent}*/;
}

.ui-widget-content a {
  color: #3174A8/*{fcContent}*/;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

/* applies to all the error/validation messages */
.gn4_errorLabel {
  font-weight:bold;
  color:#FF0000;
  display:block;
  clear:both;
}

/* Buttons container style, used by NewObjectForm, DeleteForm, EditObjectsForm, UserOptions, UnlockForm, PartResetForm, WFButtons */
/********************************************************************************************************************************************************/

.gn4_buttons {
  margin-top:0px;
  text-align:right;
  background-color:#E9E9E9;
  width:100%;
  bottom:0;
  position:fixed;
  border-top:1px solid #CCCCCC;
  padding:5px;
  z-index:300;
}
.gn4_buttons_inner{
  margin-right:20px;
}

/* applies to all the buttons */
.gn4_button, .gn4_buttonLong {
  background-color:Transparent;
  height:18px;
  color:#3174A8;
  border:0;
  font-weight:bold;
  cursor:pointer;
  margin:3px;
  padding-bottom:3px;
  padding-top:2px;
}
.gn4_button {
  background-image:url('../Images/Btn.gif');
  width:74px;
}
.gn4_buttonLong {
  background-image:url('../Images/BtnLarge.gif');
  width:126px;
}
.gn4_button:disabled, .gn4_buttonLong:disabled {
  color: gray;
}

.gn4_buttonCrop {
  Height:16px;
  Border:0;
  Width:16px;
  padding: 5px;
  cursor:pointer;
}

.gn4_CropDiv {
  width:400px;
  min-width:400px;
  margin-right:10px;
  font-weight:normal;
  vertical-align:top;
}

.gn4_CropSpan {
  float:left;
  width:130px;
  height:22px;
  line-height:22px;
  margin-right:20px;
  text-align:right;
}

.gn4_MultiCropDiv {
  width:300px;
  min-width:300px;
  margin-right:10px;
  font-weight:normal;
  vertical-align:top;
}

.gn4_MultiCropSpan {
  float:left;
  width:80px;
  height:22px;
  line-height:22px;
  text-align:left;
}


/* styles used in editing and creation forms */
/*********************************************/

/* applies to the panel in which is displayed the "*" characters (or the configured string if any) 
   indicating that the attribute is required */
.gn4_editForm_required {
  width:98%;
  font-size: 1em;
  color: #3174A8;
  margin:2px;
  padding:2px;
}

/* applies to the cell that contains the label */
.gn4_editForm_label_cell {
  vertical-align:top;
  text-align:right;
  padding:6px 4px 4px 4px;
  text-align:right;
  font-weight:bold;
}

/* applies to the label itself */
.gn4_editForm_label {
  font-weight:bold;
  color:#3174A8;
}


/* applies to the cell that contains the value, when it is not read only */
.gn4_editForm_value_cell {
  vertical-align:top;
  padding:6px 4px 4px 4px;
}

/* applies to the cell that contains the value, when it is read only */
.gn4_editForm_value_cell_readonly {
  vertical-align:top;
  padding:6px 4px 4px 4px;
  color: #666666;
  font-weight: normal;
}

/* applies to the panel in which the optional attribute instruction is written */
.gn4_editForm_instruction {
  font-size:0.9em;
  font-style:italic;
  clear:both;
}

/* styles used in search forms */
/*******************************/

/* applies to the attribute label in search forms */
.gn4_searchForm_label {
  table-layout:fixed;
  width: 100%;
  display: block;
}

/* applies to the the cell containing the OpCode listbox */
.gn4_searchForm_opCodeCell {
  vertical-align: top;
  width: 60pt;
  max-width: 60pt;
}

/* applies to the the OpCode listbox */
.gn4_searchForm_opCode {
  display: inline;
  vertical-align: top;
  width: 60pt;
  max-width: 60pt;
}
/* set dropdownlist at the same top position of the textbox, IE only */
/* IE 6, 5.5 */
* html select.gn4_searchForm_opCode { margin-top/**/: 1px; } 
/* IE 7 */
*+html select.gn4_searchForm_opCode { margin-top: 1px; } 

/* applies to the cell in which the search control is created */
.gn4_searchForm_controlCell {
  vertical-align: top;
  width: 100%;
  padding-right:5px;
}

/* applies to the cell in which the secondary search control is created.
   (tipically when there is two controls to indicate a range) */
.gn4_searchForm_controlCell2 {
  padding-left:10px;
  vertical-align: top;
}

/* applies to the search control itself */
.gn4_searchForm_searchCtrl {
  width: 100%;
  max-height: 100pt;
  vertical-align: 0pt;
}

/* applies to the popup panel of the search control, if any
   (tipically when there is a popup containig a form to pick up referenced values */
.gn4_searchForm_popup {
  position: absolute;
  background-color:White;
  border:1px solid;
  z-index:10000;
}
.gn4_searchForm_popup select {
  border-style:solid;
  border-width:1px;
}


/* styles used to configure the appearance of the tabs */
/*******************************************************/

.gn4_tabs_container {
  height:27px;
  border-bottom:solid 1px #CCCCCC;
  margin-left:2px;
  padding-top:1px;
}
.gn4_tabs_linkContainer {
  margin-top:0px;
  padding-top:2px;
  display:block;
  white-space:nowrap;
}
.gn4_tabs_content {
  border:solid 1px #CCCCCC;
  padding:5px;
  margin:0px;
}
.gn4_tabs_label {
  border-left:solid 1px #CCCCCC;
  border-right:solid 1px #CCCCCC;
  border-bottom:solid 0px;
  background-image: url('../Images/bkgCellHeader_unselected.gif');
  background-repeat: repeat-x;
  font-weight:bold;
  padding:5px;
  height:13px;
  cursor:pointer;
  margin-top:4px;
}
.gn4_tabs_label a {
  color:#848284;
  font-size:10px;
}
.gn4_tabs_label a:hover {
  color:#FFFFFF;
}
.gn4_tabs_labelSelected {
  border-left:solid 1px #CCCCCC;
  border-right:solid 1px #CCCCCC;
  border-top:solid 1px #CCCCCC;
  background-image: url('../Images/bkgCellHeader.gif');
  background-repeat: repeat-x;
  font-weight:bold;
  padding:5px;
  height:16px;
  margin-top:1px;
}
.gn4_tabs_labelSelected a {
  color:#3174A8;
}
.gn4_tabs_padder {
  height:27px;
  background-color:Transparent;
  border-bottom:solid 0px #CCCCCC;
}


/* styles used to configure the appearance of list views */
/*********************************************************/

/* applies to the column header cells of the list view */
.gn4_listView_columnHeader, .gn4_ExaleadView_columnHeader {
  color: #10659E;
  height: 24px;
  border:solid 1px #CCCCCC;
  white-space:nowrap;
  background-color:#E9E9E9;
  padding: 2px 4px 2px 4px;
  font-size:10px;
  text-align:left;
}

.gn4_WpfEmulationListView_columnHeader {
  color: #10659E;
  border:solid 1px #CCCCCC;
  white-space:nowrap;
  background-color:#E9E9E9;
  padding: 2px 4px 2px 4px;
  font-size:10px;
  text-align:left;
}

.gn4_listView_columnHeader a, .gn4_listView_columnHeader a:visited, .gn4_ExaleadView_columnHeader a, .gn4_ExaleadView_columnHeader a:visited, .gn4_WpfEmulationListView_columnHeader a, .gn4_WpfEmulationListView_columnHeader a:visited {
  font-weight: bold;
  color: #10659E;
  text-decoration: none;
}
.gn4_listView_columnHeader a:hover, .gn4_ExaleadView_columnHeader a:hover {
  color: #FF0000;
}

/* applies to the single cells of the list view */
.gn4_listView_cell {
  padding: 2px 1px 1px 2px; 
  border:solid 1px #e9e9e9;
}

.gn4_listView_cell a {
  cursor:pointer;
  outline:0;
}

.gn4_listView_pointer {
  background-image: url('../Images/arrow.png');
  background-repeat:no-repeat;
  background-position:0px 10px;
}

/* applies to the table containing the list view */
table.gn4_listView_table {
  height:auto; 
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}
table.gn4_listView_table tr {height:auto;} 
table.gn4_listView_table td {
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-left:0;
  border-right:0;
  overflow:hidden;
  height:20px;
} 
table.gn4_listView_table th {
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-left:0;
  border-right:0;	
  background-color:#e9e9e9;
  overflow:hidden;
} 
table.gn4_listView_table thead tr {
  clear:both;
  background-color:#CCCCCC;
}

/* applies to the even table rows of the list view */
.gn4_listTable_evenRow {
  background-color:#FFFFFF;
  float:none;
  width:100%;
  font-weight:normal;
  color:#666666;
  border-bottom:solid 1px #CCCCCC;
  height:auto;
}

/* applies to the odd table rows of the list view */
.gn4_listTable_oddRow {
  background-color: #e0f4ff;
  float: none;
  width: 100%;
  font-weight: normal;
  color: #666666;
  border-bottom: solid 1px #CCCCCC;
  height:auto;
}

/* applies to the selected table rows of the list view */
.gn4_listTable_selectedRow {
  background-color:#B9D9EB;
  float:none;
  width:100%;
  font-weight:normal;
  color:#666666;
  border-bottom:solid 1px #CCCCCC;
  height:auto;
}

/* applies to the table rows of the list view hovered by mouse */
.gn4_listTable_evenRow:hover, .gn4_listTable_oddRow:hover  {
  background-color:#FFFFCC;
  float:none;
  width:100%;
  font-weight:normal;
  color:#666666;
  border-bottom:solid 1px #CCCCCC;
  height:auto;
}

.gn4_listTable_hover {
  background-color:#FFFFCC;
}

.gn4_listView_command {
  cursor:pointer;
  padding:2px;
}


/* applies to the table containing the audit view */
table.gn4_auditView_table {
  height:auto; 
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}
table.gn4_auditView_table tr {
  height:auto;
} 
table.gn4_auditView_table td {
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-left:0;
  border-right:0;
  overflow:hidden;
  padding: 2px 1px 1px 2px; 
  vertical-align:top;
  height:20px;
} 
table.gn4_auditView_table th {
  color: #10659E;
  height: 24px;
  white-space:nowrap;
  background-color:#E9E9E9;
  padding: 2px 4px 2px 4px;
  font-size:10px;
  text-align:left;  
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-left:0;
  border-right:0;	
  background-color:#e9e9e9;
  overflow:hidden;
  white-space:nowrap;
} 
table.gn4_auditView_table img, table.gn4_auditView_table a {
  cursor:pointer;
  border:0;
  vertical-align:middle;
} 

/* applies to the table containing the tasks log view */
table.gn4_tlView_table {
  height:auto; 
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}
table.gn4_tlView_table div {
  margin-left:25px;
  margin-bottom:5px;
}
table.gn4_tlView_table tr {
  height:auto;
} 
table.gn4_tlView_table td {
  overflow:hidden;
  padding: 2px 1px 1px 2px; 
  vertical-align:top;
} 
table.gn4_tlView_table th {
  color: #10659E;
  height: 24px;
  white-space:nowrap;
  background-color:#E9E9E9;
  padding: 2px;
  font-size:10px;
  text-align:left;  
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-left:0;
  border-right:0;	
  background-color:#e9e9e9;
  overflow:hidden;
  white-space:nowrap;
} 
table.gn4_tlView_table img, table.gn4_tlView_table a {
  cursor:pointer;
  border:0;
  vertical-align:middle;
} 

th.gn4_version_treeHeader {
    background-color: #E9E9E9;
    border-color: #CCCCCC -moz-use-text-color;
    border-style: solid none;
    border-width: 1px 0;
    color: #10659E;
    font-size: 10px;
    height: 24px;
    overflow: hidden;
    padding: 2px 4px;
    text-align: left;
    white-space: nowrap;
}
th.gn4_version_treeHeader img, th.gn4_version_treeHeader a {
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
}



/* styles used to configure the appearance of tile views */
/*********************************************************/

/* applies to the main tile panel containing all the items */
.gn4_tileView_container {
  width:100%;
  float:left;
}

/* applies to the panel containing the single items of the tile view */
.gn4_tileView_itemPanel {
  background-color:#FFFFFF;
  float:left;
  /* don't put dimensions in here, they are controlled by the directory style */ 
  /* width:19.49%; */
  font-weight:normal;
  color:#666666;
  border-right:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  height:auto;
  overflow:hidden;
}

.gn4_tileView_itemPanel a {
	cursor:pointer;
}

/* applies to the panel containing the selected single items of the tile view */
.gn4_tileView_selectedItemPanel {
  background-color:#B9D9EB;
  float:left;
  /* don't put dimensions in here, they are controlled by the directory style */ 
  /* width:19.49%; */
  font-weight:normal;
  color:#666666;
  border-right:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  height:auto;

}
.gn4_tileView_itemPanel div, .gn4_tileView_selectedItemPanel div {
  width:auto !important;
}

.gn4_tileView_checkbox {
  position:relative;
  left:1px;
  top:4px;
}



/* styles used to configure the appearance of modal dialogs (when the AjaxControlToolkit ModalPopupExtender is used) */
/*********************************************************************************************************************/

/* applies to the panel in which is created the popup dialog */
.gn4_modalDialog_container {
  background-color:#eff3f7;
  border:solid 1px #808080;
  padding:3px;
}

/* applies to the background page */
.gn4_modalDialog_background {
  background-color:Gray;
  filter: alpha(opacity=50);
  opacity: 0.7;
}

/* styles that apply to specific controls */
/******************************************/

/* applies to the PasswordControl */
.gn4_passwordControl_cancelInstruction {
  background-color:#ffffe1;
  color:#000000;
  border:solid 1px #000000;
  padding:2px;
  position:absolute;
}
.gn4_passwordControl_capsLockWarning {
  color:#FF0000;
  font-weight:bold;
}

.gn4_gridControl_header {
  padding:2px;
  text-align:left;
}

/* applies to the Splitter control, used to separate web parts */
.gn4_splitterControl_mouseOut, .gn4_splitterControl_mouseOver { /* used by splitter */
  width: 8px;
  height:200px;
  z-index:5;
  cursor:w-resize;
  position:absolute; 
  background-color:transparent; 
}
.gn4_splitterControl_mouseOut { 
  /* without a defined background the splitter is sometimes not selectable in the space between 2 adjacent webpart's contents */
  background-image:url(../Images/BkgWebPart.jpg);
  background-repeat:no-repeat;
  /* simply hide moving outside the visible area */
  background-position:0px -50px;
}
.gn4_splitterControl_mouseOver {
  background-image:url(../Images/SplitterGrip.gif);
  background-repeat:repeat-y;
  background-position:1px -20px;
}

/* applies to the WorkflowControl popup panel in which workflow log are displayed */
.gn4_workflowControl_container {
  font-size:12px;
  background-color:#E8F0F6;
  padding-top:5px;
}

.gn4_workflowControl_logContainer {
  min-height:30px;
  background-color:#E8F0F6;
}

.gn4_workflowControl_logPopup {
  background-color:Transparent;
  padding-top:2px;
  padding-bottom:2px;
  margin-top:5px;
  z-index:10000;
}

.gn4_workflowControl_logReport {
  font-size:15px;
}

.gn4_workflowControl_logText {
  display:block;
  margin-left:20px;
  padding:2px;
  font-weight:bold;
}
.gn4_workflowControl_logText a {
  text-decoration:underline; 
}

.gn4_workflowControl_logIcon {
  display:block;
  float:left;
  margin-top:2px;
  border:0;
}

/* styles that controls the appearance and behavior of the TreeControl */
.gn4_treeControl_popup {
  position:absolute;
  z-index:100000;
  background-color:#FFFFFF;
  border:solid 1px #646464;
}
.gn4_treeControl_rootnode {
  list-style-type: none;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor:pointer;
}
.gn4_treeControl_node {
  min-height:16px;
  list-style-type: none;
  margin:0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  cursor:pointer;
}
.gn4_treeControl_nodeText, .gn4_treeControl_nodeTextUnselectable, .gn4_treeControl_nodeTextSelected {
  color:#565656;
  font-family:Verdana;
  font-size:11px;
  font-weight:normal;
  padding:1px 2px 1px 2px;
  margin:2px 0px 0px 2px;
  text-decoration: none;
  vertical-align: top;
  height:16;
}
.gn4_treeControl_nodeTextSelected {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#565656;  
  cursor:pointer;
}
.gn4_treeControl_nodeText:hover {font-weight:bold; cursor:pointer;}
.gn4_treeControl_nodeTextUnselectable:hover {cursor:default}
.gn4_treeControl_nodeTextUnselectable {color:#999999;}
.gn4_treeControl_container {
  padding:2px;
  z-index:100;
  overflow:auto;
  font-family:Verdana;
  font-size:9pt;
  text-align:left;
}

.gn4_multiselect_container {
  background-color:Transparent;
  padding:5px;
  overflow:hidden;
}

.gn4_multiselect_label {
  background-color:#FFFFFF;
  display:block;
}

.gn4_treeControl_cell {
  background-color:Transparent;
  padding-right:4px;
  border:0;
  vertical-align:top;
  min-height:20px;
  min-width:25px;
}

.gn4_treeControl_icon {
  cursor:pointer;
  vertical-align:top;
}

.gn4_treeControl_img_plus {
  cursor:pointer;
  margin-left:1px;
} 

/* applies to DescNamesControl */
.gn4_descNames_DivType {
  min-height:17px;
}
.gn4_descNames_DivItem {
  min-height:17px;
  margin-left: 16px;
  font-weight: normal;
}
.gn4_descNames_Icon {
  margin-right: 4px;
  vertical-align: middle;
}
.gn4_descNames_Text {
  vertical-align: middle;
}

/* applies to InfoPopup */
.gn4_infoPopup {
  position:absolute;
  border: solid 1px #999999;
  background: white;
  visibility: hidden;
  z-index: 100;
}

/* applies to the ReadIcon - note: the class name is used in jquery selector */
.gn4_readIcon {
  cursor:pointer;
}

/* applies to the auto-complete controls (AutoCompleteControl, AutoCompleteSearchControl, CultureInfoPickerControl, SuggestCotnrol, ...) */
.gn4_autoCompleteDiv
{
  clear:both;
  position:absolute;
  z-index:1;
  background-color:#FFFFFF;
  border:solid 1px #646464;
  font-weight:normal;
}

.gn4_suggestionsDiv
{
  max-height:200px;
  overflow-y:scroll;
  overflow-x:hidden;
}
.gn4_suggestionList_objectTypeIcon
{
  vertical-align: middle;
  padding-right:2px;
}
.gn4_suggestionList_actionIcon
{
  vertical-align: middle;
  padding-left:2px;
  cursor:pointer;
}
.gn4_suggestionList_item
{
  line-height:20px;
  vertical-align: middle;
  cursor:pointer;
  white-space:nowrap;
}
.gn4_suggestionList_itemSelected
{
  background-color:#B9D9EB;
}
.gn4_suggestionList_hilight
{
  font-weight: bold;
}
.gn4_suggestionList_noRecordFound
{
  font-style:italic;
  font-weight:normal;
  color:#666666;
  display:block;
}
.gn4_suggestionList_currentValuesItem
{
  line-height:20px;
  vertical-align: middle;
}


/* styles that controls the appearance and behavior of web controls */
/********************************************************************/

.gn4_fileUpload {
  display:block;
  width:100%;
}

.gn4_fileUpload_progress {
  display:block;
  border:1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding:10px;
}

.gn4_idTreeView_tree a {
  outline:0;
}

.gn4_idTreeView_node {
  color:#565656;
  font-weight:normal;
  text-decoration:none;
  background-color:Transparent;
}

.gn4_idTreeView_text, .gn4_idTreeView_text_selected {
  padding:5px 5px 2px 5px;
}

.gn4_idTreeView_text:hover {
  font-weight:bold;
}

.gn4_idTreeView_text_selected { /*inverse color for a selected node*/
  color:#FFFFFF;
  font-weight:bold;
  background-color:#565656;
}

.gn4_idTreeView_text_selected:hover {
  color:#FFFFFF;
}

td.gn4_borderedCell {
  padding: 2px 4px 2px 4px;
  border:solid 1px #CCCCCC;
}

.gn4_SuggestionLabel {
	padding-left:6px;
}

.gn4_SuggestionLink {
	font-weight:bold;
	text-decoration:underline;
}

.gn4_Highlight {
	font-weight:bold;
}

.gn4_DatePicker {
	width:7em;
}

.gnPortal_timepicker_container_hide {
  display:none;
}
.gnPortal_timepicker_container_show {
  display:block;
  position:absolute;
  font-family:Verdana;
  font-size :9pt;
  background-color:White;
  border:solid 1px #646464;
  padding:2px;
  z-index:100;
}

.gnPortal_timepicker_dropdown {
  border:solid 1px #000000;
  background-color:#FFFFFF;
  font-size:8pt;
}

.gnPortal_timepicker_image {
  cursor:pointer;
}

.gn4_TimePicker {
  width:7em;
}

.gn4_WordCount {
  color:#666666 !important;
}

.gn4_WordCountLabel {
  color:#3174A8 !important;
}

/* Check-out menu styles, used by CheckOutIconBehavior.js */
/**********************************************************/

.gn4_checkOutIcon_menu {
  position:absolute;
  border:solid 1px #88B3D5;
  top:15px;
  max-width:200px;
  background: white; 
  visibility: hidden; 
  z-index:1000;
}

.gn4_checkOutIcon_menu a {
  height:auto;
  display:block;
  background-color:white;
  padding:3px 16px 3px 10px;
  cursor:pointer;
  white-space: nowrap;
}

.gn4_checkOutIcon_menu a:hover {
  color:#3174A8;
  background-color:#E8F0F6;
}

.gn4_checkOutIcon_errorMsg {
  display:block;
  color:Red;
  border:1px #88B3D5 solid;
}

.gn4_checkOutIcon_infoMsg {
  display:block;
  color:white;
  background-color:#88B3D5;
  padding:2px;
}

/* styles apply to crop page  TODO: (rename)*/
/******************************************/
.jcrop-vline, .jcrop-hline {
	font-size: 0;
	position: absolute;
	background: white top left repeat;
}
.jcrop-vline { height: 100%; width: 1px; }/*!important*/
.jcrop-hline { width: 100%; height: 1px; }/*!important*/
.jcrop-handle {
	font-size: 1px;
	width: 7px; /*!important*/
	height: 7px; /*!important*/
	border: 1px #eee solid;
	background-color: #333;
}
.jcrop-tracker {
	background-color: gray;
	width: 100%; height: 100%;
}
.custom .jcrop-vline,
.custom .jcrop-hline {
	background: yellow;
}
.custom .jcrop-handle {
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jcrop-holder {
  float:left;
}

/* styles apply to map control*/
.gn4_map_search_label {
  font-size:8pt;
  color:#3174A8;
}

a.gn4_map_search_label {
  font-size:8pt;
  color:#0033CC;
}

.gn4_map_search_image {
  margin-top:14px;
}

.gn4_map_result_list {
  margin-left:0;
  clear:left;
}

.gn4_map_result_listitem {
  list-style-type:none;
  margin-left:10px;
  height:30px;
}

.gn4_map_result_link,.gn4_map_result_link:visited {
  text-decoration:underline;
  vertical-align:top;
}

.gn4_map_result_container, .gn4_map_result_container_disambiguation, .gn4_map_result_container_error  {
  font-family:Arial,Helvetica,Sans Serif;
  font-weight:bold;
  width:245px;
  height:365px;
  margin-left:4px;
  overflow:auto;
}

.gn4_map_result_container_disambiguation {
  background-color:#FFF7E3;
  border:solid 1px #E7C394;
  color:#000000;
}

.gn4_map_result_container {
  background-color:Transparent;
  color:#F76120;
  font-size:1.2em;
}

.gn4_map_result_container_error {
  background-color:Transparent;
  color:#FF0000;
  font-weight:bold;
}

.gn4_map_menu {
  padding:2px;
  margin-left:2px;
  width:245px;
}

.gn4_map_warning_image {
  display:block;
  float:left;
}

.gn4_map_warning_text {
  font-weight:bold;
  display:block;
  float:left;
  margin-left:5px;
}

/* styles apply to split control*/
.gn4_splitText {
  background-color:#FFFFFF;
  padding:15px;
  text-align:left;
  font-family:tahoma;
  font-size:12px;
  font-weight:normal;
  color:#000000;
}

.gn4_splitTextImg {
  float:left;
  margin-top:-3px;
  margin-left:-15px;
}

.gn4_selectedSplit {
  cursor: pointer;
  background-color:#3174A8;
  height:5px;
  margin-bottom:30px;
}

.gn4_selectedSplit:hover {
  background-color:#FFFFCC;
}

.gn4_availableSplit {
  cursor: pointer;
  border-top: dashed 3px #CCCCCC;
  height:5px;
}

.gn4_availableSplit:hover {
  border-top: dashed 3px #3174A8;
}

/* styles apply to RadioButtonList*/
.gn4_RadioButtonList input {
  float:left;
}

.gn4_RadioButtonList label {
  display:block;
  padding-right:20px;
  white-space:nowrap;
}

/* styles apply to Popup search results*/
.gn4_popupSearch {
  max-height:400px;
  overflow:auto;
  overflow-x:hidden;
}

.gn4_popupSearch_table {
  width:100%;
  table-layout:fixed;
}

.gn4_checkboxCell {
  text-align:left;
  vertical-align:top;
}

.paging_two_button .fg-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .fg-button {
	padding: 2px 6px;
	cursor: pointer;
	* cursor: hand;
	zoom:1;
}

.paging_full_numbers {
	width: 390px !important;
}

.fg-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
	float:right;
  text-align:right;
}

.dataTables_paginate span {
  display:inline-block;
}

.dataTables_info {
  float:left;
  margin-bottom:5px;
}

/* styles apply to color picker */
div.color_picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 16px;
  float:left;
}

div#color_selector {
  width: 192px;
  position: absolute;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 2px;
  z-index:100;
}

div#color_custom {width: 100%; float:left }
div#color_custom label {font-size: 100%; margin: 5px 2px; width: 25%}
div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  margin: 5px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

.gn4_rankValue {
  height:10px;
  display:none;
}

.gn4_suggest {
  display:none;
  max-height:150px;
  overflow:auto;
}

.gn4_tag {
  background-color: #F1F5FD;
  border: 1px solid #C7D1EB;
  border-radius: 3px 3px 3px 3px;
  color: #666666;
  cursor: pointer;
  float: left;
  margin: 0 10px 5px 0;
  padding: 2px 4px;
  font-weight:normal;
}

.gn4_suggestTitle {
  float: left;
  margin-right: 5px;
  padding-top: 2px;
  font-weight:normal;
}

.gn4_tagAdd {
  padding :3px;
}

.gn4_tagTitle {
  white-space:nowrap;
}

.gn4_cursorMove {
  cursor:move;
}