/******************************* BODY *******************************/
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, sans-serif;
    background:#fff url(../images/back.jpg) repeat-x;
    font-size: 11px;
    color: #313131;
}
body label {
    color: #4D4D4D;
    font-weight: bold;
}
body table {
    width: 100%;
    padding: 2px 2px 2px 2px;
}
body table td {
    vertical-align: top;
}
body table th {
    /*background-color: #FFFFFF;*/
    color: #313131;
    font-weight: bold;
    border-bottom: 1px solid #00549e;
    background-color: #e4e4e4;
}
body table th a {
    color: #313131;
}
body table th a:hover {
    color: #cc3333;
    text-decoration: none;
}
body table tr.r0 {
    background-color: #efefef;
}
body table tr.r1 {
    background-color: #ebebeb;
}
.hover_table tbody tr:hover{
    background-color: #ccd7d7;
}
body a {
    color:  #CC3333;
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}
/********************************************************************/

/****************************** GENERAL *****************************/
#pagewrapper {
    width: 900px;
    margin: 10px auto;
    padding: 0;
}
#headerwrapper {
    width: 900px;
    margin: 10px auto;
    padding: 0;
    height: 41px;
}
#header-full {
    width: 100%;
    margin: 0;
    padding: 0;
    background:url(../images/header.jpg) repeat-x;
    height: 41px;
    clear:both;
}
#content {
    padding: 10px 0 20px 0;
}
#footer {
    background:#fff url(../images/footer.jpg) repeat-x;
    padding-top: 9px;
    padding-bottom: 5px;
    clear:both;
    text-align: center;
    height: 38px;
}
#footer p, #footer a {
    text-align: center;
    font-size: 12px;
    color: #00549e;
    margin: 0;
    padding: 2px;
}
#flashnotice {
    position: relative;
    padding: 5px;
    color: #6D6D6D;
    font-size: 110%;
    font-weight: bold;
    border: 1px dashed #00549e;
    width: 660px;
}
#flasherror {
    position: relative;
    padding: 5px;
    color: #6D6D6D;
    font-size: 110%;
    font-weight: bold;
    border: 1px dashed maroon;
    width: 660px;
}
.userbar-locale {
    font-size: 11px;
    float:right;
    text-align: right;
    width:240px;
    height:20px;
    padding:0 0 0 0;
    margin: 0;
    z-index: 10;
    position: relative;
    color: maroon;
    clear: both;
}
#listpagination {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.alertdetails
{
    background-color: #ffd;
    font-size: 12px;
}
/* MISC */
.tableheader {
    text-decoration: underline;
    background-color: #EEEEEE;
    color: #6D6D6D;
    font-weight: bold;
}

.tablerow {
    background-color: #eeeefc;
}
.compliancetable td {
    padding: 5px;
}
.listtitle {
    text-decoration: underline;
}
.sectiontitle {
    color: #00549e;
    font-weight: bold;
    font-size: 15px;
}
.sectionsubtitle {
    color: #00549e;
    font-weight: bold;
    font-size: 12px;
}
.section {
    padding-left: 10px;
    padding-top: 10px;
}
.emphasize {
    color: #00549e;
}
.leftcontent {
    float: left;
    width: 48%;
    padding-top: 10px;
}
.rightcontent {
    float: right;
    width: 48%;
    padding-top: 10px;
}
.announcements {
    padding-top: 10px;
    padding-bottom: 10px;
}
.announcementdetails {
    background-color: #eeeefc;
}
.line {
    background: url(../images/dot.gif) repeat;
    height:1px;
}
.abs {
    vertical-align: middle;
}
.spacer {
    padding-top: 20px;
}
.logo {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}
#app-title {
    position: relative;
    float: right;
    padding: 5px 0px 5px 0;
    color: #00549e;
}
#links {
    position: relative;
    float: right;
    padding: 3px 0 5px 0;
}
#links img {
    padding-right: 20px;
    border-style: none;
    vertical-align:middle;
}
#links a {
    font-size: 16px;
    color: #00549e;
}
img {
    border-style: none;
}
P {
    margin: 0 0 20px 0;
}
P img {
    margin: 5px;
    float: right;
    border-style: none;
}
/********************************************************************/

/***************************** MAIN MENU ****************************/
#mainlinks{
    width: 578px;
    padding: 0;
    margin: 0 auto;
}
.menu-text p {
    padding: 20px 0 0 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.menu-text {
    font-family: Verdana, Tahoma, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    text-align: left;
    color: white;
    font-size: 10px;
    line-height: 150%;
}
.menu-text a {
    color: white;
}

#menu-item1{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-company-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item1:hover {
    background-position: -137px 0;
}
#menu-item2{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-services-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item2:hover {
    background-position: -137px 0;
}
#menu-item3{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-solutions-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item3:hover {
    background-position: -137px 0;
}
#menu-item4{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    background-image: url(../images/menu-contact-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item4:hover {
    background-position: -137px 0;
}
/********************************************************************/

/******************************* LIST *******************************/
.listcontent2 ul {
    margin: 0;
    padding: 0;
    list-style-image:url("../images/arr.png");
    list-style-position: inside;
}
.listcontent2 ul li {
    padding: 2px 0 2px 0;
}
.listcontent ul {
    margin: 0;
    padding: 0;
    list-style-image:url("../images/arr.png");
    list-style-position: inside;
}
.listcontent ul li {
    /*display: inline;*/
    padding-bottom: 10px;
}
.listcontent ul li a {
    /*color: #4880A2;*/
    text-decoration: none;
}
.listcontent ul li a:hover {
    text-decoration: underline;
}
.leftcolumnlist {
    float: left;
}
.rightcolumninfo {
    background: #e4e4e4;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
}
/********************************************************************/

/****************************** OVERLAY *****************************/
#myoverlay {
    position: absolute;
    z-index:100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height:100%;
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
}

#loading {
    z-index: 101;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    background: url(../images/loading.gif) no-repeat bottom center;
}
/********************************************************************/

/**************************** ERROR PAGES ***************************/
#error_dialog{
    background-color: #fff;
    color: #666;
    text-align: center;
    font-size: 10px;

    width: 25em;
    padding: 0 4em;
    margin: 4em auto 0 auto;
    border: 1px solid #ccc;
    border-right-color: #999;
    border-bottom-color: #999;
}

#error_dialog h1 {
    font-size: 100%;
    font-weight: bold;
    color: #CC3333;
    line-height: 1.5em;
}
/********************************************************************/

/**************************** REDBOX PAGE ***************************/
#formdiv {
    padding: 15px;
    /*border: 1px dashed #666;*/
}
#fixeddiv{
    border-bottom: 2px solid #00549e;
    background-color: #e4e4e4;
    font-weight: bold;
    width: 800px;
    text-align: center;
    z-index: 90;
    position:fixed;    
    padding: 3px 0 0 0;
}
/********************************************************************/

/**************************** TABS MENU *****************************/
#tabs {
    float:left;
    width:100%;
    /*background:#F4F4F4;*/
    background:#FFFFFF;
    font-size:93%;
    line-height:normal;
}
#tabs ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url("../images/tableft.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url("../images/tabright.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
    color:#000;
}
#tabs li .current,
#tabs a:hover {
    background-position:0% -42px;
}
#tabs li .current span,
#tabs a:hover span {
    background-position:100% -42px;
}
/********************************************************************/

/*************************** FORM ELEMENTS **************************/
.select,
.check_box,
.radio,
.password_field,
.text_area,
.text_field {
    background-color: #f5f5f5;
    border-color: #00549e;
    border-style: solid;
    border-width: thin;
    padding: 1px;
}

.line_spacing .check_box,
.line_spacing .radio {
    width: 13px;
    height: 15px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    overflow: hidden;
}
.check_box,
.radio {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.select,
.password_field,
.text_field {
    width: 200px;
}

.button {
    background-color: #c4c4c4;
    border-color: #00549e;
    border-style: solid;
    border-width: thin;
    padding: 1px;
}
.button:hover {
    border: 1px solid #c4c4c4;
    background: #00549e;
    color: #c4c4c4;
}

input[disabled],
input[disabled]:hover
{
    border: 1px solid #00549e; /*#73aed0*/
    background-color: #ddd;
}

/********************************************************************/

/************************** LIVEVALIDATION **************************/
.LV_validation_message{
    font-weight:bold;
    padding-left: 5px;
}
.LV_valid {
    color:#007A00; /*#00CC00*/
}
.LV_invalid {
    color:maroon; /*#CC0000*/
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #007A00; /*#00CC00*/
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid maroon; /*#CC0000*/
}
SPAN.searchword { background-color:yellow; }
/********************************************************************/
.content_below_tabs {
    background-color: #E4E4E4;
    padding: 20px 20px 20px 20px;
    /*border: 1px solid #73aed0;*/
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.line_spacing {
    line-height:200%;
}

#header {
    padding: 5px;
    text-decoration: underline;
    background-color: #EEEEEE;
    color: #4D4D4D;
    font-size: 11px;
    font-weight: bold;
}

#fieldset_style {
    margin: auto;
    border: 1px solid #00549e; /*#73aed0*/
    width: 97%; /* 440px */
    padding: 5px 10px;
}

#legend_style {
    color: #00549e;
    font-size: 12px;
    font-weight: bold;
}

#boxs{
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    margin: 5px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
#boxs p{
    text-align: left;
    font-weight: normal;
    padding: 5px;
    padding-top: 0px;
    line-height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#box-header{
    text-align: left;
    font-weight: bold;
    background-color: #ccd7d7;
    border-bottom: 2px solid #73aed0;
    padding-left: 5px;
}

#contactleftcolumn {
    float:left;
    width:350px;
    padding: 0 0 0 130px;
}
#contactrightcolumn {
    float:left;
    position:relative;
    text-align:left;
    width:350px;
}
#blogleftcolumn{
    float: left;
    position: relative;
    width: 680px;
    padding: 10px 0 10px 10px;
    margin:0 10px 10px 0;
}
#blogrightcolumn {
    float: left;
    position: relative;
    width: 180px;
    padding: 10px 0 10px 10px;
    margin:0 0 10px 0;
}
#webscanleftcolumn {
    float:left;
    width: 270px;
    padding: 0 20px 0 0;
}
#webscanrightcolumn {
    float:right;
    text-align:left;
}
