


/* Floating div objects  */

#cellDetails {
  display: none;
  border:8px solid #add8e6;
  position: absolute;
  top: auto;
  left: auto;
  width: 230px;
  height: 120px;
  background-color:#f1f5fa;
  padding: 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2a3680;
  z-index: 11000;
}

#cellDetails Field {

}

#cellDetails Btn {

}

#cellDetails #statusLine {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2a3680;
}

#FDAddCancelBtns {
    text-align: center;
}

#FDOKBtn {
    text-align: center;
}

/* Fave line general classes */

#favLineWrapper {
  display: block;
  padding: 0px;
  margin: 0px 4px 0px 0px;
  width: 100%;
}

.favTbl {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.favTbl tr {

}

.favTbl td {
   
}

.favTbl th {
    display: none;
}

/* FAQ question mark link  */

.FAQCell {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
    text-align:left;
    vertical-align: top;
}

.FAQCell DIV {
  display: block;
  padding: 0px;
  margin: 1px 15px 0px 0px;
}

/* fave line definition  */

.favLine {
  float: left;
  padding:0px;
  margin: 0px;
  list-style:none;
}

.favLineHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
    text-align:left;
    width: 107px;
    padding: 0;
    margin: 0;
    vertical-align:middle;
}

/* fave cells  definitions  */

.favBin {
  position:relative;
  float:left;
  display: block;
  padding: 0px;
  margin: 0px 5px 5px 10px;
  height: 25px;
  width: 30px;
}

.favBin .favBinIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 25px;
  z-index: 1;
}


.favLineDel {
  position:relative;
  float:left;
  display: block;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  height: 25px;
  width: 30px;
}

.favLineDel .favLineDelIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
}

.favLineAdd {
  position:relative;
  float:left;
  display: block;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  height: 25px;
  width: 30px;
}

.favLineAdd .favLineAddIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
}

/* regular cell */

.favCell {
  float:left;
  position:relative;
  border: 1px solid #bbbbbb;
  display: block;
  cursor: pointer;
  padding: 0px;
  margin: 0px 5px 5px 0px;
}

/* logo cell */

.favLogoCell {
  float:left;
  position:relative;
  border: 1px solid #ffffff;
  display: block;
  cursor: pointer;
  padding: 0px;
  margin: 0px 5px 5px 0px;
}


.favCell .cellText,
.favLogoCell .cellText {
  position:absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  color: #2a3680;
}

.favCell .moveImg,
.favLogoCell .moveImg{
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 52px;
  z-index: 3;
  cursor: move;
}

.favCell .favIcon,
favLogoCell .favIcon{
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 75px;
  height: 25px;
  z-index: 1;
}

.favCell .DBIcon,
.favLogoCell .DBIcon{
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  z-index: 1;
}


/* the image that covers the fave line when the user is not logged in */

.coverimg {
  display:none;
  position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: 45px;
  z-index: 99;
}

/* the busy Icon when calling server via ajax */

#loadingIcon {
    visibility:hidden;
    float:right;
    padding-right: 35px;
}


/* header line definitions */

#menu {
	background:#fff url(images/headerbg.gif) repeat-x bottom left;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	color:#999999;
	white-space:nowrap;
	padding:0px 8px 0px 10px;
    margin: 0px;
	text-align:left;
}

#menu a{
    padding:0px;
    font-size: 11px;
    text-decoration:none;
    color:#1d1edb;
}
#menu a:hover{color:#dd1ea2;}

#menuLeft {
    text-align: left;
    vertical-align:middle;
    text-transform:capitalize;
    padding:0px 0px 0px 10px;
}

#menuRight {
    text-align: right;
    padding:0px 10px 0px 0px;
	font-size: 11px;
}
#menuRight a{
    font-weight:normal;
    padding:0px;
    font-size: 11px;
    text-decoration:none;
    color:#1d1edb;
}

#menuuse {
	background:#fff url(images/headerbg.gif) repeat-x bottom left;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #ccc;
	font-size:12px;
	color:#999999;
	white-space:nowrap;
	padding:0px 8px 0px 10px;
    margin: 0px;
	text-align:left;
}

#menuuse a{
    padding:0px;
    font-size: 12px;
    text-decoration:none;
    color:#1d1edb;
}
#menuuse a:hover{color:#dd1ea2;}

#menuuseLeft {
    text-align: left;
    vertical-align:middle;
    text-transform:capitalize;
    padding:0px 0px 0px 10px;
}

#menuuseRight {
    text-align: right;
    padding:0px 10px 0px 0px;
	font-size: 12px;
}
#menuuseRight a{
    font-weight:normal;
    padding:0px;
    font-size: 12px;
    text-decoration:none;
    color:#1d1edb;
}

/* form objects definitions */

#form_container
{
	background:#fff;
	border:1px solid #add8e6;
	margin:0 auto;
	text-align:left;
}

#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
}



#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: none;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
}


/**** Logo Section  *****/
h1
{
	background-color:#f1f5fa;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;

}

h1 a
{

	display:block;
	min-height:40px;
	overflow:hidden;
}



/**** Form Section ****/

form
{
	margin:20px 20px 0;
	padding:0 0 20px;
    font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:14px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description h2
{
	clear:left;
	font-size:24px;
	font-weight:400;
	margin:0 0 3px;
}


/**** Inputs and Labels ****/
label
{
	border:none;
	color:#222;
	display:block;
	font-size:12px;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

#url 
{
	color:#666666;
	display:block;
	font-size:13px;
	padding-top:0.1em;
}

#username_link {
color:blue;
font-weight:normal;
}

input.text
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border:1px solid #cccccc;
	font-size:18px;
	margin:0;
	padding:8px;
	width:160px;
	height:42px;
}
input.text:focus
{
background-color:#f1f5fa;
background-image:none;
border-color:#777777;
}*/

input.checkbox
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

#reserved
{
    color:#333333;
    font-family:Verdana,Helvetica,Sans-Serif;
    font-size:10px;
}

