/* CSS Document */

/* This style sheet contains all the typography styles */

/* html tags */
*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/**
		The following line gives problem to alter the font size using tinyMce editor.
	*/
    /*font-size: 12px;*/
    
}

body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .03em;
    color: #8B8B8B;

	/*background-color:#000000; */
}



li {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .03em;
	color: #8E8E8E;
}

p {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .03em;
	color: #8E8E8E; 
	/*background-color:#000000;*/
}


h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: .03em;
	color: #CDCDCD; 

}

	h1 a, h1 a:hover {
		color: #00AEEF;
		text-decoration: none;
        font-size: 20px;   
	}
	
	h1 + p {
		padding-top: 15px;
	}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: .03em;
	color: #9A9A9A;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: .03em;
	color: #9A9A9A;
	margin-bottom: 10px;
}
/* ---- added new -----*/

h3 a, h3 a:hover {
		text-decoration: none;
		font-weight: bold;
	}
/* ---- added new -----*/

/*
strong {
	font-weight: normal;
	color: #CDCDCD;
}
*/
strong {
	/**
		font-weight is no longer normal for strong text now as it brings confusion in text display while
		discriminating between the normal and strong text.
	*/
	/**font-weight: normal;*/
	font-weight: bold;
	color: inherit;
}

a, a:hover {
	font-weight: normal;
	color: #00AEEF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* IDs  */

/*#navBar, #navBar li a  {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 51px;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: bold;
}
*/
/*  updated for the font size due to more items in lesser space */
#navBar, #navBar li a  {
	/*color: #818181;*/
    color:#CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 51px;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: bold;
}

	
	#navBar li a:hover {
		/*color: #CDCDCD;*/
        color:#00AEEF; 
		text-decoration: none;
	}
	

#buyButton span, #forwardButton span, #joinButton span {
	padding-right: 28px;
	line-height: 28px;
}

#title {
	color: #CDCDCD;
}

/* Classes */

td, .pageSelector {
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8B8B8B;
}

li.selected {
	color: #00AEEF;
}

.privacyText {
	padding-left:0px;
	margin-left:0px;
	font-size: 11px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #8B8B8B;
    text-align: justify !important; 

}

.privacyText .Headers {
	font-weight: bold;
	font-size:16px;
}

.privacyText p {
	padding-left:0px;
    padding-bottom:10px;
    margin-left:0px;
	font-size:10px;
     text-align: justify !important;  
   
}

.privacyText u {
	font-size:12px;
	letter-spacing: .03em;
 	line-height:10px; 
    padding-bottom: 4px;	 
}

.privacyText ul li {
	font-size: 11px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #8B8B8B;
	margin-left:30px;
}

.accountPageContent{

     font-size:15px;
     margin-top:10px;
     font-family: arial, 'lucida console', sans-serif

}