/* added 8th Sept */

.login-heading {
	font-size: 17px;
	color: #41576C;
}

.content-show {
	display: "";
}

.content-hidden {
	display: none;
}

.triangle-closed::before {
    position: relative;
    content: "";
    display: inline-block;

    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid #41576C;
    border-top: 0.2em solid #41576C;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

.triangle-open::before {
    position: relative;
    content: "";
    display: inline-block;

    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid #41576C;
    border-top: 0.2em solid #41576C;
    transform: rotate(135deg);
    margin-right: 0.5em;
}


/* added 28th Feb */

.faq_links a {
	font-size: 17px;
	display: block;
}



/*end added 28th feb */


.art-formentry
{
  border: solid 1px #8099B3;
  border-radius: 5px;
  width: 55%;
}

.news_date {
    color: #214559;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: left;
}

.purchase_table {
	color: #41576C;
	font-size: 17px;
	text-align: right;
	font-weight: bold;
}

.purchase_table_value {
	color: #41576C;
	font-size: 17px;
}

.username {
        font-size: 22px;
	margin-top: 10px;
}

.account_info {
	font-size: 22px;
	margin-bottom: 10px;
}

.formentry
{
  border: solid 1px #8099B3;
  height: 26px;
}

.dashes {
    border-bottom: 0 none;
    border-top: 1px dashed #000000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.dashes_e {
    border-bottom: 0 none;
    border-top: 1px solid #000000;
    margin-bottom: 0px;
    margin-top: 0px;
}


.dashes_d {
    border-bottom: 0 none;
    border-top: 1px dotted #000000;
    margin-bottom: 0px;
    margin-top: 0px;
}


.status_data
{
  color: #214559;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}

.password_style
{
  color: #214559;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.logout_style
{
  font-family: Arial,Helvetica,Sans-serif;
  font-weight: bold;
}

.status_connected
{
  text-align: center;
  color: green;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.status_notconnected
{
  text-align: center;
  color: red;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.status_nologin
{
  text-align: center;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 16px;
  font-weight: bold;
}


body, p
{
  margin: 0.5em 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #0F1419;
  background-color: #FFFFFF;
}

@import url(http://fonts.googleapis.com/css?family=Capriola);

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 29px;
}

a, 
.art-post li a
{
  text-decoration: none;
  color: #2F617F;
}

a:link,
.art-post li a:link
{
  text-decoration: none;
  color: #2F617F;
}

a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{

  color: #56738F;
}

a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{


  color: #FF9000;
}

h1, h1 a, h1 a:link, h1 a:visited
{
  margin: 0.67em 0;

  color: #2F617F;
}

h1 a:hover
{
  margin: 0.67em 0;

  color: #FF9000;
}

h2, h2 a, h2 a:link, h2 a:visited
{
  margin: 0.8em 0;
  font-size: 22px;
  color: #3E81A8;
}

h2 a:hover
{
  margin: 0.8em 0;

  color: #FF9000;
}


h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 17px;
  color: #41576C;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 14px;
  color: #3D5266;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 12px;
  color: #3D5266;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 10px;
  color: #3D5266;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}





.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1012px;
  min-width: 53px;
  min-height: 53px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 72px;
  height: 72px;
  background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 36px, 36px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 36px, 36px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(36px, 36px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(36px, auto, auto, 36px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 36px;
  right: 36px;
  height: 72px;
  background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 36px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(36px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 36px;
  bottom: 36px;
  width: 72px;
  background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 36px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 36px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 36px;
  left: 36px;
  right: 36px;
  bottom: 36px;
  background-color: #FFFFFF;
}

.art-sheet
{
  margin-top: -6px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 1012px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 1000px;
  height: 80px;
  overflow: hidden;
}


div.art-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1000px;
  height: 80px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.art-menu, .art-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




div.art-nav-center
{
  position: relative;
  float: right;
  right: 50%;

}

ul.art-menu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.art-menu
{
  float: none;
}


/* menu structure */

.art-menu
{
  padding: 6px 6px 6px 6px;
}

.art-nav
{
  position: relative;
  height: 40px;
  z-index: 100;
}

.art-nav .l, .art-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 40px;
  background-image: url('images/nav.png');
}

.art-nav .l
{
  left: 0;
  right: 0;
}

.art-nav .r
{
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 1000px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}

.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 84px;
  background-image: url('images/menuitem.png');
}

.art-menu a .l
{
  left: 0;
  right: 1px;
}

.art-menu a .r
{
  width: 402px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}

.art-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-style: normal;
  font-weight: bold;
  color: #D2E4EE;
  padding: 0 12px;
  margin: 0 1px;
  line-height: 28px;
  text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
  top: -28px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
  top: -28px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
  top: -28px;
}
.art-menu a:hover .t
{
  color: #F2F5F7;
}

.art-menu li:hover a .t
{
  color: #F2F5F7;
}

.art-menu li:hover>a .t
{
  color: #F2F5F7;
}

/* end MenuItem */

/* begin MenuSeparator */


.art-menu .art-menu-li-separator
{
  display: block;
  width: 5px;
  height: 28px;
}

.art-nav .art-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 28px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin Layout */
.art-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 1000px;
}

.art-content-layout .art-content-layout
{
  width: auto;
  margin:0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
   display: table-cell;
}

div.art-layout-cell div.art-layout-cell
{
   display: block;
}

div.art-content-layout-row
{
  display: table-row; 
}

.art-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.art-layout-cell, .art-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Button */
.art-button-wrapper .art-button
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #1D3C4E !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
  color: #FFF3E1 !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
  color: #F2F5F7 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 108px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.art-button-wrapper .l
{
  left: 0;
  right: 15px;
}

.art-button-wrapper .r
{
  width: 419px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
  top: -36px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
  top: -72px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.art-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublock
{
  margin: 10px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.art-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.art-block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
  position: relative;
  z-index: 0;
  height: 36px;
  margin-bottom: 0;
}

.art-blockheader .t
{
  height: 36px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 36px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.art-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc,.art-blockcontent-cr, .art-blockcontent-cl
{
  position: absolute;
  z-index: -1;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/blockcontent_s.png');
}

.art-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.art-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.art-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.art-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.art-blockcontent-tc, .art-blockcontent-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/blockcontent_h.png');
}

.art-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.art-blockcontent-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.art-blockcontent-cr, .art-blockcontent-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/blockcontent_v.png');
}

.art-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.art-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.art-blockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #ECF0F4;
}

.art-blockcontent-body, 
.art-blockcontent-body a, 
.art-blockcontent-body li a
{
  color: #394D60;
  font-size: 12px;
}

.art-blockcontent-body a,
.art-blockcontent-body li a
{
  color: #2C5C77;

}

.art-blockcontent-body a:link,
.art-blockcontent-body li a:link
{
  color: #2C5C77;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
  color: #6C8AA7;
  text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
  color: #3B7BA0;
  text-decoration: none;

}

.art-blockcontent-body ul
{
  list-style-type: none;
  color: #394D60;
  margin: 0;
  padding: 0;
}

.art-blockcontent-body ul li
{
  line-height: 1.25em;
  padding: 0 0 0 18px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-post-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.art-post
{
  margin: 10px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  border: solid 1px #B2C2D1;
  margin: 10px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-tablemain, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
  width: 100%;
  font-size: 14px;
}

.art-tablemain-summary
{
  border-collapse: collapse;
  margin: 1px;
  width: 40%;
  font-size: 14px;
}

.art-tableth, .art-tabletd
{
  padding: 2px;
  border: solid 1px #8099B3;
  vertical-align: top;
  text-align: left;
}

.art-tabletop
{
  padding: 2px;
  border-top: solid 1px #8099B3;
  border-bottom: solid 1px #8099B3;
  vertical-align: top;
}

.art-tableborder
{
  padding: 5px;
  border: solid 1px #8099B3;
}

.art-tableborder_advanced
{
  padding: 5px;
  border: solid 1px #8099B3;
  width: 100%;
}

.art-tableborder_advanced_center
{
  padding: 5px;
  border: solid 1px #8099B3;
  width: 100%;
}

.art-tableborder_advanced_ccard
{
  padding: 5px;
  border: solid 1px #8099B3;
  width: 100%;
}

.art-tablebottom
{
  padding: 2px;
  border-bottom: solid 1px #8099B3;
  vertical-align: top;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader, 
.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 22px;
  color: #214559;
}

.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #28536C;
}

.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{

  color: #5C7A99;
}


.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{


  color: #FF9000;
}

.art-post h2.art-postheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
  color: #2E3D4C;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-size: 12px;
}

.art-post li ol, .art-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.art-post li
{
  margin: 0.2em 0;
  padding: 0;
}

.art-post ul
{
  list-style-type: none;
}

.art-post ol
{
  list-style-position: inside;

}



.art-post li
{
  padding: 0 0 0 18px;
  line-height: 1em;
}

.art-post ol li, .art-post ul ol li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.art-post ul li, .art-post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 18px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow: auto;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p
{
  color: #1E1300;

}

blockquote,
.art-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 38px;
  background-color: #FFE0AE;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.art-footer-b 
{
  position: absolute;
  left:15px;
  right:15px;
  bottom:0;
  height:50px;
  background-image: url('images/footer_b.png');
}

.art-footer-r, .art-footer-l
{
  position: absolute;
  height:50px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.art-footer-l
{
  left: 0;
  width:15px;
}

.art-footer-r
{
  right: 0;
  width:30px;
  clip: rect(auto, auto, auto, 15px);
}

.art-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #D6DEE6;
}

.art-footer-body
{
    position:relative;
    padding: 15px;
}

.art-footer-body .art-rss-tag-icon
{
  position: absolute;
  left:   10px;
  bottom:15px;
  z-index:1;
}

.art-rss-tag-icon
{
  display: block;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  cursor: default;
}

.art-footer-text, .art-footer-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.art-footer,
.art-footer p,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover
{
  color: #131A20;

}

.art-footer-text
{
  min-height: 32px;
  margin: 0 10px 0 10px;
}

.art-footer a,
.art-footer a:link
{
  color: #295670;
  text-decoration: none;
}

.art-footer a:visited
{
  color: #394D60;

}

.art-footer a:hover
{
  color: #1C394A;


}/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #5096BE;
}

.art-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #6987A5;
}
/* end PageFooter */

/* begin LayoutCell, content */
.art-content-layout .art-content
{
  width: 78%;
}
.art-content-layout .art-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
  width: 22%;
}
/* end LayoutCell, sidebar1 */




.overview-table .art-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}


.overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     padding: 0px;
     z-index: 1000;
     background-image:url(/images/background-trans.png);
}

.overlaydiv {
     position: absolute;
     left: 5px;
     right: 5px;
     max-width:1000px;
     mix-width:200px;
     height: 560px;
     margin: 50px auto;
     background-color: #fff;
     border:1px solid #000;
     text-align:left;
}

.overlay_header {
     width: auto;
     height: 10px;
     padding: 15px;
}

.overlay_title {
     float: left;
     font-weight: bold;
     font-size: 16px;
}

.overlay_close {
     float: right;
     font-weight: bold;
     font-size: 16px;
}

.overlay_content {
     width: auto;
     height: 480px;
     padding: 15px;
     overflow:auto;
}

/* START used in folder tree */
.tree_overlaydiv {
     position: absolute;
     left: 5px;
     right: 5px;
     max-width:400px;
     min-width:200px;
     height: 170px;
     margin: 200px auto;
     background-color: #fff;
     border:1px solid #000;
     text-align:left;
}

.tree_overlay_header {
     width: auto;
     height: 10px;
     padding: 15px;
}

.tree_overlay_title {
     float: left;
     font-weight: bold;
     font-size: 16px;
}

.tree_overlay_close {
     float: right;
     font-weight: bold;
     font-size: 16px;
}

.tree_overlay_content {
     width: auto;
     height: 130px;
     padding: 15px;
     overflow:auto;
}
/* END used in folder tree */

body {
     height:100%;
     margin:0;
     padding:0;
}

.time_dropdown {
     width: 70px;
     border: solid 1px #8099B3;
     height: 26px;
     border-radius: 5px;
}

.captcha {
        border: solid 1px #8099B3;
}


        select, textarea, input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=number] {
          appearance: 100%; appearance: none;
          box-sizing: border-box;
          -moz-box-sizing: border-box;

          /*display: block;*/
          margin: 0px;
          height: 30px;
          width: 55%;
          /*float: left;*/
          border: solid 1px #8099B3;
        }


.td_cell1 {
        width: 30%;
}
.td_cell2 {
        width: 70%;
}


input[type='submit'], input[type='button'] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


#iframe-div
{
    width    : 100%;
    height   : 300px;
    overflow : hidden;
    position : relative;
}
 
#dps-iframe
{
    position : absolute;
    top      : 0px;
    left     : -20px;
    width    : 1280px;
    height   : 1200px;
}

@font-face {
    font-family: Myriad Pro Semibold;
    src: url(/fonts/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: Myriad Pro Light;
    src: url(/fonts/MyriadPro-Light.otf);
}

@font-face {
    font-family: Capriola;
    src: url(/fonts/Capriola-Regular.otf);
}

@font-face {
	font-family: Museo300;
	src: url(/fonts/museo-sans-300.otf);
}

.home_grad1 {
        height: 280px;
        background: -webkit-linear-gradient(left, #d7e1ef, #e8edf5); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #d7e1ef, #e8edf5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #d7e1ef, #e8edf5); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #d7e1ef, #e8edf5); /* Standard syntax */
}

.home_grad2 {
        height: 280px;
        background: -webkit-linear-gradient(left, #0588cb, #25aae1); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #0588cb, #25aae1); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #0588cb, #25aae1); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #0588cb, #25aae1); /* Standard syntax */
}

.home_mainheading {
        font-family: Myriad Pro Light, Times New Roman;
        font-size: 34px;
        line-height: 36px (100%);
        space-after: 12px;
        color: #0b2d72;
}

.home_mainheadingsub {
        font-family: Myriad Pro Light, Times New Roman;
        font-size: 20px;
        line-height: 30px (140%);
        color: #333132;
}

.home_p1heading {
        font-family: Myriad Pro Semibold, Times New Roman;
        font-size: 24px;
        line-height: 24px;
        space-after: 12px;
        color: #0b2d72;
}

.home_p1 {
        font-family: Myriad Pro Light, Times New Roman;
        font-size: 16px;
        line-height: 20px;
        space-after: 7px;
        color: #333132;
}

.home_p2heading {
        font-family: Myriad Pro Semibold, Times New Roman;
        font-size: 24px;
        line-height: 24px;
        space-after: 12px;
        color: #FFFFFF;
}

.home_p2 {
        font-family: Myriad Pro Light, Times New Roman;
        font-size: 16px;
        line-height: 20px;
        space-after: 7px;
        color: #FFFFFF;
}

.home_p1sub {
        font-family: Myriad Pro Semibold, Times New Roman;
        font-size: 16px;
        line-height: 20px;
        space-after: 0px;
        color: #25aae1;
}


/* Style The Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #e8e8e8;*/
}

