
/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within DouranPortal, not just HomePage.aspx */ 
/* This is used throughout all standard - user based pages */ 
.dp_DefaultLayoutDiv	{
	text-align:  right; 
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px; 
	  direction:rtl;
}

.dp_DefaultLayoutTable	{
	width: 100%;
     text-align: left;   
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	direction:rtl;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within DouranPortal, not just HomePage.aspx */ 
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */ 
.dp_AlternateLayoutDiv	{
	text-align:  left;
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px; 
	  direction:rtl;
}

.dp_AlternateLayoutTable	{
	width: 100%;
     text-align: left;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse; 
	 direction:rtl;
}

.Normal	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.NormalTextBox	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY:Tahoma, Verdana, Helvetica, sans-serif
}

.NormalRed	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffcc00;
    FONT-FAMILY:Tahoma, Verdana, Helvetica, sans-serif
}

.NormalBold	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY:Tahoma, Verdana, Helvetica, sans-serif
}

.NormalItalic	{
	FONT-SIZE: 11px;
    FONT-STYLE: italic;
    FONT-FAMILY:Tahoma, Verdana, Helvetica, sans-serif
}

/* text style for buttons and link buttons used in the portal admin pages */ 
.CommandButton	{
	border-right: black thin solid;
	padding-right: 4px;
	border-top: silver thin solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	/*background: #4891c7;*/
	background-image: url('buttenbg.gif');
	padding-bottom: 2px;
	margin: 1px;
	overflow: visible;
	border-left: silver thin solid;
	color: white;
	line-height: 25px;
	padding-top: 2px;
	border-bottom: black thin solid;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	text-align: center;
	border-width:0;
	direction:rtl;
}

Input.CommandButton	{
	line-height: 11px;
}

A.CommandButton:hover	{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}

/* DESKTOP PORTAL BANNER SETTINGS */ 
dp_AlternatePortalHeader	{
	width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
direction:rtl;
}

dp_DefaultPortalHeader	{
	width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
direction:rtl;
}

.breadcrumbs	{
	direction:rtl;
}

/* DESKTOP PORTAL Footer SETTINGS */ 
dp_AlternatePortalFooter	{
	width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
direction:rtl;
}

dp_DefaultPortalFooter	{
	width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
direction:rtl;
}

h1	{
	font-size: 2.7ex;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px;
	font-family: Tahoma, Arial;
}

h2	{
	font-size: 2.5ex;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px;
}

h3	{
	font-size: 2.2ex;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px;
}

h4	{
	font-size: 2ex;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px;
}

td	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

body	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	direction:rtl;
}

a	{
	text-decoration: none;
	color: #0033CC;
}

input	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

select	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

textarea	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.footertxt	{
	font-size: 10px;
}

a:hover	{
	color: #0099FF;
}

.sitetab	{
	background-color: #D2E4FC;
	border: 1px solid #75A3ED;
	height: 22px;
}

.sitenavigation	{
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	direction:rtl;
}
.GridItemStyle	{
	background-color:#F0F0F0;
}

.GridHeaderStyle	{
	font-weight:bold;
/*	background-color:#C7C7C7; */
	background-image:url(gridHeader_bg.gif);
	height:20px;
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80FF3300', EndColorStr='#8099CCFF'); */
}	

.GridAlternatingStyle	{
	background-color:#DDDDDD;
}

.GridStyle	{
	border:1;
	border-width:1;
	border-color:#EAE9E1;
	width:100%;
}

.GridPagingStyle
{
	direction:ltr;
	text-align:center;
}
.selectedtab	{
	color: #FFFFFF;
	background-color: #75A3ED;
}

.selectedsubtab	{
	color: #FFFFFF;
	background-color: #AAAAAA;
}

a.selectedtab	{
	color: #FFFFFF;
}

a.selectedsubtab	{
	color: #FFFFFF;
}

a.selectedtab:hover	{
	color: #FFFF99;
}

a.selectedsubtab:hover	{
	color: #FFFF99;
}

.moduletitle	{
	color: #FFFFFF;
	background-color: #5472C4;
}

.moduleborder	{
	border-style: Solid;
	background-color: #FCFDFE;
	border-width: 1;
	padding: 5 5 5 5;
	border-color: #656c87;
}

.sitefooter	{
	background-color: #75A3ED;
	color: #FFFFFF;
}

.sitefooter2	{
	background-color: #D2E4FC;
	color: #000000;
}

/* Horizontal Tabs Styles BEGIN */ 
.tabsbg1	{
	background-color: #F6E5DB;
}

.selectedtab1	{
	color: #F6E5DB;
	background-color: #DD9B75;
}

a.selectedtab1	{
	color: #F6E5DB;
}

a.selectedtab1:hover	{
	color: #DAEBF5;
}

.tabsbg2	{
	background-color: #FDE2E6;
}

.selectedtab2	{
	color: #FDE2E6;
	background-color: #F56B7F;
}

a.selectedtab2	{
	color: #FDE2E6;
}

a.selectedtab2:hover	{
	color: #D3EEEA;
}

.tabsbg3	{
	background-color: #FCE1F2;
}

.selectedtab3	{
	color: #FCE1F2;
	background-color: #F06DC0;
}

a.selectedtab3	{
	color: #FCE1F2;
}

a.selectedtab3:hover	{
	color: #D4EFDE;
}

.tabsbg4	{
	background-color: #F8E1FC;
}

.selectedtab4	{
	color: #F8E1FC;
	background-color: #DD6DF0;
}

a.selectedtab4	{
	color: #F8E1FC;
}

a.selectedtab4:hover	{
	color: #D8EFD4;
}

.tabsbg5	{
	background-color: #EDE4FF;
}

.selectedtab5	{
	color: #EDE4FF;
	background-color: #9864FF;
}

a.selectedtab5	{
	color: #EDE4FF;
}

a.selectedtab5:hover	{
	color: #E3ECD1;
}

.tabsbg6	{
	background-color: #E2E8FF;
}

.selectedtab6	{
	color: #E2E8FF;
	background-color: #6383FF;
}

a.selectedtab6	{
	color: #E2E8FF;
}

a.selectedtab6:hover	{
	color: #EFE9D2;
}

.tabsbg7	{
	background-color: #D1EEFF;
}

.selectedtab7	{
	color: #D1EEFF;
	background-color: #52BFFF;
}

a.selectedtab7	{
	color: #D1EEFF;
}

a.selectedtab7:hover	{
	color: #FFE4D3;
}

/* END Of Horizontal Tabs Styles */ 
/* Calendar */ 
/* style by H.Zandieh */ 
.Calendar	{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
}

.SubModule	{
	background-color: #CCCCCC;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.SubSubModule	{
	background-color: #DDDDDD;
	color: #000000;
}

.FilterButton	{
	border-right: black thin solid;
	padding-right: 3px;
	border-top: silver thin solid;
	padding-left: 3px;
	font-size: 11px;
	background: #999999;
	padding-bottom: 2px;
	overflow: visible;
	border-left: silver thin solid;
	color: white;
	line-height: 12px;
	padding-top: 2px;
	border-bottom: black thin solid;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}

a.FilterButton	{
	color: white;
}

a.FilterButton:hover	{
	color: white;
}

.AlternateRow	{
	background-color: #EEEEEE;
}

.dp_Gallery_Alternative_ItemTitle	{
	font-weight: bold;
	background-color: #D7E7F2;
}

.dp_Gallery_Alternative_ItemValue	{
	background-color: #D7E7F2;
}

.dp_Gallery_Item_Image	{
	border-top-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
}

.dp_Gallery_Item_Title	{
	color: black;
	background-color: #83B7DE;
	text-align: center;
}

.dp_Gallery_Item_ItemTitle	{
	font-weight: bold;
	background-color: #cadfee;
}

.dp_Gallery_Item_ItemValue	{
	background-color: #CADFEE;
}

.GridItemStyle	
{
	background-color:#F0F7FB;
	}
.GridHeaderStyle
{
	font-weight: bold;
	background-color:#83B7DE;
}

.GridAlternatingStyle	
{
	background-color:#CDE2F1;
	
	}
.GridStyle
{
	border:1;
	border-width:1;
	border-color:Gray;
	width:100%;
}

.Category_TreeView_Class	{
	border: darkgray thin solid;
	vertical-align:top;
}

.Category_LoadModule_Class	{
	border: darkgray thin solid;
	vertical-align:top;
}

/* eform style*/

.eForm_ControlSelector	
{
	direction : ltr;
	width : 400px;
}

.eForm_ControlToolBar	{
	background-image : url(../../../DesktopModules/mtv/navbar-images/group_bg.gif);
	background-position: right;
	width : 100px;
	height : 100%;
	direction : ltr;
	vertical-align : top;
	border-left: #7c7c94 1px solid;
	border-right: #7c7c94 1px solid;
}

.eForm_ControlProperties	{
	background-color : #f1f1f1;
	vertical-align : top;
	padding : 0px;
	margin : 0px;
	height : 0px;
}

.eForm_FormToolBar	{
	background-image : url(../../../DesktopModules/mtv/navbar-images/group_bg_ltr.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:White;
	vertical-align : top;
	height :100%;
	width : 15%;
	border-left: #7c7c94 1px solid;
	border-right: #7c7c94 1px solid;
	white-space : nowrap;
}

.eForm_ControlContainer	{
	background-color:#d1d1d1;
	vertical-align : top;
	height : 100%;
}
.eForm_Edit
{
	Width : 100%;
	Height : 100%;
	border: solid 0px black;
}
.eForm_DesignerContainer
{
	Width : 100%;
	Height : 100%;
	border: solid 0px black;
	vertical-align : top;
	white-space : nowrap;
}
.eForm_Edit_Links_Left
{
	text-align : left;
}
.eForm_Edit_Links_Right
{
	text-align : right;
}
.eForm_Edit_Links
{
	width : 100%;
	background-color:#e8e8e8;
	
}

.eForm_Grid_AddButton
{
	float : right;
}
/* end eform style */
/* ================================
   eLearning Styles
   ================================ */
.Offline_Sections
{
	width : 100%;
}
.Section_Title
{
	align : left;
}
.Book_Active_Section	{
	font-weight: Bold;
}

/* ================================ */
.Offline_Sections	{
	width : 100%;
}

.Section_Title	{
	align : center;
}

.td_main	{
	border : 2;
	align : center;
}

.Book_Active_Section	{
	font-weight: Bold;
}
.Parent_Area
{
	background-color:#5472C4;
	color:#ffffff;
}
.Parent_Area_Selected
{
	background-color:#DFE6F4;
}

/* ================================ 
	MessageStyles
/* ================================ */
.dp_Message_Error
{
	color : Red;
}
.dp_Message_Confirm
{
	color : Black;
	font-weight:bold;
}
.dp_Message_Success
{
	color : Green;
}
.dp_Message_Normal
{
	color : Black;
}
/* ================================ */
/*TreeView Control*/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:hand; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.HoverTreeNode 
{
	 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  color:Red;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: hand; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: White; 
  color:Green; 
  font-weight:bold;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: hand; 
}

.ChildNode
{ 
  color:Green;
  cursor:hand;
  font-family: tahoma; 
  font-weight:normal;
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}
.ParentNode
{ 
  color:Black;
  cursor:hand;
  font-family: tahoma; 
  font-weight:normal;
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}
/* =================================
   Elearning Styles
   ================================= */
.Offline_Sections
{
	width:300px;
	background-color:#D8E1F8;
	border-style:outset;
	border-width:1px;
	border-bottom-color:Gray;
	border-collapse:collapse
}
.CourseMainTable
{
	background-color:#EFF2F5;
	border:outset 1px #D4E8E8;
	padding:10px;
	color:Blue;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	width:95%;
}
.td_main
{
	background-color:#E3EBF6;
	border:outset 0px #D0D0DD;
	padding:10px;
	color:Blue;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}
.Section_Title
{
	border-collapse:collapse;
	font-weight:bold;
	color:#425AC2;
	
}
.CourseInformationTitleMaster
{
	font-weight:bold;
	color:#5973E5;
}
.CourseInformationTitle
{
	font-weight:normal;
}
/* ================================ */