body
{
	margin:0;
	background-color: #737a7e;
	background-position: 0 0;
	font-family: verdana, Arial, sans-serif;
	color:#ffffff;
	font-size: 12px;
	scrollbar-face-color:#737a7e;
	scrollbar-arrow-color:#87b727;
	scrollbar-track-color:#737a7e;
	scrollbar-shadow-color:#737a7e;
	scrollbar-highlight-color:#737a7e;
	scrollbar-3dlight-color:#87b727;
	scrollbar-darkshadow-Color:#87b727;
	cursor: default; 
	background-repeat: repeat-x;
	background-attachment: fixed;
}

A:link  {
	text-decoration:    none;
	color:  #444444;
}
		
A:visited   {
	text-decoration:    none;
	color:  #444444;
}
		
A:active    {
	text-decoration:    underline;
	color:#ffffff;
}
		
A:hover {
	text-decoration:    underline;
	color: #ffffff;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #737a7e;
	border-right: #87b727 1px solid;
	border-top: #87b727 1px solid;
	border-left: #87b727 1px solid;
	border-bottom: #87b727 1px solid;
}


/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	color:000000 !important;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
	color:000000 !important;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: transparent;
	margin: 2px 2px 2px 2px;
	color:000000 !important;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: transparent;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	color:000000 !important;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	padding: 25px 25px 25px 25px;
	color:000000 !important;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
	color:000000 !important;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
	color:000000 !important;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: transparent;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
	color:000000 !important;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: transparent;
	border-style: none;
	color:000000 !important;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
	color:000000 !important;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:000000 !important;
	
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
	color:000000 !important;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color:000000 !important;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color:000000 !important;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color:000000 !important;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color:000000 !important;
}


/* Content markup dnn tokens */


.normal {
    font-family: verdana, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff !important;
     
}
.normalbold {
    font-family: verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff !important;
     
}
.Head   {
    font-family: verdana, Arial, sans-serif;
    font-size:  17px;
    font-weight: bold;
    color: #666666;
}
.Head2   {
    font-family: verdana, Arial, sans-serif;
    font-size:  17px;
    font-weight: bold;
    color: #ffffff;
}
.subhead {
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff !important;
    font-weight: bold;
     
}
.NormalRed  {
    font-family: verdana, Arial, sans-serif;
    font-size: 12px;
    color: #ff0000;
    font-weight:bold;
     
}
B, strong {
    font-family: verdana, Arial, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #ffffff;
}
.foto {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5) ;
}



/* Skinobjects (login/date/breadcrum) */


.skinobject {
    font-family: verdana, Arial, sans-serif;
    font-size: 12px;
    color: #727a7d !important;
     
    font-weight:bold;
}
.skinobject A:link  {
	text-decoration:    none;
	color:  #727a7d;
	
}
		
.skinobject A:visited   {
	text-decoration:    none;
	color:  #727a7d;
}
		
.skinobject A:active    {
	text-decoration:    underline;
	color:#ffffff;
}
		
.skinobject A:hover {
	text-decoration:    underline;
	color: #727a7d;
}





/* Command buttons (sumbit/cancel) */


A.CommandButton:link {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ffffff;
}
.commandbutton {
    font-family: verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}




/* Form elements */


input.NormalTextBox{
    background-color:#64bb46;
    height:20px;
    border: 1px solid #444444;
    color:ffffff;
}
input {
    font-family: verdana, Arial, sans-serif !important;
    font-size: 12px !important;
    align:left;
}
input.StandardButton
{
	border: 1px solid #444444;
	background-color: #64bb46;
	font-weight: bold;
	color:ffffff !important;
	font-family: verdana, Arial, sans-serif;
	cursor: hand;
	cursor: pointer;
	height:22px;
}
input.normal {
    color:000000 !important;
}
select, option, textarea {
	border: 1px solid #444444;
	font-family: Arial !important;
	font-size: 13px !important;
    	color: #ffffff !important;
    	background-color: #64bb46;
}



/* Container submenu */


.ModuleTitle_SubMenu { 
	background: #FFF;
	padding: 0px;
	border: 1px solid #000000;
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	font-weight:normal;
	filter: none;
}
.ModuleTitle_MenuItem {
	background: #7d89a4;
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 5px 0px 5px;
	height: 20px;
	border: 0;
}
.ModuleTitle_MenuItemSel {
	background: #3d4f78;
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 0px 5px 0px 5px;
	height: 20px;
	border: 0;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	
	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_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #000000 !important; 
	height: 0px !important;
}




./* Main Menu */


.MainMenu_MenuContainer {
    	background-color: #e0e0e0;
    	z-index:90;
    	    	
}
.MainMenu_MenuBar {
    	background-color: #e0e0e0;
    	z-index:90;

}

.MainMenu_MenuIcon 
{
    display: none;
    background-color: #e0e0e0;
}


.MainMenu_MenuItem 
{
	cursor: pointer; 
	
	
	font-size: 11pt !important; 
	color:#ffffff;
	height: 20px;
	background-color: #6a980d;

    	z-index:90;
margin:0px;
    	width:250px;

}


.MainMenu_RootMenuItem{
	cursor: pointer; 
	
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color:#ffffff;
	background-image: url(/portals/0/skins/sj/menubutton.png);
	height: 35px;
    	background-color: transparent;
    	text-align: left;
    	line-height:20px;
    	z-index:90;    
    	font-weight:bold;
    	width:180px;
    	margin:0px;
}


.MainMenu_RootMenuItemActive 
{
	cursor: pointer; 
	
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color:#ffffff;
	background-image: url(/portals/0/skins/sj/menubutton.png);
	height: 35px;
	background-color: transparent;
	text-align: left;
	line-height:20px;
	z-index:90;
	font-weight:bold;
	width:180px;
	margin:0px;

}

.MainMenu_MenuItemSel 
{
	cursor: pointer; 
	
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color:#444444;
	background-image: url(/portals/0/skins/sj/menubutton.png);
	height: 35px;
	background-color: transparent;
	text-align: left;
	z-index:90;
	width:250px;
	font-weight:bold;

}




.MainMenu_SubMenu {
	cursor: pointer; 
	
	font-family: Arial, sans-serif !important; 
	font-size: 11pt; 
	color:#ffffff;

	height: 20px;

	text-align: left;
	z-index:90;
	width:250px;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border: 1px solid #444444;
	background-color: #6a980d;

}




.MainMenu_SubMenuItemActive 
{
	cursor: pointer; 
	
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color:#ffffff;
	background-color: #6a980d;
	height: 20px;

	text-align: left;
	z-index:90;
	width:250px;


}

.MainMenu_SubMenuItemSelected 
{
	cursor: pointer; 
	
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color:#444444;
	height: 20px;
	background-color: #6a980d;
	background-image: url(/portals/0/skins/sj/menubuttn.png);
	text-align: left;
	z-index:91;
	width:250px;

}
