/* 
================================
Skin styles for DotNetNuke
================================
IMP to change EN / English in language selecter (LinkTemplate in skin.xml) visit: http://dnn.tiendaboliviana.com/web/Modulesandresources/Modules/DSLocalizator/tabid/75/Locale/en-US/Default.aspx
*/   

body
{
    /* set default font size for the skin      (Titles etc. will use a percentage to specify their sizes) */
    font-size:  0.9em;
	line-height: 16px;
    font-weight: normal; 
	background-color: #FFF; 
    margin: 0;
    padding: 0;
	height: 98%;
}

.pagemaster {
	width: 100%;
	background-color: #FEFEFE;
}

.skinmaster {
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
}


.topbar 
{
	background-color: #D8D8D8;
	color: White;
	height: 24px;
} 

.BreadCrumb {
	background-color: #D8D8D8;
}


.bottombar 
{
	padding-left: 4px;
	padding-right: 4px;
	background-color: #D8D8D8;
	color: White;
	height: 24px;
}


.controlpanel {
	width: 100%;
	background-color: #7389B1;
}

.leftpane {
	background-color: #7389B1;
}
.contentpane {
	background-color: #FFFFFF;
}

/* Main containter where the menu is (outer block for menu) */
.MainMenu_MenuContainer {
	width: 190px; 
	height: 400px;
	background-color: #7389B1;
}
.TreeViewMenu {
	width: 190px;
	background-color: #7389B1;
}
.TreeViewMenu_Header 
{
}
.TreeNodeClass
{
	font-weight: bold; 
	white-space: pre-wrap;
}

.TreeNodeChild
{
	font-weight: bold;
	white-space: pre-wrap; /*20100708 added for mozzila, to wrap menu text*/
}


.TreeNodeHover
{
}

.TreeNodeSelected
{
	color: cyan;
	font-weight: bold;
}

/* for all menu items (captions) */
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	height: 20px;
	width: 180px;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent ;
	border:0px;
	height: 565px; /* AN20110701 changed to fit home page images Prev. 400px */
}


/* for sub menu icon spacing, height is managed here*/
.MainMenu_MenuIcon {
	background-color: #7389B1;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width:1px;
	border:0px;
}

/* Sub menu item */
.MainMenu_SubMenu {
	background-color: #7389B1;
	cursor: pointer; 
	cursor: hand; 
	border:0px;
}

/* class is used when mouse is over the item (Mouse Hover)*/
.MainMenu_MenuItemSel 
{
	background-color: #95C1DA; 
	color:  #000000; 
	cursor: hand; 	
}


/* this is applied to Item's which are in sub menus (child menu items)*/
.MainMenu_MenuArrow {
	cursor: hand; 	
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
}

.Head   {
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

/* class added for date, login etc row padding*/
.leftrightpadding
{
}

/* making links blue */
A:link, A:visited, A:active {
	color: blue;
}

A:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none; 
}

/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem {
	color: #FFF;
	text-decoration: none; 
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #FFF;
	font-weight: bold;
}

A.SkinItem:visited  {
	color: #FFF;
	font-weight: bold;
	text-decoration: none; 
}

A.SkinItem:active   {
	color: #FFF;
	font-weight: bold;
	text-decoration: none; 
}

A.SkinItem:hover    {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
/* following classes are added for topbar links (white)*/
.SkinObject {
    font-weight: bold;
    font-size: 0.9em;
    color: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #000000;
}

/* following classes are added for Languages (white)*/

.LanguageItems {
    font-weight: bold;
	font-size: 0.9em;
    color: #003366;
    text-decoration: none;
}


A.LanguageItems:link, A.LanguageItems:visited, A.LanguageItems:active {
    text-decoration:    none;
    color: #FFFFFF;
}

A.LanguageItems:hover    {
    text-decoration:    none;
	color: #000000;
}

/* For partner logos on welcome page */
.PartnerLogoImg {
	border: solid 1px #CCCCCC;
}

.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; 
}


.ebTitle
{
	color: #0000FF;
	font-size: 18px;
	font-family: 'Courier New' , Monospace;
}





