
/*========================================================*/
/*     Cascading Style Sheet for Tranquility DNN Skin     */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

body {
	direction :rtl ;
	background: #AFBDCA;
	margin: 0;
}


/* PARSAN: modules menu's Items Direction */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
}


/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/

.SiteWidth {
	margin-top: 8px;
	width: 944px;
}

.HeaderLeft {
}

.HeaderRight {
}

.LoginTD {
}

.AdminColumn {
}

.LeftColumn {
}

.RightColumn {
}

.TopRow {
}

.TopRow {
	direction :ltr ;
	background: url(bg_top_admin.jpg) no-repeat top center;
	height: 209px;
	padding: 0 38px 0 38px;
}

.MiddleRow {
	background: url(bg_table_admin.jpg) center repeat-y;
	padding: 10px 70px 0 70px;
}

.BottomRow {
	background: url(bg_footer.jpg) no-repeat bottom center;
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;
	text-align: right;
}

.BottomRowAdmin {
	background: url(bg_footer_admin.jpg) no-repeat bottom center;
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;
	text-align: right;
}

.ContentLeft {
	width: 200px;
	padding-left: 10px;
}

.ContentCenter {

}

.ContentRight {
	width: 200px;
	padding-right: 10px;
}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #333;
	font: normal 11px Tahoma, Arial;		
	text-decoration: none;
}

a.LoginLink:hover {
	color: #333;
	font: normal 11px Tahoma, Arial;		
	text-decoration: underline;
}



/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
   	font: normal 11px Tahoma, Arial;		
    color: #333;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
   	font: normal 11px Tahoma, Arial;
    color: #333;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #6E8E05;
	text-decoration: none;
    font: normal 11px Tahoma, Arial;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font: normal 11px Tahoma, Arial;
}


a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #6E8E05;	
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.CommandButton:hover {
	color: #6E8E05;	
	font: normal 11px Tahoma, Arial;
	text-decoration: none;
}
a.Normal:link, a.Normal:visited {
	color: #6E8E05;
	font: normal 11px Tahoma, Arial;
	text-decoration: none;
}
a.Normal:hover {
	color: #2c2c2c;
	font: normal 11px Tahoma, Arial;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #6E8E05;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a:hover {
	color: #2c2c2c;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
/*========================================================*/
/*  4. Text                                               */
/*========================================================*/
.ENCurrentDate{
   font-weight: normal ;  
}
.CopyrightText, .CurrentDate {
	font: normal 11px Tahoma, Arial;
	color: #333;	
}
.Normal {
	font: normal 11px Tahoma, Arial;
	color: #333;
}
/*  text style for the unselected tabs */
.OtherTabs {
        color: #333;
    font: normal 11px Tahoma, Arial;
    text-decoration: none;
}
.SelectedTab {
    color: #777;
	font: normal 11px Tahoma, Arial;
}
.SubHead {
    font: bold 11px Tahoma, Arial;
    color: #333;
	padding: 0;
}
.Head {
	font: normal 12px Tahoma, Arial;
	color: #333;	
}
.NormalRed {
	color: #900;
	font: bold 11px Tahoma, Arial;
}

.NormalBold {
	font: bold 11px Tahoma, Arial;
}

/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

.NormalTextBox {
	color: #333;
	padding-left: 2px;
	font: normal 11px Tahoma, Arial;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
	}
/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
	}
/*--PARSAN:Menu Direction. applies to items in submenus only --*/
.MainMenu_MenuItem {
	font: normal  11px Tahoma, Arial;
	text-align :right;
	color: #333;	
	background: #f6f6f6;
	border: #f6f6f6 1px solid;
	padding: 1px 8px 1px 0px;	
}

/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font:  11px Tahoma, Arial;
	text-align :right;	
	cursor: pointer; 
	cursor: hand; 
	color: #f6f6f6;
	background: #444;
	border-left: #444 1px solid;
	border-right: #444 1px solid;
	padding: 1px 8px 1px 0px;
	
}
/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 3px 0 0 0;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #fff;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #999;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #999;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	
	color: #333;
	font: normal bold 11px Tahoma, Arial;
	background: #f6f6f6;
	font-style: normal; 
	border: #f6f6f6 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: normal;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0 0 0px;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #666;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font: normal 11px Tahoma, Arial;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 0px 8px 1px 2px;	
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow,     {
	display: none;
}

















