/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;		
    background-image: url(bg.gif);
    background-repeat: repeat;
    text-align: center;
    
}
.skinmaster
{
    height: 100%;
 width: 900px;
    background-color: white;
    border-right: #8e1a03 2px solid;
    border-top: #8e1a03 2px solid;
    border-left: #8e1a03 2px solid;
    border-bottom: #8e1a03 2px solid;
}
.skinheader {

}

.controlpanel
{
    width: 100%;
    background-color: transparent;
}
.contentSmall {
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.Rightpane2 {
	
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 550px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MenuContainer
{
    height: 26px;
    background-image: url(Button.jpg);
    background-repeat: repeat-x;
}

/* Changes of height will cause an ftp error! */
.MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 26;
}

.MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #e0e7ef;
    text-align: center;
    width: 15;
    height: 16;
}

.MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    background-color: #e0e7ef;
    height: 20px;
}


.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.ItemsBreak
{
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: transparent;
	color: #333333;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 1px;	
}

.RootItem TD
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 27px;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.RootItemActive TD
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 26px;
    background-color: transparent;
    text-align: center;
}

.RootItemSelected TD
{
    font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 26px;
    background-color: transparent;
    text-align: center;
}

.RootItemBreadCrumb TD
{
    font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 26px;
    background-color: transparent;
    text-align: center;
}

.SubItemActive
{
	border-top: 0px solid;
	font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
	height: 24px;
	background-color: #d7d6e6;
	background-image: none;
	background-repeat: no-repeat;
}

.SubMenu
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color=   'DimGray' , Direction=135, Strength=3);
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 24px;
    background-color: #d7d6e6;
    background-image: none;
    background-repeat: no-repeat;
    border-left: #00cc00 0px solid;
    border-top: #00cc00 0px solid;
    border-right: #00cc00 0px solid;
    border-bottom: #00cc00 0px solid;
}


.SubItemActive TD
{
    border-top: 0px solid;
    font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    height: 24px;
    background-color: #d7d6e6;
    background-image: none;
    background-repeat: no-repeat;
}

.SubItemSelected
{
    font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    background-color:#d7d6e6;
    background-image: none;
    background-repeat: no-repeat;
}


.SubItemBreadCrumb
{
    font-family:  Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: green;
    background-color: #d7d6e6;
    background-image: none;
    background-repeat: no-repeat;
}.separator
{
    background-image: url(separator.jpg);
    background-repeat: no-repeat;
    width: 1px;
    height: 24px;
    color: white;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	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:  18px;
    font-weight:    normal;
    color: #333333;
}

.Bannerbg
{
    
    background-color: #eaeaea;
}
.flagbg
{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: navy;
    font-family: Verdana;
    width: 50px;
}
.flagline
{
    width: 1px;
    background-image: url(DOTLIine.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 52px;
}
.middlepic
{
    background-image: url(SriLankaTop1.jpg);
    background-repeat: no-repeat;
    width: 1000px;
    height: 132px;
}
.bottompic
{
    background-color: #006600;
    height: 10px;
}
.search
{
    background-image: none;
    width: 29px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #000080;
    font-family: Verdana;
    background-color: transparent;
}
.LeftMainMenu
{
    background-image: url(menuTD.jpg);
    background-repeat: repeat-x;
    padding-top: 2px;
    height: 100%;
    width: 100%;
}
.SkinObject
{
    font-weight: normal;
    font-size: 11px;
    color: navy;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: Verdana;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #ff9900;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #ff9900;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #ff9900;
}
.footer
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
    background-color:#8e1a03;
}
.links
{
    height: 27px;
    background-color: transparent;
    background-image: url(menuTD.jpg);
    background-repeat: repeat-x;
    text-align: center;
  
}
.linktext
{
    background-image: url(menuTD.jpg);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: white;
    height: 100%;
    background-color: transparent;
    text-align: center;
    padding-right: 6px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 6px;
}
A:link
{
    text-decoration: none;
    color: #8e1a03;
}

A:visited
{
    text-decoration: none;
    color: #8e1a03;
}

A:hover
{
    color: #ffcc33;
    text-decoration: none;
   
}

A:active    {
    text-decoration:    none;
   color: #8e1a03;
}

a.external:link
{
    font-weight: bold;
    font-size: 11px;
    color: #8e1a03;
    font-family: Verdana;
}
a.external:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #8e1a03;
    font-family: Verdana;
    
}
a.external:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #ffcc33;
    font-family: Verdana;
    background-image: none;
    background-color: transparent;
}
a.external:active
{
   font-weight: bold;
    font-size: 11px;
    color: #8e1a03;
    font-family: Verdana;
}
a.footer:link
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana;
}
a.footer:visited
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana;
    
}
a.footer:hover
{
    font-weight: normal;
    font-size: 11px;
    color: #ffcc33;
    font-family: Verdana;
    background-image: none;
    background-color: transparent;
}
a.footer:active
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana;
}
.links2
{
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Tahoma;
    height: 24px;
}
.countrylink
{
    text-decoration: none;
    cursor: default;
}
a.country:link
{
    font-weight: normal;
    font-size: 13px;
    color: white;
    font-family: Verdana;
}
a.country:visited
{
    font-weight: normal;
    font-size: 13px;
    color: white;
    font-family: Verdana;
    
}
a.country:hover
{
    font-weight: normal;
    font-size: 13px;
    color: #ffcc33;
    font-family: Verdana;
    background-image: none;
    background-color: transparent;
}
a.country:active
{
   font-weight: normal;
    font-size: 13px;
    color: white;
    font-family: Verdana;
}
.logo
{
    background-image:  url(../../../0/logo.gif);
    background-repeat: no-repeat;
    width: 170px;
}
a.menu:link
{
    background-image: url(menuTD.jpg);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: white;
    height: 100%;
    background-color: transparent;
    text-align: center;
    padding-right: 6px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 6px;
}

a.menu:visited
{
    background-image: url(menuTD.jpg);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: white;
    height: 100%;
    background-color: transparent;
    text-align: center;
    padding-right: 6px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 6px;
}

a.menu:hover
{
    color: #8e1a03;
    text-decoration: none;
    background-image: url(menuActive.jpg);
    background-repeat: repeat-x;
}

a.menu:active    {
   color: #8e1a03;
    text-decoration: none;
    background-image: url(menuActive.jpg);
    background-repeat: repeat-x;
}
a.linksbox:link
{
    font-weight: bold;
    font-size: 11px;
    color: blue;
    font-family: Verdana;
}
a.linksbox:visited
{
    font-weight: bold;
    font-size: 11px;
    color: blue;
    font-family: Verdana;
}
a.linksbox:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #8e1a03;
    font-family: Verdana;
    background-image: none;
    background-color: transparent;
}
a.linksbox:active
{
   font-weight: bold;
    font-size: 11px;
    color: #8e1a03;
    font-family: Verdana;
}