body {
margin: 0;
padding: 0;
font: 90% tahoma, Verdana, Arial, sans-serif;
line-height: 1.8em;
background: #eaeaea;
}
		/*TOP BANNER*/
#header {
padding: 0px;
border-bottom: 1px solid #fff;
background: #000033;
background-image: url('logo.png');
background-repeat: no-repeat;
background-position: center;
height: 150px;
}

#header h1 {
padding: 0;
margin: 0;
font-weight: normal;
font-size: 200%;
color: #FFFFFF;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
padding-left:175px;
padding-top:40px;

}

		/* TOP NAVIGATION */
#nav {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
background: #ccc;
}
#nav li {
float: left;
margin: 0;
padding: 0;
}
#nav a {
float: left;
display: block;
padding: 0.5em 2.5em 0.5em 1em;
text-decoration: none;
font-weight: bold;
font-size: 80%;
color: #73868c;
background: #ccc url(images/nav_slant.gif) no-repeat top right;
}
#nav #nav-1 a {
padding-left: 20px;
}
#nav a:hover {
color: #000;
}
		/*MAIN CONTAINER*/
#container {
margin: 0 auto;
padding: 0;
width: 770px;
}
#contentleft {
float: left;
margin-top: 8px;
width: 500px;
padding: 0 1em 1em 1em;
}


#contentright {
float: right;
margin-top: 8px;
width: 200px;
padding: 0 1em 1em 1em;
background: #aaa;
}
		/*FOOTER */
#footer {
font-size: 1em;
clear:both;
margin:0;
padding: 0.5em;
background: #333;
color: #aaa;
}
		/*TYPOGRAPHY */
h1 {
font-family: Georgia, serif;
font-size: 180%;
padding: 30px 0 10px 0;
color: #73868c;
}	

h2 {
font-family: Georgia, sans-serif;
font-size: 180%;
padding: 30px 0 10px 0;
color: #333;
}
		/*LINKS*/	
a:link, a:visited {
color : #666;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #73868c;
background : inherit;
text-decoration : none;
}	
ul li {
list-style-type: none;
}
.navlist ul li {
list-style-image : url(images/arrow.gif);
padding-left : 5px;
margin-bottom : 0;
} 
a img {
border: none;	
}
		/* IMAGES */	
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
} 
.imgright { 
float : right;
padding : 5px;
margin-left : 10px;
} 
		/*3 COLUMNS*/
#bottom {
margin: 0 auto;
width: 770px;
}
#bottom h1 {
margin: 0;
letter-spacing: 3px;
font-family: Georgia, sans-serif;
font-size: 130%;
padding: 10px 0 10px 40px;
color: #73868c;
}
.col3,.col3center {
float: left;
width: 33%;
margin-bottom: 20px;
}
.col3center {
margin: 0;
}
    
    
    
.sprited {
    /* background: url(/images/download_sprite.png) no-repeat; */
     /* line-height: 1000px; */
    overflow: hidden;
    display: block;
}


  #sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 600px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #sign_up label input {
        display: block;
        width: 393px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }

  #sign_up2 {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 750px;
        position: relative;
        display: none;
    }

    #see_id {
        width: 228px;
        height: 23px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
        background: url(divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #close_x { 
        display: block;
        position: absolute; top: 5px; right: 5px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}
    
/* BUttons */



	.btn-wrapper {

		margin-left: 2em;
		margin-right: 2em;
		display: inline;
	}
	a.button1{
		border-radius: 0.5em;			
		text-decoration: none;
		color: white;					
		padding: 1em;  					
		padding-right: 3em;				
		text-transform: uppercase;
		font-weight: bold;
		background-color: #577EE9;	
		-o-transition:.5s;
		-ms-transition:.5s;
		 -moz-transition:.5s;
		 -webkit-transition:.5s;
		 transition:.5s;		

	}


	a.button1:hover {
		background-color: #B4BDD4;
	}

	input.button1{
		border-radius: 0.5em;			
		text-decoration: none;
		color: white;					
		padding: 1em;  					
		padding-right: 3em;				
		text-transform: uppercase;
		font-weight: bold;
		background-color: #577EE9;	
		-o-transition:.5s;
		-ms-transition:.5s;
		 -moz-transition:.5s;
		 -webkit-transition:.5s;
		 transition:.5s;		

	}


	input.button1:hover {
		background-color: #B4BDD4;
	}


/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;

}

	/*----- Tab Links -----*/
	/* Clearfix */
	.tab-links:after {
		display:block;
		clear:both;
		content:'';
	}

	.tab-links li {
		margin:0px 5px;
		float:left;
		list-style:none;
	}

		.tab-links li.off {
			padding:0px 15px;
			display:inline-block;
			border-radius:3px 3px 0px 0px;
			background:#577EE9;
			font-weight:600;
			color:#ffffff;
			transition:all linear 0.15s;
			font-size: 80%;
			text-decoration:none;
			height: 75px;
		}

		.tab-links a {
			padding:9px 15px;
			display:inline-block;
			border-radius:3px 3px 0px 0px;
			background:#577EE9;
			font-size:16px;
			font-weight:600;
			color:#ffffff;
			transition:all linear 0.15s;
			font-size: 80%;
			text-decoration:none;
			height: 57px;
		}

		.tab-links a:hover {
			background:#a7cce5;
			text-decoration:none;
		}

	li.active a, li.active a:hover {
		background:#fff;
		color:#000000;
		text-decoration:none;
		font-weight: bold;

	}

	li.activeon {
		background:#fff;
		color:#000000;
		text-decoration:none;
		font-weight: bold;
		padding:0px 15px;
		font-size: 80%;
		border-radius:3px 3px 0px 0px;
		height: 75px;
	}

	/*----- Content of Tabs -----*/
	.tab-content {
		padding:15px;
		border-radius:3px;
		box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
		background:#fff;
		
	}

		.tab {
			display:none;
		}

		.tab.active {
			display:block;
			color:#000000;
			font-weight: bold;
		}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


table a.celllink
{
    display:block;
    text-decoration:none;
    background-color: #ff6666;
}