/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

html, body {border: 0; margin: 0; padding: 0;}


a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */      
form, #add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; border-bottom: 1px dotted #999; padding-bottom: 10px; }
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
form ul.holder { width: 500px; }
#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; }
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

#facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
#facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }
#facebook-auto ul { display: none; margin: 0; padding: 0; }
#facebook-auto ul li { padding: 5px 12px; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
#facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
#facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
#facebook-auto ul li.auto-focus em { background: none; }

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
#add a { color: #666; }
#add-test { width: 100px; padding: 2px; }
.darkenBackground {
background-color:#161819;
opacity: 0.85; /* Safari, Opera */
-moz-opacity:0.85; /* FireFox */
filter: alpha(opacity=85); /* IE */
z-index: 20;
height: 220%;
width: 100%;
background-repeat:repeat;
position:absolute;
top: 0px;
left: 0px;
}
.font{
font-family:Impact, fantasy;
font-size:30px;
text-decoration: none;
COLOR: #95ACB5;
border:none
}
.text{
font-family:tahoma;
font-size:19px;
text-decoration: none;
COLOR: #cc3333;
border:none
}
.f16s{
font-family:Futura Lt BT;
color:#4083C2;
text-decoration:none;
font-size:16px; 
font-weight:bold;
}
.f16g{
font-family:Futura Lt BT;
color:#95ACB5;
text-decoration:none;
font-size:16px; 
font-weight:bold;
}
.f21g{
font-family:Futura Lt BT;
color:#95ACB5;
text-decoration:none;
font-size:21px; 
text-align:center;
font-weight:bold;
}
.f13g{
font-family:Futura Lt BT;
color:#95ACB5;
text-decoration:none;
font-size:13px; 
font-weight:bold;
}
.hl{
background-image:url(http://www.cleandesign.org/img/line.png);
background-repeat: no-repeat;
width:2px;
height:45px
}
.hl1{
background-image:url(http://www.cleandesign.org/img/line.png);
background-repeat: no-repeat;
width:2px;
height:22px
}
.footer{
background-image:url(http://www.cleandesign.org/img/footer.gif);
background-repeat: x-repeat;
height:87px
}
.headerline{
background-image:url(http://www.cleandesign.org/img/headerpage.gif);
background-repeat: y-repeat;
height:4px
}
.lineheader{
background-image:url(http://www.cleandesign.org/img/lineheader.gif);
background-repeat: no-repeat
}
.border{
background-image:url(http://www.cleandesign.org/img/border.gif);
}
.add{
background-image:url(http://www.cleandesign.org/img/add.gif);
background-repeat: y-repeat;
width:725px;
height:5px
}
.main{
background-image:url(http://www.cleandesign.org/img/main.gif);
background-repeat: no-repeat;
width:725px;
height:13px
}
.hoover{
background-image:url(http://www.cleandesign.org/img/hoover.png);
width:104px;
text-align:center;
height:44px;
background-repeat: no-repeat;
}
.star{
font-family: arial;
text-decoration: none;
COLOR: #000000;
font-size: 20px;
font-weight:bold;
}

.container1 {
	float: left;
	margin: 0px 0px 20px 33px;
	width: 600px;
}

.container2 {
	float: left;
	margin: 0px 0px 20px 33px;
	width: 615px;
}

.lefttd {
	border: 1px solid #BEBEBE;
	float: left;
	padding: 4px 4px 4px 4px;
	width: 200px;
}
.lefttd1 {
	border: 1px solid #BEBEBE;
	float: left;
	padding: 4px 4px 4px 4px;
	width: 250px;
}

.lefttd3 {
	border: 1px solid #BEBEBE;
	float: left;
	padding: 4px 4px 4px 4px;
	width: 100px;
}

.lefttd33 {
	float: left;
	padding: 0px 4px 4px 4px;
	width: 60px;
}

.middletd {
	color: #999999;
	float: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
	width: 65px;
}

.pagerbackoff {
	background: url(images/back_off.gif) no-repeat top center;
	color: #777777;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	width: 75px;
}

.pagernextoff {
	background: url(images/next_off.gif) no-repeat top center;
	color: #777777;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	text-align: right;
	text-decoration: none;
	width: 75px;
}

.pages {
	float: left;
	height: 20px;
	margin: 0px 0px 0px 33px;
	width: 415px;
}

.righttd {
	color: #676767;
	float: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
	width: 250px;
}

.righttd3 {
	color: #676767;
	float: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
	width: 400px;
}

.middletd3 {
	color: #999999;
	float: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
	width: 85px;
}

.small {
	color: #999999;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
