/* Version:								1.4.5
 * Description:						Base stylesheet for entire site
 * Designed by:						Amsul Naeem
 * Created on:						05/11/2010
 * Last Updated:					02 August, 2011
 */
 

/*
 * OUR COLORS:
 * the blue:   #00B1EA
 * emp blue:   #3AD
 * blue text:  #29C
 * l blue bg:  #DEF
 * blue brdr:  #6BC
 *
 */


/*
 * RESET
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  outline: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}


/*
 * GLOBALS
 */

* body {
  font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;
  color: #3d3d3d;
}
*:focus { color: #666; }
*::selection { color: #fff; background-color: #00B1EA; text-shadow: none; }

a, a:link, a:active, a:visited {
  color: #3d3d3d;
  text-decoration: none;
}
a:hover { color: #666; cursor: pointer; }
a.spanA { color: #00B1EA; }
a.spanA:hover { text-decoration: underline; }

p { margin-bottom: 10px; display: inline-block; }
pre { width: 100%; white-space: pre-wrap; }

h1 {
	font-size: 26px;
	font-family: Arial Black, Gadget, sans-serif;
  letter-spacing: -2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 900;
}
h3 { font-size: 18px; }
h4 { font-size: 16px;
	font-family: Arial Black, Gadget, sans-serif;
  letter-spacing: -1px;
}
h5 {
	font-size: 14px;
	font-family: Arial Black, Gadget, sans-serif;
}
h6 {
	font-size: 13px;
	font-family: Arial Black, Gadget, sans-serif;
}

hr {
  clear: both;
  display: inline-block;
  width: 100%;
}

ul, ol { padding: 0 10px; }
ul {
	list-style-type: disc;
	margin: 15px 10px;
}
ol {
	list-style-type: decimal;
	margin: 5px 10px;
}
li { margin: 0 10px 5px; }

img { display: inline-block; }

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}
input[type=text],
input[type=password],
input.date,
textarea {
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #999;
  background-color: #FCFCFC;
  -webkit-box-shadow: #EEE 1px 1px 3px inset;
  -moz-box-shadow: #EEE 1px 1px 3px inset;
  box-shadow: #EEE 1px 1px 3px inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
  margin: 0 0 5px;
  outline: 0px none;
  padding: 5px;
}
input[type=text],
input[type=password],
input[type=date],
input.date {
	height: 27px;
	padding: 0 5px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input.date:focus,
textarea:focus {
	-webkit-box-shadow: #6BE 0px 0px 4px;
	-moz-box-shadow: #6BE 0px 0px 4px;
	box-shadow: #6BE 0px 0px 4px;
	background-color: #FEFEFE;
	border-color: #00B1EA;
	color: #333;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=date]:hover,
input.date:hover,
textarea:hover {
	border-color: #00B1EA;
}
button,
input[type=submit] {
}
input[type=submit]:hover,
input[type=radio]:hover,
button:hover {
	cursor: pointer;
}

label:hover {
	color: #888;
}

code {
	font-family: Courier New, Courier, monospace;
	padding: 0 2px;
}

strong { font-weight: bold; }

.clear {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
}
.clear.divi {
	border-top: 1px dotted #DDD;
	margin: 15px 0;
	visibility: visible;
}
.divi.half {
	width: 30%;
	margin: 20px auto;
	display: block;
}
.v-div {
	height: 12px;
	border-right: 1px solid #CCC;
	display: inline-block;
	margin: 0 5px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.just-center,
.just-center p {
	text-align: center;
}
.alignleft { float: left; }
.alignright { float: right; }

.alpha { margin-left: 0px !important; }
.omega { margin-right: 0px !important; }
p.omega { margin-bottom: 0 !important; }
.delta { padding-left: 0px !important; }
.sigma { padding-right: 0px !important; }

.error {
  font-size: 10px;
  color: red !important;
}
.hidden {
	display: none;
}

.dimmedText {
	color: #666;
}
.dimmedText2 {
	color: #AAA;
}
span.em {
	color: #00B1EA;
}

#popup_wrap {
	position: absolute;
	display: none;
	z-index: 100;
	margin: 5px -10px 0;
	left: 0;
}
#popup {
	padding: 9px 10px;
	width: 175px;
	text-align: left;
	background-color: #DEF;
	border: 1px solid #6BC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: rgba(187,187,187,0.7) 0px 0px 4px;
	-moz-box-shadow: rgba(187,187,187,0.7) 0px 0px 4px;
	-webkit-box-shadow: rgba(187,187,187,0.7) 0px 0px 4px;
	color: #456;
	text-shadow: 0 1px 0 #EFFDFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 16px;
	font-size: 11px;
	display: block;
}
#popup strong {
	color: #333;
	letter-spacing: -1px;
	font-size: 13px;
	line-height: 18px;
	display: block;
}
#popup_wrap .pin-tab {
	display: inline-block;
	width: 100%;
	height: 22px;
	background: url('../images/popup.png') no-repeat 0 0 transparent;
	top: 4px;
	position: relative;
	z-index: 110;
}
#babysteps-1 #popup_wrap .pin-tab {
	height: 12px;
	background: url('../images/poptop.png') no-repeat 50% 0 transparent;
}

#loading {
	display: none;
	padding-top: 25px;
	height: 15px;
	background: url('../images/loading.gif') transparent 50% 100% no-repeat;
}

#noscript {
	background-color: cornsilk;
	text-align: center;
	z-index: 1000;
	padding: 10px 0;
	border-bottom: 1px solid #EFE8CC;
	border-top: 1px solid #EFE8CC;
	position: relative;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #FA8072;
}
#noscript a {
	color: #339ECC;
	text-decoration: underline;
}


/*
 * LAYOUT FORMATTING
 */

body {
  background: url('../images/bgFollow.png') repeat 0px 0px transparent;
  overflow-y: scroll;
  text-align: center;
}

#headFrame {
  width: 100%;
  height: 106px;
  background: url('../images/head-bg.png') repeat-x 0 0 transparent;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #ABC;
}
#bodyFrame {
  margin-top: -20px;
}

.contentArea {
  padding-top: 24px;
  margin: 0 auto;
  width: 960px;
}


/*
 * CONTENT AREA
 */

/* HEADER */

#headFrame .topFrame {
  width: 960px;
  height: 70px;
  overflow: hidden;
}
#headFrame .botFrame {
  width: 960px;
  height: 36px;
}

#headLogo {
  background: url('../images/logo.png') no-repeat -5px 0 transparent;
  width: 303px; height: 65px;
}





/*
 * COMMONS
 */
 
 

#signin_submit,
.btn,
a.btn {
	border: 1px solid #169;
	border-bottom-color: #024;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
	outline: 0 none;
	display: inline-block;
	padding: 0 7px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	text-shadow: #059 0px -1px 0px;
	background: #39D url('../images/sprite.png') repeat-x 0 0;
	height: 24px;
	line-height: 24px;
}
#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a.btn .text,
a.btnEdit .text,
a.btnDel .text,
a.btnGo .text {
	color: #FFF;
	cursor: pointer;
}
#signin_submit:hover,
.btn:hover,
#signin_submit:focus,
.btn:focus {
  cursor: pointer;
  color: #fff !important;
	background-color: #28C;
}

#signin_submit:active,
.btn:active {
	background-color: #17B;
	background-position: 0 -24px;
}
.btnDim,
a.btnDim {
	outline: 0 none;
	padding: 0 7px;
	font-size: 11px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #AAA;
	border-bottom-color: #999;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	color: #3D3D3D;
	text-shadow: 0px 1px 0px #FAFAFA;
	background: #F5F5F5 url('../images/sprite.png') repeat-x 0 -48px;
}
.btnDim:focus,
a.btnDim:focus,
.btnDim:hover,
a.btnDim:hover {
	color: #111;
	cursor: pointer;
	background-color: #F2F2F2;
}
.btnDim:active,
a.btnDim:active {
	background-color: #EEE;
	background-position: 0 -72px;
}

.btnEdit,
a.btnEdit {
	outline: 0 none;
	padding: 0 5px;
	font-size: 11px;
	word-spacing: 2px;
	display: inline-block;
	height: 21px;
	line-height: 22px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #069;
	border-bottom-color: #024;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
	background: #28B url('../images/sprite.png') repeat-x 0 -202px;
}
.btnEdit:focus,
a.btnEdit:focus,
.btnEdit:hover,
a.btnEdit:hover {
  color: #fff !important;
	cursor: pointer;
}
.btnEdit:active,
a.btnEdit:active {
	background-color: #17A;
	background-position: 0 -223px;
}

.btnDel,
a.btnDel {
	outline: 0 none;
	padding: 0 5px;
	font-size: 11px;
	word-spacing: 2px;
	display: inline-block;
	height: 21px;
	line-height: 22px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #600;
	border-bottom-color: #500;
	color: #FFF;
	background: #A00 url('../images/sprite.png') repeat-x 0 -244px;
}
.btnDel:focus,
a.btnDel:focus,
.btnDel:hover,
a.btnDel:hover {
  color: #fff !important;
	cursor: pointer;
}
.btnDel:active,
a.btnDel:active {
	background-color: #800;
	background-position: 0 -265px;
}

.btnGo,
a.btnGo {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
	display: inline-block;
	padding: 0 6px;
	font-size: 11px;
	line-height: 22px;
	height: 21px;
	background: #5A1 url('../images/sprite.png') repeat-x 0 -96px;
	border: 1px solid #260;
	border-bottom-color: #140;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
}
.btnGo:hover,
a.btnGo:hover,
.btnGo:focus,
a.btnGo:focus {
  color: #fff !important;
  cursor: pointer;
}
.btnGo:active,
a.btnGo:active {
	background-color: #490;
	background-position: 0 -117px;
}

.btnGem {
	border: 1px solid #260;
	border-bottom-color: #140;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	background: #5A1 url('../images/sprite.png') repeat-x 0 -138px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 30px;
	display: inline-block;
	color: #FAFAFA;
}
.btnGem:active {
	background-position: 0 -170px;
	background-color: #490;
}
.btnGem .text {
	color: #FFF;
}


/* EMPHASIZED BUTTONS */

.empBtn {
	border-color: #39C !important;
}
.empBtn:hover {
	-webkit-box-shadow: 0 0 3px #8CF !important;
	-moz-box-shadow: 0 0 3px #8CF !important;
	box-shadow: 0 0 3px #8CF !important;
}



a.disabled {
	background-position: 0 -72px;
	color: #888;
	text-shadow: none;
	border-color: #CCC;
}
a.disabled:hover {
	color: #888;
	cursor: default;
}



/* FOOT NOTES */

.foot-note {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #999;
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
.foot-note a {
	text-decoration: underline;
	cursor: pointer;
	color: #789;
}