﻿@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(/images/layout/how_to_apply_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#fefefe;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 393px;
	background-color: #1a1a1a;
}

.content {
	position:relative; 
	left:20px; 
	top:0px; 
	width:850px; 
	margin-bottom:40px;
	min-height:390px;
	height:inherit;
}

input.text {
	border: 1px solid #089cda;
	width: 150px;
	height: 16px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

textarea {
	border: 1px solid #089cda;
	width: 150px;
	height: 56px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}


/*
input.text {
	border: 1px solid #089cda;
	width: 150px;
	height: 16px;
	background-color: #525252;
	font-size: 11px;
	color: #ffffff;
}

textarea {
	border: 1px solid #089cda;
	width: 150px;
	height: 56px;
	background-color: #525252;
	font-size: 11px;
	color: #ffffff;
}
select.dropdown {
	border: 1px solid #089cda;
	width: 155px;
	height: 1.7em;
	background-color: #525252;
	font-size: 11px;
	color: #ffffff;
}

select.dropdownshort {
	border: 1px solid #089cda;
	width: 80px;
	height: 1.7em;
	background-color: #525252;
	font-size: 11px;
	color: #ffffff;
}
*/

textarea.large 
{
    width: 800px;
    height: 100px;
}

textarea.tall 
{
    width: 800px;
    height: 300px;
}

select.dropdown {
	border: 1px solid #089cda;
	width: 155px;
	height: 1.7em;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

select.dropdownshort {
	border: 1px solid #089cda;
	width: 80px;
	height: 1.7em;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}


#container {
	/*guideline addition*/
	/*background-image:url(../images/layout/how_to_apply_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
}

/*new form styles*/

.formContainer
{
    position:relative;
   width:312px;
   margin-top:20px;
}
.formPage
{
    position:relative;
  padding: 5px;
  width: 850px;
  
  
}

h1
{
    font-size:14px;
    font-weight:normal;
}

h2
{
    font-size:14px;
    font-weight:normal;
}

.gatewayCol
{
    position:relative;
    float:left;
    width:240px;
    padding-right:40px;
}

.formCol
{
    position:relative;
    float:left;
    width:280px;
}
.formColWide
{
    position:relative;
    float:left;
    width:380px;
}
.formControls
{
    position:relative;
    float:left;
    clear:both;
    width:650px;
    margin-top:20px;
}
.red 
{
    color:#f00;
}
.green 
{
    color:#0f0;
}

.dataGrid
{
    width:90%;
    border:1px solid #F7BE3D;
}