﻿
/*---------------------------------- CSS DEFAULT TAGS STYLES -----------------------------------------*/
/*
body {
	margin: 0px;
	padding:0px;
	background-color:#e8ebef;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:1.7em;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	text-align:justify;
}

a {
	color:#42c7f4;
	text-decoration: none;
	font-weight:normal;
}
a:hover{
	color:#42c7f4;
	text-decoration: underline;
	font-weight:normal;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #ccc;
	height:16px;
}

h1
{
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	color:#42c7f4;
	margin:0px;
	padding:5px 0px 15px 0px;
	text-transform:capitalize;
}

h2
{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	margin:0px;
	padding:0px 0px 10px 0px;
}

h3
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h4, h5, h6
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0277d1;
	margin:0px;
	padding:5px 0px 5px 0px;
}

hr
{
	color:#dfdfdf;
}

.nostyle{border:none;}

p{margin:0px; padding:0px 0px 10px 0px;}

.header_logo{background:url(images/logo.gif) left top repeat-x; width:156px;height:99px;}

.punchline{background:url(images/punchline.gif) no-repeat center;}

.loading
{
    vertical-align: middle;
    text-align: center;
    position: fixed;
    left: 35%;
    top: 40%;
    width: 300px;
    height: 76px;
    background-repeat: no-repeat;
    background-color: Silver;
    background-position: center;
    padding-top: 15px;
    z-index: 1000;
}

fieldset
{
	border:dashed 1px #e1e1e1;
	padding:10px 20px 10px 20px;
	background:#fafafa;
	
}

.teal{color: #116655; font-weight: bold;}

.gray
{
    color: #999;
    font-weight: bold;    
}

.signupRedContent
{
    color: #ff6600;
    font-weight: bold;    
    font-family:"Arial","serif";
    font-size:14pt;
    margin:0 0 0.0001pt;
}

.signupContent
{
    font-weight: bold;    
    font-family:"Arial","serif";
    font-size:13pt;
    margin:0 0 0.0001pt;
}

#pinbox
{
	padding: 10px;
	background-color: #919191;
	border: 1px solid #cccccc;
	width: 150px;
	position: absolute;
	margin-left: 167px;
	margin-top: -20px;
	display: none;
}

.Faq a {
	color:#333333;
	text-decoration: none;
	font-weight:normal;
}
.Faq a:hover{
	color:#333333;
	text-decoration: underline;
	font-weight:normal;
}

.FaqTitle
{
    color:#FF6600;
}*/