/* CSS Document */

/* Skin Style - IrK'designworks */

body {
	background-image:url(images/bgpages.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana, Tahoma;
}

td {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
}

.controlpanel {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
}

.rightpane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	background-repeat: repeat-x;
	width:auto;
}

.leftpane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	background-repeat: repeat-x;
	width:auto;
}

.menupane {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}




.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #5A6774; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, Tahoma;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #5A6774; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, Tahoma;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 8px 0px 8px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, Tahoma;

}

.main_dnnmenu_itemhover td {  
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, Tahoma;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: transparent; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	background: #A8B2BB;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #B0B9C2 none; 
  color: #ffffff;
  font-family: Arial, Verdana, Tahoma;
  font-size: 11px;
  font-weight: normal;
}

.menubawah {
    font-family: Arial, Verdana, Tahoma;
	 font-weight: normal;
    font-size: 9px;
    color: #575757;
    text-decoration: none;
	 text-align: left;
}

A.menubawah:link {
    text-decoration:    none;
    color: White;
}

A.menubawah:visited  {
    text-decoration:    none;
    color: White;
}

A.menubawah:active   {
    text-decoration:    none;
    color: White;
}

A.menubawah:hover    {
    text-decoration:    none;
    color: #EEE8AA;
}





.SkinObject {
    font-family: Arial, Verdana, Tahoma;
	 font-weight: normal;
    font-size: 9px;
    color: #575757;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #606060;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #606060;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #606060;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #0D0D0D;
}

A.CommandButton:link {
    text-decoration:    none;
    color: White;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: White;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: White;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #389AB8;
}

A:link  {
  	 
	 text-decoration:    none;
    color: #735611;
}

A:visited   {

    text-decoration:    none;
    color: #735611;
    
}

A:active    {

	 text-decoration:    none;
    color: #735611;
    font-weight:bold;
}

A:hover {
    
	 text-decoration:    none;
    color: #DAA520;
}



A.CommandButton:link {
    text-decoration:    none;
    color: #191970;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #191970;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #191970;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ADD8E6;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: ##435425 0px solid; 
	border-bottom: 0px solid #435425; 
	border-top: #435425 0px solid; 
	border-right: #435425 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial,Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	vertical-align: middle;
}
.MainMenu_MenuIcon {
	border-left: #435425 0px solid; 
	border-bottom: 0px solid #435425; 
	border-top: #435425 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
	color: White;
	background-color: Transparent;
	vertical-align: middle;
}

.MainMenu_MenuBreak {
	height: 1px;
}

ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: hand;
	cursor: hand;
	color: #666666;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-right: 0px;
	background-color: transparent;
	vertical-align: middle;
}
.MainMenu_MenuArrow {
	border-right: #F5F5F5 0px solid; 
	border-bottom: #F5F5F5 0px solid; 
	border-top: #F5F5F5 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	vertical-align: middle;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    color: #333333;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #F5F5F5;
	BORDER-RIGHT: #8B4513 0px solid; 
	BORDER-TOP: #8B4513 0px solid; 
	BORDER-LEFT: #8B45130px solid; 
	BORDER-BOTTOM: 0px solid #8B4513; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	background-color: #435425;
}
.Head   {
    font-family: Arial,Tahoma, Verdana;
    font-size:  14px;
    font-weight:  bold;
    color: #E6B951;
	 text-transform: capitalize;
}

.Archive   {
    font-family: Arial,Tahoma, Verdana;
    font-size:  12px;
    font-weight:  bold;
    color:Maroon;
	 text-transform: capitalize;
	 text-align:right;
	 padding-top:10;
}

.ArtikelHead   {
    font-family: Arial, Verdana, Tahoma;
    font-size:  11px;
    font-weight:  bold;
    color: Maroon;   
}
A.ArtikelHead:link {
    text-decoration:    none;
    color: Maroon;
}

A.ArtikelHead:visited  {
    text-decoration:    none;
    color: Maroon;
}

A.ArtikelHead:active   {
    text-decoration:    none;
    color: Maroon;
}

A.ArtikelHead:hover    {
    text-decoration:    none;
    color: #FF4500;
}





.Headsmall   {
    font-family: Arial, Verdana, Tahoma;
    font-size:  14px;
    font-weight:  bold;
    color: #90CBDD;
    
}

.Normal, .NormalDisabled
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.NormalGrey
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:Gray;
}

.NormalRed
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:Red;
}

.SubHead    {
    font-family: Arial, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
    white-space: nowrap;
    width:auto;
}

.read    {
    font-family: Arial, Verdana, Tahoma;
    font-size:  10px;
    font-weight:   normal;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
.menubwh   {
    font-family: Arial, Verdana, Tahoma;
    font-size:  11px;
    font-weight:  normal;
    color: #FFFFFF;
}

/* Menu & Logo Pane Holder */
.BlankMenu {
	
	width: 520px;
	height: 85px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}


/* Small rounded end on menu */
.MenuRight {
	
	width: 20px;
	height: 22px;
	background-repeat: no-repeat;
}

/* Repeat Background colour on menu so it expands with tabs */
.MenuBG {
	
	height: 22px;
	background-repeat: repeat-x;
}

/* Menu table repeat for 100% width settings */
.MenuRepeat {
	
	height: 85px;
	background-repeat: repeat-x;
}

/* Curved section on footer that cannot be repeated */
.FooterFixed {
	
	height: 100px;
	width: 410px;
	background-repeat: no-repeat;
}

/* Background repeat on Footer for 100% width settings */
.FooterRepeat {
	
	height: 100px;
	background-repeat: repeat-x;
}


/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	font-size: 11px;
    color: Gray;
    font-family: Arial, Verdana, Tahoma;
    text-decoration: none;
}

.tgl {
	font-size: 11px;
    color: #999999;
    font-family: Arial, Verdana, Tahoma;
    text-decoration: none;
}
  
.jai {
	font-size: 10px;
	color: #8A5724;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
	font-weight: normal;
}  
.breadcrumb {
	 font-family: Arial, Verdana, Tahoma;
	 font-weight: normal;
    font-size: 9px;
    color: #575757;
    text-decoration: none;
}  
  
A.MediaTabs:link {
    text-decoration:  none;
    color: #8B4513;
}

A.MediaTabs:visited  {
    text-decoration:    none;
    color:#8B4513;
}

A.MediaTabs:active   {
    text-decoration:    none;
    color:#8B4513;
}

A.MediaTabs:hover    {
    text-decoration:    none;
    color: Black;
}

.rootmenuitem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	padding: 0px;
	display:block;
	margin-bottom:0px;
	padding-top: 0px;	
	padding-right: 0px;	
	padding-left: 0px;
	vertical-align: middle;
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	padding: 0px;
	display:block;
	margin-bottom:0px;	
	padding-top: 0px;	
	padding-right: 0px;	
	padding-left: 0px;	
	vertical-align: middle;
}
.rootmenuitemselected {
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold; 
	border: 0px; 
	padding: 0px;
	display:block;
	margin-bottom:0px;	
	padding-top: 0px;	
	padding-right: 0px;	
	padding-left: 0px;
	vertical-align: middle;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold; 
	border: 1px solid  #999999;
	padding: 0px;
	background-color: transparent;
	border-bottom: 1px solid #435425; 
}

.MainMenu_MenuBreak {
	border-bottom: #3D4D22 0px solid; 
	border-left: #3D4D22 0px solid; 
	border-top: #3D4D22 0px solid;  
	border-right: #3D4D22 0px solid; 
	background-color: transparent; 
	height: 0px;
	vertical-align: middle;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: 0px solid #3D4D22; 
	border-left: #3D4D22 0px solid; 
	border-top: #3D4D22 0px solid;  
	border-right: #3D4D22 0px solid; 
	vertical-align: middle;
}

.submenu {
	z-index: 1000; 
	color: White;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	margin-left:0px;
	margin-top:0px;
	border: 1px solid  #CC6600;
	color: White;
	padding-top: 3px;	
	padding-right: 3px;	
	padding-left: 3px;
	padding-bottom: 3px;
	background-color: #D79F66;
	bgcolor:#D79F66;
}


.top1 {
	background-color: #D87E49;
	height:4px;
}
.top2 {
	background-image: url(images/bgshadtop.jpg);
	height:7px;
}
.bgleft {
	background-image: url(images/bgleft.jpg);
}
.bgright {
	background-image: url(images/bgright.jpg);
	
}
.border01 {
	background-image: url(images/border01.jpg);
	height:5px;
}
.border02 {
	background-image: url(images/border02.jpg);
	height:5px;
}
.border03 {
	background-image: url(images/border03.jpg);
	height:5px;
}
.border04 {
	background-image: url(images/border04.jpg);
}
.border05 {
	background-image: url(images/border05.jpg);
}
.border06 {
	background-image: url(images/border06.jpg);
}
.border07 {
	background-image: url(images/border07.jpg);
}
.border08 {
	background-image: url(images/border08.jpg);
	height:5px;
}
.footer {
	background-image: url(images/footer03.jpg);
}
.bar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-image: url(images/bgbar01.jpg);
	height:20px;
	padding:4px;
	text-align:right;
}
.menubg {
	background-image: url(images/bgmenu.jpg);
	height:39px;
}
