/*************************************** 
General Styles 
***************************************/

html body{
	font-size:75%;
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #ffffff;
}

html body img{
	border: 0;
}

/*************************************** 
Template Styles 
***************************************/

#Main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #ffffff;
}

#topHolder {
	width: 780px;
	clear: both;
}

#topLogo {
	padding: 15px 0 15px 20px;
	float:left;
}

#topTagLine {
	padding: 25px 20px 0 0;
	float:right;
	color: #5E9DE2;
	font-size:.95em;
}

#topInfo {
	padding: 23px 20px 0 0;
	float:right;
	color: #000000;
	font-size:.95em;
}

#navHolder {
	width: 780px;
	height: 28px;
	clear: both;
}

.navItem{
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
	height: 28px;
}

.blueDivider{
	width: 780px;
	height: 1px;
	background-color: #27609F;	
	clear: both;
}

.ltBlueDivider{
	width: 780px;
	height: 1px;
	background-color: #5E9DE2;	
	clear: both;
}

#contentHolder {
	width: 780px;
	clear: both;
	background-image: url(../images/bg_fade.gif);
	background-repeat: repeat-x;

}

#contentFadeArea {
	width: 780px;
	height: 80px;
	clear: both;
}

#contentFadeAreaLeft {
	width: 300px;
	float: left;
	padding: 10px 0 0 20px;
}

#contentFadeAreaRight {
	width: 400px;
	float: right;
	padding: 10px 20px 0 0;
	text-align: right;
}

#contentTextArea {
	width: 780px;
	clear: both;
}

.contentTextAreaBorder {
	background-image: url(../images/bg_ltblue.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.contentText {
	width: 350px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}

.contentTextFull {
	width: 740px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}

#contentBuffer {
	width: 780px;
	height: 20px;
}

#contentFooter {
	padding-top: 5px;
	width: 780px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
}

/*************************************** 
PopUp Styles 
***************************************/

#MainPopUp {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #ffffff;
}


.blueDividerPopUp {
	width: 500px;
	height: 1px;
	background-color: #27609F;	
	clear: both;
}

#contentHolderPopUp {
	width: 500px;
	clear: both;
	background-image: url(../images/bg_fade.gif);
	background-repeat: repeat-x;

}

#contentFadeAreaPopUp {
	width: 500px;
	height: 40px;
	clear: both;
	padding: 10px 0 0 10px;
}

#contentFooterPopUp {
	padding-top: 5px;
	width: 500px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
}

#contentTextAreaPopUp {
	width: 500px;
	clear: both;
}

.contentTextFullPopUp {
	width: 480px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

/*************************************** 
Reward Preview Styles 
***************************************/

.rewardPreview {
	border: 1px solid #5E9DE2; 
	width:350px;
}

.rewardTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	width: 330px;
}

.rewardHolder {
	width: 350px;
}

.rewardImg {
	float: left;
	margin-left: 10px;
	margin-right: 10px; 
	margin-bottom: 10px;
}

.rewardText {
	float: left;
	margin-left: 5px;
	width: 180px;
	margin-bottom: 10px;
}

.rewardCriteria {
	clear: both;
	padding-top: 7px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;	
}

.rewardPurchase {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}

.rewardTime {
	clear: both;
	padding-bottom: 5px;
	text-align: center;
}

.rewardButtonHolder {
	width: 350px;
	text-align: center;
}

.rewardButton {
	clear: both;
	width: 220px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #27609F; 
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5E9DE2;
}

.selectImage {
	border: 1px dashed #000000;
	margin-left: 2px;	
	margin-right: 2px;	
	margin-top: 2px;
}

/*************************************** 
Text Styles 
***************************************/

p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

p.atTop {
	margin-top: 0px;
}

p.noPad {
	padding:0; 
	margin:0;
}

p.Center {
	text-align: center;
}

p.padTop {
	padding-top: 15px;
}

.textBold {
	font-weight: bold;
}

.textDBlue {
	color: #27609F;
}

.textLtBlue {
	color: #5E9DE2;
}

.textDBlueBold {
	font-weight: bold;
	color: #27609F;
}

.textLtBlueBold {
	font-weight: bold;
	color: #5E9DE2;
}

.textWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}

.textWhite {
	color: #FFFFFF;
}

.textSmaller {
	font-size: .85em;
}

.textCenter {
	text-align: center;
}

.textAlert {
	color: #FF3333;
	font-weight: bold;
}

.textConfirm {
	color: #339900;
	font-weight: bold;
}

.textAlertNorm {
	color: #FF3333;
}

.textConfirmNorm {
	color: #339900;
}

.infoText {
	font-size: .95em;
}

.requiredField {
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;	
	font-size: .80em;
	color: #FF3333;
}

/*************************************** 
Margin / Padding Styles 
***************************************/

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

/*************************************** 
Reward Template Styles 
***************************************/

.rewardDiv {
	width:350px;
	margin: 10px 10px 10px 10px;
	padding: 4px 4px 4px 4px;
}

/*************************************** 
Visibility Styles 
***************************************/

.hideMe {
	visibility: hidden;
}

/*************************************** 
Drop Shadow Styles 
***************************************/

.p-shadow {
  width: 90%;
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
 }

.p-shadow div {
  background: none !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
 }

.p-shadow p {
  background-color: #fff;
  border: 1px solid #5E9DE2;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
 }

/*************************************** 
Table Styles 
***************************************/

table.rgTable {
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
}

table.rgTable tr td {
	padding-top: 5px;
}

table.rgTable tr th {
	padding-top: 5px;
	width: 125px;
	font-weight: normal;
}

tr.tablePadTop {
	padding-top: 3px;
}

td.tablePadLeft {
	padding-left: 7px;
}

td.tablePadLeftMore {
	padding-left: 12px;
}

td.tablePref {
	width:30px;
}

td.tablePad {
	padding-left: 10px;
	padding-right: 10px;
}

td.historyHeader {
	text-decoration: underline;
	color: #27609F;	
}

/*************************************** 
Div Styles 
***************************************/

.padLeft {
	padding-left: 10px;
}

.padTop {
	padding-top: 5px;
}

.padTopMore {
	padding-top: 10px;
}

.addMargins {
	margin-left: -20px;
	margin-top: 14px;
	margin-bottom: 7px;
	margin-right: -20px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.alignCenter {
	text-align: center;
}

/*************************************** 
List Styles 
***************************************/

ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
} 

ul li {
	padding: 5px 0 0 0;
	vertical-align: bottom;
	padding-left:15px;
	background:url("../images/bullet_blue_ie.gif") no-repeat 0 0.5em;
}

/*************************************** 
Input Styles 
***************************************/

input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #5E9DE2;
}

input.textbox {
	padding-left: 5px;
}

input.textboxsm {
	padding-left: 3px;
}

select {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #5E9DE2; 
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #5E9DE2; 
}

input.noBorder {
	border: none; 
	background-color: transparent;
}

.inputButton {
	padding-left: 12px;
	background-image: url(../images/icon_secure.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
}

.selectReward {
	border: 1px solid #5E9DE2; 
	font-size: .95em;
}

.readOnlyInput {
	background-color: #E0E0E0;
}

/*************************************** 
Anchor Tags
***************************************/

a:link {
	color: #5E9DE2;
	text-decoration:none;
}

a:visited {
	color: #5E9DE2;
	text-decoration:none;
}

a:hover {
	color: #5E9DE2;
	text-decoration: underline;
}

a:active {
	color: #5E9DE2;
	text-decoration:none;
}
