/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #d1002e;
    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;
    line-height: 15px;
}

p
{
    font-size:12px;
    color: #666666;
    font-family: Arial, Helvetica;
    line-height: 15px;
}

li
{
    font-size:12px;
    color: #666666;
    font-family: Arial, Helvetica;
    line-height: 15px;
}

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

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

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

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

A.SkinObject:hover    {
    text-decoration:    none;
    color:#666666;
}
    
/* GENERIC */
H1  {
    font-size:22px;
    color: #d1002e;
    line-height:22px;
    font-family: Arial, Helvetica;
    margin-bottom: 12px;

}

H2  {
    font-weight: bold;
    font-size:13px;
    color: #666666;
    font-family: Arial, Helvetica;
}

H3  {
    font-weight: bold;
    font-size:12px;
    color: #666666;
    font-family: Arial, Helvetica;
}

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
{
}

/* 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: %2

.hr {
 height: 0;
 border-bottom: 1px dashed #cc0000;
 border-top: 0px;
}




















