body {
	background-color:#dee6ed;
}

p {
	color:#010101;
	font-size:.7em;
	font-family:Trebuchet MS;
	text-decoration:none;
	text-align:justify;
}

div#header {
	width:100%;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}

div.header_panel {
	width:33%;
	float:left;
	height:45px;
}

h1.main_title {
	/*color:#999;*/
	color:#85C329;
	font-size:35px;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}

div#wrapper {
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:610px;
}

span.share {
	color:#858585;
	font-size:1em;
	font-family:Trebuchet MS;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
}

div.teaser_row {
	clear:both;
	display:table;
	height:68px;
	padding:5px 0;

}

td.teaser {
	display:table-cell;
	vertical-align:middle;
	color:#010101;
	font-size:.9em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

td.teaser a,
td.teaser a:visited {
	color: #1e90ff;
	text-decoration:none;
}

span.zoolit {
	color: #1e90ff;
}

td.teaser a:hover {
	text-decoration:underline;
}

td.teaser a:active {
	text-decoration:underline;
	color:#f00;
}

p.presentation,
li.presentation {
	color:#010101;
	font-size:.9em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

p.presentation a,
p.presentation a:visited,
p.presentation a:hover {
	text-decoration:underline;
	color:#010101;
}

p.presentation a:active {
	color: #f00;
}

img.teaser {
	width:58px;
	height:58px;
}

span.sites {
	color:#1e90ff;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

div#liquid_top {
	background:url(../images/back_panel_liquid_top.png) no-repeat top left;
	width:610px;
	height:10px;
}

div#liquid_bottom {
	background:#FFF url(../images/back_panel_liquid_bottom.png) no-repeat scroll left bottom;
	width:510px;
	min-height:100px;
	padding:25px 50px;
}

div.liquid_grey_top {
	background:url(../images/gray_panel_top.png) no-repeat top left;
	width:516px;
	height:8px;
	padding:0 25px;
}

div.liquid_grey_bottom {
	background:url(../images/gray_panel_botton.png) no-repeat bottom left;
	width:465px;
	min-height:30px;
	padding:5px 25px;
}

div.box {
	width:460px;
	background-color:#dee6ed;
	padding: 3px 24px;
	margin:20px 0;
	border:1px solid #9CB4C9;
}

div.box_no_hover {
	width:460px;
	background-color:#dee6ed;
	padding: 3px 24px;
	margin:20px 0;
	border:1px solid #9CB4C9;
}

div.box:hover {
	background-color:#BDCDDB;
}

div.url:hover {
	cursor:move;
}

a.logout,
a.logout:visited {
	color:#68ac03;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
}

a.logout:hover {
	text-decoration:underline;
}

a.logout:active {
	font-weight: bolder;
}

span.drag,
a.edit,
a.edit:visited {
	color:#666 !important;
	font-family:Trebuchet MS;
	text-decoration:underline;
	font-size:12px;
}

a.edit:hover {
	color:#444;
}

a.edit:active {
	color:#F00;
}

span.drag {
	cursor:move;
	text-decoration:none;
}

a.cancel {
	color:#E10000 !important;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

td#selected_button_column {
	color:#444;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-size:.7em;
	text-align:center;
}

img.selected_button {
	width:50px;
}

h1.bookmarks {
	color:#85c329;
	font-size:25px;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-weight:bold;
	clear:both;
}

div.bookmarks,
p.bookmarks {
	line-height:16px;
	font-size:13px;
	font-family:Trebuchet MS;
	text-decoration:none;
	clear:both;
	padding:0;
}

div.bookmarks a,
div.bookmarks a:visited {
	color: #1e90ff;
	text-decoration:none;
}

div.bookmarks a:hover {
	color: #1e90ff;
	text-decoration:underline;
}

div.bookmarks a:active {
	text-decoration:underline;
	color: #f90;
}

h2 {
	text-align:center;
	color:#85C329;
	font-size:1.3em;
	font-family:Trebuchet MS;
	text-decoration:none;
	clear:both;
}

hr.hr {
	width:100%;
	color:#000;
	background-color:#000;
	height:2px;
	clear:both;
}

fieldset.user_data {
	width:100%;
	clear:both;
	border:none;
	padding:6px 0;
}

div#footer {
	clear:both;
	padding: 10px 5px;
	color:#010101;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

div#footer a,
div#footer a:visited,
div#footer a:hover {
	color: #010101;
	text-decoration:underline;
}

div#footer a:active {
	color:#f00;
}

fieldset.profile {
	border:none;
	clear:both;
	background-color:#dee6ed;
}

fieldset.profile legend {
	color:#010101;
	font-size:1em;
	font-family:Trebuchet MS;
	text-decoration:none;
	text-align:center;
}

fieldset.user_data legend {
	color:#010101;
	font-size:1em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

fieldset.user_data legend a.id,
fieldset.user_data legend a.id:visited {
	color:#026dd5;
	text-decoration:none;
}

fieldset.user_data legend a.id:hover {
	text-decoration:underline;
}

fieldset.user_data legend a.id:hover {
	text-decoration:underline;
	color:#F00;
}

img.user_pic {
	max-width:120px;
	float:left;
	clear:none;
	max-height:150px;
	padding-top:5px;
	display:block;
	padding-right:10px;
}


table.user_data {
	width:320px;
	clear:both;
}

table.user_data td {
	text-align:left;
	color:#010101;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	vertical-align:top;
}

table.user_data td.label {
	width:120px;
}

table.user_data td.content {
	width:200px;
}

fieldset.panels {
	width:48%;
	padding: 0;
	border:none;
}

fieldset.panels legend {
	color:#010101;
	font-size:1em;
	font-family:Trebuchet MS;
	text-decoration:none;
	text-align:center;
}

fieldset.panels label {
	clear:both;
	color:#010101;
	display: block;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	padding-top:10px;
}

div.remember_me {
	clear:both;
	color:#010101;
	display: block;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	padding-top:10px;
}

a.remember_link,
a.remember_link:visited,
a.remember_link:hover {
	color:#010101;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:underline;
}

a.remember_link:active {
	color: #f00;
}

span.terms_of_service {
	color:#010101;
	font-size:.8em;
	font-family:Trebuchet MS;
}

span.terms_of_service a,
span.terms_of_service a:visited,
span.terms_of_service a:hover {
	text-decoration:underline;
	color:#010101;
}

span.terms_of_service a:active {
	color:#f00;
}

fieldset.panels input,
fieldset.panels textarea {
	clear:both;
	display:block;
	width:240px;
}

fieldset.left {
	float:left;
}

fieldset.right {
	float:right;
}

a.link,
a.link:visited {
	color:#010101;
	font-size:.7em;
	font-family:Trebuchet MS;
	text-decoration:none;
}

a.link:hover {
	text-decoration:underline;
}

a.link:active {
	text-decoration:underline;
	color:#F00;
}

img#logo {
	display:block;
	float:left;
	z-index:10;
	border:none;
}

div.error {
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#F00;
}

div.error p {
	color:#F00;
}

div.errorExplanation h2 {
	font-size:1.4em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#444;
}

div.errorExplanation ul li {
	font-size:.9em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#444;
}

span#login_error {
	font-size:.9em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#444;
}

div.error h2 {
	color:#F00;
}

div.error ul li {
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#F00;
}

div.row {
	clear:both;
}

fieldset.big_forms,
table.big_forms,
fieldset.invitations {
	width: 100%;
	border:none;
	padding:0;
	z-index:1;
}

ul#bookmarks_list {
	padding:0;
	margin:0;
}

ul#bookmarks_list li {
	list-style:none;
	padding:0;
}

fieldset.invitations {
	text-align:center;
}

td.label_td {
	width:35%;
	text-align: right;
	padding-top:.3em;
	vertical-align:text-top;
}

td.label_td label {
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
}

fieldset.big_forms label {
	width:40%;
	float:left;
	padding-right:3px;
	text-align: right;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
	vertical-align:middle;
	height:100%;
}

table.big_forms input,
table.big_forms textarea,
fieldset.big_forms input,
fieldset.big_forms textarea {
	width:230px;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
}

table.big_forms select,
fieldset.big_forms select {
	width:230px;
}

div.auto_complete {
	position:absolute;
     width:200px;
     background-color:white;
     border:1px solid #888;
     margin:0px;
     padding:0px;
	z-index:50000;
}

ul.countries  {
	list-style-type: none;
     margin:0px;
     padding:0px;
}

ul.countries li.selected {
	background-color: #ffb;
}

li.country {
	list-style-type: none;
     display:block;
     margin:0;
     padding:2px;
     height:32px;
}

h1.my_sites {
	width:100%;
	height:25px;
	padding:10px 0 0 0;
	text-align:center;
	clear:both;
	font-weight:bold;
}

div.dates {
	width:200px;
	float: left;
}

div.dates select {
	width:100%;
}

.buttons {
	position:relative;
	left:50%;
	margin-left:-100px;
	text-align:center;
}

fieldset.invitations input.invitation_input {
	width:200px;
	text-align: left;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#AAA;
}

fieldset.invitations input.invitation_input_focus {
	width:200px;
	text-align: left;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
}

input.new_bookmark_input,
textarea.new_bookmark_input {
	width:400px;
	text-align: left;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#AAA;
	clear:both;
}

input.new_bookmark_input_focus,
textarea.new_bookmark_input_focus,
textarea#button_code {
	width:400px;
	text-align: left;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
	clear:both;
}

textarea#widget_code {
	width:400px;
	text-align: left;
	font-size:.8em;
	font-family:Trebuchet MS;
	text-decoration:none;
	color:#010101;
	clear:both;
}

p.pp,
li.pp {
	font-family: Courier New, Courier, mono;
	color:#010101;
	text-decoration:none;
	text-align:justify;
	font-size:.8em;
}

p.pp a,
p.pp a:visited,
p.pp a:hover {
	text-decoration:underline;
	color:#010101;
}

p.pp a:active {
	color: #f00;
}

h2.pp {
	color:#010101;
	text-align:left;
	font-size:.9em;
	font-family: Courier New, Courier, mono;
	text-decoration:none;
}
