@import '/stylesheets/form.css';
@import '/stylesheets/forms.css';
@import '/stylesheets/cc/site.css';
.unimplemented { background-color: #ffb !important; }

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
}

/*FLASH MESSAGES*/
#flash-msg{
  background-color: #ffd;
  color: #666;
  width: 920px;
  height: 28px;
  vertical-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: -14px;
  padding: 12px 0 3px 0;
  border-bottom: 2px solid #EEC;
}

body {
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a { color: #24b2f2; }
a:hover,
a:active { color: #078fcd; }

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* @group Layout */

/* A container should group all your columns. */
#container {
  position: relative;
  min-width:920px;
  text-align:left;
  margin: 0 auto;   /* Centers layout */
  width: 920px;     /* Total width */
}



#title {
  margin-top: 18px;
  margin-left: 18px;
}

#phead {
  background-color: #66AB48;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 18px;
  clear: left;
  border-bottom: 1px solid #8BCC76;
  border-right: 2px solid #8BCC76;
  font-weight: bold;
}

#home_calc, #work_calc,
#travel_calc, #shopping_calc {
  background-color: #fff;
  padding: 18px 0px;
  border-bottom: 2px solid #B6D2E3;
  /*width: 700px;*/
}
/* @end */


/* @group Nav */
#nav {
  margin-top: 18px;
}

li#user a, li#shopping a,
li#home a, li#work a,
li#travel a, li#shopping a  {
  background-color: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  }

/* @end */

/* @group Instructions */

#instructions {
  background-color: #94DC93;
  padding: 9px 9px 40px;
}
/* @end */

/* @group analytics table */

table.data {
  width: 700px;
  text-align: center;
  padding: 0;
  margin: 0 0 21px 0;
  color: #000;
}

th {
  font: bold 11px Helvetica, Arial, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #BDE797;
  border-bottom: 1px solid #BDE797;
  border-top: 1px solid #BDE797;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #BDE797;
}

th.legend {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #BDE797;
  background: none;
}

td {
/*  border-right: 1px solid #BDE797;
  border-bottom: 1px solid #BDE797;
  background: #fff;*/
  padding: 6px 6px 6px 12px;
}

td.shaded {
  background: #eee;
  color: #797268;
}

th.category {
  border-left: 6px solid #BDE797;
  padding-right: 12px;
  border-top: 0;
  background-color: #fff;
  font: bold 10px Helvetica, Arial, sans-serif;
}

tfoot {
  padding-top: 201px;
}
/* @end */

.error {
  border: 1px solid #f88;
  background: #FFF0F0;
  margin-bottom: 10px;
  padding: 10px;
}

/* login form consistency hack */

#email_input{

}
*html #pass_input{
}
span.inp2{
  margin-top: 50px;
}

.login_form span{
  float:right;
  height:40px;
  padding:0;
  margin: .1em .7em;
}

.login_form span.email_label{
  position: absolute;
  color: #666;
  margin-top: 5px;
  width: 80px;
}

.login_form span.password_label{
  position: absolute;
  color: #666;
  margin-top: 50px;
    width: 80px;
}
*html .login_form span.password_label{
  margin-top:0;
  }

.login_form .inp1{background:url(/images/home/bg-input1-big.jpg) no-repeat}
.login_form .inp2{background:url(/images/home/bg-input2-big.jpg) no-repeat}
.login_form span input{
  font:14px/14px Verdana, Tahoma, sans-serif;
  color:#888;
  width:161px;
  height:17px;
  background:none;
  border:none;
}

#facebox.footer{
  display: none;
}

#chatbar{
  bottom: 0px;
  margin: 0 auto;
  position: fixed;
  width: 920px;
  z-index: 100;
}

.new_photo{
  background-color: #0082bb;
  float: left;
  height: 20px;
  margin-top: -28px;
  opacity: .7;
  padding-top: 4px;
  width: 100%;
}

.new_photo a{
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border: none;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.facebox_hide {
  z-index:-100;
}


/* Sitwide Facebox changes */

#facebox {
 border: 1px solid #999;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 0px;
  width: 0px;
}

div#facebox .footer .close {
	display:none;
	height: 20px;
	color: white;
}
div#facebox .footer .close a{
	color: white;
}
div#facebox .footer .close a:hover{
	color: white;
}


#friend-request-profile{
	height:20px !important;
}

#friend-request-message{
	padding: 2em !important;
}

.body #message-new-container{
	border: 1px solid #ddd;
	margin: 15px;
	padding: 15px;
}

.smallbold{
	font-size: 11px;
	font-weight: bold;
}

/*.messagelabel{
	position: relative;
	margin-top: -117px;
}*/

#facebox form textarea{
	width: 98%;
	float: none;
}

#facebox form td{
	padding:6px 6px 6px 12px;
}

/* the class name is configurable using $.Spinner.className = 'otherspinnerclass' */
.spinner {
  background: #fff url('../images/spinner.gif') no-repeat center center;
  opacity: 0.75;
  filter: alpha(opacity: 75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

.green-spinner{
  background: #fff url('../images/green-loader.gif') no-repeat center center;
  opacity: 0.75;
  filter: alpha(opacity: 75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}
