/*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(../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;
}

#HeaderDisplayOptions {
      color: #C0C0C0;
      margin: 0;
      padding: 0 10px 0 5px;
      text-decoration: none;
      background: transparent url(../images/icons/in-expand_more.gif) 100% 40% no-repeat;
      height: 24px;
      display: block;
}
#HeaderDisplayOptions:hover {
      color: #ffffff;
      background: transparent url(../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( ../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( ../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(../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(../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(../images/misc/logo_bg.jpg) left top no-repeat;
	z-index: 0;
	top: 0;
	position: absolute;
	padding: 0;	 
}
#HeaderLogo a {
	display: block;
	width: 100px;
	height: 100px;
	margin:15px 0 0 15px;
}
#HeaderLogoText {
	float: left;
	width: 225px;
	white-space: nowrap;
	margin-left: 140px;
}

* html #HeaderLogoText {
 	margin-left: 70px;
}
#HeaderLogoText h1 {
	font-size: 25px;
	display: block;
	text-align: center;
	width: 215px;
	border-bottom: 1px dotted #ffffff;
        color: #ffffff;
	text-decoration: none;
	margin: 15px 0 2px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#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(../images/misc/bg_menu2-1.png) 0 0;
	z-index: 300;
	border: 2px solid #202a40;
}

/* 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(../images/misc/bg_input_find.jpg) 0 0 no-repeat;
}
#BreadCrumbTrailSearch input.FormInputButton {
/*	background: #334466 url(../images/misc/bg_button.gif) left bottom repeat-x;
*/
	background: transparent url(../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(../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;
       margin: 0;
}

#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;
    background: #EEEEEE url(../images/icons/sort_dn_1.gif) 2px  50% no-repeat;
    float: left;
    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;
     margin: 0;

}
#ToolsSection .StandardToolsExtended 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 .StandardToolsExtended a {
     display: block;
     background: #EEEEEE url(../images/icons/sort_dn_1.gif) 2px  50% no-repeat;
     float: left;
     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;
 }

#ToolsSection .StandardTools a.StandartToolsExtendOpen, #ToolsSection .StandardToolsExtended a.StandartToolsExtendOpen{
     background: #EEEEEE url(../images/icons/sort_up_1.gif) 2px  50% no-repeat;
}


#PageChapter {
	width: 910px;
	padding: 15px;
	background: transparent url(../images/misc/page-top.jpg) left top no-repeat;  
}
.PageChapterBottom {
	clear: both;
	width: 950px;
	height: 14px;
	background: transparent url(../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: #0000FF;
       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;
	width: 45%;
	background: #ffffff;
	border-right: 1px solid #dddddd;
}

#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;
}







#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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../images/misc/bg_page-options_ul.jpg) left top repeat-x;
}

#PageOptionsBottom {
	background: transparent url(../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(../images/misc/pg_option_sld_shdow-r.gif) right top no-repeat;
}
#PageOptionsNavigation ul li.FirstTab a {
	background: #FFF url(../images/misc/bg_slider-r.jpg) right top no-repeat;
	color: #FF0000;
}

#PageOptionsNavigation ul li.SelectTab {
	background: #FFF url(../images/misc/bg_slider-l.jpg) left top no-repeat;
}
#PageOptionsNavigation ul li.SelectTab a {
	background: #FFF url(../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(../images/misc/bg_slider-r.jpg) right top no-repeat;
}
#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;
}


#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;
width: 240px;
padding: 0;
margin: 0;
padding-left: 4px;
text-align: center;
font-weight: 600;
font-size: 16px;
}
#ContentLandingSpreadID div h2 a {
border: none;
font-face: arial;
font-size: 17px;
}






