/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

.ModuleTitle
{
	background-image: url(/Portals/0/Skins/VNE-shareptV1.0/images/modulegrad.gif);
	background-repeat: repeat;
}

/* Module Titles */
.Head
{
	font-weight: bold;
	font-size: 11pt;
	color: #800000;
	font-family: Verdana;
}

.Visibility INPUT
{
	vertical-align: top;
}

/* Pane Settings */
.LeftPane  
{ 
background-color: #F4F4F4;
border-left: #ffce4a 0px solid;
}

.ContentPane  
{
background-color: #ffffff;
border-left: #ffce4a 0px solid; 
}

.RightPane  
{
background-color: #ffffff;
border-left: #ffce4a 0px solid; 
}

/* GENERAL */
/* style for module titles */
/* text style for the unselected tabs */
.Breadcrumb
{
	font-weight: normal;
    font-size: 8pt;
    color:black!important;
    font-family: Verdana, Helvetica;
    text-decoration: none;	
}

.SelectedTab 
{
	font-weight: normal;
    font-size: 8pt;
    color:maroon;
    font-family: Verdana, Helvetica;
    text-decoration: none;
}
.OtherTabs {
    font-size: 8pt;
    color:#193483;
    font-family: Verdana, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A, A.OtherTabs:link, A.SelectedTab:link
{
	font-weight: normal;
	color: #0066cc;
	text-decoration: none;
}

A:visited, A.OtherTabs:visited, A.SelectedTab:visited
{
    text-decoration:    none;
    color:#0066cc;
    font-weight: normal;
}

A:Active, A.OtherTabs:active, A.SelectedTab:active
{
    text-decoration:    none;
    color:#0066cc;
    font-weight: normal;
}

A:Hover, A.OtherTabs:hover, A.SelectedTab:hover
{
    text-decoration:    underline;
    color:#606060;
    font-weight: normal;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
	padding-left: 3pt;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Helvetica; 
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	width: 21px;
	cursor: hand;
	border-bottom: #000000 0px solid;
	height: 21px;
	background-color: #3366cc;
	text-align: center;
}

.MainMenu_SubMenu
{
	border: #FFFFFF 1px solid;
	z-index: 1000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= '#3366cc' , Direction=135, Strength=2);*/
	filter: none;
	cursor: hand;
	background-color: #3366cc;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #99ccff; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Footer */
.Copyright
{
	font-weight: normal;
	font-size: 8pt;
    color:maroon;
	font-family: Verdana;
    text-decoration: none;	
}


