/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* background color for the content part of the pages */

.Body
{
	background-color: #808080;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif, Tahoma;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
}

.skinmaster {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
}

.mainsitearea
{
	background-color: #FFFFFF;
}

.Identifier
{
	background-color: #00FF00;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.Head   {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif, Tahoma;
    font-size:  10px;
    font-weight: normal;
    color: transparent;
}

.LeftPane
{
	background-color: transparent;
}

.ContentPane
{ 
	background-color: transparent;
}

.RightPane  
{ 
	background-color: transparent;
}

/* ================================
     Styles for menu
   ================================
*/

.MenuContainer
{
	background-color: transparent;
}

.MenuBar
{
	background-color: Transparent;
}

.MenuItem
{
	border-bottom: #84ACCE 0px solid;
	border-left: #84ACCE 0px solid;
	border-top: #84ACCE 0px solid;
	border-right: #84ACCE 0px solid;
	color: #101828; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #84ACCE;
	height: 24px;
}

.SubItemSelected
{
	border-left: #101010 0px solid;
	border-top: #101010 0px solid;
	border-right: #101010 0px solid;
	border-bottom: #101010 0px solid;
	color: #101828; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #A4CCEE;
	height: 24px;	
	font-family: Verdana, Tahoma, Arial, Helvetica; 
}

.ItemsBreak
{
	border-left: #101010 0px solid;
	border-top: #101010 0px solid;
	border-right: #101010 0px solid;
	border-bottom: #101010 0px solid;
	background-color: transparent;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 25px;	
}

.RootItem TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #101010;
	height: 25px;
	background-color: transparent;
}

.RootItemActive TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	height: 15px;
	background-color: transparent;
}

.RootItemSelected TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #244C6E;
	height: 15px;
	background-color: transparent;
}

.RootItemBreadCrumb TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #446C8E;
	height: 15px;
	background-color: transparent;
}

.SubMenu
{
	z-index: 1000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #84ACCE;
	height: 22px;
	background-color: #84ACCE;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #101010 0px solid;
	border-top: #101010 0px solid;
	border-right: #101010 0px solid;
	border-bottom: #101010 0px solid;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=4); 
}

.SubItemActive TD
{
	border-left: #101010 0px solid;
	border-top: #101010 0px solid;
	border-right: #101010 0px solid;
	border-bottom: #101010 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	height: 22px;
	background-color: #94BCDE;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #eef3fb;
	background-image: none;
	background-repeat: no-repeat;
}

/* Sub menu, Loginbox and language selector */

.HeaderSubMenu
{
	color: #202020;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 6px;
	padding-right: 6px;
}

/* text style for the selected tab */
.SelectedTab {
 	font-weight: normal;
    font-size: 10px;
    color: #003366;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color:#003366;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#ff0000;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

/* text style for the unselected tabs */
.OtherTabs {
 	font-weight: normal;
    font-size: 10px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left: 3px;
	padding-right: 3px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#003366;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#ff0000;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;  
}

/* text and link style for SkinObjects */

.SkinObject
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

A.SkinObject:link
{
	text-decoration: none;
}
A.SkinObject:visited
{
	text-decoration: none;
}
A.SkinObject:active
{
	text-decoration: none;
}
A.SkinObject:hover
{
	color: #ff0000;
	text-decoration: underline;
}







.DNN_ANN_Header
{
    color:#101040;
    text-align: left;
    font-weight: Bold;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    line-height: 1.2;
}

.DNN_ANN_Date
{
    color:#404040;
    text-align: right;
    text-style:italic;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    line-height: 1.2;
}

