@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: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	direction: rtl;
}
.zen-main
{
	text-align: right;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;   
	  background-color: #D9E9FE; 
	  height: 100%;
	  width: 100%;	  
}
.ModuleAlt
{
	font-weight: bold;
    font-size: 10px;
    color: #2A5500;
    font-family:Verdana,Arabic Transparent, Tahoma, Helvetica, sans-serif;
    text-align: right;
}

/* 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: #737176; 
	  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: 320px;
	vertical-align: top;
	text-align: right;
	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:  right;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;	  
	  background-color: #737176; 
	  height: 100%;
	  width: 100%;
}

.rb_AlternateLayoutTable
{
     width: 100%;
     text-align: right;     
	 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: 10px;
    color: #2A5500;
    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: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #FFFFFF;
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #F0F0F0;
}

.SiteLink A:active
{
    color: #FFFFFF;
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #F0F0F0;
}

/* style for separator between site links */
.Accent
{
    color:#ffffff;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0066ff;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    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: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #660000;
}

.TitleNoTheme
{
	  font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #660000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Simplified Arabic, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
}

.NormalItalicArabic
{
    font-family: Arial (Arabic), Simplified Arabic, Verdana, Helvetica, sans-serif;
    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: 11px;
	background: #ffffff;

	overflow: visible;

	color: #660000;

	text-decoration:underline;
	
	font-family: Verdana, Helvetica, sans-serif;
	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: #660000;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #660000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #660000;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #990000;
}


.LeftPane
{
    background-color: #ffffff;
}
.RightPane
{
    background-color: #ffffff;
}


/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A:link
{
    color: #990000;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #660000;
}

A:active
{
    text-decoration: none;
    color: #000000;
}

A:hover
{
    text-decoration: underline;
    color: #990000;
}

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: #000000;
    height: 1pt;
    text-align: right;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.ArticleTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    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(/PalOne/Design/Themes/PalOneEng/bg.gif);
}
.MainModule
{
	padding-right:10px;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
background-color:White;
}

.Error
{
    font-weight: bold;
    color: #000000;
}

/* LastModified style */
.LastModified
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
    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: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#000000;
}
   
.MessageAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11;
    font-weight: normal;
}

/* ================================
   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: #9B9429;}
.spm_MenuBar TD		{FONT-SIZE: 10px; margin:0px; color: #9B9429; font-family:verdana;font-weight:bold;background-color:#FFFFFF; background-image:url(MenuBg.jpg);}
.spm_SubMenu		{border:solid 1px #9B9429; background-color:White; z-index:500;}
.spm_SubMenu TD		{height:15px;font-weight:bold; FONT-SIZE: 10px; font-family:verdana;background-color:#FFFFFF; color: #9B9429}
.spm_MenuBreak		{}
.spm_MenuItem		{FONT-SIZE:10px;padding-left:3px; color: #9B9429; padding-right:3px;background-color:#FFFFFF;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 10px; background-color:#FFFFFF; color:#9B9429;}
.spm_MenuIcon		{border-left:solid 1px white;}
.spm_MenuItemSel	{FONT-SIZE: 10px; color:#9B9429; background-color:#FFFFFF; text-decoration:none; font-family:Verdana; font-style:normal}
.spm_MenuItemSel TD	{FONT-SIZE: 10px; color:#9B9429;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:#9B9429;}
.spm_RootMenuArrow	{font-family: Verdana; cursor: hand; color: #9B9429;}
/* ================================ */
 
 .Time
{
    font-family: Verdana, Helvetica, sans-serif;
    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: right;
	border: 2px outset;
	cursor: default;
}
.tabSelected
{
	margin: 0;
	padding: 2px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	float: right;
	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;
}