﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }
/*div {padding: 0; margin: 0;}*/ /* generated div */


body {
	margin: 0;
	padding: 0;
	font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 12px 5px 12px 5px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1em Georgia, 'Bookman Old Style', Serif; 
}

 /*localize form */
#localize {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width:760px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;
	margin-bottom:10px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#header #localize {
	position: absolute;
	top: 0; right: -46px;	
}

#localize .localize ul {float:right; padding:0 0 0 0;}
#localize .localize li {display:inline; list-style:none;}
#localize .localize li a {padding:0 0 0 0px;}
#localize .localize a:hover {text-decoration:none;}
#localize .localize a img {height:14px; border:none;}


#rightbar #loginRegister h1
{
	margin-top: 10px;
	margin-left: 0px;
}

#rightbar #loginRegister
{
	border-right: #a9bac3 1px dotted;
	border-top: #a9bac3 1px dotted;
	border-left: #a9bac3 1px dotted;
	border-bottom: #a9bac3 1px dotted;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#rightbar #loginMember
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: #a9bac3 1px dotted;
	border-top: #a9bac3 1px dotted;
	border-left: #a9bac3 1px dotted;
	border-bottom: #a9bac3 1px dotted;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#recoverpassword, #referral
{
	border-right: #a9bac3 1px dotted;
	border-top: #a9bac3 1px dotted;
	border-left: #a9bac3 1px dotted;
	border-bottom: #a9bac3 1px dotted;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}


#rightbar #loginMember h1
{
	margin-top: 10px;
	margin-left: 0px;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
	padding:0 0 0 4px;
}

#footer .footer-left{
	float: left;
	width: 75%;
	color: #FFF;
}


#footer .footer-right{
	float: right;
	width: 25%;
}

#footer ul
{
	list-style:none;
}

#footer li
{
	display: inline;
}


/* menu tabs */
#menu ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#menu li {
   display:inline;
   margin:0; padding:0;
}
#menu a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menu a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
   background-position:0% -42px;
}
#menu a:hover span {
   background-position:100% -42px;
}
#menu #current a {
   background-position:0% -42px;
	color: #FFF;
}
#menu #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


.watermarked {
	background-color:#ffff99;
	border:1px solid #BEBEBE;
	height:18px;
	width:96%;	
}	

.errorbox
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 5px;
	margin-bottom:5px;
	color:Black;
	width:100%;
	height:auto;
}

.statusbox
{
	border-right: #9ec630 2px solid;
	border-top: #9ec630 2px solid;
	border-left: #9ec630 2px solid;
	border-bottom: #9ec630 2px solid;
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding:5px;
	margin-bottom:5px;
	color:Black;
	width:100%;
	height:auto;
}

.FAQheader { font-weight: bold; cursor: hand; cursor:pointer;}
.FAQdetails { display:none; visibility:hidden;margin-bottom:10px;}

    .modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    }
        
        .modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



/*///////////////////////////////////
LAYOUT
////////////////////////////////////*/
	.colmask {
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu .colleft {
		right:43%;				/* right column width */
	}
	.rightmenu .col1 {
		width:55%;				/* left column content width (left column width minus left and right padding) */
		left:44%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:41%;				/* right column content width (right column width minus left and right padding) */
		left:46%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/*//////////TOUR LAYOUT//////////////////*/
	.colmask_tour {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		/*overflow:hidden;	 This chops off any overhanging divs */
	}
	/* common column settings */
	.colright_tour,
	.colmid_tour,
	.colleft_tour {
		float:left;
		width:100%;
		position:relative;
	}
	.col1_tour,
	.col2_tour,
	.col3_tour {
		float:left;
		position:relative;
		padding:0 0 0 0;
		/*overflow:hidden;*/
	}
	/* 2 Column (right menu) settings */

	.rightmenu_tour .colleft_tour {
		right:22%;				/* right column width */
	}
	.rightmenu_tour .col1_tour {
		width:77%;				/* left column content width (left column width minus left and right padding) */
		left:22.5%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu_tour .col2_tour {
		width:21%;				/* right column content width (right column width minus left and right padding) */
		left:23.5%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	
/*/////////////////////
WHY ISMAILI SPARK
////////////////////*/
 #why table{ border:1px #9ec630 solid; margin:15px; padding:0; } 
 #why table td{ padding:3px 2px; } 
 #why table td.left{ padding-left:8px; } 
 #why table td.ctr{ border-left:1px #9ec630 solid; width:155px; font-weight:bold; text-align:center; } 
 #why table tr.title td{ font-weight:bold; color:#fff; background-color:#9ec630; }
 #why table tr.greybg { background:#f5f5f5;}
 #why table tr.lgreybg { background:#fcfcfc;}
