/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #000000;
    color: #ffffff;
    font-family: arial, sans-serif;
}  
/*Login*/
.LoginContainer{
position:relative;
height: 500px; 
width:100%;
text-align: center;
top:0px;
left:0px;
background-color:transparent;
}

.LoginBox{
margin:auto;
border: 1px solid black;
height: 250px; 
width:400px;
text-align: center;
z-index:9999;
}

.LoginTopSpacer{
height:30px;
}

.LoginLabelRow{
position:relative;
clear:both;
height:15px;
text-align:center;
margin-bottom:5px;
}

.LoginButtonRow{
position:relative;
clear:both;
height:20px;
text-align:center;
margin-bottom:5px;
}

.LoginTwoButtons{
width:170px; margin:auto;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body
{
    font-size:12px;
    color: #666666;
    font-family: Arial, Helvetica;
}

.SkinObject {
    font-weight: bold;
    font-size:8.5pt;
    color: #000000;
    font-family: arial, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:#666666;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color:#666666;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#666666;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#666666;
}
    
/* GENERIC */
H1  {
    font-weight: bold;
    font-size:22px;
    color: #63ca00;
    font-family: Arial, Helvetica;
    margin-bottom:8px;
    line-height:24px;

}

H2  {
    font-weight: bold;
    font-size:15px;
    color: #666666;
    font-family: Arial, Helvetica;
    line-height:20px;
    margin-bottom:6px;
    margin-top:10px;
}

H3  {
    font-weight: bold;
    font-size:13px;
    color: #666666;
    font-family: Arial, Helvetica;
    line-height:15px;
    margin-bottom:6px;
    margin-top:10px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: arial, Arial, Helvetica;
    font-size:  9px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial;
font-size: 12px;
line-height: 15px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size:9px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: arial, sans-serif;
    text-decoration:    underline;
}

/* NEONWERK */
.ListGrey    {
    font-size:12px;
    font-weight: bold;
    background-color:#f3f3f3;
    font-family: Arial, Helvetica;
    line-height: 22px;
    padding: 10px 10px 10px 0px;   
}

.ListUnderline    {
    font-size:12px;
    font-weight: bold;
    background-color:#f3f3f3;
    font-family: Arial, Helvetica;
    border-bottom: 1px dashed #c2c2c2;
    margin-left: 12px;
}


p    {
    margin-bottom: 10px;
    font-family: Arial, Helvetica;
}

.neonkitHeadlineHP    {
    font-size:16px;
    font-weight: bold;
    color:#000000;
    background-color:#ff9b4b;
    font-family: Arial, Helvetica;
    line-height: 18px;
    padding-left: 5px;
    padding-top: 7px;
}

.neonkitSubheadlineHP    {
    font-size:12px;
    color:#000000;
    background-color:#ff9b4b;
    font-family: Arial, Helvetica;
    line-height: 18px;
    padding-left: 5px;
}


/* HP */

.ListGreyHP    {
    font-size:12px;
    font-weight: normal;
    background-color:#f3f3f3;
    font-family: Arial, Helvetica;
    line-height: 18px;
    padding: 5px 5px 5px 0px;   
    text-align: center;
}

.ListUnderlineHP    {
    font-size:14px;
    font-weight: bold;
    background-color:#f3f3f3;
    font-family: Arial, Helvetica;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px dashed #c2c2c2;
    text-align: center;
}

.HP_CaseStudContainer    {
    width: 230px;
    clear: both;
}

.HP_CaseStudRow    {
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
}

.HP_CaseStudRowHighlight    {
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url( /Portals/0/images/common/stripesGrey.gif);
    background-repeat: repeat; 
    overflow: auto;
}

.HP_CaseStudColLeft  {
    float: left; 
    width: 80px;
}

.HP_CaseStudColRight  {
    float: left; 
    width: 150px;
    font-size:12px;
    font-family: Arial, Helvetica;
}

.HP_CaseStudRowSpacer {
    width: 230px;
    clear: both;
    border-bottom: 1px solid #c2c2c2;
    height:5px;
}





































