﻿body {
    background-repeat:repeat-x;
	background-image:url(../images/background.jpg);
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    background-position: center top;
    color: #32508C;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
.header1 {
    border-bottom: 2px solid #00007C;
    height: 117px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    color: #00007B;
    font-size: 18px;
}
.footer1 {
	clear: left;
	width: 100%;
	text-align: center;
    background-color: #D8D8FF;
    color: #00007B;
	padding: 4px 0;
	/*height: 20px;*/
    height: 1000px;
    background-image: url(../images/bg/bg5.jpg);
    background-repeat: no-repeat;
    background-size: 100% 1000px;
}
#menuTopBg {
    background-color: #000065;
    color: #FFFFFF;
    height: 24px;
    width: 950px;
    margin: 0px auto;
    text-align: center;
}
.menuTopButton {
    background-color: #FFFFFF;
    color: #000065;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
#menuBG {
    background-color: #799DB7;
    height: 32px;
    width: 950px;
    margin: 0px auto;
    border-bottom: 2px solid #00007C;
}
#menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}
    #menu ul li {
        display: inline;
    }
#menu a:link {
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
#menu a:visited {
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
#menu a:hover {
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #32508C;
    text-decoration: none;
}
.menuPipe {
    color: #32508C; 
    font-size: 18px;
}
.mainContent {
    margin: 0px;
    width: 100%;
}
.div15 {
    width: 15%;
    float: left;
}
.div70 {
    width: 70%;
    float: left;
    min-width: 950px;
    max-width: 1200px;
}
.gutter {
    width: 10%;
    float: left;
    overflow: hidden;
    padding: 0;
    padding-top: 20px;
    min-height: 700px;
}
.gutterTable {
    width: 100%;
}
.gutterTD {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.innerContent {
    width: 90%;
    float: right;
    overflow: hidden;
    min-height: 700px;
    padding-top: 20px;
}
.innerContent2 {
    width: 90%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 700px;
    padding-left: 10px;
}
.CRMmaincol {
    width: 90%;
    /*background-color: #E0FFF9;*/
    font-size: 16px;
    font-weight: 500;
}
.errorMsg {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
}
.blueButton
{
    background-color: #2A508F;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    border-radius: 10px;
}
.stdTextBox {
    padding-left: 5px;
    border-radius: 10px;
}
.whiteHide {
    border-radius: 10px;
    background-color: white;
    caret-color: #000000;
    color: white;
}
    .whiteHide::selection {
        color: white;
        background-color: white;
        text-shadow: white;
    }
.errorLabel {
    font-weight: bold;
    color: red;
}