/* $Id: base.css,v 1.9 2009/04/02 14:30:28 evg@atom.krasnet.ru Exp $ */
/*GENERAL SET*/
body,p,div,form,td,table,h1,h2,h3,h4,ul,ol,li {
 margin:0; 
 padding:0; 
 font-size: small;
 font-family: Arial, Helvetica, clean, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, hr {
 font-weight: normal; 
 margin:0; 
 padding:0;
}

body { 
 background: #f2f5e1 url(/assets/images/misc/bg_header.gif) left top repeat-x;
 position: relative;
}

/* TEXT SET*/
a {
 color:#001166; 
}

a:hover {
 color:#FF0000;
}

a img {
 border:0;
}

h1 {
 clear:both; 
 font-size: 220%;
 font-family: Georgia, serif; 
 margin-bottom: 10px;
 margin-right: 25px;

}

h2 { 
 clear:both; 
 font-size: 170%;
 font-family: Georgia, serif; 
 margin-bottom: 10px;
}

h3 {
 clear:both; 
 font-size: 140%;
 font-family: Georgia, serif; 
 margin-bottom: 10px;

}

h4 {
 clear:both; 
 font-size: 120%;
 font-family: Georgia, serif; 
 margin-bottom: 10px;
 font-weight: 600;
}

p {
 margin:0;
 font-size: 120%;
 padding: 10px;
}

ul, ol {
 margin: 0;
 padding: 0 0 1em 0;
}
li {
        padding: 4px;
  line-height: 1.25em;
  font-size: 120%;  
        margin-left: 15px;
}
 
blockquote {
       margin-left: 5px
}

cite { 
       display: block;
       padding: 10px 0 0 0;
}
  
img {
 border:0;
}
 
sup {
 position:relative;
 bottom:0.3em;
 vertical-align:baseline;
}
 
sub {
 position:relative;
 bottom:-0.2em;
 vertical-align:baseline;
}
 
acronym, abbr {
 cursor:help;
 letter-spacing:1px;
 border-bottom:1px dashed;
}

.PageBreak {
 clear: both;
}


/* DIALOG */

#DialogWrap {
    clear: both;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 10px;
}

#DialogWrap span.Error {
    color: #ff0000;
    font-size: 1.1em;
}

#DialogWrap span.Notice {
    color: #33CC00;
    font-size: 1.1em;
}

/* HEADER STYLE */

#HeaderWrapper {
 width: 100%;
 height: 125px;
 margin: 0;
 padding: 0;
}

#HeaderOptions {
 width: 950px;
 margin: 0 auto;
 padding: 3px 5px;
/* overflow: hidden;*/
}

#HeaderVersOptions {
 float: left; 
 background: transparent; 
 height: 24px; 
 text-align: left;
 margin: 0 0 0 135px;
 padding: 0;
 z-index: 900;
 position: absolute;
}

#HeaderVersOptions {
 width: 11em;
}

#HeaderDisplayOptions {
      color: #C0C0C0;
      margin: 0;
      padding: 0 10px 0 5px;
      text-decoration: none;
      background: transparent url(/assets/images/icons/in-expand_more.gif) 100% 40% no-repeat;
      height: 24px;
      display: block;
}
#HeaderDisplayOptions:hover {
      color: #ffffff;
      background: transparent url(/assets/images/icons/in-expand_more_red.gif) 100% 60% no-repeat;
}


/* ACCESSIBILITY START */

#DisplayAccessibilityOptions {
      position: absolute;
      text-align: center;
      left: 0;
      top: 22px;
      width: 370px;
      padding: 0;
      padding-top: 10px;
      margin: 0;
      background: #dcded1;
      display: none;
      border: 1px solid #99abbf;
      border-top: none;
}

#DisplayAccessibilityOptions.over {
      display: block;
}
#DisplayAccessibilityOptions  h1{
      display: block;
      clear: both;
      font-size: 1.1em;
      padding: 5px;
      background: #004080 url( /assets/images/misc/bg_button.gif)  bottom left repeat-x;
      color: #cccccc;
      text-align: left;
      font-family: Arial, sans-serif;    
}
#DisplayAccessibilityOptions  {
      margin: 0;
      margin-left: 5px;
      padding: 5px;
      color: #002040;
      text-align: left;
      font-weight: bold;
}
#DisplayAccessibilityTheme {
      clear: both;
      margin: 0;
      margin-left: 2px;
      padding: 0;
      list-style: none;
 }

#DisplayAccessibilityTheme  img{
      display: block;
      margin: auto;
      margin-top: 5px;
      margin-bottom: 5px;
      
}
#DisplayAccessibilityTheme a {
      color: #3366CC;
      text-decoration: none;
}
#DisplayAccessibilityTheme a:hover {
      color: #ff0000;
      text-decoration: underline;
}
#DisplayAccessibilityTheme  li {
      float: left;
      width: 70px;
      font-size: small;
      text-align: center;
      display: block;
      border: 1px solid #6699CC;
      background: #ffffff;
      background: url( /assets/images/misc/bg_block_search.gif);
      margin: 5px;
      padding: 2px;
}
#DisplayAccessibilityTheme  li.ActiveVersion {
      float: left;
      width: 70px;
      font-size: small;
      color: #FF0033;
      text-align: center;
      display: block;
      border: 1px solid #ff0000;
      background: #ffffff;
      margin: 5px;
      padding: 2px;
}
#DisplayUserAgentInstruction {
      clear: both;
      display: block;
      margin: 5px;
      margin-left: 10px;
      padding: 0;
      list-style: none;
      text-align: left;
}

#DisplayAccessibilityKeys  {
      clear: both;
      display: block;
      margin: 5px;
      margin-left: 10px;
      padding: 0;
      list-style: none;
      text-align: left;

}
#DisplayAccessibilityKeys  li{
      font-size: small;
}
.DisplayAccessibilityClose {
        display: block;
 background: #334466 url(/assets/images/misc/bg_button.gif) left bottom repeat-x;
 color: #CCCCCC;
 text-transform: uppercase;
 text-align: center;
 text-decoration: none;
 margin: 0px;
 padding: 5px;
 width: 50px;
 border: 1px solid #5c5c99;
}

.DisplayAccessibilityClose:hover {
 color: #FFFFFF;
 border: 1px solid #dddddd;
}

/* End of ACCESSIBILITY  */

#HeaderOptionsMenu {
 float: right;
 color: #FFF;
 width: 60%;
 text-align: right;
 padding: 0;
 padding-right: 12px;
 margin: 0;
}

#HeaderOptionsMenu a {
 color: #C0C0C0;
 text-decoration: none;
 font-size: 90%;
}
#HeaderOptionsMenu a:hover {
 color: #ffffff;
 text-decoration: underline;
}

#HeaderOptionsMenu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#HeaderOptionsMenu ul li {
 list-style: none;
 margin: 0 5px 0 0;
 padding: 0 10px 0 0;
 display: inline;
 font-size: 14px;
 background: transparent url(/assets/images/misc/vertical_sep_1.gif) center right no-repeat;
}
#HeaderOptionsMenu ul li.Last {
 margin: 0;
 padding:0; 
 background: none;
}
#HeaderLogo {
 width: 135px;
 height: 135px;
 margin: 0 auto;
 background: transparent url(/assets/images/misc/logo_bg.jpg) left top no-repeat;
 z-index: 400;
 top: 0;
 position: absolute;
 padding: 0;  
}
#HeaderLogo a {
 display: block;
 width: 100px;
 height: 100px;
 margin:15px 0 0 15px;
}
#HeaderLogoText {
 float: left;
 width: 250px;
 margin-left: 140px;
}

* html #HeaderLogoText {
  margin-left: 70px;
}
#HeaderLogoText h1 {
 font-size: 25px;
 display: block;
 text-align: center;
 width: 225px;
 border-bottom: 1px dotted #ffffff;
 color: #ffffff;
 text-decoration: none;
 margin: 15px 0 2px;
 padding: 0;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-weight: bold;
}

#HeaderLogoText h1 a {
 text-decoration: none;
 color: #FFF;
}

#HeaderLogoText p {
 font-family: Times New Roman, Georgia, serif;
 font-size: 12px;
 letter-spacing: 1px;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 margin: 0;
 padding: 0;
}  

* html #HeaderNavigationWrapper {
 overflow: visible;
} 
#HeaderNavigationWrapper {
 width: 950px;
 margin: 0 auto;
 padding: 2px 0 18px 0;
 position: relative;
 z-index: 300;
 clear: both;
 height: 65px;
}

#HeaderNavigation {
 top: 0px;
 right: 0px;
 z-index: 300;
 padding-right: 5px;
 position: absolute;
}

#HeaderNavigation ul {
 list-style: none;
 margin: 30px 0 0;
 padding: 0;
}
#HeaderNavigation li {
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 padding-right: 2px;
 padding-top: 5px;
 display: inline;
 float: left;
 font-size: 16px;
 letter-spacing: 0px;
 font-family: Arial, Times;
 text-transform: uppercase;
}

#HeaderNavigation ul li a {
 text-decoration: none;
 color: #dddddd;
 padding: 0 5px;
}
#HeaderNavigation ul li a:hover {
 color: #ffffff;
}
#HeaderNavigation li ul {
 position: absolute;
 top: 2em;
 left: 0;
 display: none;
 margin: 0;
 padding: 10px 0;
 background: transparent url(/assets/images/misc/bg_menu2-1.png) 0 0;
 z-index: 300;
 border: 2px solid #202a40;
}
#HeaderNavigation li.ExpandChild:hover ul, #HeaderNavigation li.over ul {
 display: block;
 background: transparent url(/assets/images/misc/bg_menu2-1.png) 0 0;
 border: 2px solid #202a40;
}
* html #HeaderNavigation a {background-image: none; height: 1%;}
* html #HeaderNavigation li ul li a:hover {background-image: none; }

#HeaderNavigation a:hover {
 background: transparent;
 color: #FFFFFF;
 text-decoration: none;
}

#HeaderNavigation ul li.ExpandChild:hover a:hover, #HeaderNavigation ul li.over a:hover {
 color: #ffffff;
 text-decoration: none;
}


#HeaderNavigation ul li.ExpandChild:hover, #HeaderNavigation ul li.over {
 position: relative;
/* background: transparent url(/assets/images/misc/bg_menu2.png) 0 0;*/
 background: #202a40 url(/assets/images/misc/bg_slader_m0-r.gif) 100% 0 no-repeat;
} 

#HeaderNavigation ul li:hover a:hover {
 color: #FF0000;
} 

#HeaderNavigation ul li.ExpandChild:hover ul li a, #HeaderNavigation ul li.over ul li a {
 background: none;
/* font-size: 13px;*/
 letter-spacing: 0;
 margin: 0;
 padding: 0;
/* color: #001166;*/
 color: #FFF;
 white-space: nowrap;
}
#HeaderNavigation ul li.ExpandChild:hover ul li a:hover, #HeaderNavigation ul li.over ul li a:hover {
 background: none;
}
#HeaderNavigation li ul li, #HeaderNavigation li ul li:hover {
 clear: both;
 display: block;
 float: left;
 clear: left;
 width: 100%;
 text-align: left;
 margin: 0;
 padding: 5px;
 font-family: Arial, Verdana, sans-serif;
 font-size: 1em;
 letter-spacing: 0;
 background-color: transparent;
}
#HeaderNavigation li ul li a {
 display: block;
 text-transform: none;
 font-weight: normal;
 background: none;
 padding: 0;
 white-space: normal;
}

#HeaderNavigation li ul.Localities {
 left: auto;
 right: 0;
}

* html #HeaderNavigation .Chapters {width: 16em;}
* html #HeaderNavigation .Directory {width: 12em;}
* html #HeaderNavigation .Discussion {width: 12em;}
* html #HeaderNavigation .Gemstones {width: 12em;}
* html #HeaderNavigation .Localities {width: 14em;}

/* END of HEADER STYLE */

/* BREADCRUMBTRAIL STYLE */

#BreadCrumbTrail {
        clear: both;
 width: 950px;
        height: 35px;
 margin: 0 auto;
 padding: 0;
}

#BreadCrumbTrailPath {
 float: left;
 width: 600px;
 height: 30px;
 white-space: nowrap;
 text-overflow:ellipsis;
 overflow:hidden;
 padding: 0;
 padding-top: 10px;
 margin: 0;
 color: #000000; 
} 

#BreadCrumbTrailSearch {
 float: right;
 clear: right;
 z-index: 200;
 margin: 0;
 padding: 0;
 padding-right: 10px;
 width: 300px;
 height: 30px;
}

#BreadCrumbTrailSearch input {
 border: 1px solid #c0c0c0;
 margin: 0;
 font-weight: 600;
 font-size: 15px;
 padding: 2px 0 0 30px;
 width: 200px;
 height: 22px;
 float: right;
 background: #FFF url(/assets/images/misc/bg_input_find.jpg) 0 0 no-repeat;
}
#BreadCrumbTrailSearch input.FormInputButton {
/* background: #334466 url(/assets/images/misc/bg_button.gif) left bottom repeat-x;
*/
 background: transparent url(/assets/images/misc/bg_button_search.gif) right bottom no-repeat;
 color: #FFF;
/* margin: 0 0 0 5px;
 padding: 0;*/
        margin: 0;
        padding: 0 5px 0 0;
/* height: 25px;
 width: 30px;
 border: 1px solid #5c5c99;*/
        height: 26px;
        width: 40px;
        border: 0;
 float: right; 
}

/* END of BREADCRUMBTRAIL */


/* PAGE CONTENT STYLE */

#Page {
 width: 950px;
 margin: 0 auto;
 padding: 0 5px;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

#PageContent {
 width: 940px;
 margin: 0;
 padding:0;
 background: #FFF url(/assets/images/misc/page-center.jpg) left top repeat-y; 
}                                                                       

#PagerSection {
 clear: both;
 padding:0;
 margin: 0;
 height: 35px;
 margin-left: 25px;
 margin-right: 25px;    
 }

#ToolsSection {
 clear: both;
 padding:0;
 margin: 0;
 height: 35px;
 margin-top: 30px;
 margin-left: 10px;
 margin-right: 10px; 
 border-bottom: 1px dotted #dddddd;

}

#ToolsSection .StandardTools {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#ToolsSection .StandardTools li,
#ToolsSection .StandardToolsExtended li {
display: inline;
float: left;
list-style: none;
margin: 0;
padding: 0;
font-size: 100%;
}

#ToolsSection .StandardTools span {
display: block;
float: left;
font-family: 'arial',  sans-serif, helvetica;
font-weight: normal;
margin: 0;
margin-right: 4px;
margin-top: 6px;
padding-right: 4px;
text-decoration: none;
}

#ToolsSection .StandardTools a {
 display: block;
 float: left;
 background: #EEEEEE url(/assets/images/icons/sort_dn_1.gif) 2px  50% no-repeat;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #CCCCCC;
 padding: 2px;
 padding-left: 18px;
 padding-right: 4px;
 text-decoration: none;

}

#ToolsSection .StandardTools a:hover {
 border: 1px solid #ff0000;
}

#ToolsSection .StandardToolsExtended {
float: right;
list-style: none;
margin: 0;
padding: 0;
}


#ToolsSection .StandardToolsExtended span {
display: block;
float: left;
font-weight: normal;
margin: 0;
margin-right: 4px;
margin-top: 6px;
padding-right: 4px;
text-decoration: none;
}

#ToolsSection .StandardToolsExtended a {
 display: block;
 float: left;
 background: #EEEEEE url(/assets/images/icons/sort_dn_1.gif) 2px  50% no-repeat;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #CCCCCC;
 padding: 2px;
 padding-left: 18px;
 padding-right: 4px;
 text-decoration: none;
}

#ToolsSection .StandardToolsExtended a:hover {
 border: 1px solid #ff0000;
 }


#PageChapter {
 width: 910px;
 padding: 15px;
 background: transparent url(/assets/images/misc/page-top.jpg) left top no-repeat;  
}
.PageChapterBottom {
 clear: both;
 width: 950px;
 height: 14px;
 background: transparent url(/assets/images/misc/page-bottom.jpg) left top no-repeat;  
}
#PageChapter img {
 margin: 5px;
 margin-right: 10px;
 float: left;
/* clear: both;*/
}

#PageChapter a {
 color: #333399;
 text-decoration: none;
 border-bottom: 1px solid;
}
#PageChapter a:hover {
 color: #FF0066;
}

#PageChapter a.Glossary {
 color: #000000;
 text-decoration: none;
 border-bottom: 1px dotted;
}
#PageChapter a.Glossary:hover {
 color: #FF0000;
 text-decoration: none;
 border-bottom: 1px dotted;
}

#PageChapter  p {
 line-height: 1.25em;
}

#PageChapter blockquote {
 clear: both;
 width: 700px;
 margin: 0 auto 2em;
 padding: 0;
 font-size: 1.1em;
 color: #616647;
}
#PageChapter blockquote cite {
 display: block;
 clear: both;
 text-align: right;
 margin: 0;
 color: #616647;
}

#PageChapter dl {
 margin-left: 15px;
 font-size: 1.2em;
 line-height: 1.25em;
}
#PageChapter  dt {
 border: 0px solid;
 margin-top: 20px;
}
#PageChapter span.WorkAnnotation  {
 display: block;
 width: 90%;
 padding: 5px;
 margin-top: 5px;
 border: 1px dotted #cccccc;
}
#PageChapter span.MainEntry  {
        font-style: italic;
 border-bottom: 1px solid;
}
#PageChapter span.MainEntryDefinition  {
 display: block;
 width: 90%;
 padding: 10px;
 margin-top: 5px;
 border: 1px dotted #cccccc;
}
#PageChapter span.WorkTitle  {
 border-bottom: 1px solid;
}
#PageChapter  dd {
 border: 0px solid;
 margin-left: 20px;
}
#PageChapter .EntitySummary {
 padding-top: 5px;
 width: 95%;
}
#PageChapter .EntityProperties {
 padding-top: 5px;
 color: #c0c0c0;
 font-size: small;
 width: 95%;
}
#PageChapter .EntityTitle a{
 text-decoration: none;
 border-bottom: 1px dotted;
}
  
#PageChapter .EntityURL a{
 color: #00CC00; 
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: none;
 border: none;
 display: block;
 overflow:hidden;
/*    text-overflow-mode:ellipsis;*/
  }
#PageChapter .EntityURL a:hover{
 color: #FF0000; 
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: underline;
 border: none;
}
  
#PageChapter table{
 border: 1px solid #CCCCCC;
 margin: 10px;
 width: 885px;
}

#PageChapter table.InlineVisualRight {
 float: right;
 margin: 10px;
 border: 1px solid #cccccc;
 background: #ffffff;
 width: 325px;
}

#PageChapter table.InlineVisualRight th {
     text-transform: capitalize;
}

#PageChapter table.InlineVisualRight li{
 margin-left: 15px;
 list-style-type: square;
 list-style-position: outside;
 font-size: small;  

 }

#PageChapter table, td{
 border : 1px solid #CCCCCC;
 vertical-align: top;
 border-collapse: collapse;
 font-family:  "Arial", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
 font-size: small/1.5;
}

#PageChapter td.TermLabel {
 text-align: right;
 white-space: nowrap;
 color: #666;
 font-weight: 600;
 background-color: #fafafb;
 border-top: 1px solid #CCCCCC;
}

#PageChapter  tr.TermsTitle td {
 background: #f1f1f1;
 border: none;
 border-top: 1px solid #eeeeee;
 color: #000000;
 text-transform: captilaize;
 font-weight: 600;
 font-size: 15px;
     }

#PageChapter td.TermImage {
 text-align: center;
 white-space: nowrap;
 background-color: #ffffff;
 padding: 60px;
 border: 1px solid #eeeeee;
}

#PageChapter  table,th{
 color : #666;  
 padding : 5px 10px;
 background: #fafafb;
 text-align: left;
 font-weight : 600;
}
#PageChapter table tr td{
 padding: 5px 10px;
 color: #666;
 background: #ffffff;
}

#PageChapter caption{
 text-align: left;
 font-size: 120%;
 padding: 10px 0;
 color: #666;
}

#PageChapter form {
 margin: 0;
 margin-left: 15px;
 width: 100%;
 padding: 0;
}

/* INDEX BANNERS */

#PageIndexSections {
 clear: both;
 margin: 10px;
 width: 880px;
 background: #fafafb;
 border: 1px solid #dddddd;
}

#PageIndexSections .Left {
    float: left;
    padding: 1.5em;
    padding-left: 1em;
    width: 45%;
    background: #ffffff;
    border-right: 1px solid #dddddd;
}
#PageIndexSections div.Left a{
    border: none;
    padding-left: 28px;
    background-image: url(/assets/images/icons/ic_arrow_featured.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#PageIndexSections div.Left a.RSS{
 border: none;
 padding-left: 25px;
 background-image: url(/assets/images/icons/rssfeed_logo.gif);
 background-position: left;
 background-repeat: no-repeat;
}

#PageIndexSections .Right {
 float: right;
 width: 45%;
 overflow: hidden;
 padding: 1.5em;
}
#PageIndexSections ul, ol {
 margin-left: 45px;
 border: 0px solid;
 list-style: outside;
}
#PageIndexSections li {
 padding: 4px;
 display: block;
 margin-top: 0.35em;
 line-height: 1.5em;
 font-size: 120%;
}
#PageIndexSections ul, li{
 margin-left: 10px;
 list-style: none;
 list-style-image: none;
}
#PageIndexSections .Right p{
 font-size: 1.0em;
}

#FeaturedResources {
 clear: both;
 width: 880px;
 padding: 0;
 margin-left: 10px;
 margin-top: 10px;
 margin-bottom: 20px;
 text-align: center;
}
#FeaturedResources img {
 float: none;
 margin: auto;
 padding: 0;
 margin-right: 2.3em;
 border: 4px solid #dddddd;
}
#FeaturedResources a {
 border: none;
}

#PageIndexSite {
}

#PageIndexChapters {
 clear: both;
 position:relative;
 height: 400px;
 width: 900px
}

#PageIndexChapters ul, ol {
 margin-left: 45px;
 border: 0px solid;
 list-style: outside;
}
#PageIndexChapters li {
        padding: 4px;
 line-height: 1.25em;
 font-size: 120%;
 
}
#PageIndexChapters ul, li{
 margin-left: 10px;
 list-style: none;
 list-style-image: none;
}
.PageIndexChaptersLeft {
 position: absolute;
 top: 40px; 
 left: 70px;
 width: 350px;
 height: 320px;
 overflow: auto;
}        
.PageIndexChaptersRight {
 position: absolute; 
 top: 40px; 
 left: 500px;
 width: 350px;
 height: 320px;
 overflow: auto;
}

#PageIndexDirectory {
 clear: both;
 position:relative;
 width: 900px
}
#PageIndexDirectory {
 clear: both;
 position:relative;
 width: 900px
}
#PageIndexDirectory ul{
 float: left;
 display: block;
 width: 300px;
 margin-left: 10px;
}

#PageIndexLocalities {
 clear: both;
 position:relative;
 height: 400px;
 width: 900px
}

#LocalitiesImap a {
 position: absolute;
 font-size: 12px;
 text-decoration: none;
 color: #00CC00; 
}
#LocalitiesImap a:hover {
 background:  #000000;
  }
a#LaMadera { top: 110px; left: 130px; }
a#Izumrudnye { top: 38px; left: 555px; }
a#Malysheva { top: 53px; left: 560px; }
a#SerraDourada { top: 255px; left: 180px; }
a#NovoCruzeiro { top: 270px; left: 200px; }
a#Teafilo { top: 285px; left: 210px; }
a#Carnaiba { top: 240px; left: 285px; }
a#Caraiba   { top: 270px; left: 290px; } 
a#Itaitinga { top: 255px; left: 275px; }
a#Hematita { top: 285px; left: 285px; }
a#Esmeraldas  { top: 240px; left: 150px; }
a#Deobhog { top: 160px; left: 540px; }
a#Mogok { top: 150px; left: 650px; }
a#Horana { top: 195px; left: 615px; }
a#Balangoda { top: 210px; left: 615px; }
a#Dowerin { top: 300px; left: 705px; }
a#Ilakaka { top: 285px; left: 525px; }
a#Manyara { top: 225px; left: 490px; }
a#Tunduru { top: 245px; left: 495px; }
a#Girdlestone { top: 275px; left: 420px; }


#PageIndexForums {
 clear: both;
 position:relative;
 width: 900px
}
#PageIndexForums  ul, li{
 margin-left: 10px;
 list-style: none;
 list-style-image: none;
}
.PageIndexForumsLeft {
 position: absolute;
 top: 40px; 
 left: 70px;
 width: 400px;
 overflow: auto;
}        
.PageIndexForumsRight {
 position: absolute; 
 top: 40px; 
 left: 500px;
 width: 400px;
 overflow: auto;
}


#PageIndexGemstones {
 clear: both;
 position:relative;
 width: 900px;
 height: 400px;
}

#PageIndexGemstones img {
 float: left;
 padding: 0;
 margin: 0;
}
#PageIndexGemstones h2 {
 position: absolute;
}
 h2#Alexandrite-Category { top: 0px; left: 380px; }
 h2#Chrysoberyl-Cats-Eye-Category { top: 90px; left: 10px; }
 h2#Chrysoberyl-Category { top: 300px; left: 670px; }

#Scroller {
 clear: both;
 position: relative;
 text-align: center;
 width: 875px;
 height: 75px;
 margin: 0px 0px 20px 10px;
 padding: 0;
 padding-top: 7px;
 background:  url(/assets/images/misc/bg_scroll_row.gif)  repeat-x;
 background-position: 0 30px;
 border: none;
}
#Scroller img {
 float: none;
 padding: 0;
 margin: 0;
}
#Scroller a.ScrollLeft {
 position: absolute;
 left: 0;
 top: 30px;
 border: none;
 margin: 0;
 padding: 0;
}
#Scroller a.ScrollRight {
 position: absolute;
 right: 0;
 top: 30px;
 border: none;
 margin: 0px;
 padding: 0;
}
#Scroller a.Thumbnail {
 padding: 0px;
 margin: 0;
 border: none;
}
#Scroller a.Thumbnail img {
 border: 2px solid #c0c0c0;
 padding: 1px;
 margin: 0;
}
#Scroller a.Thumbnail img:hover {
 border: 2px solid #ff0000;
}

/* PAGER  STYLE */

#PagerSection {
 clear: both;
 padding:0;
 margin: 0;
 height: 35px;
 margin-left: 25px;
 margin-right: 25px;    
}

.StandardPager {
 float: left;
 margin: 0;
}

.StandardPager span {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 font-weight: normal;
 margin: 0;
 margin-right: 4px;
 margin-top: 6px;
 padding-right: 4px;
 text-decoration: none; 
}

.StandardPager a {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #CCCCCC;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #EEEEEE;
 text-decoration: none; 
}

.StandardPager a:hover {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #ff0000;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #EEEEEE;
 text-decoration: none; 
}

.StandardPagerPages {
 float: right;
 margin: 0;

}
.StandardPagerPages span {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 font-weight: normal;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #FF0000;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #FFB299;
 text-decoration: none; 
 }

.StandardPagerPages a {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #CCCCCC;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #EEEEEE;
 text-decoration: none; 
}

.StandardPagerPages a:hover {
 display: block;
 float: left;
 font-family: 'arial',  sans-serif, helvetica;
 margin: 0;
 margin-left: 4px;
 margin-top: 4px;
 border: 1px solid #ff0000;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #EEEEEE;
 text-decoration: none; 
}
/* END of PAGER */
 

/* END of PAGE CONTENT STYLE */

/* FOOTER STYLE */

#Footer {
 width: 100%;
 background: #202a40 url(/assets/images/misc/bg_footer_top.gif) left top repeat-x;
}

#Footer  a{
 margin-top: 0.15em;
 margin-left: 5px;
 color: #FFF;
}

#Footer a:hover {
 color: #FF0000;
}

#FooterLinks {
 width: 950px;
 clear: both;
 display: block;
 text-align: center;
 margin: 10px auto;
 padding: 15px 0 0; 
 border: none 0;
}

#FooterLinks img {
 display: block;
 text-align: center;
 margin: 5px auto;
}

#FooterLinks a.RSS {
 background:  url(/assets/images/icons/rss_footer.gif) 0 2px no-repeat;
 padding-left: 15px;
}

#FooterLinks hr {
 text-align: center;
 margin: 5px auto;
 color:  #99a2b3;
 height: 1px;
 clear: both;
 width: 40%;
}

#FooterLinks  a{
 color: #c0c0c0;
 text-decoration: none;
 text-align: center;
}
#FooterLinks  a:hover{
        color: #ffffff;
 text-decoration: underline;
 text-align: center;
}
#FooterLinks a.FooterLogoIcon {
 display: block;
 clear: both;
 width: 24px;
 height: 26px;
 margin: 0 auto .5em;
 padding: 0;
} 

#FooterLinks a.FooterLogoIcon:hover {
 display: block;
 clear: both;
 width: 24px;
 height: 26px;
 margin: 0 auto .5em;
 padding: 0;
} 

#FooterCopyRight {
 border-top: 1px solid #99a2b3;
 padding: 10px 0 15px;
 background-color: #202a40;
 color: #c0c0c0;
 overflow: hidden;
}

#FooterCopyRight p {
 display: block;
 width: 950px;
 margin: 0 auto;
 padding: 0 5px;
}
 
.FooterBlockLeft {
 float: left;
 padding: 0;
 font-size: 0.9em;
}

.FooterBlockRight {
 float: right;
 padding: 0;
 font-size: 0.9em;
 } 

/* END of FOOTER STYLE */


/* GLOBAL FORM STYLE */

form {
     margin: 10px;
     border: none;
     width: 900px;
  }
.FormTwoColumn {
    float: left;
    width: 420px;
    padding: 0;
    margin: 0;
}
label{
 text-align: left;
 font-size: 130%;
 padding : 2px;
 margin-top: 5px;
 color : #000000;
}
label.MandatoryFieldError{
 color: #FF0000;
 font-weight: 600; 
}
fieldset {
 border: none;
 clear: both;
 margin-bottom: 5px;
 }
.FormInputLong{
 display: block;
 border: 1px solid #c0c0c0;
 border-bottom: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 5px;
 font-weight: normal;
 font-size: 18px;
 width: 90%;
 background: url(/assets/images/misc/bg_input_standard.gif);
}

.FormInputLongError{
 display: block;
 border: 1px solid #FF0000;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 5px;
 font-weight: normal;
 font-size: 18px;
 width: 90%;
 background: url(/assets/images/misc/bg_input_standard.gif);
}
.FormInputWideReadOnly {
 display: block;
 overflow:hidden;
 background-color: #dddddd; 
 border: 1px solid #c0c0c0;
 border-bottom: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 5px;
 font-weight: normal;
 font-size: 14px;
 width: 90%;
}
.FormWrapError {
 clear:both;
 width: 90%;
 color: #FF0000;
 padding: 0;
 padding-top: 10px;
 margin: 0;
 margin-bottom: 20px;
 font-weight: 600;
 border: 1px dotted #FF0000;
 }   

.FormInputLongTip {
 margin-left: 2px;
 margin-bottom: 5px;
 font-size: .85em;
 color: #777;
 width: 90%;
}

.FormInputLongInstruction {
 clear: both;
 margin-left: 2px;
 margin-bottom: 5px;
 font-size: .99em;
 padding: 2px;
 color: #000000;
 width: 92%;
}

.FormSubmitButton {
 background:  url(/assets/images/misc/bg_button_standard.gif);
 color: #000;
 margin: 0;
 margin-left: 2px;
 padding:  5px;
 font-size: 15px;
 text-transform: uppercase;
 border: 1px solid #c0c0c0;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #dddddd;
}

.FormInputButton {
 background: #334466 url(/assets/images/misc/bg_button.gif) left bottom repeat-x;
 color: #FFF;
 margin: 0 0 0 5px;
 padding: 0;
 height: 25px;
 border: 1px solid #5c5c99;
}

/* PAGE OPTIONS STYLE */
#PageOptions {
 float: left;
 clear: both;
 width: 940px;
 margin: 0 auto;
 padding: 0;
 background: #FFF url(/assets/images/misc/pg_option_middle.gif) repeat-y;
}
#PageOptionsNavigation {
 float: left;
 clear: both;
 width: 940px;
 margin: 0;
 padding: 2px 2px 0 1px;
 background: transparent url(/assets/images/misc/pg_option_top.gif) left top no-repeat;
}
#PageOptionsNavigation ul.OptionsClosed {
 width: 937px;
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-image: none;
 background: transparent url(/assets/images/misc/bg_page-options_ul.jpg) left top repeat-x;
}
#PageOptionsNavigation ul.OptionsOpened {
 width: 937px;
 margin: 0;
 padding: 0;
 height: 55px;
 list-style: none;
 list-style-image: none;
 background: transparent url(/assets/images/misc/bg_page-options_ul.jpg) left top repeat-x;
}

#PageOptionsBottom {
 background: transparent url(/assets/images/misc/pg_option_bottom.jpg) left bottom no-repeat;
 height: 28px;
 text-align: left;
}
#PageOptionsBottom img{
 display: block;
 padding-top: 9px; 
 padding-left: 23px;
}
#PageOptionsNavigation ul li {
 float: left;
 clear: right;
 margin: 0 5px 0 0;
 padding: 0 0 0 10px;
 background: transparent;
 list-style: none;
 list-style-image: none;
 display: inline;
}
* html #PageOptionsNavigation ul li {
 margin-right: 2px;
}
#PageOptionsNavigation ul li a {
 margin: 0;
 padding: 10px 15px 0 5px;
 text-decoration: none;
 font-size: 15px;
 float: left;
}
#PageOptionsNavigation ul li.FirstTab {
 background: #FFF url(/assets/images/misc/pg_option_sld_shdow-r.gif) right top no-repeat;
}
#PageOptionsNavigation ul li.FirstTab a {
 background: #FFF url(/assets/images/misc/bg_slider-r.jpg) right top no-repeat;
 color: #FF0000;
}

#PageOptionsNavigation ul li.SelectTab {
 background: #FFF url(/assets/images/misc/bg_slider-l.jpg) left top no-repeat;
}
#PageOptionsNavigation ul li.SelectTab a {
 background: #FFF url(/assets/images/misc/bg_slider-r.jpg) right top no-repeat;
 color: #FF0000;
}

#PageOptionsNavigation ul li span {
 margin: 0;
 padding: 10px 25px 0 5px;
 text-decoration: none;
 font-weight: 600;
 font-size: 15px;
 height: 55px;
 float: left;
 color: #FF0000;
 background: #FFF url(/assets/images/misc/bg_slider-r.jpg) right top no-repeat;
}
#PageOptionsLoadingReference {
 display: block;
 clear: both;
 width: 920px;
 text-align: center;
 margin: 0;
 padding: 5px 10px 10px;
}
#PageOptionsLoadingReference img{
 display: block;
 margin: 0 auto;
 padding: 20px;
 padding-bottom: 5px;
}
#PageOptionsLoading {
 display: block;
 clear: both;
 width: 920px;
 text-align: center;
 margin: 0;
 padding: 5px 10px 10px;
}
#PageOptionsLoading img{
 display: block;
 margin: 0 auto;
 padding: 20px;
 padding-bottom: 5px;
}
#PageOptionsContent {
 display: block;
 clear: both;
 height: 100%;
 width: 900px;
 margin: 0;
 padding-left: 15px;
}

#PageOptionsContent div.InlineTools{
 clear: both; 
 border: 1px dotted #c0c0c0;
 background: #F2F2F2;
 margin-bottom: 10px;
 padding: 10px;
} 

div.InlineTools form {
 width: 100%;
 margin: 0;
 padding: 0;
}

#PageOptionsContent  dl {
 margin-left: 5px;
 font-size: 1.2em;
 line-height: 1.25em;
}
#PageOptionsContent   dt {
 border: 0px solid;
 margin-top: 20px;
}
#PageOptionsContent  span.WorkAnnotation  {
 display: block;
 width: 90%;
 padding: 5px;
 margin-top: 5px;
 border: 1px dotted #cccccc;
}
#PageOptionsContent  span.MainEntry  {
        font-style: italic;
 border-bottom: 1px solid;
}
#PageOptionsContent  span.MainEntryDefinition  {
 display: block;
 width: 90%;
 padding: 10px;
 margin-top: 5px;
 border: 1px dotted #cccccc;
}
#PageOptionsContent  span.WorkTitle  {
 border-bottom: 1px solid;
}
#PageOptionsContent   dd {
 border: 0px solid;
 margin-left: 20px;
}
#PageOptionsContent  .CiteStyle {
 font-size: 1.15em;
 margin-left: 4px;
 padding-bottom: 5px;
}

#PageOptionsContent  .CiteFormat a{
 text-decoration: none;
 border: none;
}

#PageOptionsContent  .EntitySummary {
 padding-top: 5px;
 width: 95%;
}

#PageOptionsContent  .EntityTitle a{
 text-decoration: none;
 border-bottom: 1px dotted;
}
  
#PageOptionsContent  .EntityURL a{
 color: #00CC00; 
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: none;
 border: none;
 display: block;
 overflow:hidden;
/*    text-overflow-mode:ellipsis;*/
}
#PageOptionsContent  .EntityURL a:hover{
 color: #FF0000; 
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: underline;
 border: none;
}
#PageOptionsContent  .EntitySummary {
 padding-top: 5px;
 width: 95%;
  }

#PageOptionsContent  .ResourceTitle a{
 text-decoration: none;
 border-bottom: 1px dotted;
  }
  
#PageOptionsContent  .ResourceURL a{
 color: #00CC00;  
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: none;
 border-bottom: 1px solid;
  }
#PageOptionsContent  .ResourceURL a:hover{
 color: #FF0000; 
 background-color: transparent;
 font-size: 0.9em;
 font-weight: normal;
 text-decoration: none;
 border-bottom: 1px solid;
  }  

#PrintOptions {
 clear:both;
 width:100%;
 margin-bottom: 15px;
 padding-bottom: 15px;
 border: 1px dotted #dddddd;
}
#PrintOptions ul {
 clear:both;
 width:100%;
 list-style:none;
 margin: 10px 0 0 0;
 padding:0;
}
#PrintOptions ul li img{
 display: block;
 margin: 0 auto;
 padding: 5px;
}
#PrintOptions ul li {
 display:inline;

 list-style:none;
 margin:0;
 padding:0;
}
#PrintOptions ul li a {
 display:block;
 width: 270px;
 float:left;
 margin:0 0 0 1px;
 padding:3px 10px;
 text-align:center;
 background:  #F2F2F2;
 text-decoration:none;
 position:relative;
 left:15px;
 line-height:1.3em;
}

#PrintOptions li a strong {  
 color:#000;
 font-size: 0.9em;
}
#PrintOptions ul li a:hover {
 background:#dddddd;
 color:#000000;
}
#PrintOptions ul li a.active,
#PrintOptions ul li a.active:hover {
 color:#fff;
 background:#000;
 font-weight:bold;
}
#PrintOptions ul li a span {
 display:block;
 padding: 0.8em;
 text-decoration: none;
}
#BookmarkOption {
 clear:both;
 width:100%;
 margin-bottom: 15px;
 padding-bottom: 15px;
 border: 1px dotted #dddddd;
}
#BookmarkOption ul {
 clear:both;
 width:100%;
 list-style:none;
 margin: 10px 0 0 0;
 padding:0;
}
#BookmarkOption ul li {
 display:inline;
 list-style:none;
 margin:0;
 padding:0;
}
#BookmarkOption ul li  {
 display:block;
 width: 270px;
 float:left;
 margin:0 0 0 1px;
 padding:3px 10px;
 text-align: left;
 background:  #ffffff;
 color:#000;
 text-decoration:none;
 position:relative;
 left:15px;
 line-height:1.3em;
}
#BookmarkOption a {
 display: block;
 padding: 5px;
 text-decoration: none;
 border-bottom: 1px solid #F2F2F2;
}
#BookmarkOption a img {
 padding-right: 10px;
}
#BookmarkOption ul li a:hover {
 background:#dddddd;
 color:#000000;
}
#BookmarkOption ul li a.active,
#BookmarkOption ul li a.active:hover {
 color:#fff;
 background:  #F2F2F2;
 font-weight:bold;
}
#BookmarkOption ul li a span {
 display:block;
 padding: 0.8em;
 text-decoration: none;
}
#PageOptionsContent table{
 border: 1px solid #CCCCCC;
 margin: 10px;
 width: 885px;
}

#PageOptionsContent table, td{
 border : 1px solid #CCCCCC;
 vertical-align: top;
 border-collapse : collapse;
 font  : small/1.5 "Arial", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

#PageOptionsContent td.TermLabel {
 text-align: right;
 white-space: nowrap;
 color: #666;
 font-weight: 600;
 background-color: #fafafb;
 border-top: 1px solid #CCCCCC;
}
#PageOptionsContent td.TermImage {
 text-align: center;
 white-space: nowrap;
 background-color: #ffffff;
 padding: 60px;
 border: 1px solid #eeeeee;
}

#PageOptionsContent  table,th{
 color : #666;  
 padding : 5px 10px;
 background: #fafafb;
 text-align: left;
 font-weight : 600;
}
#PageOptionsContent table tr td{
 padding: 5px 10px;
 color: #666;
 background: #ffffff;
}

#PageOptionsContent caption{
 text-align: left;
 font-size: 120%;
 padding: 10px 0;
 color: #666;
}
#TagScreenIndex {
 clear: both; 
 border: 1px dotted #dddddd; 
 padding: 15px; 
 margin-bottom: 15px;
}


#TagScreenIndex h2 { 
 float: left; 
 margin: 0; 
 margin-right: 10px; 
 padding: 15px; 
 border: 1px solid #dddddd; 
 background: #F2F2F2;
 }       
#TagScreenIndex a {
 color: #6666FF;
 font-size: 0.8em;
 padding: 0.3em;
 border-bottom: none;
 text-decoration: none;  
}

#TagScreenIndex a:hover {
 color: #FF0000;
 text-decoration: underline;
}

#TagScreenIndex a.rating1 {
 color: #6699CC;
 font-size: 0.9em;
    border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating1:hover {
 color: #336699;
}
#TagScreenIndex a.rating2{
 color: #E54560;
 font-size: 1.0em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating2:hover {
 color: #991F33;
}
#TagScreenIndex a.rating3{
 color: #E57386;
 font-size: 1.1em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating3:hover {
 color: #B36B71;
}
#TagScreenIndex a.rating4{
 color: #B8B8E5;
 font-size: 1.2em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating4:hover {
 color: #FF99AA;
}
#TagScreenIndex a.rating5{
 color: #E5B8BF;
 font-size: 1.3em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating5:hover {
 color: #7A7A99;
}
#TagScreenIndex a.rating6{
 color: #FF99CC;
 font-size: 1.4em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating6:hover {
 color: #FF3399;
}
#TagScreenIndex a.rating7{
 color: #CC99FF;
 font-size: 1.5em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating7:hover {
 color: #9933CC;
}
#TagScreenIndex a.rating8{
 color: #6699CC;
 font-size: 1.6em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating8:hover {
 color: #336699;
}
#TagScreenIndex a.rating9{
 color: #c0c0c0;
 font-size: 1.7em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating9:hover {
 color: #336699;
}
#TagScreenIndex a.rating10{
 color: #FF6699;
 font-size: 1.8em;
 border-bottom: none;
 text-decoration: none;  
}
#TagScreenIndex a.rating10:hover {
 color: #336699;
}
/* END of PAGE OPTIONS STYLE */

/* START ARTICLES TEMPLATES - LIST STYLE */

#ProductSubDisplay {
 width: 900px;
 padding: 5px;
 padding-left: 5px;
 border: 0px solid #dddddd;
 clear: both;

}
#ProductSubDisplay a {
 text-decoration: none;
 border: none;

}
#ProductSubDisplay  h2 {
 color: #000000;
 font-size: 17px;
 margin-bottom: 2px;
 letter-spacing:-.05em;       
}
 #ProductSubDisplay  div.Tray{
 float: left;
 overflow: hidden;
 text-align: center;
 border: 1px solid #dddddd;
 margin: 6px;
 width: 210px;
 height: 235px;
 background: #ffffff;
}
 #ProductSubDisplay  div.Tray p{
 margin:0;
 padding: 0;
}
#ProductSubDisplay  div.Tray img{
 clear: both;
 float: none;
 margin: auto 5px;
 width: 150px;
 height: 150px;
 border: none;
 }

#ProductSubDisplay  div.Tray .ExtendedBlock{
 display: none;
}
#ProductSubDisplay  div.Tray .ExtendedLine{
 display: none;
       
}


#ProductSubDisplay  div.Tray a{
 font-size: 15px;
 color: #000000;
 font-weight: 600;
 display: block;
 margin: 4px;
}

 #ProductSubDisplay  div.Tray a:hover{
 text-decoration: underline;
 color: #ff0000;
}

 #ProductSubDisplay div.Tray span   {
 display: block;
 text-align: center;
 line-height: 1.3em;
 font-size: 14px;
}

#ProductSubDisplay  div.List{
 clear: both;
 overflow: hidden;
 position: relative;
 text-align: left;
 border: 1px solid #dddddd;
 margin: 6px;
 width: 98%;
 height: 165px;
 background: #ffffff;
}

#ProductSubDisplay  div.List p a{
 margin: 0;
 color: #000000;
 font-size: 17px;
 padding: 15px 5px 5px 5px;
}

#ProductSubDisplay  div.List img{
 float: left;
 width: 150px;
 height: 150px;
}

#ProductSubDisplay  div.List .ExtendedBlock{
 position: absolute;
 top: 15px;
 right: 5px;
}
#ProductSubDisplay  div.List .ExtendedLine{
       
}
#ProductSubDisplay  div.List a{
 font-size: 15px;
 color: #000000;
 font-weight: 600;
 display: block;
 margin: 4px;
}

#ProductSubDisplay  div.List a:hover{
 text-decoration: underline;
 color: #ff0000;
}

#ProductSubDisplay div.List span   {
 display: block;
 text-align: left;
 margin: 0px;
 line-height: 1.3em;
 border: 0px solid #ff0000;
 font-size: 14px;
}

/* START ARTICLES TEMPLATES - DETAILS STYLE */


#ProductSpecification  tr.Attribution td {
 background: #f1f1f1;
 border: none;
 border-top: 1px solid #eeeeee;
 color: #000000;
 text-transform: captilaize;
 font-weight: 600;
 font-size: 15px;
}
#ProductSpecification td.Attribute {
 text-align: right;
 width: 30%;
 white-space: nowrap;
 color: #666;
 font-weight: 600;
 background-color: #fafafb;
 border-top: 1px solid #CCCCCC;
}
#ProductSpecification td.Designation {
 text-align: left;
 width: 70%;
 color: #666;
}

#ProductPrimeDisplay{
 clear: both;
 float: left;
 margin: 10px;
 width: 880px;
 padding: 0;
 border: 1px solid #cccccc;
 background: #ffffff;
}

#ProductPrimeDisplay  h2{
 color: #000000;
 font-size:20px;
 letter-spacing:-.05em;
}

#ProductPrimeDisplay .ImageBrowser {
 float: left;
 position: relative;
 text-align: center;
 width: 325px;
 height: 365px;
 margin: 0;
 padding: 4px;
 background: #ffffff;
}

#ProductPrimeDisplay .ImageBrowser img {
    margin: 8px 8px 10px 9px;
}

#ProductPrimeDisplay .ImageBrowserScroll{
 clear: both;
 margin: 0;
 position: absolute;
 left: 10px;
 bottom: 0px;
 text-align: center;
 padding: 0;

}

#ProductPrimeDisplay .ImageBrowserScroll img{
 margin: 0;
}

#ProductPrimeDisplay .ImageBrowserScroll a.ImageSelected{
 float: left;
 border: 1px solid #ff0000;
 padding: 2px;
 margin: 2px;
}

#ProductPrimeDisplay .ImageBrowserScroll a.ImageAdditional{
 float: left;
 border: 1px solid #dddddd;
 padding: 2px;
 margin: 2px;
}
#ProductPrimeDisplay .ImageBrowserScroll a.ImageAdditional:hover{
 border: 1px solid #ff0000;
}

#ProductPrimeDisplay .ProductPrice {
 float: right;
 width: 250px;
 margin: 5px;
 margin-left: 15px;
 margin-bottom: 0;
 padding: 10px 5px 10px 5px;

}

#ProductPrimeDisplay #ProductGrade{
 font: 12px/20px;
 color: #000000;
 float: left;
 width: 210px;
 height: 315px;
 padding: 20px 20px 45px 20px;
 border-left: 1px solid #dddddd;
 border-right: 1px solid #cccccc;
 background: #fafafb;
}

.GradeScore {
 background-color: #f1f1f1;
 padding: 10px;
 width: 201px!important;
 margin-bottom: 10px;
}

.GradeScore div {
 background-color: #ffffff;
 border: 1px solid #e1e1e1;
}

.GradeScore div span {
 height: 12px;
 display: block;

}
.GradeScore div span.G0_G10 {
 width: 100%;
 background-color: #c0c0c0;
}
.GradeScore div span.G1_G10 {
 width: 10%;
 background-color: #33FF33;
}
.GradeScore div span.G2_G10 {
 width: 20%;
 background-color: #66FF00;
}
.GradeScore div span.G3_G10 {
 width: 30%;
 background-color: #00FF33;
}
.GradeScore div span.G4_G10 {
 width: 40%;
 background-color: #66FF33;
}
.GradeScore div span.G5_G10 {
 width: 50%;
 background-color: #00FF00;
}
.GradeScore div span.G6_G10 {
 width: 60%;
 background-color: #33FF00;
}
.GradeScore div span.G7_G10 {
 width: 70%;
 background-color: #00CC00;
}
.GradeScore div span.G8_G10 {
 width: 80%;
 background-color: #33CC00;
}
.GradeScore div span.G9_G10 {
 width: 90%;
 background-color: #00CC33;
}
.GradeScore div span.G10_G10 {
 width: 100%;
 background-color: #339900;
}

#ProductGrade .GradeRating {
 clear: both;
 color: #000000;
 margin: 0;
 margin-top: 5px;
 padding: 0px;
 padding-top: 15px;
}
#ProductGrade .GradeRating div{
 float: left;
 font-size: 14px;
 padding-left: 2px;
}

#ProductGrade .GradeRating span{
 float: right;
 display: block;
 font-size: 14px;
 padding-right: 2px;

}

#ProductGrade .RatingScore {
 clear: both;
 background-color: #f1f1f1;
 padding: 2px;
 width: 206px!important;
 clear: both;
 font-size: 0px;
 margin: 0;
 margin-top: 5px;
}

#ProductGrade .RatingScore div {
 background-color: #ffffff;
 border: 1px solid #e3eacd;
 font-size: 0px;
}
#ProductGrade .RatingScore div span {
 font-size: 0px;
 height: 6px;
 display: block;
}
#ProductGrade .RatingScore div span.R0_R5 {
 width: 100%;
 background-color: #c0c0c0;
}
#ProductGrade .RatingScore div span.R1_R5 {
 width: 20%;
 background-color: #33FF99;
}
#ProductGrade .RatingScore div span.R2_R5 {
 width: 40%;
 background-color: #00FF99;
}
#ProductGrade .RatingScore div span.R3_R5 {
 width: 60%;
 background-color: #33CC66;
}
#ProductGrade .RatingScore div span.R4_R5 {
 width: 80%;
 background-color: #00CC66;
}
#ProductGrade .RatingScore div span.R5_R5 {
 width: 100%;
 background-color: #009933;
}
/* END ARTICLES TEMPLATES STYLE */


/* START ACCOUNT AND PROFILES TEMPLATES  */


#EntityPrimeDisplay{
 clear: both;
 float: left;
 margin: 10px;
 width: 880px;
 padding: 0;
 border: 1px solid #cccccc;
 background: #ffffff;
}

#EntityPrimeDisplay  h2{
 color: #000000;
 font-size:20px;
 display: block;
 text-align: center;
 padding-top: 10px;
 letter-spacing:-.05em;
}

#EntityPrimeDisplay .ImageBrowser {
 float: left;
 position: relative;
 text-align: center;
 width: 310px;
 margin: 0;
 padding: 0;
 background: #ffffff;
}


#EntityPrimeDisplay .ProfileSnapshot {
 float: right;
 width: 280px;
 margin: 0px;
 padding-right: 20px;

}
#EntityPrimeDisplay  .ProfileSnapshot table{
 border: none;
 vertical-align: top;
 border-collapse : collapse;
 margin: 5px;
 width: 99%;
}
#EntityPrimeDisplay  .ProfileSnapshot td{
 border: none;
 border-bottom: 1px solid #CCCCCC;
 vertical-align: top;
 border-collapse : collapse;
}


#EntityPrimeDisplay td.ProfileAttribute {
 text-align: right;
 width: 30%;
 white-space: nowrap;
 color: #666;
 font-weight: 600;
 border-top: 1px solid #CCCCCC;
}
#EntityPrimeDisplay td.ProfileDesignation {
 text-align: left;
 border-top: 1px solid #CCCCCC;
 width: 70%;
 color: #666;
}



#EntityPrimeDisplay #EntityStats{
 font: 12px/20px;
 color: #000000;
 float: left;
 width: 210px;
 padding: 0px 20px 45px 20px;
 border-left: 1px solid #dddddd;
 border-right: 1px solid #cccccc;
 background: #fafafb;
}

.EntityScore {
 background-color: #f1f1f1;
 padding: 10px;
 width: 201px!important;
 margin-bottom: 10px;
}

.EntityScore div {
 background-color: #ffffff;
 border: 1px solid #e1e1e1;
}

.EntityScore div span {
 height: 12px;
 display: block;

}
.EntityScore div span.G0_G10 {
 width: 100%;
 background-color: #c0c0c0;
}
.EntityScore div span.G1_G10 {
 width: 10%;
 background-color: #33FF33;
}
.EntityScore div span.G2_G10 {
 width: 20%;
 background-color: #66FF00;
}
.EntityScore div span.G3_G10 {
 width: 30%;
 background-color: #00FF33;
}
.EntityScore div span.G4_G10 {
 width: 40%;
 background-color: #66FF33;
}
.EntityScore div span.G5_G10 {
 width: 50%;
 background-color: #00FF00;
}
.EntityScore div span.G6_G10 {
 width: 60%;
 background-color: #33FF00;
}
.EntityScore div span.G7_G10 {
 width: 70%;
 background-color: #00CC00;
}
.EntityScore div span.G8_G10 {
 width: 80%;
 background-color: #33CC00;
}
.EntityScore div span.G9_G10 {
 width: 90%;
 background-color: #00CC33;
}
.EntityScore div span.G10_G10 {
 width: 100%;
 background-color: #339900;
}

#EntityStats .StatsPoints {
 clear: both;
 color: #000000;
 margin: 0;
 margin-top: 5px;
 padding: 0px;
 padding-top: 15px;
}
#EntityStats .StatsPoints div{
 float: left;
 font-size: 14px;
 padding-left: 2px;
}

#EntityStats .StatsPoints span{
 float: right;
 display: block;
 font-size: 14px;
 padding-right: 2px;

}

#EntityStats .StatsRating {
 clear: both;
 background-color: #f1f1f1;
 padding: 2px;
 width: 206px!important;
 clear: both;
 font-size: 0px;
 margin: 0;
 margin-top: 5px;
}

#EntityStats .StatsRating div {
 background-color: #ffffff;
 border: 1px solid #e3eacd;
 font-size: 0px;
}
#EntityStats .StatsRating div span {
 font-size: 0px;
 height: 6px;
 display: block;
}
#EntityStats .StatsRating div span.R0_R5 {
 width: 100%;
 background-color: #c0c0c0;
}
#EntityStats .StatsRating div span.R1_R5 {
 width: 20%;
 background-color: #33FF99;
}
#EntityStats .StatsRating div span.R2_R5 {
 width: 40%;
 background-color: #00FF99;
}
#EntityStats .StatsRating div span.R3_R5 {
 width: 60%;
 background-color: #33CC66;
}
#EntityStats .StatsRating div span.R4_R5 {
 width: 80%;
 background-color: #00CC66;
}
#EntityStats .StatsRating div span.R5_R5 {
 width: 100%;
 background-color: #009933;
}


.MessageSystem{
 clear: both;
 background: #ffffff;
 padding: 15px;
 font-size: 1.1em;
 line-height: 1.5em;
 border: 5px solid #ececec;
}


.MessageSystemFooter{
 background: url(/assets/images/icons/message-footer-arrow.gif) 20px 0 no-repeat; 
 padding-left: 58px;
 padding-top: 1px;
 margin-bottom: 2em;
 font-size: 90%;
 color: #000000;
}


.MessageSystem a.MessageClose {
 clear: both;
 font-family: 'arial',  sans-serif, helvetica;
 border: 1px solid #CCCCCC;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #EEEEEE;
 text-decoration: none; 

}

.MessageSystem a.MessageClose:hover {
 border: 1px solid #ff0000;
 background: #EEEEEE;
 text-decoration: none; 
 }


.MessageComment{
 clear: both;
 background: #F2F2F2;
 padding: 15px;
 font-size: 1.1em;
 line-height: 1.5em;
 border: 5px solid #ececec;
}


.MessageCommentFooter{
 background: url(/assets/images/icons/message-footer-arrow.gif) 20px 0 no-repeat; 
 padding-left: 58px;
 padding-top: 1px;
 margin-bottom: 2em;
 font-size: 90%;
 color: #4A4A4A;
}





#searchResultAjaxTags{
 position: absolute;
 left: 65px;
 top: 22px;
 width: 250px;
 background: transparent url(/assets/images/misc/bg_pop_down.png) 0 0;
 border: 1px solid #cdd0bf;
 margin-left: 0px;
 display: none;
 z-index: 250;
}

#searchResults ul{
 list-style: none;
 margin-left: 0px;
 padding-left: 0px;
 margin-bottom: 0px;
}

#searchResults h4{
 margin: 0 0;
 padding: 0.1em 0.1em;
 color: #000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
}

#searchResults a{
 display: block;
 margin: 0;
 padding: 0 10px;
 font-size: 16px;
 color: #000;
 font-size: small;
 line-height: 1em;
 text-decoration: none;
}
#searchResults a:hover {
  color: #FF0000;
}

#searchResults a.selected{
 color: #FFF;
 background: #484256;
}

/* SEARCH RESULT TOOLS SECTION POPDOWN */


#ToolsSection #StandardToolsOptionsSelector,
#ToolsSection #StandardToolsOptionsModeSelector,
#ToolsSection #StandardToolsOptionsExt1Selector,
#ToolsSection #StandardToolsOptionsExt2Selector,
#ToolsSection #StandardToolsOptionsExt3Selector,
#ToolsSection #StandardToolsOptionsExtBestSelector,
#ToolsSection #StandardToolsOptionsExPageSelector,
#ToolsSection #StandardToolsOptionsExPablishSelector {
z-index:50;
position: relative;
}

#ToolsSection .StandardTools li ul li,
#ToolsSection .StandardToolsExtended li ul li {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
display: block;
clear: both; 
background: none;
}

#ToolsSection .StandardTools li ul li a,
#ToolsSection .StandardToolsExtended li ul li a{
 margin: 0;
 border: 0;
 padding: .15em 1em .15em 1.5em;
 text-decoration: none;
 background: none;
 color: #000;
}
#ToolsSection .StandardTools li ul li a:hover,
#ToolsSection .StandardToolsExtended li ul li a:hover{
 color: #FFF;
 background: #00007F;
 border: 0;
}

#StandardToolsOptions a {
min-width: 11em;
}
* html #StandardToolsOptions a {
width: 12em;
}
#StandardToolsOptionsMode a{
min-width: 4em;
}
* html #StandardToolsOptionsMode a{
width: 5em;
}

#StandardToolsOptionsExt1 a {
min-width: 8em;
}

* html #StandardToolsOptionsExt1 a {
width: 10em;
}

#StandardToolsOptionsExt2 a {
min-width: 8em;
}

* html #StandardToolsOptionsExt2 a {
width: 10em;
}

#StandardToolsOptionsExt3 a {
min-width: 11em;
text-align: right;
}

* html #StandardToolsOptionsExt3 a {
width: 12em;
}
#StandardToolsOptionsExtBest a {
min-width: 9em;
}

#StandardToolsOptionsExPage a {
min-width: 9em;
}

#StandardToolsOptionsExPablish a {
min-width: 9em;
text-align: right;
}


#StandardToolsOptions, 
#StandardToolsOptionsExtBest, 
#StandardToolsOptionsExPage, 
#StandardToolsOptionsExPablish, 
#StandardToolsOptionsExt1, 
#StandardToolsOptionsExt2, 
#StandardToolsOptionsExt3, 
#StandardToolsOptionsMode {
 display: none;
 position: absolute;
 top: 1.9em;
 padding:10px 0;
 margin: 0;
 background: transparent url(/assets/images/misc/bg_pop_down.png) 0 0;
 border: 1px solid #cdd0bf;
 list-style: none;
 list-style-image: none;
 z-index: 50;
}

#StandardToolsOptions,
#StandardToolsOptionsMode,
#StandardToolsOptionsExtBest,
#StandardToolsOptionsExPage,
#StandardToolsOptionsExt1,
#StandardToolsOptionsExt2 {
 left: 4px;
}
#StandardToolsOptionsExPablish,
#StandardToolsOptionsExt3 {
 right: 0;
}
* html #StandardToolsOptions {
 left: 8px;
}

* html #StandardToolsOptionsMode {
 left: 8px;
}

* html #StandardToolsOptionsExtBest {
 left: 8px;
}
* html #StandardToolsOptionsExPage {
 left: 8px;
}
* html #StandardToolsOptionsExPablish {
 right: 0;
}
* html #StandardToolsOptionsExt1 {
 left: 8px;
}

* html #StandardToolsOptionsExt1 {
 left: 8px;
}
* html #StandardToolsOptionsExt2 {
 left: 8px;
}

#StandardToolsOptions.over, 
#StandardToolsOptionsExtBest.over, 
#StandardToolsOptionsExPage.over, 
#StandardToolsOptionsExPablish.over, 
#StandardToolsOptionsExt1.over, 
#StandardToolsOptionsExt2.over, 
#StandardToolsOptionsExt3.over, 
#StandardToolsOptionsMode.over {
 display: block;
}
/*
#StandardToolsOptions .FormSubmitButton, 
#StandardToolsOptionsExtBest .FormSubmitButton,  
#StandardToolsOptionsExPage .FormSubmitButton, 
#StandardToolsOptionsExPablish .FormSubmitButton, 
#StandardToolsOptionsExt1 .FormSubmitButton, 
#StandardToolsOptionsExt2 .FormSubmitButton, 
#StandardToolsOptionsExt3 .FormSubmitButton, 
#StandardToolsOptionsMode .FormSubmitButton {
 background:  url(../images/misc/bg_button_standard.gif);
 color: #000;
 margin: 10px 20px 0;
 padding:  5px;
 font-size: 15px;
 text-transform: uppercase;
 border: 1px solid #c0c0c0;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #dddddd;
 width: 3.5em;
 }
*/

/* END of SEARCH RESULT TOOLS SECTION POPDOWN */ 



/* ACCOUNT */

#AccountWrap {
 clear: both;
 margin: 10px;
 width: 880px;
 background: #fafafb;
 border: 1px solid #dddddd;
}
#AccountWrap .Left {
 float: left;
 padding: 1.5em;
 width: 45%;
 background: #ffffff;
 border-right: 1px solid #dddddd;
}

#AccountWrap .Center {
 float: none;
 background: #ffffff;
 padding: 0.5em;
}

#AccountWrap .Right {
 float: right;
 width: 45%;
 overflow: hidden;
 padding: 1.5em;
}


#AccountInbox {
 letter-spacing: 0.09em;
}

#AccountInbox dt.Date {
 font-weight: 600;
}
#AccountInbox dd {
 margin-top: 0.25em;
}

#AccountInbox span.Time {
 background: #dddddd;
 border: 1px solid #dddddd;
}

#AccountInbox a  {
 background-color: transparent;
 text-decoration: none;
 border-bottom: 1px dotted;
}


#AccountForms {
 clear: both; 
 border: none;
 margin-bottom: 10px;
 padding: 0px;
}

#AccountForms  form {
 width: 100%;
 margin: 0;
 padding: 0;
}

#AccountForms .FormInputLong, .FormInputLongError {
 font-size: 15px;
}

.FormInputAgreementReadOnly {
 display: block;
 overflow: auto;
 background-color: #dddddd; 
 border: 1px solid #c0c0c0;
 border-bottom: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 5px;
 font-weight: normal;
 font-size: 14px;
 width: 98%;
}

#AccountForms  div.AccountToolsExtendedMenu {
 clear:both;
 height: 30px;
 border: none;
 padding: 0;
 margin: 2px;
 margin-bottom: 0;
}

#AccountForms  div.AccountToolsExtendedMenu ul {
 list-style:none;
 margin: 0;
 padding:0;
}
#AccountForms  div.AccountToolsExtendedMenu ul li {
 display:inline;
 list-style:none;
 margin:0;
 padding:0;
}
#AccountForms  div.AccountToolsExtendedMenu ul li a.Open {
 display: block;
 float:left;
 margin: 0;
 margin-bottom: 0;
 margin-right: 5px;
 padding: 3px 5px 5px 20px;
 background: #dddddd url(/assets/images/icons/sort_dn_1.gif);
 background-repeat: no-repeat;
 background-position: 5px 50%;
 text-align:center;
 color:#000;
 text-decoration:none;
 line-height:1.3em;
 border: 1px solid #c0c0c0;
}
#AccountForms  div.AccountToolsExtendedMenu ul li a.Open:hover {
 color:#fff;
 background: #369 url(/assets/images/icons/sort_dn_1.gif);
 background-repeat: no-repeat;
 background-position: 5px 50%;
}

#AccountForms  div.AccountToolsExtendedMenu ul li a.Close {
 display: block;
 float:left;
 margin: 0;
 margin-bottom: 0;
 margin-right: 5px;
 padding: 3px 5px 5px 5px;
 background: #369 ;
 text-align:center;
 color:#ffffff;
 text-decoration:none;
 line-height:1.3em;
 border: 1px solid #c0c0c0;
}

#AccountForms  div.AccountToolsExtendedMenu ul li a.active,
#AccountForms  div.AccountToolsExtendedMenu ul li a.active:hover {
 color:#000000;
 background: #CCCCCC;
 border-top: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 font-weight:bold;
}

#AccountExtendedOption {
 clear: both;
 margin: 1px;
 margin-top:0;
 padding: 0.5em;
}
.ExtendedOpen {
 border: 1px solid #c0c0c0; 
 background: #fafafb;
}  

div#AccountExtendedOption  label{
 text-align: left;
 font-size: 1.1em;
 color : #000000;
 padding: 0;
 margin: 2px;
}

div#AccountExtendedOption  fieldset{
 text-align: left;
 font-size: 1.1em;
 border: 1px solid #eeeeee;
 color : #000000;
 padding: 0.5em;
 margin: 0px;
 margin-bottom: 10px;
}

div#AccountExtendedOption  legend{
 font-size: 1.2em;
 color: #000000;
 margin: 5px;
}


#AccountExtendedOption div.AttachmentUploader {
 clear: both;
 padding: 0.5em;
 font-size: 1.2em;
}

div.AttachmentUploader input.FileInput{
 border: 1px solid #c0c0c0;
 border-bottom: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 2px;
 font-weight: normal;
 width: 80%px;
 background: url(/assets/images/misc/bg_input_standard.gif);
}

div.AttachmentUploader input.FileInputUpload{
 background:  #cccccc;
 color: #000;
 font-weight: 600;
 margin-bottom: 2px;
 font-size: 14px;
 text-transform: capitalize;
 border: 1px solid #c0c0c0;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #666666;
  }


  

div#AccountExtendedOption table.AttachmentsPost {
 width: 100%;
 margin: 0;
 margin-top: 10px;
 vertical-align: top;
 border-collapse : collapse;
 border: 1px dotted #cccccc;
 background: #ffffff;

}

#AccountExtendedOption table  th{
 border: 1px solid #eeeeee;
 background: url(/assets/images/misc/bg_input_standard.gif);
}

div#AccountExtendedOption table.AttachmentsPost tr, td, th {
 border-collapse : collapse;
 padding : 5px 10px;
 text-align: left;
 border: none;
 padding: 0;
 margin: 0;
}

div#AccountExtendedOption table.AttachmentsPost,td,th{
 padding : 5px 10px;
 text-align: left;
}

#AccountExtendedOption  th.StatsFiles span{
 white-space: nowrap;
 padding: 0.5em;
 display: block;
 color: #000000;
}
#AccountExtendedOption  th.StatSize span{
 white-space: nowrap;
 padding: 0.5em;
 display: block;
 color: #000000;
}
#AccountExtendedOption  th.StatsQuota span{
 white-space: nowrap;
 padding: 0.5em;
 display: block;
 color: #000000;
}

#AccountExtendedOption td.Size  {
 font-weight: 600;
 color: #00CC00;   
 text-transform: uppercase;
 white-space: nowrap;
}


#AccountExtendedOption  span.AttachmentUploading {
 display: block;
 padding: 2px;
 margin: 2px;
 text-align: right;
 color: #ffffff;
 background: #369;  
}


#AccountExtendedOption td.File a  {
 background-image: url(/assets/images/icons/attachment_clip.gif);
 background-repeat: no-repeat;
 background-position: 0 0%;
 padding-left: 25px;
 color: #3333CC;
 background-color: transparent;
 font-weight: normal;
 text-decoration: underline;

}

#AccountExtendedOption td.Tools a  {
 background:  url(/assets/images/misc/bg_button_standard.gif);
 color: #000;
 margin: 0;
 margin-left: 2px;
 padding: 3px;
 font-size: 0.9em;
 text-decoration: none;
 text-transform: uppercase;
 border: 1px solid #c0c0c0;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #666666;

}
#AccountExtendedOption  td.Tools a:hover {
 border: 1px solid #ff0000;
 background: #ffffff;
}

div#AccountExtendedOption table.SubscribedItems {
 width: 100%;
 margin: 0;
 margin-top: 10px;
 vertical-align: top;
 border-collapse : collapse;
 border: 1px dotted #cccccc;
 background: #ffffff;
 
}
 
#AccountExtendedOption table  th{
 border: 1px solid #eeeeee;
 background: url(/assets/images/misc/bg_input_standard.gif);
}
 
div#AccountExtendedOption table.SubscribedItems tr, td, th {
 border-collapse : collapse;
 padding : 5px 10px;
 text-align: left;
 border: none;
 padding: 0;
 margin: 0;
}
 
div#AccountExtendedOption table.SubscribedItems,td,th{
 padding : 5px 10px;
 text-align: left;
 }
 
div#AccountExtendedOption table.SubscribedItems th  span{
 white-space: nowrap;
 padding: 0.5em;
 display: block;
 color: #000000;
 }
div#AccountExtendedOption table.SubscribedItems .Select {
 font-weight: 600;
 text-align: center;
 width: 20px;
 }
div#AccountExtendedOption table.SubscribedItems td.Type {
 font-weight: 600;
 color: #00CC00;
 text-transform: uppercase;
 white-space: nowrap;
 }
 
div#AccountExtendedOption table.SubscribedItems td.Item a {
 color: #3333CC;
 background-color: transparent;
 font-weight: normal;
 text-decoration: underline;
 
 }
div#AccountExtendedOption table.SubscribedItems td.Item span {
 display: block;
 
 }
div#AccountExtendedOption div.SubscribedOptions {
 padding-top: 2px;
 
 }
 
div#AccountExtendedOption div.SubscribedOptions select {
 display: block;
 border: 1px solid #c0c0c0;
 border-bottom: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
 font-family: Arial, Helvetica, sans-serif;
 margin: 2px;
 padding: 5px;
 font-weight: normal;
 font-size: 15px;
}

#AccountAvatorGallery {
 clear: both;
 position: relative;
 text-align: center;
 width: 850px;
 height: 85px;
 margin: 0px 0px 20px 10px;
 padding: 0;
 padding-top: 7px;
 background:  url(/assets/images/misc/bg_scroll_row.gif)  repeat-x;
 background-position: 0 35px;
 border: none;
}
#AccountAvatorGallery img {
 float: none;
 padding: 0;
 margin: 0;
}
#AccountAvatorGallery a.ScrollLeft {
 position: absolute;
 left: 0;
 top: 35px;
 border: none;
 margin: 0;
 padding: 0;
}
#AccountAvatorGallery a.ScrollRight {
 position: absolute;
 right: 0;
 top: 35px;
 border: none;
 margin: 0px;
 padding: 0;
}
#AccountAvatorGallery a.Thumbnail {
 padding: 0px;
 margin: 0;
 border: none;
}
#AccountAvatorGallery a.Thumbnail img {
 border: 2px solid #c0c0c0;
 padding: 1px;
 margin: 0;
}
#AccountAvatorGallery a.Thumbnail img:hover {
border: 2px solid #ff0000;
}

/* BANNERS */

#ContentLandingSpread {
  clear: both;
  width: 875px;
  border: none;
  margin: 1em;
  padding: 0;
  text-align: center;
  }
  #ContentLandingSpreadID {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  }
  #ContentLandingSpreadID div {
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
  width: 260px;
  }
  #ContentLandingSpreadID div img {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto 5px;
  padding: 2px;
  border: 1px solid #cccccc;
  }
  #ContentLandingSpreadID div a {
  text-decoration: none;
  font-size: 90%;
  color: #000;
  }
  #ContentLandingSpreadID div a:hover {
  color: #FF0000;
  }
  #ContentLandingSpreadID div a:hover img {
  border: 1px solid #f27287;
  }
  #ContentLandingSpreadID div span {
  display: block;
  float: left;
  width: 250px;
  padding: 0;
  padding-left: 4px;
  padding-top: 5px;
  text-align: justify;
  font-size: 12px;
  }

  #ContentLandingSpreadID div h2 {
  display: block;
  border: none;
  width: 240px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 150%;
  font-family: Georgia, serif;
  }
  #ContentLandingSpreadID div h2 a {
  border: none;
  }

#PageIndexListSection {
    clear: both;
    margin: 10px;
    padding: 10px;
    width: 860px;
    background: #fafafb;
    border: 1px solid #dddddd;
}
#PageIndexListSection a {
    border: none;
    padding-left: 28px;
    line-height: 1.3em;
    background-image: url(/assets/images/icons/ic_question_featured.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
#FormHumanTest {
    border: none;
}
#FormImageCode {
    border:1px solid #666666;
    width: 90%;
    background: #dddddd;
    padding: 10px;
}
