﻿.iwebserror
{
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: White;
    background-image: url('Images/Warning.gif');
    background-repeat: no-repeat;
    background-position: 1px 1px;
    color: Red;
    font-size: 12px;
    font-family: Arial;
    padding-left: 30px;
    width: 355px;
}

.iwebsmenu
{
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: White;
    background-image: url('Images/Note.gif');
    background-repeat: no-repeat;
    background-position: 1px 1px;
    color: #575757;
    font-size: 12px;
    font-family: Arial;
    width: 355px;
}

.menuItems
{
    text-align:center;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 355px;
    background-color: transparent;
    background-image: url('Images/Items.gif');
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.menuItemsbg
{
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #8BAED1;
    background-image: url('Images/menubgItems.jpg');
    background-repeat: no-repeat;
    width: 355px;
}
.menuItemsstep1
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 400px;
}
.menuItemsstep2
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 400px;
}
.menuItemsstep3
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 400px;
}


.menuLookAndFeel
{
    text-align:center;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 355px;
    background-color: transparent;
    background-image: url('Images/LookAndFeel.gif');
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.menuLookAndFeelbg
{
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #8BAED1;
    background-image: url('Images/menubgLookAndFeel.jpg');
    background-repeat: no-repeat;
    width: 355px;
}
.menuLookAndFeelstep1
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 400px;
}
.menuLookAndFeelstep2
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 400px;
}



.menucontrol
{
    text-align:left;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #575757;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    width: 300px;
    height:40px;
}


.iwebsmenuheading
{
    color: #000000;
    font-size: 16px;
    font-family: Arial;
}

.iwebsmenuinfo
{
    color: #575757;
    font-size: 11px;
    font-family: Arial;
}

.iwebstitle
{
    color: #575757;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}
.iwebscontent
{
    color: #575757;
    font-size: 12px;
    font-family: Arial;
}

A.iwebsLink:link
{
    font-size: 12px;
    color: #83a4c5;
    text-decoration: underline;
}
A.iwebsLink:visited
{
    font-size: 12px;
    color: #83a4c5;
    text-decoration: underline;
}
A.iwebsLink:hover
{
    font-size: 12px;
    color: #c2d3e3;
    text-decoration: none;
}