/* Example 27-13: styles.css */

* {
  font-family:verdana,sans-serif;
  font-size  :14pt;
}

.field_label {
  font-size: 8px;
  color:green;
}

a.list_links:link {color:#808080;}
a.list_links:visited {color:#808080;}
a.list_links:hover {color:#1a1a1a;}

.breadcrumbs {
  font-weight:bold;
  font-style :italic;
  font-size  :14px;
  margin-bottom:20px;
}

a.breadcrumbs {
  color: #4d4d4d;
}
a.breadcrumbs:link {color:#4d4d4d;}
a.breadcrumbs:visited {color:#4d4d4d;}
a.breadcrumbs:hover {color:#1a1a1a;}

.breadcrumbs_container {
  margin-bottom:10px;
}

.list_divs {
/*  margin:auto;*/
/*  width	:400px;*/
  border:3px solid #888;
/*  display:inline-block;*/
}

.list_columns {
  overflow-y: scroll;
  max-height:600px;

}

/*
.ui-block-a {
  width: 20%;
}
*/

#logo {
  margin    :10px 0px 10px 0px;
/*  border:2px solid black;*/
  font-family:Georgia;
  font-weight:bold;
  font-style :italic;
  font-size  :64px;
  color      :#2962a3;
  
  }

.username {
  text-align :center;
  color      :#e6e6e6;
/*  color      :#E74C3C;*/
  font-family:Tahoma;
  font-size  :16pt;
  font-weight:lighter;
  padding:10px;
  background-color:#4788d1;
}

/*
.info {
  border: 1px solid blue;
  font-style :italic;
  margin     :60px 0px;
  text-align :center;
}
*/
.center {
  text-align:center;
}

.right {
  border: 1px dashed green;
  float: right;
  margin-right: 1%;
}

.xyz1 {
  color: red;
}

.zipcode {
  width: 100px;
}

/*
.ui-input-text {
  width: 100px;
}
*/
.mybutt {
  color:green;
}

body {
  width     :700px;
  margin    :20px auto;
  background:#f8f8f8;
  border    :1px solid #888;
}



html {
  background:#fff;
}

img {
  border            :1px solid black;
  margin-right      :15px;
  -moz-box-shadow   :2px 2px 2px #888;
  -webkit-box-shadow:2px 2px 2px #888;
  box-shadow        :2px 2px 2px #888;
}



.subhead {
  font-weight:bold;
}

.taken, .error {
  color:red;
}

.available {
  color:green;
}

.whisper {
  font-style:italic;
  color     :#006600;
}

/*
#robin {
  position          :relative;
  border            :0px;
  margin-left       :-6px;
  margin-right      :0px;
  top               :17px;
	-moz-box-shadow   :0px 0px 0px;
	-webkit-box-shadow:0px 0px 0px;
	box-shadow        :0px 0px 0px;
}
*/
#used {
  margin-top:50px;
}
