/*
 * basic layout
 */

* { 
  padding: 0; margin: 0;
}

html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

a {
	color: #48c;
}

body {
  margin: 10px 0 5px 0;
  padding: 0;
  background: #A4A3A1 url(../images/bg.png) repeat;
  text-align: center;
  font-size: 62.5%;
  color: #4D4742;
}
body, td, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

textarea {
  font-size: 100%;
}

#page {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 986px;
  position: relative;
}

#top,
#container,
#bottom {
  padding: 0 15px 0 15px;
}

#top {
  background: url(../images/shadow-top.png) no-repeat top left;
  padding-top: 16px;
}

#top {
  height: 1%;
}

#top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#top h1 {
  font-size: 2em;
  margin: 0;
  padding: 20px 20px 17px;
  _padding:  20px 13px 17px 20px;
  float: left;
  width: 209px;
}

#top #menu {
  float: left;
  width: 707px;
  background-color: #fff;
  _margin-left: 1px;
}

#top #menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top #menu ul li {
  float: left;
}

#top #menu ul li a {
  float: left;
  color: #4D4742;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  border-right: 1px solid #DBDAD9;
  background-color: #fff;
  font-size: 1.2em;
}

#top #menu ul li a:hover,
#top #menu ul li.on a {
  color: #FFF;
  text-decoration: none;
  background: #4D4742 url(../images/menu-hover.gif) repeat-x top left;
}

#top #header-picture {
	_margin-top: -2px;
	width: 707px;
	height: 90px;
	background: #ccc url(../images/header.jpg) no-repeat;
	float: right;
}

#left {
	font-size: 11px;
	padding: 20px 0;
}
#left h4 {
	margin: 10px 20px 5px;
	font-size: 13px;
}
#left p {
	margin: 5px 20px 5px;
	line-height: 1.3em;
}

#container {
  background: url(../images/shadow-container-2col.png) repeat-y top left;
  clear: both;
  height: 1%;
  font-size: 1.3em;
}

#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#container #left {
  float: left;
  width: 249px;
  min-height: 71px;
}

#container #content {
  float: left;
  width: 707px;
  background-color: #fff;
}

#content {
	padding-bottom: 10px;
}

#content form {
	margin-bottom: 12px;
}

#content form p.label {
	margin-top: 12px;
}
.profile #content form label {
	margin: 6px 0 1px 12px;
	font-size: 11px;
	display: block;
}

#content h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #444;
	margin: 10px;
	line-height: 1.2em;
	padding: 0;
	letter-spacing: -1px;
}

#content h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #444;
	margin: 15px 15px 2px 10px;
}

#content p, #modalbox p {
	margin: 0 10px 2px 10px;
}

#content .row, #modalbox .row {
	margin: 2px 10px 7px;
}

#content .row label, #modalbox .row label {
	width: 160px;
	display: block;
	float: left;
	clear: left;
	padding-top: 2px;
	font-size: 12px;
}

#content .submit, #modalbox .submit {
	margin: 5px 10px;
}

ul.error_list,
ul.error_list li {
	margin: 0 !important;
	padding: 0 !important;
}

.form_error,
ul.error_list li {
	font-size: 11px;
	font-weight: 700;
	color: #c00;
	margin: 0 0 0 10px;
	font-weight: 300;
}

#footer {
    clear: both;
	background-color: #555;
	color: #fff;
	padding: 4px;
	margin: 0 14px;
	text-align: center;
	font-size: 1.1em;
}

img.png
{
  behavior: url("/sf/sf_default/css/pngfix.htc");
}

#account-bar {
	margin: 0;
	padding: 2px 6px;
	width: 450px;
	text-align: right;
	font-size: 12px;
	color: #022;
	background-color: #fff;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	white-space: nowrap;
	float: right;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#account-bar a {
	color: #022;
	font-weight: 300;
}

/*
 * frontpage
 */

.content div#blog-posts h3,
.content #content .blog-post h3,
.content-packages #content h3,
.content-about #content h3,
.content-contact #content h3,
.account-subscribe #content h3,
.sfGuardAuth-profile #content h3,
.account h3,
.project h3,
.userspace h3 {
	font-size: 1.5em;
	font-family: "Trebuchet ms", Geneva;
	font-weight: normal;
	letter-spacing: -1px;
	color: #48c;
	margin: 10px 10px 0;
	padding: 0;
	border-bottom: 3px solid #ccc;
}

.content #content div#blog-posts h3,
.content #content .blog-post h3,
.content-packages #content h3,
.content-about #content h3,
.content-contact #content h3,
.sfGuardAuth-profile #content h3,
.account-subscribe #content h3 {
    border-bottom: 0px;
}

.account h3 {
	color: #777;
}

.content div#blog-posts p.meta,
.content #content .blog-post p.meta {
    margin: 0 10px 4px;
    font-size: 0.8em;
}

.content div#blog-posts p.meta a,
.content #content .blog-post p.meta a {
	color: #999;
	padding-left: 6px;
}

.content div#blog-posts p.summary,
.content #content .blog-post p.summary {
}

.blog-post .retweet-widget {
	float: left;
	margin: 4px 10px;
}

#content .highlight {
    background-color: #def;
    margin: 10px;
    padding: 10px;
}

#content .highlight img {
    float: right;
    margin-left: 10px;
}

/*
 * libghtbox alakítás
 */

div#lightbox, div#modalbox {
	text-align: left !important;
	line-height: inherit !important;
}

div#ligbhtbox a, div#modalbox a {
	font-size: 12px !important;
}



#content .datasheet {
	margin: 12px 0 10px;
}

#content .datasheet-row {
	margin: 0 10px;
	padding: 1px 0;
}

#content .datasheet-label {
	float: left;
	clear: left;
	width: 150px;
}

#content .datasheet-highlighted {
	font-weight: 700;
}

#content ul {
    margin: 5px 10px;
    list-style-type: none;
}
#content ul li {
    margin-top: 3px;
}

.common-input, .common-select {
	width: 400px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
}
.common-input {
	padding: 2px 3px;
}

.weighty {
/*	font-size: 18px; */
	font-weight: 700;
}

.small {
	font-size: 11px;
}

.weak {
	color: #999;
}

.task-expired {
	font-weight: bold;
	color: #b00;
}

.authz select#username,
.project select#username,
.project input#identifier {
	width: 200px;
}
.authz input#path,
.project input#path,
.project input#name,
.project select#userspace_id {
	width: 400px;
}

a.linkto-add {
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-image: url(../images/icons/add.png);
    padding: 7px 0 2px 20px;
    display: block;
    color: #3a0;
    font-weight: bold;
    font-size: 12px;
}
li a.linkto-add {
  padding: 0 0 2px 24px;
  background-position: 0 0;
}

table {
    margin: 0 10px 10px;
    border-spacing: 0;
    clear: left;
}
table.full-width {
    width: 682px;
}
table.header-at-top {
    margin-top: 10px;
}
th, td {
    padding: 3px 10px 3px 0;
}
table.header-at-top th {
    background-color: #ddd;
    padding: 2px 4px;
}
td {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
th {
    font-size: 12px;
    color: #444;
}
td.price {
	text-align: right;
}
td.small {
	font-size: 11px;
}
td.last-column, th.last-column {
    padding: 3px 0;
    text-align: right;
}
a.remove-item {
}
a.edit-item {
    font-weight: 700;
    letter-spacing: 0px;
}

#infopanel {
    width: 210px;
    float: right;
    margin-right: 10px;
    padding: 10px 10px 3px;
    background-color: #ddd;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#infopanel p {
    margin: 0 0 7px;
}

#infopanel .remove-item {
    font-size: 11px;
    margin: 8px 0 6px;
}

#infopanel .tinyinfo {
	font-size: 11px;
	background: #fff;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px 0;
}

.full-width {
	clear: both;
}

.half-width {
    width: 345px;
    float: left;
    padding-bottom: 10px;
}
.half-width h3 {
    margin-right: 0 !important;
}

#target-changer {
	float: right;
	margin: 45px 12px 0 10px;
}
#target-changer select {
	font-size: 11px;
	width: 226px;
}

.button-common {
	margin: 10px 0 0;
	padding: 5px 10px;
	font-weight: bold;
	background: url('../images/bg-button.gif');
	border: 1px solid #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.button-primary {
        display: none;
}

.sfGuardAuth-signin .button-common,
.sfGuardAuth-password .button-common {
	margin-left: 10px;
}

.registration-info {
	width: 340px;
	float: right;
	margin: 20px 20px 0 10px;
	padding: 15px;
	background: #def;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/*
Csomagok oldal
*/
.content-packages .half-width {
	width: 280px;
	padding-left: 20px;
}
.content-packages h3 {
	clear: both;
}
.content-packages ul.package-properties {
	margin: 3px 10px 2px;
	list-style-type: none;
}
.content-packages ul.package-properties li {
	padding-left: 20px;
	background: url('../images/icons/bullet_blue.png') 2px 1px no-repeat;
}
.content-packages ul.package-payments {
	margin: 6px 10px 10px;
	list-style-type: none;
}
.content-packages ul.package-payments li {
	margin-left: 5px;
}
.content-packages .price,
.account-subscribe .price {
	color: #48c;
	font-weight: bold;
}

.notice-box, .error-box, .success-box {
  border-width: 2px;
  border-style: solid;
	font-weight: bold;
	padding: 10px;
	margin: 10px 10px 0;
}

.success-box {
  border-color: #3a0;
  background-color: #dfd;
  color: #0a0;
}

.error-box {
  border-color: #a30;
  background-color: #fdd;
  color: #a00;
}

.notice-box {
  border-color: #48c;
  background-color: #def;
  color: #48c;
}

/* Elofizetesek */
td.expired {
  text-decoration: line-through;
  color: #999;
}
td.expired, td.running {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 5px 0;
}
td img {
	vertical-align: top;
}

a.big-button {
  background: transparent url('../images/big-blue-button.png');
  display: block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  margin: 1em auto;
  border: 0;
}

.sfGuardAuth-password input#email,
input#signin_username,
input#signin_password,
input#password_confirm,
input#reg_email,
input#reg_email_confirm,
input#reg_password,
input#reg_password_confirm,
input#current_password,
input#new_password,
input#new_password_confirm {
  width: 190px;
}

.form-error {
  margin: 0;
  padding: 0;
}

body.content-tour #content h3,
body.content-affiliate  #content h3 {
  color: #48c;
}

body.content-tour #content p.tour-next {
  font-weight: bold;
  margin-top: 20px;
}

body.content-tour #content p,
body.content-affiliate #content p {
  margin: 0 10px 10px;
}

body.content-tour #content img.right {
    float: right;
    margin: 0 0 10px 15px;
}

body.content-tour #content img.left {
    float: left;
    margin: 0 15px 10px 0;
}

body.content-tour #content .twocolumn-left {
    width: 338px;
    float: left;
    margin-right: 5px;
}

body.content-tour #content .twocolumn-right {
    width: 338px;
    float: left;
    margin-left: 5px;
}

body.content-tour #content .twocolumn-right {
}

body.subscription td {
  font-size: 11px;
}

#blog-comments {
  margin: 20px 10px;
}

#blog-comments .comment span.comment-author {
  color: #48c;
  font-size: 17px;
}

#blog-comments .comment div.comment-meta {
  font-size: 10px;
}

#blog-comments .comment p {
  margin: 3px 0;
}

#blog-comments .comment {
  border-top: 3px solid #ddd;
  margin: 5px 0;
  padding: 5px 5px;
  background: #eee;
}

#comment-form {
  text-align: center;
  margin-left: 10px;
}
#comment-form-inner {
  text-align: left;
  width: 420px;
  padding: 10px 20px 10px 10px;
  background: #eee;
  margin: auto;
}

.clear {
  clear: both;
}

.sfGuardAuth-profile #content .profile-billing {
  margin: 5px 10px;
  background: #eee;
  width: 430px;
  float: left;
}


/* task oldal */

.task-list #content h4 {
  margin: 0 0 3px 0;
}

.task-list #content .list-entry {
  margin: 8px 10px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #ddd;
}

.task-list #content .expiration {
  font-size: 11px;
  margin: 3px 0 2px 0;
  padding: 0;
}

.task-show #content ul {
	list-style-type: disc;
}
.task-show #content ul li {
	margin-left: 25px;
}

.task-show #infopanel ul {
	list-style-type: none;
}
.task-show #infopanel ul li {
	margin-left: 0;
}
.task-show p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.task-show .task-description {
	margin-top: 12px;
}



/* Twitter */

#twitter_div {
  margin: 0 15px 15px;
  padding: 10px;
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#twitter_div ul {
  list-style-type: none;
}

#twitter_div li {
  margin: 4px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid #def;
}

#twitter_div h4 {
  margin: 0;
  color: #48c;
}

#twitter_div #twitter-link {
  margin-top: 4px;
}

/* Affiliate */
#affiliate-box {
  margin: 0 15px 15px;
  padding: 10px;
  background: url('../images/bg-gradient-lightblue.gif');
  border: 3px solid #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#affiliate-box h4 {
  margin: 0;
}
#affiliate-box p {
  margin: 8px 0 0;
}


.tabs {
  clear: both;
}
.tabs li {
  float: left;
  padding: 8px 12px 8px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius: 7px 7px 0 0;
}
* html .tabs li {
  margin: 0 0 -10px 0;
}
.tabs li.active {
  background-color: #def;
  font-weight: 700;
}
.tabs li:hover {
  background-color: #ececec;
}
.tab-content {
  margin: 0 20px 0 10px;
  padding: 7px;
  clear: left;
  background-color: #def;
}

.avatar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.account-overview .avatar {
  float: right;
  margin: 6px 20px;
}

.profile-subscriptions .subscriptions {
  background-color: #fff;
  padding: 10px;
  margin: 0 10px;
}
.account-overview .subscriptions {
	margin: 0 10px;
}
.account-overview .subscriptions .warning {
  text-align: center;
  margin: 10px 0;
  font-family: arial, helvetca, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #999;
}

.subscriptions .list-item {
  margin: 8px 0 !important;
  padding: 0 0 8px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}

.list-item {
  height: 1%;
}
.list-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.subscriptions .price {
  font-size: 15px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}
.subscriptions .list-price {
  text-decoration: line-through;
  color: #999;
}

.subscriptions .price .free {
  color: #484 !important;
}

.header-small-link {
  font-size: 11px;
  font-weight: 300;
  font-family: verdana, arial, helvetica, sans-serif;
  letter-spacing: 0;
  margin-left: 3px;
}

