﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #1f1b70;
    font-family: Verdana,Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.1em;
    font-family: Verdana;
}

h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

H1.copyH2
{
	border-bottom:1px solid #CCCCCC;
	color:#1F1B70;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:20px 0 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.width130
{
	width: 130px;
}

.width90
{
	width: 90px;
}

.width30
{
	width: 30px;
}
		
input[type="text"] 
{
				height: 14px;
				border: 1px solid #c1c1c1;
				background: url(gfx/input_bg.gif) repeat-x;
				font-family: Verdana,Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #1f1b70;
}

.textInput
{
				height: 14px;
				border: 1px solid #c1c1c1;
				background: url(gfx/input_bg.gif) repeat-x;
				font-family: Verdana,Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #1f1b70;
}

input[type="submit"] 
{
    border: none;
    width: 130px;
    height: 29px;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background:url(gfx/buynow_blue_large.gif) no-repeat;    
}

input[type="button"] 
{
    border: none;
    width: 100px;
    height: 20px;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background:url(gfx/input_bg_green.gif) no-repeat;    
}

select
{
	background-position: url(gfx/input_bg.gif) repeat-x;
	float: left;
	font-family: tahoma;
	font-size: 11px;
	height: 18px;
	background: url(gfx/input_bg.gif) repeat-x;
	border: 1px solid #c1c1c1;
	padding-left: 3px;
	background-color: #FFFFFF;
}


input[type="password"] 
{
    
				height: 14px;
				border: 1px solid #c1c1c1;
				background: url(gfx/input_bg.gif) repeat-x;
				font-family: Verdana,Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #1f1b70;
}

/* TABLE
----------------------------------------------------------

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
/*
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
*/

.TextMargin
{
    margin:20px;
}

.TextMarginSide
{
    margin:5px;
}

.titleBar 
{
	background: #f1f1f1;
	color: White;
	font-weight: bold;
	width:100%;
	height:25px;
	color: #666666;
	margin-top: 2px;
	text-indent: 17px;
	padding-top: 6px;
	background-image: url(icons/expand.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Validation */
div.messageBox {
	margin: 0 0 1em 0;
	padding: 0.7em 0.7em 0.1em 3.3em;
	min-height: 45px;
}

div.messageBox.error2 {
	background: transparent url("icons/error_bg.png") 0 0 no-repeat;
	border-top: 1px solid #f6e5e5 !important;
	border-bottom: 1px solid #f6e5e5 !important;
}

div.messageBox.error2 h4 {
	margin-bottom: 0.3em;
	color: #be0101;
}

div.messageBox.error2 p {
	color: #be0101;
	padding-left: 14px;
}

div.messageBox.error2 ul {
	margin: 0 0 0.5em 2.5em;
}

div.messageBox.error2 ul li {
	color: #be0101;
	background: transparent url("icons/error_bullet.png") 0.2em 0.4em no-repeat;
	list-style-type: none;
	padding-left: 14px;
}

div.messageBox.information2 {
	background: transparent url("icons/info_bg.png") 0 0 no-repeat;
	border-top: 1px solid #f6e5e5 !important;
	border-bottom: 1px solid #f6e5e5 !important;
}

div.messageBox.information2 h4 {
	margin-bottom: 0.3em;
	color: #be0101;
}

div.messageBox.information2 p {
	color: #be0101;
	padding-left: 14px;
}

div.messageBox.information2 ul {
	margin: 0 0 0.5em 2.5em;
}

div.messageBox.information2 ul li {
	color: #be0101;
	background: transparent url("icons/error_bullet.png") 0.2em 0.4em no-repeat;
	list-style-type: none;
	padding-left: 14px;
}

.FeatureProduct A
{
        clear:none;
}

.bnj_buttons input[type="submit"] 
{
    width: 150px;
    background:url(gfx/buynow_blue_150.gif) no-repeat;    
}

/* REQUIRED BUTTON STYLES: 		
button { 
	position: relative;* /
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE * /
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox * /
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins * /
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: * /		
button
{
	padding: 0 15px 0 0;
	margin-right: 5px;
	font-size: 2em;
	text-align: center;
	background: transparent url(gfx/buynow_blue_xlrg.gif) no-repeat right top;
}
	
button span
{
	padding: 6px 20px 0px 10px;
	height: 29px;
	background: transparent url(gfx/buynow_blue_xlrg.gif) no-repeat left top;
	color: #fff;
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script * /
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}
*/

