a, a:visited {
    color: #c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body, input, select, textarea {
    font-family: tahoma, sans-serif;
    font-size: 10pt;
}

table td, table th {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 10px 0;
}

h1 {
    font-size: 12pt;
}

h2 {
    font-size: 11pt;
}

h3 {
    font-size: 10pt;
}

p {
    margin: 10px 0;
}

table th.center {
    text-align: center;
}

.full-width {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.textbox {
    border: solid 1px #ccc;
    margin: 1px;
    padding: 2px;
}

.textbox-hover {
    border: solid 2px #0c0;
    margin: 0;
    padding: 2px;
}

.banner-item {
    margin-top: 10px;
}

#top {
    width: 100%;
}

#user-panel {
    padding: 10px;
}

#user-panel td {
    padding: 0 0 5px 0;
}

#page {
    margin-top: 1px;
    width: 100%;
}

/*
#page td { vertical-align: top; }
*/
#left-sidebar {
    min-width: 200px;
    padding: 10px;
    vertical-align: top;
    width: 10%;
}

#right-sidebar {
    min-width: 200px;
    padding: 10px;
    vertical-align: top;
    width: 10%;
}

#content {
    padding: 10px;
    vertical-align: top;
    width: 80%;
}

#top-banners {
    white-space: nowrap;
    padding: 0 10px;
}

#nav-and-search {
    background-color: #ab1b00;
    border-bottom: solid 3px #ff4f01;
    width: 100%;
}

#nav-and-search td {
    color: #fff;
    padding: 2px 5px;
}

#nav-and-search td a, #nav-and-search td a:visited {
    color: #fff;
}

ul, ol, li {
    margin: 0;
    padding: 0;
}

ul.list {
    margin: 10px 0 0 0;
}

ul.list li {
    margin: 0 0 10px 10px;
}

ul.list li ul {
    margin: 10px 0 0 0px;
}

ul.list li ul li {
    margin: 0;
    display: inline;
    line-height: 1.4em;
}

.category-glue {
    color: #666;
    margin: 0 17px;
}

.categories {
    width: 100%;
}

h4.title {
    font-size: 12pt;
    font-weight: normal;
}

.inline {
    padding: 10px;
}

.firm {
    border: solid 1px #ccc;
    line-height: 1.2em;
    padding: 5px 10px;
    margin: 10px 0;
}

#footer {
    border-top: solid 1px #ccc;
    font-size: 80%;
    padding: 10px;
}

#footer a, #footer a:visited {
    color: #333;
    text-decoration: underline;
}

.keywords li {
    margin-bottom: 6px;
}

.keywords a, #navigation a {
    color: #00c;
    text-decoration: none;
}

.keywords a:visited, #navigation a:visited {
    color: #006;
    text-decoration: none;
}

.dg {
    width: 100%;
}

.dg, .dg td, .dg th {
    border: solid 1px #ccc;
    vertical-align: middle;
}

.dg th {
    background-color: #f5f5f5;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
}

.dg td, .dg th {
    padding: 5px;
}

.dg td td {
    border: none;
    padding: 0;
}

.error {
    color: #c00;
}

.highlight {
    background-color: #ffc;
}

.df, .df td, .df th {
    border: none;
}

.df td, .df th {
    padding: 0 10px 10px 0;
}

.df td table td {
    padding: 0 10px 0 0;
}

.df td table.df td {
    padding: 0 10px 10px 0;
}

table.button td img {
    display: block;
    margin: 0 5px 0 0;
}

.labeled {
    color: #999;
}

.button {
    background: #f5f5f5;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    margin: 1px;
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.button:hover {
    border-color: #999;
    border-width: 1px;
}

table.form td {
    padding: 0 5px 5px 0;
}

.commercial {
    border: solid 1px #c00;
}

table.ui-button td img {
    display: block;
    margin: 0 5px 0 0;
}

.datagrid {
    margin: 10px 0;
    width: 100%;
}

.datagrid, .datagrid td, .datagrid th {
    border: solid 1px #ccc;
    vertical-align: middle;
}

.datagrid th {
    background-color: #f5f5f5;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
}

.datagrid td, .datagrid th {
    padding: 5px 10px;
}

.datagrid td td {
    border: none;
    padding: 0;
}

.datagrid .center {
    text-align: center;
}

.datagrid {
    width: 100%;
}

.dataform, .dataform td, .dataform th {
    border: none;
}

.dataform td, .dataform th {
    padding: 0 10px 10px 0;
}

.dataform td table td {
    padding: 0 10px 0 0;
}

.dataform td table.dataform td {
    padding: 0 10px 10px 0;
}

.middle {
    margin: 0 0 3px;
    padding: 0;
}

.middle * {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.middle img {
    margin: 0;
    padding: 0;
}

.tags {
    font-size: 90%;
    padding-top: 5px;
}

.tags a, .tags a:visited {
    color: #00c;
}

#cke_bottom_full_description {
    padding: 0;
}

.ui-widget, .ui-widget-content, .ui-widget input, .ui-widget select, .ui-widget textarea {
    color: #000;
    font-family: tahoma, verdana, sans-serif;
    font-size: 10pt;
}

.dataform a, .dataform a:visited {
    color: #c00;
}

.ui-widget-content .datagrid a, .ui-widget-content .datagrid a:visited {
    color: #c00;
}

.ui-widget-content a, .ui-widget-content a:visited {
    color: #c00;
}

ul.ui-tabs-nav li a, ul.ui-tabs-nav li a:visited {
    color: #fff;
}

.MultiFile-remove {
    font-size: 130%;
}

.link-block {
    margin: 0 0 10px;
}

.link-title {
    margin: 0 0 5px;
}

.link-name {
    font-size: 110%;
    font-weight: bold;
}

.link-url {
    color: #999;
    margin: 0 0 5px;
}

.link-description {
    margin: 0 0 8px;
}

.link-tags {
    color: #999;
    margin: 0 0 5px;
}

ul.gallery {
    float: left;
    width: 540px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

ul.gallery li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}

/* jcarousel */

.jcarousel-skin-svk .jcarousel-container {
}

.jcarousel-skin-svk .jcarousel-container-horizontal {
    width: 714px;
    padding: 20px 40px;
}

.jcarousel-skin-svk .jcarousel-clip-horizontal {
    width: 714px;
    height: 200px;
}

.jcarousel-skin-svk .jcarousel-item {
    width: 200px;
    height: 200px;
}

.jcarousel-skin-svk .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-svk .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-svk .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-svk .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-svk .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-svk .jcarousel-next-disabled-horizontal,
.jcarousel-skin-svk .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-svk .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-svk .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-svk .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-svk .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-svk .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-svk .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-svk .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* messages */

.message {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}

.message h3 {
    margin-top: 0;
}

.message p {
    margin-bottom: 0;
}

.message.info {
    border: 1px solid #cadcea;
    background: #e1f2fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd));
    background: -moz-linear-gradient(top, #e1f2fc, #cae9fd);
    -pie-background: linear-gradient(top, #e1f2fc, #cae9fd);
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.info h3 {
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.error {
    border: 1px solid #eeb7ba;
    background: #fae2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae2e2), to(#f2cacb));
    background: -moz-linear-gradient(top, #fae2e2, #f2cacb);
    -pie-background: linear-gradient(top, #fae2e2, #f2cacb);
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.error h3 {
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac));
    background: -moz-linear-gradient(top, #e5edc4, #d9e4ac);
    -pie-background: linear-gradient(top, #e5edc4, #d9e4ac);
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.success h3 {
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.warning {
    border: 1px solid #e5dbaa;
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top, #ffffc0, #f9ee9c);
    -pie-background: linear-gradient(top, #ffffc0, #f9ee9c);
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.message.warning h3 {
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.message .message-close {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    zoom: 1;
}

.message:hover .message-close {
    background: transparent url(/images/close-icon.png) no-repeat 0 0;
}

.status-active {
    background-color: #393;
    color: #fff;
    font-size: 8pt;
    padding: 3px 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.status-passive {
    background-color: #a33;
    color: #fff;
    font-size: 8pt;
    padding: 3px 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.full {
    width: 100%;
}

#username-success-status {
    color: #090;
    display: none;
}

#username-error-status {
    color: #c00;
    display: none;
}

.domains-list li {
    font-size: 11pt;
    line-height: 15pt;
}

