﻿/* ------------------------
BASICS
------------------------ */
.LTR, .RTL
{
}

body {	
	background: #666 url('../images/bg_stripe.gif') top left repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	}

img	{
	border:0px; 
	}
	
hr {
	color:#002952; 
	height:1px; 
	margin:0px auto;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}

	
a {
	color: #95181c; 
	text-decoration: none;
	}
	
a:hover {
	color:#000000; 
	text-decoration:under-line;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #980714; 
	font-size: 1.6em;
}
	
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; 
	color: #44752d;
}
	
h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #db9101;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #929292;
	color: #db9101;
}


/* ------------------------
LAYOUT
------------------------ */

/* Container
--------------- */
div#container {
    position: relative;
	width: 765px;
	margin: 0 auto;
	text-align: left;
	}
	
div#iFrameForm {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    }

div#headerContainer {
    position: relative;
	float: left;
	width: 765px;
	height: 100px;
	background-color: #fff;
	padding: 5px 2px;
	}
	
div#header {
    position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background: url('../images/site/bg_Header_Narrow.jpg') no-repeat top left;
	}
	
div#logo {
    position: relative;
	width: 276px;
	float: left;
	height: 60px;
	}

div#content {
	float: left;
	width: 765px;
	position: relative;
	clear: both;
	background-color: #fff;
	padding: 0px 2px;
	text-align: left;
	}
		
div#contentCenterWide {
	position: relative;
	float: left;
	width: 765px;
	}
	
div#contentCenterPadding {
	position: relative;
	float: left;
    padding: 5px 10px;
    }

div#footer {
    position: relative;
	float: left;
	width: 765px;
	background-color: #fff;
	padding: 0px 2px;
	border-top: 1px solid #ccc;
	}

div#footerContents {
    position: relative;
	padding: 5px;
	text-align: center;
	}
	
/* Navigation
--------------- */

div#navigation {
	float: left;
	width: 765px;
	background: #fff;
	padding: 0 2px;
    height: 30px;
}
	
div#navigation ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	}
	
div#navigation ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
div#navigation ul li a span {
	visibility: hidden;
	}
	
div#navigation ul li.return_to_website { background-image: url('../images/nav/nav_narrow_01.gif');  }
div#navigation .return_to_website a { width: 135px; height: 30px; display: block; }

div#navigation ul li.spacer { background-image: url('../images/nav/nav_narrow_02.gif'); width: 630px; height: 30px; display: block; }
	

/* Content
--------------- */

#pnlQuestions {
    width: 100%;
}

#pnlPayment {
    width:100%;
}

#pnlAnswers {
    width: 100%;
}

.questionHolder 
{
    position: relative;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    float: left;
    clear: both;
    width: 720px;
    padding: 10px;   
    margin-bottom: 10px;
}

.buttonHolder 
{
    position: relative;
    border: 1px solid #666;
    background-color: #ccc;
    float: left;
    clear: both;
    width: 420px;
    padding: 10px;
    margin-left: 150px;
    margin-bottom: 10px;
}

.question 
{
    position: relative;
    float: left;
    width: 250px;
    margin-left: 20px;
}

.answer {
    position: relative;
    float: left;
    float: left;
}

.buttons {
    position: relative;
    width: 80%;
    margin: 4px auto;
    text-align: center;
}

.answer label {
    padding-right: 8px;
}

div.imageHolderParent 
{
    position: relative;
    float: left;
    text-align: center;
}

div.imageHolder 
{
    position: relative;
    float: left;
    text-align: center;
}

div.imageHolder img 
{
    border: 1px solid #000;
    margin: 2px 5px;
}

span.imageTitle 
{
    text-decoration: none;
    font-style: italic;
}

.clear {
    position: relative;
    clear: both;
}

div.signInArea {
    position: relative;
    margin: 5px auto;
    width: 650px;
}

div.loginArea {
    float: left; 
    width: 300px;
    height: 170px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #e5e5e5;
}

div.registrationArea {
    float: right; 
    width: 300px; 
    height: 170px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #e5e5e5;
}

div.loginArea label {
    width: 7em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    margin-left: 0.5em;
    display: block;
    margin-top: 4px;
}
div.registrationForm label {
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    margin-left: 0.5em;
    display: block;
    margin-top: 4px;
}

div.loginArea .submit,
div.registrationForm label {
    margin-left: 12em;
}

div.faultIntro, 
div.faultReason,
div.faultFix,
div.faultProgression {
    /*background-color: #e5e5e5;*/
    border: 1px solid #ccc;
    padding: 10px;
    width: 90%;
    margin: 10px auto;
    position: relative;
}

div.faultProgression h3 {
    clear: both;
    display: block;
    }

.red {
    color: Red;
}