﻿@import url(headermenu.css);
@import url(mainmenu.css);
/* ================================
    CSS STYLES FOR PMO Web
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
    background-color: #d4c187;
	margin-top: 0;
	color: #636363;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}

/* 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 rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv
{
      text-align: right;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;   
	  background-color: #d4c187; 
	  height: 100%;
	  width: 100%;
}

.rb_DefaultLayoutTable
{
     width: 100%;
     text-align: right;     
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}
.rb_DefaultPortalThreePanes
{
	width: 100%;
	height: 667px;
	vertical-align: top;
	text-align: left;
	direction:ltr;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}
.rb_DefaultPortalTopThreePanes
{
	width: 100%;
	height: 164px;
	vertical-align: top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

/* 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 rainbow, not just desktopdefault.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 */

.rb_AlternateLayoutDiv
{
	  text-align:  left;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;	  
	  background-color: #d4c187; 
	  height: 100%;
	  width: 100%;
}

.rb_AlternateLayoutTable
{
     width: 100%;
     text-align: left;     
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}

/*  DESKTOP PORTAL BANNER SETTINGS */

rb_AlternatePortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

rb_AlternatePortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalFooter
{
width: 1024px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    font-family:Verdana,Arabic Transparent, Tahoma, Helvetica, sans-serif;
}
.ModuleTitle
{
	font-weight: bold;
    font-size: 14px;
    color: #991b1f;
    font-family:Verdana,Arabic Transparent, Tahoma, Helvetica, sans-serif;
   }
.SiteSubTitle
{
    font-weight: normal;
    font-size: 13px;
    font-style:italic;
    color: #333333;
    font-family:Arabic Transparent, Arial, Tahoma, Helvetica, sans-serif;
}
/* background/border colors for the selected tab */
.TabBg
{
    font-family: Tahoma, Helvetica, sans-serif;
    
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    font-family: Tahoma, Helvetica, sans-serif;
}

/* text style for the selected tab */
.SelectedTab
{
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    color:#660000;
    width:5%;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    text-decoration: none;
    width:5%;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #000000;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #000000;
}
MinistryLink
{
	font-family:Verdana;
	font-size:16;
    text-decoration: underline;
    color: #000000;
}

MinistryLink:hover
{
    text-decoration: none;
    color: #000000;
}
A.OtherTabs:active
{
    text-decoration: none;
    color: #000000;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherSubTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:visited
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:active
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:hover
{
    text-decoration: none;
    color: #000000;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: simplified arabic;
    font-size: 10px;
    font-weight: bold;
    color: #9b1d20;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #ffffff;
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #ffffff;
}

.SiteLink A:active
{
    color: #ffffff;
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #ffffff;
}

/* style for separator between site links */
.Accent
{
    color:#ffffff;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0066ff;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: simplified arabic;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: simplified arabic;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: simplified arabic;
    font-size: 15px;
    font-weight: bold;
    color: #680001;
}

/* style of item titles on edit and admin pages */
.SubHead
{
   color:#c33d24;
font-family:simplified arabic;
font-size:14px;
font-weight:bold;
text-decoration:none;
    
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: simplified arabic;
    font-size: 12px;
    font-weight: bold;
    color: #660000;
}

.TitleNoTheme
{
	  font-family: simplified arabic;
    font-size: 16px;
    font-weight: bold;
    color: #660000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: simplified arabic;
    font-size: 14px;
    font-weight: normal;
    color: #636363;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   color:#000000;
font-family:arial;

text-decoration:none;
border:1px solid #C8C8C8;
color:#000000;
font-size:12px;
}

.NormalRed
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Simplified Arabic, simplified arabic;
    font-size: 15px;
    font-style: italic;
}

.NormalItalicArabic
{
    font-family: Arial (Arabic), Simplified Arabic, simplified arabic;
    font-size: 14px;
    font-style: normal;
    color:Black;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{

	font-weight: bold;
	font-size: 13px;
	
	overflow: visible;

	color: #84590a;

	text-decoration:underline;
	
	font-family: simplified arabic;
	text-align: center;
}

Input.CommandButton 
{
	line-height: 13px;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #84590a;
    	        	padding-right:3px;
	padding-left:3px;
        	
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #84590a;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #84590a;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #990000;
}


.LeftPane
{
    background-color: #ffffff;
}
.RightPane
{
    background-color: #ffffff;
}


/* GENERIC */
H1
{
    font-family: simplified arabic;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: simplified arabic;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: simplified arabic;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: simplified arabic;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: simplified arabic;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: simplified arabic;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.VTemplatePane
{
font-size:5px;
width:5px;
display:none;
}

A:link
{
    color: #cf2123;
    text-decoration: none;
    font-size:12px;
}

A:visited
{
    text-decoration: none;
    color: #cf2123;
      font-size:12px;

}

A:active
{
    text-decoration: none;
    color: #cf2123;
      font-size:12px;

}

A:hover
{
    text-decoration: underline;
    color: #cf2123;
      font-size:12px;

}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    color: #680001;
    height: 1px;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: simplified arabic;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.ArticleTitle
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.Module /* Module */{
padding-right:10px;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
background-color:White;
background-image:url(/Design/Themes/TRCEng/bg.gif);
}
.MainModule
{
	padding-right:10px;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;

}
.ModuleAlt
{
	padding-right:10px;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;

}

.Error
{
    font-weight: bold;
    color: #000000;
}

/* LastModified style */
.LastModified
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: simplified arabic
    VERTICAL-ALIGN: bottom;
}

/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: left;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: left;
	width: 35px;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: normal;
    color:#000000;
}
   
.MessageAuthor
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: simplified arabic;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: simplified arabic;
    font-size:  14px;
    font-weight: bold;
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: silver;
	background-color: silver;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}


/* =============================
   BreadCrumbs styles
   ============================= */
.bc_Row 	{padding-left:20px; height:16px; background-color: #FFCB00;}
.bc_Text	{FONT-SIZE:9px; color: #2A5500}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left:8px;FONT-SIZE:9px;font-weight:bold;text-decoration:none;color: #2A5500}
.bc_Link:hover	{text-decoration:underline; color:silver}



/* =============================
   SolpartNavigation menu styles
   ============================= */


.spm_MenuContainer	{height:20px;background-color:#FFFFFF;}
.spm_MenuBar		{height:31px;background-color:#FFFFFF; background:Right1.gif; color: #88A9DF;}
.spm_MenuBar TD		{FONT-SIZE: 10px; margin:0px; color: #88A9DF; font-family:verdana;font-weight:bold;background-color:#FFFFFF; background-image:url(bgMenu.gif);}
.spm_SubMenu		{border:solid 1px #3c78b5; background-color:White; z-index:500;}
.spm_SubMenu TD		{height:15px;font-weight:bold; FONT-SIZE: 10px; font-family:verdana;background-color:#FFFFFF; color: #88A9DF}
.spm_MenuBreak		{}
.spm_MenuItem		{FONT-SIZE:10px;padding-left:3px; color: #88A9DF; padding-right:3px;background-color:#FFFFFF;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 10px; background-color:#FFFFFF; color:#345387;}
.spm_MenuIcon		{border-left:solid 1px white;}
.spm_MenuItemSel	{FONT-SIZE: 10px; color:#345387; background-color:#FFFFFF; text-decoration:none; font-family:Verdana; font-style:normal}
.spm_MenuItemSel TD	{FONT-SIZE: 10px; color:#345387;padding-left:3px; text-decoration:none; font-family:verdana;  background-color:#FFFFFF; padding-right:3px;cursor: pointer; cursor: hand;}
.spm_MenuArrow		{font-family: Verdana; cursor: hand; text-decoration:none; color:#345387;}
.spm_RootMenuArrow	{font-family: Verdana; cursor: hand; color: #345387;}
/* ================================ */
 
 .Time
{
    font-family: simplified arabic;
    font-size: 9px;
    font-weight: bold;
    color: #D7E8E9
}
.gridOddCellStyle{
	background-color:#DAE5EE;
	height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #878F7B;		
	padding-left: 3px;
}
.titleStyleMicro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #72AA21;
	padding-top:5px; 
	padding-bottom: 8PX; 	
}
.gridAlternateStyle
{
	background-color:#ffffff;
	height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #878F7B;		
	padding-left: 3px;
}
.gridItemStyle
{
	background-color:#f0f0f0;
	height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #878F7B;		
	padding-left: 3px;	
}
.searchTableStyle
{
	background-color:#f0f0f0;
	height:20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #878F7B;		
	padding-left: 3px;	
}
.Tabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */{
border-right:#f3a372;
padding-right:10px;
border-top:#f3a372;
padding-left:10px;
font-weight:600;
font-size:8pt;
background-image:none;
padding-bottom:2px;
margin:0px;
overflow:visible;
border-left:#f3a372;
line-height:normal;
padding-top:2px;
border-bottom:#f3a372;
background-repeat:repeat;
font-family:Verdana,Helvetica,sans-serif;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A:link{
color:#333333;
text-decoration:none;
}
.Tabs A:visited{
color:#333333;
text-decoration:none;
}
.Tabs A:hover{
color:White;
text-decoration:none;
}
.Tabs A:focus{
color:White;
text-decoration:none;
}
.Tabs A:active{
color:#333333;
text-decoration:none;
}
.SelectedTabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */{
border-right:White;
padding-right:10px;
border-top:White;
padding-left:10px;
font-weight:600;
font-size:8pt;
background-image:none;
padding-bottom:2px;
margin:0px;
overflow:visible;
border-left:White;
line-height:normal;
padding-top:2px;
border-bottom:#f3a372 1pt;
background-repeat:repeat;
font-family:Verdana,Helvetica,sans-serif;
background-color:#999999;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A:link{
border-right:none;
padding-right:0px;
border-top:none;
padding-left:0px;
padding-bottom:0px;
margin:0px;
border-left:none;
color:White;
padding-top:0px;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:visited{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:hover{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:focus{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:active{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
/* PortalTabs in DefaultSubTabs Layout */
.SubTabs{
border-right:White thin;
padding-right:10px;
border-top:White thin;
padding-left:10px;
font-weight:600;
font-size:8pt;
padding-bottom:2px;
border-left:White thin;
color:White;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Verdana,Helvetica,sans-serif;
background-color:#999999;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SubTabs A:link{
color:White;
text-decoration:none;
}
.SubTabs A:visited{
color:White;
text-decoration:none;
}
.SubTabs A:hover{
color:#666666;
text-decoration:none;
}
.SubTabs A:focus{
color:#666666;
text-decoration:none;
}
.SubTabs A:active{
color:White;
text-decoration:none;
}
.SelectedSubTabs /* PortalTabs in DefaultSubTabs Layout */{
border-right:White thin;
padding-right:10px;
border-top:White thin;
padding-left:10px;
font-weight:600;
font-size:8pt;
padding-bottom:2px;
border-left:White thin;
color:#333333;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Verdana,Helvetica,sans-serif;
background-color:#f9ccb0;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedSubTabs A:link{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:visited{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:hover{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:focus{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:active{
color:#666666;
text-decoration:none;
}
.tabPanelGroup
{
	margin: 10px;
	padding: 0;
	border: 0px;
	width: 100%;
	height: 450px;
}
.tabPanel
{
	margin: 0;
	padding: 10px;
	color: Black;
	background: whitesmoke;
	border: 1px solid #CFD4E6;
}
.tabGroup
{
	margin: 0;
	padding: 0;
	width: auto;
}
.tabDefault
{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	height: auto;
	float: left;
	border: 2px outset;
	cursor: default;
}
.tabSelected
{
	margin: 0;
	padding: 2px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	float: left;
	border: 2px inset;
}
.SurveyQuestion{
color:DarkRed;
padding-right:5px;
padding-left:5px;
}
.SurveyPanel{
color:Silver;
background-color:Silver;
}
.SurveyOption{
color:Black;
}
.SurveyButton{
color:DarkRed;
font-weight:bold;
}
div.SmartError{
padding:10px 20px 0px 20px;
}
table.SmartErrorSupportInfo{
border:1px solid Red;
border-collapse:collapse;
background:#fff;
}
table.SmartErrorSupportInfo td{
margin:0px 0px 0px 0px;
padding:5px;
border:1px solid Gray;
vertical-align:top;
}
table.SmartErrorSupportInfo td:first-child{
background:Pink;
}
.SiteMapItem{
font-size:10pt;
color:#999999;
font-family:Verdana,Helvetica,sans-serif;
}
#page_manager_table{
}
#page_manager_table .cp_lapeb{
padding-left:5px;
font-weight:bold;
color:Black;
}
/*#page_manager_table TD{
border-right:White 1px solid;
border-top:White 1px solid;
border-left:White 1px solid;
color:Navy;
border-bottom:White 1px solid;
}
*/
.pm_panels{
border-right:White 1px solid;
border-top:White 1px solid;
border-left:White 1px solid;
border-bottom:White 1px solid;
}
.panel_toggle{
font-size:13pt;
font-family:Arial;
}
.pmtd{
vertical-align:top;
}
/* label cell */
.pmtd1{
vertical-align:top;
width:150px;
}
.MainNewsDate
{
	font-size:large;
	font-weight:bold;
	font-family:Times New Roman;
	color:Gray;
}
.MainNewsTitle
{
	font-weight:bolder;
	font-size:14px;
	font-family:Times New Roman;
}
.MainNewsDsc
{
	font-size:14px;
	font-weight:normal;
	font-family:Times New Roman;
}

.LoginTitle
{

font-size:17px;
color:white;
font-weight:bold;
text-align:center;
}
.Loginlbl
{
color:#9a1c1d;
font-size:12px;
font-weight:bold;
}
.LoginButton {
background:#FFFFFF url(http://localhost/sawa/Design/Themes/Default/ButtonStyle.gif) no-repeat scroll 0 0;
border:0 none;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:26px;
overflow:visible;
padding-right:12px;
text-align:right;
width:90px;
border:1px #9a1c1d solid;
color:#9a1c1d;
}	
.txt {
border:1px solid #C8C8C8;
color:#000000;
font-size:12px;
}		
.PagerInfoCell{
				
				color:#ffffff;
				font-size:11px;
				background:#9a1c1d;
				line-height:14px;
				border-width:1px;
				border-color:white;
				
}

.PagerCurrentPageCell
{

color:white;
background:#bf9d3a;			
				
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.Bold
{
	font-weight: bold;
}

.DocTitle
{

background:#6e2306;
font-size:15px;
text-align:center;
font-weight:bold;
				
				
}
.DocTitle a:hover
{
color:white;

font-size:15px;
text-align:center;
font-weight:bold;
				

				
				
}

.DocTitle a:link
{
color:white;

font-size:15px;
text-align:center;
font-weight:bold;
				
				
}



.DocClass{
				
				color:#864528;
				background-color:#d3b350;
			
}
.DocClass a:link{
				color:#864528;
				font-family:"Simplified Arabic";
				font-size:14px;
				font-weight:bold;
				
}

.DocClass a:hover{
				color:#864528;
				font-family:"Simplified Arabic";
				font-size:14px;
				font-weight:bold;


}

.DocClass a:visited{
				color:#864528;
				font-family:"Simplified Arabic";
				font-size:14px;
				font-weight:bold;


}

.DocClass a:active{
			
				font-family:"Simplified Arabic";
				font-size:14px;
				font-weight:bold;


}




