﻿.ClauseSelectorImage
{
	vertical-align: middle;
	border: none;
	cursor: default;
	/* behavior: url("/DraftWizard/js/ClauseSelector.htc"); */
}
.tab
{
	width: 36px;
	height: 16px;
	background-image: url(/Common/Images/Tab.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.Tab
{
	width: 36px;
	height: 16px;
	background-image: url(/Common/Images/Tab.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.QShiftField
{
	background-color: #c0c0c0;
	padding: 0px 3px 0px 3px;
	border-left: solid 2px #808080;
	border-right: solid 2px #808080;
}
.CalendarIcon
{
	height: 22px;
	width: 25px;
	cursor: hand;
	border: none;
	vertical-align: text-bottom;
}
.QuestionTable
{
	width: 100%;
	border: none;
	padding: 2px 2px 4px 2px;
	margin: 0px 0px 0px 0px;
}
.DocumentPreviewDiv
{
	background-image: url(/Common/Images/PreviewBackground.jpg);
	border: 1px solid black; 
	border-bottom-width: 4px;
	border-right-width: 3px;
	width: 640px;
	padding: 46px 46px 46px 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: Times New Roman;
	font-size: 10pt;
}
.ClausePreviewText
{
	color: #000000;
	padding: 2px 2px 2px 2px;
	font-family: Times New Roman;
	font-size: 11pt;
}
/* model editor */
.ClauseEditorTextArea
{  
	color: #000000;
	font-family: 'Times New Roman', Tahoma; 
	font-size: 12pt;
	background-color: White;
	padding: 3px 6px 3px 4px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	/*behavior: url("/WebClient/js/ClauseEditor.htc");*/
}
.PageView
{
	overflow: auto;
	height: 400px;
}

/* explorer menu */

.ExplorerTopMenu_TopGroup
{
  background-image: url(/Common/Images/Explorer/topmenu_topgroup_bg.gif);
  background-position: center center;
  background-repeat: repeat-x;
  cursor:default;
  border-left:solid 1px #A9BFD6;
  border-right:solid 1px #B6BCCC;  
  border-top:solid 1px #A9BFD6;
  border-bottom:solid 1px #B6BCCC;    
}

.ExplorerTopMenu_TopItem
{
  color:black;
  border: none;
}

.ExplorerTopMenu_TopItemHover
{
	
  color:black;
  border: none;
  background-color:#A8D8EB;
}

.ExplorerTopMenu_Group
{
  border:solid 1px #979797;
  background-image: url(/Common/Images/Explorer/topmenu_group_bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  background-color:#F0F0F0;
  cursor:default;
  padding:2px;
}

.ExplorerTopMenu_Item
{
  
}

.ExplorerTopMenu_ItemHover
{
  background-image: url(/Common/Images/Explorer/topmenu_item_bg_hover.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

.ExplorerTopMenu_ItemBreak
{
  background-image: url(/Common/Images/Explorer/topmenu_item_break_bg.gif);
  background-position: center left;
  background-repeat: no-repeat;
  line-height:1px !important;
  height:6px !important;
}

.MenuGroup
{
  color:black;
  background-image: url(/Common/Images/Explorer/menu_group_bg.gif);
  background-color:#F5F5F5;
  border:1px red solid;  
  padding-left:30px;
  cursor:default; 
}

.ExplorerTopMenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:12px; 
  border: solid 1px transparent;
  cursor:default; 
}

.ExplorerTopMenuItemHover 
{
  background-image: url(/Common/Images/Explorer/top_item_bg.gif);
  color:black; 
  font-family:tahoma; 
  font-size:12px;
  border: solid 1px #9ADFFE;
  cursor:default; 
}

.ExplorerMenuItem
{
  border: 1px solid transparent; 
  color: black;
  font-family: Tahoma; 
  font-size:11px; 
  cursor:default; 
}

.ExplorerMenuItemHover 
{
	border: 1px solid #AADAED;
	color: black; 
	font-family: Tahoma; 
	font-size:11px; 
	background-color: #E4F1F7; 
	background-image: url(/Common/Images/Explorer/item_bg.gif);
}

.ExplorerMenuBreak
{
  width:100%;
  height:2px;
}

.ExplorerToolBar
{
	height: 24px; 
	line-height: 24px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left:solid 1px #A9BFD6;
	border-right:solid 1px #B6BCCC;  
	border-top:solid 1px #A9BFD6;
	border-bottom:solid 1px #B6BCCC;  
	background-image: url(/Common/Images/VistaToolbarBackground.gif);
}