﻿*
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 13px;
    line-height: 20px;
}


body, form
{
    height: 100%;
}

html
{
    height: 100%;
}

p
{
    padding-top: 10px;
    padding-bottom: 10px;
}

input
{
    font-size: 14px;
    color: #202533;
    border: solid 1px #b7bacc;
    background: white;
}

textArea
{
    font-size: 14px;
    color: #202533;
    border: solid 1px #b7bacc;
    background: white;
}

.wrapHomepage
{
    min-height: 100%;
    background: #0b3158 url(/graphics/homepage-body-background.jpg) 0 0 repeat-x;
}

.wrap
{
    min-height: 100%;
    background: #f3f5fa url(/graphics/page-background.jpg) repeat-y center;
}

.main
{
    overflow: auto;
    padding-bottom: 75px;
}
/* must be same height as the footer */

#footer
{
    position: relative;
    margin-top: -55px; /* negative value of footer height */
    height: 55px;
    clear: both;
    background: #090a0c;
    text-align: center;
    font-size: 10px;
    color: white;
}

/*Opera Fix*/
body:before
{
    /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}


img
{
    border-style: none;
    border-width: 0;
}

h1
{
    font-family: Palatino Linotype, Verdana;
    font-weight: bold;
    font-size: 28px;
    padding: 10px 0px 10px 0px;
    color: #174882;
}
h2, h3, h4
{
    font-family: Palatino Linotype, Verdana;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    color: #174882;
}

a.largeLink
{
    font-family: Palatino Linotype, Verdana;
    font-weight: bold;
    font-size: 18px; 
    color: #174882;
}

a:link
{
    color: #174882;
    text-decoration: none;
}

a:visited
{
    color: #174882;
    text-decoration: none;
}

a:hover
{
    color: #174882;
    text-decoration: none;
}


div.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 975px;
}

.mark
{
    background-image: url(/graphics/check.jpg);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
    line-height: 25px;
}


.headingBanner
{
    background: #FFF url(/graphics/heading-background.png) 0 0 repeat-x;
    width: 100%;
    height: 70px;
}

.homepageBackground
{
    background: url(/graphics/homepage-body-background.jpg) 0 0 repeat-x;
    height: 100%;
}

.homepageBanner
{
    background: url(/graphics/homepage-banner.jpg) no-repeat center;
    position: relative;
    right: 0px;
    height: 365px;
}

.pageBanner
{
    background: url(/graphics/page-banner.jpg) no-repeat center;
    position: relative;
    right: 0px;
    height: 125px;
}

.pageBannerBackground
{
    background-color: #0b3259;
}

.pageBackground
{
    background: #f6f6f6 url(/graphics/page-background.jpg) repeat-y center;
    height: 100%;
    min-height: 100%;
}



.pageBannerHeading
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 975px;
    padding-top: 15px;
}

.pageSideBackground
{
    background: url(/graphics/page-banner.jpg) repeat-y;
}

.topMenu
{
    background: url(/graphics/menu.png) 0 0 repeat-x;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 55px;
    z-index: 10000;
}


.topCenterMenu
{
    position: absolute;
    left: 35px;
}


.topMenuItem
{
    display: block;
    color: white;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none !important;
    float: left;
    text-transform: uppercase;
    padding: 25px 5px 0px 10px;
}

a.topMenuItem
{
    border: none;
    color: white;
    text-decoration: none !important;
    float: left;
    padding: 0 1px 0 0;
    margin: 0 0 0 0;
}

.topMenuItem a:hover
{
    border: none;
    color: #EEEEEE;
    text-decoration: none !important;
    float: left;
    padding: 0 1px 0 0;
    margin: 0 0 0 0;
}


.bottomMenuText
{
    color: white;
    font-size: 10px;
}

a.bottomMenuLinks
{
    color: white;
    text-decoration: none;
    font-size: 10px;
}

.contentBox
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f3f5fa;
    border-color: #b7bacc;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

#sideMenu
{
    background-image: url(/graphics/side-menu.png);
    width: 185px;
    height: 575px;
}

.sideMenuItem
{
    font-size: 11px;
    color: #555555;
    font-weight: bold;
    margin: 6px;
    line-height: 19px;
}

.subtitle_left
{
    font-family: Verdana;
    font-size: 13px;
    color: black;
    text-align: left;
    background: white;
    border-bottom: solid 1px #e6e6e6;
}
.subtitle_left strong
{
    font-size: 13px;
    color: #000;
    text-align: right;
    background: #f6f6f6;
}

.signup_table
{
    font-size: 13px;
    margin-top: 35px;
}
.signup_table h2
{
    font-weight: bold;
}
.signup_table th
{
}
.signup_table th, .signup_table td
{
    padding: 10px;
}
.signup_table .pro, .signup_table .medium, .signup_table .mini
{
    margin: 3px;
}
.signup_table .pro
{
    color: #316d09;
}
.signup_table .medium
{
    color: #7ca734;
}
.signup_table .mini
{
    color: #9fc21e;
}
.signup_table .right
{
    border-left: solid 1px #bbb;
    font-weight: bold;
}
.signup_table .righteven
{
    border-left: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    font-size: 12px;
    color: #000;
    background: #f0f1f6;
    font-family: Verdana;
}
.signup_table .rightodd
{
    border-left: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    background: #dfe2eb;
    font-size: 13px;
    color: #3d3d3d;
    font-family: Verdana;
}
.signup_table .planname
{
    background: #2e2e2e;
    color: #fff;
    border-left: solid 1px #000;
    font-weight: bold;
}
.signup_table .row .last
{
    border-bottom: solid 1px #bbb;
}
.signup_table tr.odd
{
    background: #c7c7c7;
}
.signup_table .price
{
    font-size: 24px;
    font-weight: normal;
    font-family: Verdana;
}
.signup_table sup
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
}
.signup_table .left
{
    width: 12.5%;
}

pre
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.TableHeader
{
    height: 30px;
    padding: 2px;
    vertical-align: middle;
    margin: 0px;
    background-image: url(/graphics/table-header.png);
    background-repeat: repeat-x;
    color: white;
    font-family: Verdana, Georgia, Ariel;
    font-size: 11.5px;
    text-align: left;
    line-height: normal;
}

.TableHeaderRight
{
    height: 30px;
    width: 20px;
    background-image: url('/graphics/table-header-right.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.TableHeaderLeft
{
    height: 30px;
    width: 20px;
    background-image: url('/graphics/table-header-left.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.TableSubHeader
{
    font-family: Verdana, Georgia, Ariel;
    font-weight: normal;
    font-size: 11.5px;
    background-image: url('/graphics/sub-header.jpg');
    color: black;
    height: 25px;
    padding: 2px;
    margin: 0px;
    padding-left: 4px;
}

.TableRow1
{
    background-image: url('/graphics/table-row-1.jpg');
    text-align: left;
    height: 25px;
    padding: 5px;
}

.TableRow2
{
    background-image: url('/graphics/table-row-2.jpg');
    text-align: left;
    height: 25px;
    padding: 5px;
}



.Keyword
{
    color: blue;
}

.LibraryWord
{
    color: green;
}

.Constants
{
    color: purple;
}

.UsedResources
{
    color: maroon;
}

.CommentLine
{
    color: #666666;
    font-style: italic;
}







