/*-----------------------------------------------------------------------*/
/* Skin Styles for InnoSoftFusion.com */
/* Copyright InnoSoft - All rights reserved */
/*-----------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* RESET */
/*-----------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,
table,tr,td,a,img,button
{ margin: 0; padding: 0; border:0; z-index:0; }
input
{ margin: 0; padding: 0; z-index:0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*-----------------------------------------------------------*/
/* Misc Colors */
/*-----------------------------------------------------------*/
.BrushGray90 { color: #1a1a1a; }
.BrushGray80 { color: #333333; }
.BrushGray70 { color: #4d4d4d; }
.BrushGray60 { color: #666666; }
.BrushGray50 { color: #808080; }
.BrushGray40 { color: #999999; }
.BrushGray30 { color: #b3b3b3; }
.BrushGray20 { color: #cccccc; }
.BrushGray10 { color: #e5e5e5; }
.BrushWhite { color: White; }

/*-----------------------------------------------------------*/
/* Misc Sizes */
/*-----------------------------------------------------------*/
.SizeExtraLarge { font-size: 22pt; }
.SizeLarge { font-size: 18pt; }
.SizeMedium { font-size: 12pt; }
.SizeSmall { font-size: 12px; }
.SizeExtraSmall { font-size: 11px; }
.Tiny { font-size: 1px; }
.FullWidth { width: 100%; }
.FullHeight { height: 100%; }

/*-----------------------------------------------------------*/
/* Extras */
/*-----------------------------------------------------------*/
.Top
{
    vertical-align: top;
}
.Gutter
{
    font-size:1px;
    width: 25px;
}
.AddTopGap
{
    margin-top: 40px;
}
.GapT20
{
    margin-top: 20px;
}

.LoginViewSeparator
{
    color: Gray;
}

.PaddingMedium
{
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.PaddingSmall
{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.PaddingTop10
{
    padding-top: 10px;
}
.PaddingFooter
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ActionPanel
{
    padding-top: 20px;
}

.ClearFloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.NoBold
{ font-weight:normal; }
