/*
	FE BO CSS
	16 Oct 2012
	2260dd	c03a0e
	6e93e5	e65b2d
	a e669a2
*/

html, body {
 position:relative;
 margin: auto;
 width:100%;
 background: #e5e9eb; 
 background-color: #fff;
 font-family: "HelveticaNeue", "Helvetica Neue", helvetica, arial, sans-serif;
 font-size: 0.9em; line-height: 1.35em;
 font-weight: normal;
 color: #000000;

	background-repeat: repeat;
	background-attachment: fixed;
}

#container { 
 position:relative;
 width:1000px;
 margin: 0px auto;
 padding: 0 15px 20px 25px;
 list-style: none;
 
 background: #fff;

 font-weight: normal;
}



#colA {
 width: 200px; float: left; margin-right: 30px;
}

#colB {
 width: 770px; float: left;
}


.elebox {
 position:relative;
 float:left;
 display: inline-block;
 vertical-align: top;
 margin: 0 15px 15px 0;
 border: 1px solid #C5C5C5;
 border-bottom-color: #AFAFAF;
 border-right-color: #AFAFAF;
 width: 360px;
 padding: 2px;
 background: white;
 box-shadow: #cfdbdb 1px 1px 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 
 min-height:108px;
}

.eleboxstandout {
 position:relative;
 float:left;
 display: inline-block;
 vertical-align: top;
 margin: 0 15px 15px 0;
 border: 1px solid #C5C5C5;
 border-bottom-color: #AFAFAF;
 border-right-color: #AFAFAF;
 width: 360px;
 padding: 2px;
 background: #EEF;
 box-shadow: #cfdbdb 1px 1px 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 
 min-height:108px;
}


.eleboximg {
 min-height:66px;
}

.eleboxshop {
 min-height:266px;
}


.eleboxdouble {
 width: 740px;
}

.eleboxGroup {
 position:relative;
 float:left;
 vertical-align: top;
 margin: 0 20px 15px 0;
 width: 360px;
height:48px;

	/*background-color: #fff;
	background-image: url(images/endpiece.png);
	background-repeat: no-repeat;
	background-position: 0px 0 ;
	overflow:hidden;*/
}



.eleboxGroupXXXX {
 position:relative;
 float:left;
 vertical-align: top;
 margin: 0 20px 15px 0;
 width: 360px;
}

.eleboxNofloat {
 position:relative;
 display: inline-block;
 vertical-align: top;
 margin: 0 15px 15px 0;
 border: 1px solid #C5C5C5;
 border-bottom-color: #AFAFAF;
 border-right-color: #AFAFAF;
 width: 360px;
 padding: 2px;
 background: white;
 box-shadow: #cfdbdb 1px 1px 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.elehead {
 background: #F2F2F2;
 color: #98a3a8;
 font-weight: bold;
 /*font-size: 1.0em;*/
 font-size: 18px;
 text-align: center;
 border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
}

.eleheadError {
 background: DarkRed;
 color: white;
 font-weight: bold;
 /*font-size: 1.0em;*/
 font-size: 18px;
 text-align: center;
 border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
}

.eleheadpad{
 padding: 10px 10px 10px 10px;
}

.eleContent {
 border-top: 1px solid #ecf0f0;
 padding: 20px;
}

.eleContentstandout {
 position:relative;
 float:left;
 width: 310px;
 border-top: 1px solid #ecf0f0;
 padding: 0 20px 10px 20px;
}

.eletextfield {
 width: 310px;
 font-size: 1.3em;
}

.eletextfielddouble {
 width: 691px;
 font-size: 1.3em;
}

.eletextarea {
 padding: 6px;
 font-family: arial, helvetica,'sans-serif';
 width: 681px;
 height: 400px;
 font-size: 1.3em;
}


.testlink {
 /* makes link whole div */
 font-size: 1.1em;
 display: block;
 padding: 10px 15px 10px 15px;
 letter-spacing: 1px;
 background:#ecf0f0;
}

.testlinkdiv {
 /* the border at top */
 border-top: 1px solid #ecf0f0; 
 text-align: right; 
 padding-top: 1px;
}

.testlinkfill {
 /* makes div look like testlink background, use with normal a */
 font-size: 1.1em;
 display: block;
 padding: 10px 15px 10px 15px;
 letter-spacing: 0px;
 background:#ecf0f0;
}


.divider {
 width: 720px;
 font-size: 1.1em; 
 margin-bottom: 15px;

 color: #98a3a8;
 position: relative;
 padding: 7px 15px 7px 15px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;

 text-decoration: none;
 background: #e5e9eb; 
}

.selected_divider {
 width: 720px;
 font-size: 1.1em; 
 margin-bottom: 15px;

color: white !important;
 position: relative;
 padding: 7px 15px 7px 15px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;

 text-decoration: none;
background: #98a3a8;
}



fieldset {
 border: 0px solid #bdccd5;
 margin:0; padding:0;
}

.tabs { list-style: none; margin: 0; padding: 0; }

.tabs li                { 
 display: block;
 font-size: 1.1em;
 margin-bottom: 5px;
 padding: 7px 15px 7px 15px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 position: relative;
 background: #e5e9eb;
 }

li.selected_tab {
background: #98a3a8;
font-weight: bold;
color: white !important;
}



.btn {
	position:relative;
	float:left;
	min-width:40px;
	margin: 0 6px 6px 0;
	padding: 4px 16px 3px 16px;

	border:1px solid #2260dd;
 	
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius:5px; border-radius: 5px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);

	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);

	background: #6e93e5; /* Old browsers */
	background: -moz-linear-gradient(top, #6e93e5 0%, #2260dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e93e5), color-stop(100%,#2260dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6e93e5 0%,#2260dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6e93e5 0%,#2260dd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6e93e5 0%,#2260dd 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e93e5', endColorstr='#2260dd',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6e93e5 0%,#2260dd 100%); /* W3C */

	text-align:center;
	cursor: hand; cursor: pointer;
 
 width: 331px;

 font-family: helvetica, arial, 'sans-serif';

 color: white;
 font-weight: bold;
 font-size: 1.5em;
 text-align: center;

 line-height: 2em;
 font-style: normal;
 text-decoration:none;
 text-shadow: 0px 1px 2px #473c05 ;
}

.btnDown 
{
	position:relative;
	float:left;
	min-width:40px;
	margin: 0 6px 6px 0;
	padding: 5px 16px 2px 16px;

	border:1px solid #2260dd;
 	
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius:5px; border-radius: 5px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);

	-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3); box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3);

	background: #2260dd; /* Old browsers */
	background: -moz-linear-gradient(top, #2260dd 0%, #6e93e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2260dd), color-stop(100%,#6e93e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2260dd 0%,#6e93e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2260dd 0%,#6e93e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2260dd 0%,#6e93e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2260dd', endColorstr='#6e93e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2260dd 0%,#6e93e5 100%); /* W3C */

	text-align:center;
	cursor: hand; cursor: pointer;
 
 width: 331px;

 font-family: helvetica, arial, 'sans-serif';

 color: white;
 font-weight: bold;
 font-size: 1.5em;
 text-align: center;

 line-height: 2em;
 font-style: normal;
 text-decoration:none;
 text-shadow: 0px 1px 2px #473c05 ;
}

/* this would allow us different widths easily */
.btn_270 {
 width:304px;
}


a {
 color:#2260dd;
}

.red {
 color:DarkRed;
}
.gray {
 color:gray;
}
.blk {
 color:#000000;
}



.instruct {
 width: 720px;
 font-size: 1.1em; 
 margin-bottom: 15px;

 color: #98a3a8;
 position: relative;
 padding: 0px 15px 7px 15px;

 text-decoration: none;
}

.instructplain {
 font-size: 1.1em; 
 margin-bottom: 5px;
 color: #98a3a8;
 position: relative;
 text-decoration: none;
}



.clr {
font-size: 0; 
line-height: 0;
height: 0;
clear:both;
}
