﻿.main {
    margin-right: 360px !important;
    padding: 10px 0 0 10px;
}

.sidebar {
	margin: 20px 0 20px 0;
	width: 320px !important;
}

/* format of widget page */

.widget-palette {
	border-top: none;
	background: #fff;
	margin-top: -10px;
}

.widget-palette a {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin: 1px;
	border: 1px solid #ddd;
}

.profile-form label {
	width: 10em;
}

.profile-form div.field-large {
	padding-top: 14px;
	padding-bottom: 14px;
}

.profile-form div.current {
	background: #faf2c7;
}

.profile-form .form-or {
	position: absolute;
	display: block;
	bottom: -10px;
	left: 20px;
	padding: 0 5px;
	background: #fff;
	color: #74a143;
	font-size: 85%;
	z-index: 999999999;
}

.widgThemes 
{
    padding-bottom:20px;
}

.widgThemes img {
	border: 2px solid #fff;
	padding: 2px;
}

.widgThemes .current img {
	border-color: #f7dd53;
}

.tab h3 {
    text-align: left !important;
}

p.widget-script {
	padding: 10px !important;
	background: yellow;
	margin: 0.2em 15px;
	clear: both;
}

p.widget-script code {
	font-family: monospace;
}

/* user info form */

.profile-form div {
    padding: 10px 0 10px 10px;
    clear: left;
    position: relative;
}

.profile-form div .form-note {
    position: absolute;
    z-index: 80000;
    left: 380px;
    top: 0;
    border: 0;
    padding: 6px 10px 6px 20px;
    display: none;
    background: #fff url(../img/note-info.gif) 1px 6px no-repeat;
}

.profile-form div:hover .form-note {
    display: block;
}

.profile-form p {
    clear: left;
    margin: 0;
    padding: 1em 0 0 0px;
}

.profile-form label, .profile-form dt {
    display: block;
    float: left;
    width: 150px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    line-height: 1.3em;
}

.profile-form label.inline {
    display: inline;
    float: none;
    width: auto;
    padding: 0 0 0 5px;
}

.profile-form input.form-text {
    width: 200px;
}

.profile-form textarea.form-text {
    width: 200px;
    height: 7em;
}

.profile-form ul {
    margin: 1em 0 0 140px;
}

.profile-form ul, .profile-form ul a {
    color: #666;
}

.profile-form dl {
    margin: 0;
}

.profile-form dt {
    font-size: 85%;
    font-weight: bold;
    padding-top: 2px;
}

.profile-form .form-foot {
	padding-left: 170px;
}

.button-inline {
    font-size: 85%;
    margin-left: 2em;
}

#link-new, #contact-new {
    width: 150px;
}

form #url {
	font-size: 85% !important;
}

/* tabs */
.tab {
    background: url(/img/tab-tl.gif) no-repeat 0 0;
    border-bottom: 2px solid #A5CC7A;
    height: 2.1em;
    clear: left;
    margin-top: 2em;
    padding: 0 0 0 5px !important;
}

.tab h3 {
    float: left;
    letter-spacing: normal;
    font-size: 105% !important;
    font-weight: bold !important;
    height: 1.5em;
    min-width: 12em;
    text-align: center;
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    padding: 0.6em 10px 0 5px;
    margin: 0;
    background: #A5CC7A url(/img/tab-tr.gif) no-repeat 100% 0;
}
