﻿/* File Created: March 6, 2013 */
body {
    background-color:#000000;
    width: 958px;
    height: 600px;
    font-family: 'Open Sans', sans-serif;
    top: 0px;
    left: 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    z-index: 0;
}

.topMenuBorder {
    padding-left: 5px;    
    padding-top:10px; 
    background-image:url('/Images/top_border.png'); 
    height:38px; 
    text-align:left; 
    color: #ffffff;
    background-repeat:no-repeat;
    font-family: Arial;
    font-size: 16px;
    font-weight: 800;
}

.topMenuText {
    text-align:left;
    padding: 12px 16px 0px 16px;
    color: #ffffff;
    font-size: 13px;
}

.content {
    height: 400px;
    padding-left: 20px;
    clear: left;
    top: 50px;
    display:none;
}

.bottomMenuBorder {
    padding-left: 5px;
    background-image:url('/Images/bottom_border.png'); 
    height:38px; 
    text-align:left; 
    background-repeat:no-repeat;
}

#divDiamondPic {
  position: relative;
  float: left;
}

#divDiamondInfo {
  text-align:left;
  position: relative;
  float: right;
}

#items
{   border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    font-size: 14px;
    width: 230px; 
    height: 340px; 
    overflow-x:hidden; 
    overflow-y: scroll;  
}

.link
{   
    color: #ffffff;
	cursor:pointer;
    padding: 5px;
    text-align:left;
}

.link:hover
{    color: #A0ACCA;
}
.linkSelected
{   color: #000000;
    background-color: #A0ACCA;
}

.linkSelected:hover 
{   color: #000000;
    cursor: pointer;   
}

#pageWrapper
{
	background-color: Black;
}

#headerText 
{
    padding: 20px;
}

.mainHeader {
    padding-bottom:10px;
    font-weight: bolder;
}

#menu
{
	float: left;
	clear: left;
	width: 230px;
    padding-right: 20px;
}

.infoText {
    FONT-SIZE: 9pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial;
}

.contactHeader 
{   font-size: 12px; }

div#divider 
{ position:relative;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 250px; 
    background-color: #ffffff;
}

.diamondUplineName {
    padding-bottom: 40px;
}

#successButtons {
    padding: 40px;
    text-align: center;
}

#divTheirstory {
    padding-bottom: 15px;
}

#divPhotogallery {
    padding-bottom: 15px;
}

#divPadlock {
    position: absolute;
    left: 190px;
    top: 195px;
}

#divPadlock1 {
    position: absolute;
    left: 190px;
    top: 238px;
}

#divPadlock2 {
    position: absolute;
    left: 190px;
    top: 155px;
}

div#sectionDivider 
{ position:relative;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 250px; 
    background-color: #000000;
}

.infoText
{   padding-top: 10px; }

.bottomSpacer 
{   vertical-align:bottom; 
    margin-top: 38px;
}

.contactInfo
{ width: 300px;
}

.contactEntry
{  text-align: right;
    width: 150px;
    color: #ffffff;
}

.contactEntryBlack
{   text-align: left;
    width: 150px;
    color: #000000;
}

#imgInfoButton
{   cursor: pointer;
}


.successMenu
{  float: left;
   clear: left;
}

#menuHeader
{   position: relative;
    text-align:left;
    top:-3px;
    left:-20px;
	color: #A0ACCA;
	font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 20px;
}

.successInfo {
    border-radius: 8px;
	width: 650px;	
	float: left;
	padding: 16px;
	background-color: #A0ACCA;
}

.successInfoFullPage {
    border-radius: 8px;
	width: 850px;	
	float: left;
	padding: 16px;
	background-color: #A0ACCA;
}

#divCountryFlag
{float:left;

}

#divCountryInfo
{float:left; 
 clear: right; 
 margin-top: 20px;
}

#divFlag
{   width: 200px; 
    height: 235px;

    text-align:center;
}
#imgFlag
{    padding-top: 30px;
}

#divFlagProps
{   height: 35px; 
    width: 200px; 
    left: 10px;
    text-align: center; 
    z-index: 2;  
    color: #333333;
}

.storyText {
    text-align:left;
    margin:15px;
    color:#ffffff;
    font-size: 14px;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/

#photoGalleries {
    top:0px;
    left:20px;
    height:150px;
    width:935px;
    position:relative;
    text-align:center;
    opacity: 0;
}
.albums div {
  float:left;
  width:451px;
}

.thumbs {
    display:none;
}

.scrollable {
    top:0px;
    left:0px;
}

.gallery {
    border-radius: 8px;
    position:relative;
    text-align:center;
	padding: 16px;
	background-color: #A0ACCA;
}

.galleryItems {
    position:relative;
    top:0px;
    left:-10px;
    width: 920px; 
    height: 310px; 
    overflow-x:hidden; 
    overflow-y: scroll;  
}

a img {
    border:none;
    }

.subTextGrey {
    color:#808080;
    font-family: Arial;
    font-size: 8pt;
        margin:15px;
}

/*scrollable thumbnail classes*/
.makeMeScrollable
{	width: 935px;
	height: 146px;
}

.thumbScroll {
    width: 935px;
	height: 146px;
}
		
.makeMeScrollable div.scrollableArea a
{ display:block;
  float:left;
  padding-left: 5px;
}