f/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body
{
	margin:0px;
	font-family:Verdana;
	font-size:33px;
	color:#162737;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */


/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.LoginLink
{
	
	font-family:verdana;
	font-weight:bold;
	font-size: 14px;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Arial,Verdana,  Helvetica;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana; /*Tahoma, Arial, Helvetica;*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
/* zahi add */
.NormalGreen
{
	font-weight: bold;
	font-size: 12px;
	color: green;
	font-family: Tahoma, Arial, Helvetica;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: white 0px solid;
	border-left: #ff8080 0px solid;
	width: 653px;
	border-bottom: white 0px solid;
	background-color: #dce6eb;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	border-right: #333333 0px;
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
	color: #666666;
	border-top-style: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	border-left-style: none;
	height: 28px;
	border-bottom-style: none;
}

.MainMenu_MenuIcon
{
	background-position: center center;
	border-top: #333333 1px;
	background-image: url(images/small_bullet_menu.gif);
	border-left: #333333 1px;
	width: 15px;
	cursor: hand;
	border-bottom: #333333 1px;
	background-repeat: no-repeat;
	border-right-style: none;
	height: 21px;
	background-color: #dce6eb;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #404040 0px;
	border-top: white 0px;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ff8080 0px;
	cursor: hand;
	color: #666666;
	border-bottom: white 0px;
	font-family: Verdana;
	background-color: #dce6eb;
}

.MainMenu_MenuBreak
{
	border-right: #404040 0px solid;
	border-top: white 0px solid;
	border-left: #ff8080 0px solid;
	border-bottom: white 0px solid;
	height: 29px;
	background-color: white;
}

.MainMenu_RootItem
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 11px;
	border-left: black 2px solid;
	width: 100px;
	color: #666666;
	font-family: Verdana, Tahoma;
	height: 28px;
	text-align: center;
}
/*
.MainMenu_MenuIcon
{
	background-position: right center;
	background-image: url(small_bullet_menu.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-color: transparent;
}
*/
/*
.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Tahoma;
	/*font-size: 9pt;  */
/*	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	
	padding-right: 50px;
	padding-left: 5px;

}  */


.MainMenu_RootItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Tahoma;
	/*font-size: 9pt;  */
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	
	padding-right: 3px;
	padding-left: 3px;
	height:28px;

}

.MainMenu_SubMenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Tahoma;
	/*font-size: 9pt;  */
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;

}

/* old
.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;  
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
} */

.MainMenu_MenuArrow
{
	border-right: #333333 1px;
	border-top: #333333 0px;
	font-size: 10pt;
	cursor: hand;
	border-bottom: #333333 1px;
	font-family: webdings;
	border-left-style: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_Seperator 
{
	background-image:url(images/kav_lavan_menu.gif);
	background-repeat:no-repeat;
	text-align: center; 
	height: 29px;
}
.ZahiMenuBorder
{
	border-left: black 2px;
	width: 1px;
	border-top-style: none;
	border-right-style: none;
	height: 28px;
	border-bottom-style: none;
}

/*
.MainMenu_LeftSeperator 
{
	/*background-image:url(lavan_kahol_menu.gif); */
/*	background-image:url(lavan_kahol_boded_menu.gif);
	background-repeat:no-repeat;
	text-align: center; 
	height: 29px;
}
*/

/*
.MainMenu_RightSeperator 
{
	background:transparent;
	background-image:url(kav_lavan_menu.gif);
	background-repeat:no-repeat;
	
	text-align: center; 
	height: 29px;
	
}
*/

/* ========== Images =========== */
.DjvPlusImage
{
	margin-left: 3px;
	margin-right: 3px;
}
.DjvCheck
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.DjvImageSend
{
	background-image: url(images/send_diamond_bot.jpg);
	width: 209px;
	background-repeat: no-repeat;
	
}
/* ==============   Labels =================== */
.DjvFromToLables
{
	font-size: 13px;
	color: black;
	font-family: Verdana;
}

.DjvClickToEnlarge
{
	font-size: 9px;
	color: red;
	font-family: Verdana;
}
/* -================= TextBoxes ============== */
.DjvNormalTextBox
{
	border-right: #888888 1px solid;
	padding-right: 0px;
	border-top: #888888 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	border-left: #888888 1px solid;
	width: 70px;
	height:16px;
	color: #666666;
	padding-top: 0px;
	border-bottom: #888888 1px solid;
	font-family: Verdana;

}
.DjvBigTextBox
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 13px;
	border-left: #666666 1px solid;
	width: 72px;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 16px;
}
.DjvDoubleBigTextBox
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 15px;
	border-left: #666666 1px solid;
	width: 140px;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 19px;
}
.DjvDoubleBigTextBoxThinFont
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	border-left: #666666 1px solid;
	width: 140px;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 19px;
}

.DjvDoubleBigTextBoxThin
{
	border-right: #666666 1px solid;
	padding-right: 0px;
	border-top: #666666 1px solid;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	border-left: #666666 1px solid;
	width: 140px;
	color: black;
	padding-top: 0px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 15px;
}
.DjvDoubleBigTextBoxThin140
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 10px;
	border-left: #666666 1px solid;
	width: 140px;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 13px;
}
.DjvDoubleBigTextBoxThin125
{
	border-right: #666666 1px;
	border-top: #666666 1px;
	font-size: 10px;
	border-left: #666666 1px;
	width: 125px;
	color: #666666;
	border-bottom: #666666 1px;
	font-family: Verdana;
	height: 13px;
}
.DjvDoubleBigTextBoxThin107
{
	border-right: #666666 1px solid;
	padding-right: 0px;
	border-top: #666666 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	border-left: #666666 1px solid;
	width: 107px;
	color: #666666;
	padding-top: 0px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 14px;
}
.DjvTextBoxThin40
{
	border-right: #666666 1px solid;
	padding-right: 0px;
	border-top: #666666 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	border-left: #666666 1px solid;
	width: 40px;
	color: #666666;
	padding-top: 0px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 14px;
}

.DjvTextBoxThin80
{
	border-right: #666666 1px solid;
	padding-right: 0px;
	border-top: #666666 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	border-left: #666666 1px solid;
	width: 80px;
	color: #666666;
	padding-top: 0px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	height: 14px;
}
/* ===================== CheckBoxes ================================== */
.DjvNormalCheckBox
{

}
.DjvBigTitleCheckBox
{
	font-weight: normal;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica;
}



/* ============== Titels ============= */
.DjvTitleOfButtonNoFlower
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	/*font-size: 15px; */
	font-size: 13px;
	/*background-image: url(images/bg_Button_Title_copy.gif); old */
	
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	/*height: 19px; */
	height: 16px;
	background-color: #aaa7a0;
	text-align: left;

}
.DjvTitleOfButtonNoFlowerReverse
{
	/*	padding-right: 20px;
	padding-left: 30px; */
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	/*font-size: 15px; */
	font-size: 13px;
	/*background-image: url(images/bg_Button_Title_copy.gif); old */
	
	color: #8e8c88;
	background-repeat: no-repeat;
	font-family: Verdana;
	/*height: 19px; */
	height: 16px;
	/*background-color: #aaa7a0; */
	text-align: left;

}

.DjvTitle
{
	padding-right: 15px;
	padding-left: 15px;
	BACKGROUND-POSITION-X: left;
	font-size: 11px;
	border-left-color: white;
	background-image: url(images/sub_title_flower.jpg);
	margin-bottom: 1px;
	border-bottom-color: white;
	color: white;
	border-top-style: none;
	border-top-color: white;
	text-indent: 6px;
	background-repeat: no-repeat;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	height: 13px;
	background-color: #aaa7a0;
	text-align: center;
	border-right-color: white;
	border-bottom-style: none;
}

.DjvTitleNoFlower
{
	padding-right: 15px;
	padding-left: 15px;
	BACKGROUND-POSITION-X: left;
	font-size: 11px;
	border-left-color: white;
	
	margin-bottom: 1px;
	border-bottom-color: white;
	color: white;
	border-top-style: none;
	border-top-color: white;
	text-indent: 6px;
	background-repeat: no-repeat;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	height: 13px;
	background-color: #aaa7a0;
	text-align: center;
	border-right-color: white;
	border-bottom-style: none;
}


.DjvSubTitle
{
	border-right: white 1px solid;
	background-position: left top;
	border-top: white 1px solid;
	font-size: 11px;
	background-image: url(images/bg_MiniTitle_copy.gif);
	border-left: white 1px solid;
	color: white;
	text-indent: 6px;
	border-bottom: white 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 15px;
	background-color: #aaa7a0;
	text-align: center;
	

}
.DjvSubTitleThin
{

	
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	background-image: url(/Portals/_default/Skins/SmoothSkin/Images/button_bg.gif);
	padding-left:7px;
	padding-right:7px;
	width:100px;
}
/* ================================= buttons =============================== */
.DjvSearchLinkButton
{
	BACKGROUND-POSITION-X: center;
	background-image: url(images/glass.gif);
	width: 116px;
	background-repeat: no-repeat;
	height: 90px;
	background-color: #aaa7a0;
}
.DjvButtonVideo
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 15px;
	background-image: url(images/video_icon.gif);
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 19px;
	background-color: #aaa7a0;
	text-align: left;
}
.DjvButtonTitle /* Right */
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	/*font-size: 15px; */
	font-size: 13px;
	/*background-image: url(images/bg_Button_Title_copy.gif); old */
	font-family: Verdana;
	/*height: 19px; */
	height: 16px;
	text-align: left;
	color:#ffffff;
	background-image: url(/Portals/_default/Skins/SmoothSkin/Images/button_bg.gif);
}

.DjvButtonTitleThin16 /* Right */
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 13px;
	background-image: url(images/flower-medium.jpg);
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 16px;
	background-color: #aaa7a0;
	text-align: left;
}
A.DjvButtonTitleThin16 ,A.DjvButtonTitleThin16:visited
{
	
	color:White;
}



.DjvButtonTitleVideo
{
	background-position: center bottom;
	background-image: url(images/see_video_icon.jpg);
	width: 128px;
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 35px;
	background-color: #aaa7a0;
	text-decoration: underline;
}
.DjvButtonTitleLeft
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: left;
	font-weight: normal;
	font-size: 15px;
	font-family: Verdana;
	height: 19px;
	text-align: left;

	font-size:15px;
	color:#ffffff;
	background-image: url(/Portals/_default/Skins/SmoothSkin/Images/button_bg.gif);	
}
.DjvFlatButton
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 15px;
	color: white;
	font-family: Verdana;
	height: 19px;
	background-color: #e26900;
	text-align: center;
}
.DjvFlatButtonThin
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	height: 13px;
	background-color: #e26900;
	text-align: center;
}
.DjvButtonTitleThin
{
	padding-right: 30px;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/sub_title_flower.jpg);
	overflow: hidden;
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 14px;
	background-color: #aaa7a0;
	text-align: center;
}
.DjvButtonTitleThinLeft
{
	padding-right: 10px;
	padding-left: 20px;
	BACKGROUND-POSITION-X: left;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/sub_title_flower.jpg);
	overflow: hidden;
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 14px;
	background-color: #aaa7a0;
	text-align: center;
}
.DjvClassicButtonTitle
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 20px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 15px;
	background-image: url(images/bg_Button_Title_copy.gif);
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 21px;
	background-color: #aaa7a0;
	text-align: left;
}
.DjvClassicButtonEditImages
{
	border-right: white 1px solid;
	background-position: center center;
	border-top: white 1px solid;
	background-image: url(images/edit_video.jpg);
	border-left: white 1px solid;
	width: 178px;
	border-bottom: white 1px solid;
	background-repeat: no-repeat;
	height: 21px;
}
.DjvClassicButtonSolid
{
	border-right: white 1px solid;
	background-position: center center;
	border-top: white 1px solid;
	background-image: url(images/scan_cert.jpg);
	border-left: white 1px solid;
	width: 178px;
	border-bottom: white 1px solid;
	background-repeat: no-repeat;
	height: 21px;
}

/*============ grid classes */
.DjvGroupTitle
{
	font-weight: bolder;
	color: #666644;
	font-family: Geneva, arial;
}
.DjvGrid
{
	 border-right: white 2px solid; 
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	background-color: white;
}

.DjvGrid TD
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;

}


.DjvGridItemStyle
{
	border-right: white 2px solid;
	padding-right: 2px;
	border-top: black 2px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: white 2px solid;
	padding-top: 2px;
	border-bottom: white 2px solid;
	font-family: Verdana, Arial, Helvetica;
	background-color: #eeeeea;
}
.DjvGridAlternatingItemStyle
{
	background-color: #eeeeea;
	/* Old background-color: #E0DDD8;*/
		font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	
	padding-right: 2px;
	padding-left: 2px;
	
	padding-bottom: 2px;
	padding-top: 2px;	
}



.DjvGridHeader
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 
	background-color: #1e5389;
	
}
 
.DjvGridHeader a:active
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 
	background-color: #1e5389;
	 
}

.DjvGridHeader a:hover
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 
	background-color: #1e5389;
	 
}


.DjvGridHeader a:link
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 
	background-color: #1e5389;
	 
}

.DjvGridHeader a:visited
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 
	background-color: #1e5389;
	 
}

.DjvGridHeader a
{
	font-size: 10px;
	border:0px;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	width: 45px; 

	 
}



.DjvGridHeaderForeColor
{
 color:White
}

.DjvGridPager
{
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
}
.DjvGridPager a:visited, .DjvGridPager a:link
{
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
	text-decoration: underline;
}

.DjvGridPager a:hover
{
	color:Red
}

.DjvGridpadding 
{
 HEIGHT: 21px; BACKGROUND-COLOR: #f1f1f1 
 }

.DjvGridHeader_9pt
{
	font-size: 9pt;
	text-transform: capitalize;
	color: #ffff99;
	font-family: Verdana, Arial;
	background-color: #cc9933;
}



.DjvBgPrivate
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #d8d8d9;
}

.DjvBgSpecialOffer
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #b3c1c8;
}
/*================= Tables Classes ================ */
.DjvTablePaddingZero
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.DjvTableBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
}
.DjvTableRowSpace
{
	height:5px;
}

.DjvlightBlackBorder
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	color: #666666;
	border-bottom: #666666 1px solid;
}
/* ============ colors ============= */

.DjvGridItemColor
{
	background-color: #eeeeea;
}
.DjvMenuBgColor
{
background-color: #dce6eb;
}

.DjvGridHeaderColor
{
/* color: #e16900; */
	 
}
.DjvSpecialOffer
{
 /*color=#b3c1c8; */
 /*color=#E16900; */
 color: #7198bf; 
 
}

/* ============================  Special Modules on DJV  ========================= */
 /* for all modules  */

.DjvErrorText
{
	color:Red;
}



/*          ------ showLabelColumns - Diamond Details view ------------- */
.NormalWithBackGroundDetailField
{
	font: 13px Verdana;
	background-color: #f4f4f8;
}
.BackGroundDetailField
{
	background-color: #f4f4f8;
}

.DjvTableDetailsClass
{
	background-color:White
	
}

.DjvPnlCommentClass
{
	background-color:White
}
.DjvPnlTableMailBidClass
{
	background-color:White
}
.DjvPnlImagesClass
{
	background-color:White
}




.DjvShowDetailsLabel
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.DjvShowDetailsData
{
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana; /*Tahoma, Arial, Helvetica;*/
}

/* ---------------------- End of ShowLabelColumns - Diamond Details view ---------------- */

/* ---------------------------  DiamondSearch - search diamond -------------------------- */

.DjvMergeCellsRightWidth_0
{
	border-right-style: none !important;
}
.DjvMergeCellsLeftWidth_0
{
	border-left-style: none !important;
}

.DjvGridSelected
{
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
}
.DjvGridSelected a:visited, .DjvGridSelected a:link
{
	font-weight: normal;
	font-size: 10px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
	text-decoration: underline;
}

.DjvGridSelected a:hover
{
	color:Red
}

.DjvPurchaseOrBid, .DjvPurchaseOrBid a:link, .DjvPurchaseOrBid a:visited
{
	padding-right: 30px;
	border-top: #e04001 3px solid;
	padding-left: 30px;
	BACKGROUND-POSITION-X: right;
	font-weight: normal;
	font-size: 16px;
	vertical-align: baseline;
	overflow: hidden;
	color: white;
	border-bottom: #e04001 3px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 25px;
	background-color: #aaa7a0;
	text-align: center;
}
/* --------------------------- End of DiamondSearch - search diamond -------------------------- */

/* --------------------------- Update Diamond --------------------------- */

.DjvGridUpdateDiamond
{
	border-right: white 2px solid;
	padding-right: 2px;
	border-top: white 2px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: white 2px solid;
	padding-top: 2px;
	border-bottom: white 2px solid;
	background-color: white;
}
.DjvGridUpdateDiamond TD
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.DjvGridPager_UpdateDiamond
{
		font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
}

.DjvGridPager_UpdateDiamond a:visited, .DjvGridPager_UpdateDiamond a:link
{
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
	text-decoration: underline;
}

.DjvGridPager_UpdateDiamond a:hover
{
	color:Red
}

.DjvGridSelected_UpdateDiamond
{
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
}
.DjvGridSelected_UpdateDiamond a:visited, .DjvGridSelected_UpdateDiamond a:link
{
	font-weight: normal;
	font-size: 10px;
	text-transform: capitalize;
	color: #003399;
	font-family: Verdana,;
	background-color: #dce6eb;
	
}

.DjvGridSelected_UpdateDiamond a:hover
{
	color:Red
}



.DjvGridAlternatingItemStyle_UpdateDiamond
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #eeeeea;

}
.DjvGridAlternatingItemStyle_UpdateDiamond a:visited, .DjvGridAlternatingItemStyle_UpdateDiamond a:link
{
	color:#003399;
}
.DjvGridAlternatingItemStyle_UpdateDiamond a:hover
{
	color:Red;
}

.DjvGridItemStyle_UpdateDiamond
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #eeeeea;
}
.DjvGridItemStyle_UpdateDiamond a:visited, .DjvGridItemStyle_UpdateDiamond a:link
{
	color:#003399;
}
.DjvGridItemStyle_UpdateDiamond a:hover
{
	color:Red;
}



.DjvGridEditItemStyle_UpdateDiamond
{
 font-size:9px;
   border-width:0px;
   
 
}

.DjvGridEditItemStyle_UpdateDiamond a:visited, .DjvGridEditItemStyle_UpdateDiamond a:link
{
	color:#003399;

}
.DjvGridEditItemStyle_UpdateDiamond a:hover
{
	color:Red;
}



.DjvGridHeader_UpdateDiamond
{
	font-size: 10px;
	text-transform: capitalize;
	color: white;
	font-family: Verdana, Arial;
	background-color: #e16900;
	text-align: center;
}
.DjvGridHeader_UpdateDiamond a:visited, .DjvGridHeader a:link
{
	font-size: 10px;
	text-transform: capitalize;
	color: white;
	font-family: Verdana, Arial;
	
	text-align: center;
	text-decoration: underline;

}

.DjvGridHeader_UpdateDiamond a:hover
{
	color:Red
}

.DjvQuickSearch_BgColor_UpdateDiamond
{
	background-color: #eeeeea;
}

.DjvErrorText_EditColumns
{
	color:Red;
}

.DjvCommandButton_EditColumns
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

A.DjvCommandButton_EditColumns:link {
    text-decoration:    underline;
    color: #003366;
}

A.DjvCommandButton_EditColumns:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.DjvCommandButton_EditColumns:active   {
    text-decoration:    underline;
    color: #003366;
}

A.DjvCommandButton_EditColumns:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* --------------------------- End of Update Diamond -------------------------------------- */

/* --------------------------- Private Login ---------------------------------------------- */
.DjvBg_PrivateLogin
{
	background-color:White;
}

/* --------------------------- End of Private Login -------------------------------------- */

/* --------------------------- Item Details ---------------------------------------------- */

.DjvBg_ItemDetailsLogin
{
	background-color:White;
}

.DjvErrorText_ItemDetailsLogin
{
	color:Red;
}

.DjvPnlUserDetails
{
	background-color:White;
}

/* --------------------------- End of Item Details ---------------------------------------------- */


.FilesTable {
	background-color:#FFFFC6;
	font:11px arial;
	color:#000000;
	border:1px solid #cccccc;
	direction: ltr;
	border: 0pt;
	
}
.FilesTR{
	
}

.FilesIcon{
height: 35px;
width:35px;

}


.DjvCriteriaCaption
{
	font-family: Verdana;
	font-size:12px;
	display:inline;
	padding-right: 5px;
}

.DjvNormalCombo
{
	border-right: #888888 1px solid;
	padding-right: 0px;
	border-top: #888888 1px solid;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	border-left: #888888 1px solid;
	width: 72px;
	color: #666666;
	padding-top: 0px;
	border-bottom: #888888 1px solid;
	font-family: Verdana;
	height: 16px;
}

.DjvNormalCheckBox
{
	font-family: Verdana;
	font-size:11px;
	display:inline;
	padding-right: 1px;
}

#skin_smooth_img_Map
{

border:0px;

}

A:link  {
    text-decoration:    none;
   
}

A:visited   {
    text-decoration:    none;

}

A:active    {
    text-decoration:    none;

}

A:hover {
    text-decoration:    underline;

}

.stdText
{
	margin:0px;
	font-family:Verdana;
	font-size:10px;
	color:#162737;
}
