.ERROR{
    color: #ff3333; 
    font-family: Arial, helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold !important; 
    font-style: italic; 
    height:auto; 
    background-color:transparent;
}
.SUCCES{
    color: #888888; 
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    height:auto; 
    background-color:transparent;
}
td {
    border: none;
    padding: 0px;
}

td.left {
    padding-left: 0px;
    text-align: left;
}

td.center {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

td.right {
    padding-right: 0px;
    text-align: right;
}

a {
    outline: none;
}

a:link,
a:active,
a:visited {
    background-color: transparent;
    color: #004B8D;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

hr {
    border-top: 1px solid #E9E9E9;
    border-right: none;
    border-bottom: none;
    border-left: none;
    clear: both;
}

.smaller {
    font-size: 95%;
}

.inlineIcon {
    float: inline;
    height: 16px;
    margin-bottom: -3px;
    margin-top: 2px;
    width: 16px;
}

ul.links {
    margin-left: 10px;
}

ul.links li {
    list-style-type: none;
}

ul.links li a:link,
ul.links li a:active,
ul.links li a:visited {
    background: transparent url(../images/bullet_blue.png) no-repeat scroll left 55%;
    color: #004B8D;
    padding-left: 10px;
}

ul.links li a:hover {
    background: transparent url(../images/bullet_grey.png) no-repeat scroll left 55%;
    color: #908E8E;
}

table.full {
    width: 100%;
}

div.progressBar {
    border: 1px solid #999999;
    height: 4px;
}

div.progressBar div {
    height: 4px;
}

label.help {
    cursor: help;
}

#page {
    margin: auto;
    width: 940px;
}

/* HEADER */

#head {
    padding: 10px 0px 10px 0px;
}

#head table {
    margin-bottom: 0px;
    width: 940px;
}

#head table td {
    padding: 0px;
}

#head #logoCell {
    width: 625px;
}

#head #menuCell {
    padding-top: 10px;
}

#head #menuBar {
    background: transparent url(../images/menu_background.png) repeat-x center center;
    color: #797979;
    height: 39px;
/*           border: 1px solid red; */    
}

#head #menuBar #leftSide {
    background: transparent url(../images/menu_left.png) no-repeat center center;
    color: #797979;
    width: 11px;
}

#head #menuBar #rightSide {
    background: transparent url(../images/menu_right.png) no-repeat center center;
    color: #797979;
    width: 11px;
}

#head #menuBar ul {
    margin: 0px;
    padding: 12px 0px;
}

#head #menuBar li {
    display: inline;
    list-style-type: none;
}

#head #menuBar #leftLinks li {
    font-size: 13px;
    font-weight: bold;
    padding: 11px 11px 11px 0px;
}

#activeSection {
    background: transparent url(../images/menu_active_background.png) repeat-x center center;
    color: #FFFFFF;
    margin-right: 5px;
    /*padding: 8px 8px 7px 8px !important;*/
}

#activeSection a {
    background: transparent;
    color: #FFFFFF;
    padding-left: 10px;
}

#activeMiniSection a {
    font-weight: bold;
}

#head #menuBar #rightLinks li {
    border-left: 1px solid #D7D7D7;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 7px;
}

/* BODY */

#body table.oneColumn,
#body table.twoColumns,
#body table.threeColumns,
#body table.fourColumns,
#body table.otherColumnSet {
    /*margin-bottom: 0px;*/ /* removed so it matches the CMS style */
    width: 100%;
}

#body table.oneColumn td,
#body table.twoColumns td,
#body table.threeColumns td,
#body table.fourColumns td {
    padding: 0px;
    vertical-align: top;
}

#body table.oneColumn td.column,
#body table.twoColumns td.column,
#body table.threeColumns td.column,
#body table.fourColumns td.column {
    /* border-right: 5px solid transparent; */
    border-right: none;
    padding-right: 5px;
}

#body table.oneColumn td.lastColumn,
#body table.twoColumns td.lastColumn,
#body table.threeColumns td.lastColumn,
#body table.fourColumns td.lastColumn {
    border-right: none;
    padding: 0px;
}

#body table.oneColumn td.column,
#body table.oneColumn td.lastColumn {
    width: 100%;
}

#body table.twoColumns td.column,
#body table.twoColumns td.lastColumn {
    width: 50%;
}

#body table.threeColumns td.column,
#body table.threeColumns td.lastColumn {
    width: 33%;
}

#body table.fourColumns td.column,
#body table.fourColumns td.lastColumn {
    width: 25%;
}


#breadcrumbsBar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #004B8D;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    width: 728px;    
}

#promoBar {
	background-color: #E9FBFF;
    border: 0;
    margin: 0px 0px 5px 0px;
    width: 350px;
}

#breadcrumbsBar ul {
    margin: 5px;
    margin-left: 10px;
}

#breadcrumbsBar li {
    display: inline;
    padding-left: 5px;
    font-weight: bold;
}

#breadcrumbsBar li a:link,
#breadcrumbsBar li a:active,
#breadcrumbsBar li a:visited {
    background: transparent url(../images/bullet_grey.png) no-repeat right 55%;
    color: #004B8D;
    font-weight: normal;
    padding-right: 10px;
}

#breadcrumbsBar li a:hover {
    background: transparent url(../images/bullet_grey.png) no-repeat right 55%;
    color: #908E8E;
}

#breadcrumbsBar li.first {
    padding-left: 0px;
}

#pageTitle {
    margin-top: 5px;
}

#pageTitle td {
    border-right: none !important;
    vertical-align: bottom !important;
}

#pageTitle td h1 {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
    padding: 5px;
}

#pageTitle h1 span.smaller {
    font-size: 70%;
    padding-left: 3px;
}

#pageTitle td p {
    margin: 20px 0px 0px 0px;
    font-size: 11px;
    width: 600px;
    text-align: justify;
}

#pageTitle img {
    border-right: 5px solid #FFFFFF;
    float: left;
    margin-right: 5px;
}

#pageTitle #pageTitleBox {
    background: #103A83 url(../images/page_header_background.png) no-repeat center center;
    color: #FFFFFF;
    margin: 0px;
    height: 120px;
    width: 724px;
}

/* FOOTER */

#foot {
    background: #FFFFFF url(../images/footer_background.png) repeat-x;
    color: #908E8E;
    text-align: center;
}

#foot table {
    height: 40px;
    margin: auto;
    min-width: 750px;
    padding-top: 14px;
    width: 974px;
}

#foot ul {
    margin: 0px;
}

#foot li {
    display: inline;
    list-style-type: none;
    margin-right: 2px;
    padding-right: 6px;
}

#foot a:link,
#foot a:active,
#foot a:visited {
    background-color: transparent;
    color: #908E8E;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

#foot a:hover {
    background-color: transparent;
    color: #004B8D;
    text-decoration: none;
}

iframe#terms {
    height: 150px;
    width: 100%;
}

ul.ulHrefBullet li {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

ul.ulHrefBullet li>a {
	background-image: url(../images/red-bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

ul.ulHrefBullet li>a:hover {
	background-image: url(../images/red-bullet_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

