/* BASE */


.red{
	color:#F00;
	}
* {
    font-family: "trebuchet ms", tahoma, sans-serif;
}
a {
    color: #47A;
    text-decoration: none;
}
a:hover {
    color: #258;
    text-decoration: underline;
}
a img {
    border: 0;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #AAA;
    padding: 0.1em;
}
input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}
.errorcdr{
	border: 1px solid;
	background: #FCC;
    border-color: #966;
    color: #633;
	}
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
td#availability {
    color: #285;
    font-weight: bold;
}
td#availability.not-available {
    color: #F00;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */

div#header {
    background: #FFF url('bg_header.png') bottom repeat-x;
    border-bottom: 3px solid #9CD;
    clear: both;
}
div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}
h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 1em;
    text-transform: lowercase;
}

html > body h1 {
    /*background: url('logo.png') no-repeat 10px;*/
    padding-left: 75px;
}
html > body div#header.popup h1 {
    background: url('logo_24.png') no-repeat 10px;
    padding: 0.5em 0.5em 0.5em 50px;
}
h1 a {
    color: #000;
}
h1 a:hover {
    color: #000;
}

h2 {
    background: #666 url('bg_bar.png') center center repeat-x;
    border-bottom: 3px solid #DDD;
    clear: both;
    color: #DDD;
    font-size: medium;
    letter-spacing: 0.1em;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;

}

ul#top_logo {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0em;
    text-transform: lowercase;
    width: auto;
}
ul#top_logo li {
    float: left;
}

ul#index_top_logo {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0em;
    text-transform: lowercase;
    width: auto;
}
ul#index_top_logo li {
    float: left;
}
ul#about_logo {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0em;
    text-transform: lowercase;
    width: auto;
}
ul#about_logo li {
    float: left;
}

ul#about_content {
    list-style-type: none;
    margin: 0;
    padding: 3.0em 2.5em;
    width: auto;
}

/* NAVIGATION */
ul#account {
    list-style-type: none;
	font-size: small;
	position: absolute;
	right: 1em;
	top: 1em;
	width: auto;
}
ul#account li {
    float: right;
}

ul#navigation {

	clear:left;
	min-height:30px;
    list-style-type: none;
    margin: 0;

    text-transform: lowercase;
    width: auto;
}
ul#navigation a {
    font-size: medium;
    font-weight: bold;
    padding: 0.2em 0.5em;
}
ul#navigation a:hover {
    background: #7AD;
    color: #FFF;
}
ul#navigation li {
    float: left;
}
ul#navigation li.access {
    float: right;
}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 70%;
}
html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}
div.link a {
    color: blue;
    font-size: medium;
}
div.link a:visited {
    color: purple;
}
div.meta {
    color: #285;
}
div.meta span {
    color: #F00;
}
li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 1em 0.5em;
}
html > body li.xfolkentry {
    border-bottom: 1px dotted #AAA;
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    border-left: 3px solid #F00;
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}

div#index_sep {
    position: absolute;
    left: 2em;
    top: 15em;
    width:500px;
}
div#index_sep h2 {
    background: none;
	border:none;
    border-right: 1px solid #DDD;
    clear: both;
	height:25em;
}

/* SIDEBAR */

div#site_about {
    font-size: small;
/*	position:absolute;
    left: 10em;
    top: 10em;*/
	float:left;
	margin-top:3em;
	margin-left:4em;
    letter-spacing: 0.2em;
    width: auto;
}

div#loginbar {
    font-size: small;
  /*  position: absolute;
    right: 1em;
    top: 15em;*/
	float:right;
	margin-top:5em;
	margin-right:2em;
	/*padding-right:2em;*/
    /*width: 40%;*/
}

div#loginbar h2 {
	background: #ffffff;
    border: none;
    color: #000;
	clear: both;
    font-size: medium;
    letter-spacing: 0.5em;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
}


div#invite_bar {
    z-index:2;
    font-size: small;
    position: absolute;
    left: 1em;
    top: 12em;
    width: 70%;
}

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1em;
    top: 12em;
    width: 25%;
}
div#sidebar a {
    color: #995;
}
div#sidebar a:hover {
    color: #773;
}
div#sidebar div {
    background: #FFF url('bg_sidebar.png') bottom repeat-x;
    border: 1px solid #CC8;
    color: #555;
    margin-bottom: 1em;
}
div#sidebar h2 {
    background: transparent;
    border: 0;
    color: #995;
    letter-spacing: 0;
    margin: 0;
    padding: 0.5em 0;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 1em;
}
div#sidebar p.tags a {
    margin: 0;
}
div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}
div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
}
div#sidebar ul li {
    margin: 0.5em 0;
}

/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
	width: 70%;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
	margin: 0;
}
form#search {
	background: #FFF;
	color: #555;
	font-size: small;
	margin-bottom: 1em;
}
form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 1em;
}
h3 {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    color: #CCC;
    font-size: small;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 7em;
}
html > body p#sort {
    margin-right: 0.75em;
}
p#sort a {
    background: #AAA;
    color: #555;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #CCC;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}
p.paging {
	font-size: small;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable {
	background: #888;
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	background: #666;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	background: #DDD;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}

/*content*/

#content{
     width:100%;
	 text-align:left;
	 padding-bottom:30px;
	
}
#leftbar{
	font-size:13px;
     width:50%;
	  height:400px;
	 float:left;
	 padding:0px 0px 0px 60px;
	 margin:0px;
	 line-height:2;
	 border-right:#CCCCCC 1px dotted;
	
}

#rightbar{
     width:30%;
	 height:400px;
	 float:left;
	 padding:0px 0px 0px 50px;
	
}




#rightbar table{
     width:100%;
	 
}

#rightbar table td{
    padding:5px;
	height:20px;
}

.h1{font-size:16px; font-weight:bold; color:#0099FF;}
.h2 {font-size:13px; color:#FF6600;  font-family:'»ªÎÄÐÐ¿¬';}
.leftbar_title{ FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0099ff}


/*rates*/
#rates{width:90%; padding-left:30px; margin:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#rates_navigation{width:100%; background:url(images/rates_2.jpg) repeat-x;}
#rates_text{background:url(images/rates_1.jpg) no-repeat; width:81px; height:25px; text-align:center; padding-top:5px; font-size:16px; font-weight:bold;}
#rates_text_1{font-size:30px; font-weight:bold; color:#0B76F3; width:20px; float:left; padding-left:20px;}
#rates_text_2{font-size:16px; font-weight:bold; color:#0B76F3; width:500px; float:right; padding:10px; width:540px;}
#rates table{width:100%;border-bottom:1px #CCCCCC solid; border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;} 
#rates table td{width:40%; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:13px; border-bottom:1px #CCCCCC solid;} 
.rates_title{ font-size:16px; font-weight:bold; background-color:#D9F1FD;}
/*end rates*/
.xxx a{
    color:#ddd;
    text-decoration: underline;
}
.xxx a:hover {
    color: #ddd;
    text-decoration: none;
}

