/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
    width:100%;
  background-color:#14324E;
	 
}
.skinmaster
 {
	
	}

.controlpanel {
	width: 100%;
	background-color:Transparent;
	color:#1F559D;
}


.MainMenu_MenuContainer 
{
 background-color:#1F559D; 
	 height:25px;
	 width:120px;
}
body
{
	margin: 0px 0px 0px 0px;	
	
	
}
.MainMenu_MenuBar
 {
	cursor: pointer; 
	cursor: hand;
	
	
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color:Transparent;
}
.MainMenu_MenuIcon {
	background-color:Transparent;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	height:25px;
}
.MainMenu_SubMenu {
	
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 

	
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', 

Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	background-color:Transparent;
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height:25px;
	
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	font-weight: normal;
	color:#ffffff;
	
}
.MainMenu_RootMenuArrow {
	font-family: verdana; 
	font-size: 13px; 
	cursor: pointer; 
	cursor: hand;
	font-weight: normal;
	 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 12px;
  font-weight: normal;
   

}
.TreeViewMenu {
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;

}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11pt;
   font-weight: bold;
   color: #14324E;
    
}



.MenuContainer
{
	/*background-color: transparent;*/
	 
	 height:25px;
	
}
.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color:Transparent;
	text-align: center;
	border-left: #036D41 0px solid;
	border-top: #036D41 0px solid;
	border-right: #036D41 0px solid;
	border-bottom: #036D41 0px solid;
	 height:26px;
}


.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;	
font-family: tahoma;
	font-size: 11px; 
	  height:25px;
	font-weight: bold; 
	background-color: #1F559D; /* fixed firefox problem, do not use 

transparent here */
}

.MenuArrow
{
	font-family: tahoma;
	font-size: 15px; 
	cursor: pointer; 
	cursor: hand; 
	
	
}

.MenuRootArrow
{
	font-family: tahoma;
	font-size: 15px; 
	cursor: pointer; 
	cursor: hand;
	
}

.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	 height:25px;
}
.repeat_menu
{
	  background-image:url(m_rep.jpg);
	  background-repeat:repeat-x;
}

.RootItem TD
{
	font-family: tahoma;
	font-size:11px;
	color:#ffffff;	
	 font-weight:bold;	
	 width:92px;
	 text-align:center;
	  padding-bottom:7px;
	   
}


.RootItemBreadCrumb TD
{
	 font-family: tahoma;
	 font-size:11px;
	 color:#ffffff;	
	 background-color: Transparent;
     font-weight:bold;
       width:92px;
	 text-align:center;
	   padding-bottom:7px;
	 
}

.RootItemActive TD
{
	 font-family: tahoma;
	font-size:11px;
	 color:#ffffff;	
	 background-color:Transparent;
       font-weight:bold;
   text-align:center;
  width:92px;
	padding-bottom:7px;
	
	  
}

.RootItemSelected TD
{
     font-family: tahoma;
	 font-size:11px;
	 color:#FFFF01;	
	 background-color:Transparent;
	  font-weight:bold;	
	    width:92px;
	 padding-bottom:7px;
	 text-align:center;
 
	  }

.contentPane
{
	height:442px;
	padding-left: 10px;
	padding-right: 10px;
}

.side_nav
{
	font-family:Tahoma;
	font-size: 11px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}
A.side_nav:link {
    text-decoration:none;
    font-size: 11px;
    color:#ffffff;
    font-weight:bold;
}
A.side_nav:visited  {
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    font-weight:bold;
}
A.side_nav:active   {
    text-decoration:none;
    font-size: 11px;
    color:#ffffff;
    font-weight:bold;
}
A.side_nav:hover    {
    text-decoration:none;
    font-size: 11px;
    color: #ffffff;
    font-weight:bold;
}



.backmenu
{
	 background-image:url(background.jpg);
	 background-repeat:no-repeat;
	 width:216px;
	 padding-left:8px;
	 padding-top:15px;
	
}



	.SkinObject {
    font-weight:normal;
    font-size:11px;
    color: #0B0B0D;
    font-family: Tahoma;
   
}

A.SkinObject:link {
   font-weight:normal;
    font-size:11px;
    color: #0B0B0D;
    font-family: Tahoma;
   
}

A.SkinObject:visited  {
   font-weight:normal;
    font-size:11px;
    color: #0B0B0D;
    font-family: Tahoma;
   
}

A.SkinObject:hover    {
   font-weight:normal;
    font-size:11px;
    color: #E92401;
    font-family: Tahoma;
   
}

A.SkinObject:active   {
    font-weight:normal;
    font-size:11px;
    color: #0B0B0D;
    font-family: Tahoma;
   
}

	
	
	.SubMenu /* outher left and right bg of unselected sub item, bg of sub 

tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', 

Direction=135, Strength=3); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;

	background-color:#1F559D;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #0C73AD 2px solid;
	border-right: #0C73AD 2px solid;
	border-bottom: #0C73AD 2px solid;
	border-top: #0C73AD 2px solid;
	
	
}


.SubItemActive TD
{
	border-top: 0px solid;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;	
	color:#000000; 
	background-color:#9AAEC7;
	
	
	
}

.SubItemSelected
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;	
	color:#000000; 
	background-color:#9AAEC7;
	
	
	
	
}

.SubItemBreadCrumb
{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;	
	color: #ffffff;
	background-color:#1F559D;
	
	
}



	.srch {
   font-family: Verdana;
	 font-size: 12px; 
	 font-weight: bold;
	  text-decoration:none;
	    color: #ffffff;
   
}

A.srch:link {
  font-family: Verdana;
	 font-size: 12px; 
	 font-weight: bold;
	  text-decoration:none;
	    color: #ffffff;
   
}

A.srch:visited  {
  font-family: Verdana;
	 font-size: 12px; 
	 font-weight: bold;
	  text-decoration:none;
	    color: #ffffff;
}

A.srch:hover    {
   font-family: Verdana;
	 font-size: 12px; 
	 font-weight: bold;
	  text-decoration:none;
	    color: #AE1A00;
   
}

A.srch:active   {
   font-family: Verdana;
	 font-size: 12px; 
	 font-weight: bold;
	  text-decoration:none;
	    color: #ffffff;
   
}
.backimg
{
	background-image:url(tt.jpg);
	width:790px;
	height:204px;
	background-repeat:no-repeat;
	

}



.mid_rep
{

background-image:url(menu_rep.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:43px;
}




.SkinObject
{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject:link {
    font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
    font-weight :normal;
	text-decoration:none;
}
A.SkinObject:visited  {
    font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject:active   {
    font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject:hover    {
    font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
.LinkClass1
{ 
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}	
.LinkClass1 a
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.LinkClass1 a:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.LinkClass1 a:visited
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.back_rept
{
	background-image:url(back_rep.jpg);
	background-repeat:repeat-x;
	height:491px;
	width:100%;
}
.ryt_side
{
	background-image:url(ryt_rr.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:3px;
	
	}
	
	.bottom_rep
{

background-image:url(bb_rep.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:74px;
}

.search_bg
{
	background-image:url(srch_bg.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:53px;
	}
	
	
	
	.new_letter_bg
{
	background-image:url(new_letter_bg.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:57px;
	}
	.petre_bg123
	{
	background-image:url(bg_image_peter1.jpg);
	height:142px;
	width:973px;
	background-repeat:no-repeat;
	}
	
	
	.search_rept
	{
	background-image:url(search1_rep.jpg);
	height:39px;
	width:100%;
	background-repeat:repeat-x;
	}
	
	/* Search image	
	.search_fixed
	{
	background-image:url(search_fixed_img.jpg);
	height:39px;
	width:253px;
	background-repeat:no-repeat;
	}*/
	
	A.srch11:link {
  font-family: Verdana;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #ffffff;
	      padding-right:8px;
   
}

A.srch11:visited  {
  font-family: Verdana;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #ffffff;
	      padding-right:8px;
}

A.srch11:hover    {
   font-family: Verdana;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #ffffff;
	      padding-right:8px;
   
}

A.srch11:active   {
   font-family: Verdana;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #ffffff;
	    padding-right:8px;
   
}
.rep_link
{
	background-image:url(p2.jpg);
	height:32px;
	width:720px;
	background-repeat:repeat-x;
}

.for_link
{
	font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
	    
	
}


.SkinObject1
{
	font-family:Tahoma;
	font-size:11px;
	color:#5176A0;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject1:link {
    font-family:Tahoma;
	font-size:11px;
	color:#5176A0;
    font-weight :normal;
	text-decoration:none;
}
A.SkinObject1:visited  {
    font-family:Tahoma;
	font-size:11px;
	color:#5176A0;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject1:active   {
    font-family:Tahoma;
	font-size:11px;
	color:#5176A0;
	font-weight:normal;
	text-decoration:none;
}
A.SkinObject1:hover    {
    font-family:Tahoma;
	font-size:11px;
	color:#646464;
	font-weight:normal;
	text-decoration:none;
}


.S1
{
	font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
}
A.S1:link {
    font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
}
A.S1:visited  {
   font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
}
A.S1:active   {
   font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
}
A.S1:hover    {
   font-family: tahoma;
	 font-size: 11px; 
	 font-weight: normal;
	  text-decoration:none;
	    color: #A3BFE4;
}


.For_quote
 {
    font-weight:bold;
    font-size:12px;
    color: #1313E3;
    font-family:verdana;
   
}

A.For_quote:link {
   font-weight:bold;
    font-size:12px;
    color: #1313E3;
   font-family: verdana;
   
}

A.For_quote:visited  {
   font-weight:bold;
    font-size:12px;
    color: #1313E3;
    font-family: verdana;
   
}

A.For_quote:hover    {
   font-weight:bold;
    font-size:12px;
    color: #1313E3;
   font-family: verdana;
   
}

A.For_quote:active   {
    font-weight:bold;
    font-size:12px;
    color: #1313E3;
   font-family: verdana;
   
}
