body{
    margin:0px;
    font-family:arial;
    font-size:10pt;
}

.contentWrapper{
    width:790px;
    text-align:left;
    margin-top:5px;
}
a{
    outline:none;
}

#siteTitle{
    font-size:18pt;
    color: #666;
    font-family:arial,sans-serif;
}

#PageMessage {
    position: fixed;
    _position: absolute;
    top: 1px;
    left: 1px;
    z-index: 11;
}
.PageMessage {
    text-align: center;
    background-color:#FFCC00;
    padding:10px;
    color: #333;
    font-family:arial;
    font-size:10pt;
}
.PageMessageContent{
    margin: 0px 0px 0px 0px;
}
.PageMessageTopBar{
    float:right;
    cursor:pointer;
    margin-top:0px;
    margin-right:3px;
}
.clearer{
    clear:both;
    height:0px;
    line-height:0px;
}
.submitButton{
    color: #0078d4;
    font-size:12pt;
    font-weight:bold;
    cursor:pointer;
}
.highlight{
    background-color: rgb(255,241,168);
}
#header0{
    margin-bottom:-5px;
    border-bottom:0px solid rgb(195,217,255);
    background-color:white;
}
#header{
    border-bottom:1px solid #0078d4;
    background-color:#006699;
}
#subheader{
    padding:0px;
    background-color:#888;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height:30px;
    }
#content{
    width:790px;
    border-top:1px solid #ddd ;
    border-bottom:1px solid #ddd ;
    float:left;
    background-color:white;
    padding-bottom:10px;
}
.dialogCancelButton{
    cursor:pointer;
    color: #1212FF;
    font-weight:bold;
    text-decoration: underline;
    font-size: 10pt;
}
A.blueLink {
    color: #0078d4;
    text-decoration:none;
}
A.blueLink:link {
    color: #0078d4;
}
A.blueLink:visited {
    color: #0078d4;
}

A.blueLink:hover {
    cursor: pointer;
    color: #0078d4;
    text-decoration:underline;
}

A.blueLink:active {
    color: #0078d4;
    font-weight:normal;
}
A.grayLink {
    color: #aaa;
    text-decoration:none;
}
A.grayLink:link {
    color: #aaa;
}
A.grayLink:visited {
    color: #aaa;
}

A.grayLink:hover {
    cursor: pointer;
    color: #0078d4;
    text-decoration:underline;
}
A.grayLink:active {
    color: #aaa;
    font-weight:normal;
}
A.whiteLink:link {
    color: white;
 text-decoration:none;
}

A.whiteLink:visited {
    color: white;
    text-decoration:none;
}

A.whiteLink:hover {
    cursor: pointer;
      text-decoration:underline;
    color: white;
}

A.whiteLink:active {
   color: white;
    text-decoration:none;
}
/*============= nav link ===============*/
A.navLink {
    color: #666;
    cursor:pointer;
    text-decoration:none;
}
A.navLink:link {
    cursor:pointer;
    color: #666;
}
A.navLink:visited {
    cursor:pointer;
    color: #666;
}
A.navLink:hover {
    cursor: pointer;
    text-decoration:underline;
}
A.navLink:active {
    cursor:pointer;
    font-weight:normal;
}


/*==============blackLink==========*/
A.blackLink:link {
    color: black;
    text-decoration: none;
}

A.blackLink:visited {
   color: black;
}

A.blackLink:hover {
    cursor: pointer;
    text-decoration: underline;
}

A.blackLink:active {
   color: black;
}

.blockquote {
    background-image: url(/Theme/networks/image/q-open.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.blockquote span {
    text-align:center;
    background-image: url(/Theme/networks/image/q-close.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 25px;
}
