﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
    width:780px;
    height:500px;
    margin: 0;
    padding:0;
    overflow:hidden;
}

.header {
   width:790px;
   float:left;
   padding-bottom:0px;
}
/* style for module titles */

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight: normal;
    color: #003366;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.Warning
{
    font-weight:bold;
    color: #ff0000;
    cursor: pointer;
}

.FullBorder
{
	border-right: Black 1px solid; 
    border-top: Black 1px solid;
    border-left: Black 1px solid; 
    border-bottom: Black 1px solid;
}

.Logo {
    float:right;
}

.PeelLogo {
    float:left;
}


.ControlButton {
    padding:5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0px;
}

.SpeedControlButton {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
}