/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}
.HeadLarge   {
    font-family: arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #000;
}
.DateTime   {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #555;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    height: 100%;
    margin: 0px;
}
Html
{
    background-color: white;
    height: 100%;
    margin: 0px;
}
.LeftPane {
}

.ContentPane {

}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #7583B4;
    text-decoration: none;
   
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #596AA4;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #596AA4;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #596AA4;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #596AA4;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: #596AA4;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#596AA4;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#596AA4;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#596AA4;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#596AA4;
}

/* SKINWIDGETS STYLES */

/**************************************************************************************************/
/* Begin NukeMenu Styles */
/**************************************************************************************************/

/* First (topmost) level of menus */
.TopGroup
{
background-color:#cccc99;

}

.TopItem
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    border-right:1px solid #fff;
    white-space:nowrap;
}

.TopItemOver
{
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    white-space:nowrap;
    border-right:1px solid #fff;
}

.TopItemSelected
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    border-right:1px solid #fff;
    white-space:nowrap;
}

.TopItemSelectedOver
{	
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    border-right:1px solid #fff;
    white-space:nowrap;

}

.TopItemChildSelected
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    border-right:1px solid #fff;
    white-space:nowrap;
}

.TopItemChildSelectedOver
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    border-right:1px solid #fff;
    white-space:nowrap;
}

/* General menu item (levels below first level) */
.Group
{
	border: solid 1px #ccc;
	white-space:nowrap;
	cursor:pointer;
	background-color:#ebebeb;
	
}

.Item
{
	border-top:1px solid #fff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	cursor: hand;
	white-space:nowrap;
	text-decoration:none;
}

.ItemOver
{
	border-top:1px solid #fff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	cursor: hand;
	white-space:nowrap;
	text-decoration:underline;
}

.ItemSelected
{
	background-color:#fff;
	border-top:1px solid #fff;
	color: #596AA4;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	cursor: hand;
	white-space:nowrap;
	text-decoration:none;
}

.ItemSelectedOver
{
	background-color:#fff;
	border-top:1px solid #fff;
	color: #596AA4;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	cursor: hand;
	white-space:nowrap;
	text-decoration:underline;
}

.ItemChildSelected
{
}