@charset "utf-8";

/**
 * Main CSS Document for the Site with Declarations for Layout etc.
 */
body {
    background: url(../images/body-bg.jpg) repeat-x left top #9dddff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#outer-wrapper {
    background: url(../images/body-bg.jpg) repeat-x left top #9dddff;
    margin: 0;
    padding: 0 15px;
    min-width: 1011px;
}

#development-warning-bar {
    color: #FFF;
    font-weight: bold;
    height: 18px;
    padding: 7px 5px 6px;
}

#pagewrapper {
    background: #e6e5e7;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0 auto;
    padding: 0 0 1px !important;
}

.page-header {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.searchbox {
    margin: 0 5%;
    padding: 9px;
}

.searchbox label {
    font-size: 1.2em;
    margin-right: 5px;
    text-align: right;
    width: 12%;
}

div.task_comment {
    border-bottom: #ccc solid 2px;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px;
}

div.task_comment div.author {
    font-size: .8em;
    text-align: right;
}

span.flag-green {
    background: url(flag-green.png) no-repeat;
    padding-left: 25px;
}

span.flag-yellow {
    background: url(flag-yellow.png) no-repeat;
    padding-left: 25px;
}

span.flag-amber {
    background: url(flag-amber.png) no-repeat;
    padding-left: 25px;
}

span.flag-red {
    background: url(flag-red.png) no-repeat;
    padding-left: 25px;
}

textarea {
    font: inherit;
    line-height: 1.4em;
}

select {
    min-width: 60px;
    max-width: 700px;
}

label {
    font-weight: bold;
    padding: 0 5px;
}

a, a:link {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    color: #19A2FF;
    text-decoration: underline;
}

a.icon:active, a.icon:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    line-height: 2.5ex;
    margin: 1.4ex 0;
}

img {
    border: none;
    outline: none;
}

dt {
    margin-top: 1ex;
}

dd {
    margin-bottom: 1ex;
}

h1 {
    color: #182E48;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 6px 24px;
}

h2,h3,h4 {
    font-family: Arial, Helvetica, sans-serif;
}

blockquote {
    border-bottom: 2px solid #ddd;
    color: #353730;
    font-style: italic;
    margin: 1ex 0;
    padding: 1.5ex 3em;
}

fieldset {
    border: #DDD 1px solid;
    margin: 10px 0;
    padding: 10px;
}

legend {
    font-weight: bold;
}

q {
    line-height: 130%;
}

.clearer {
    clear: both;
}

small {
    font-size: .8em;
}

div.nav {
    position: relative;
}

.breadcrumbs {
    background: #fff;
    clear: both;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs .breadcrumbsLeft,
.breadcrumbs .breadcrumbsRight {
    background: no-repeat;
    height: 65px;
    width: 10px;
}

.breadcrumbs .breadcrumbsLeft {
    background: url(../images/breadcrumbs-left-bg.gif);
    float: left;
}

.breadcrumbs .breadcrumbsRight {
    background: url(../images/breadcrumbs-right-bg.gif);
    float: right;
}

.breadcrumbs .breadcrumbsRepeat {
    background: url(../images/breadcrumbs-bg.gif) repeat-x;
    height: 52px;
    margin: 0 10px;
    padding: 13px 0 0;
}

.breadcrumbsBox {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 2px;
}

.breadcrumbsContent {
    float: left;
}

.breadcrumbs .extra {
    float: right;
}

.breadcrumbsBox .here {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url(../images/here-right-bg.gif) no-repeat 100% 0 #d7dfe2;
    color: #666;
    float: left;
    margin: 0 .3em 0 0;
    padding: 0 14px 0 10px;
}

.breadcrumbsBox ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 2px;
}

.breadcrumbsBox ul li {
    background: url(../images/breadcrumbs-arrow.gif) no-repeat 100% 50%;
    color: #8a8a8a;
    float: left;
    padding: 0 16px 0 6px;
}

.breadcrumbsBox ul li.last {
    padding-right: 0;
}

.breadcrumbsBox a {
    text-decoration: underline;
}

.breadcrumbsBox a:hover {
    text-decoration: none;
}

.intro {
    background: no-repeat top right;
    clear: left;
    color: #ddd;
    font-size: 1em;
}

.page-header .logo {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.page-header .topRight {
    background: url(../images/top-right-divider.gif) no-repeat;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.page-header .topRight li {
    background: url(../images/top-right-divider.gif) no-repeat 100% 0;
    float: right;
    height: 28px;
    padding: 3px 11px 0 8px;
}

.page-header .topRight li.info {
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
}

.page-header .logout {
    background: url(../images/logout-ico.gif) no-repeat 100% 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 3px 0 0;
    padding: 0 25px 0 0;
    text-decoration: none;
}

.page-header .logout:hover {
    color: #92fefb;
}

/* Main Menu Top Level */

.topNavigation {
    clear: both;
    padding: 0;
    width: 100%;
    position: relative;
}

.topNavigation ul {
    list-style: none;
}

.topNavigation .topMenu ul.mainMenu {
    float: right;
    margin: 60px 0 0;
    padding: 0 0 0 225px;
}

ul.mainMenu li {
    float: left;
    padding: 0 0 0 8px;
    position: relative;
    width: 100px;
}

ul.mainMenu li a {
    background: url(../images/top-menu-bg.gif) no-repeat;
    color: #0f61bb;
    display: block;
    font-weight: bold;
    height: 44px;
    left: 0;
    line-height: 36px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100px;
}

ul.mainMenu li a:hover {
    background: url(../images/top-menu-bg-h.gif);
    color: #fff;
}

ul.mainMenu li a.active,
ul.mainMenu li.active a {
    background: url(../images/top-menu-bg-h.gif);
    color: #fff;
    height: 44px;
}

/* Second Level Menu */
.topNavigation .subMenuBox,
.topNavigation ul.mainMenu ul {
    background: url(../images/top-white-bg.gif) repeat-x 0 15px;
    clear: both;
    height: 100%;
}

.topNavigation ul.mainMenu ul {
    position: relative;
}

.topNavigation .subMenuBox .subMenuBoxLeft,
.topNavigation .subMenuBox .subMenuBoxRight {
    background: no-repeat;
    height: 44px;
    width: 8px;
}

.topNavigation .subMenuBox .subMenuBoxLeft {
    background: url(../images/header-left-bg.gif);
    float: left;
}

.topNavigation .subMenuBox .subMenuBoxRight {
    background: url(../images/header-right-bg.gif);
    float: right;
}

.topNavigation .subMenuBox .subMenuBoxRepeat {
    background: #fff;
    margin: 0 8px;
    padding: 8px 0 0;
}

.topNavigation .subMenu {
    background: #7488A3 url(../images/top-sub-menu-bg.gif);
    padding: 0 9px;
    position: relative;
}

.topNavigation .adminMenu {
    background: red;
}

.topNavigation .subMenuBox .subMenuBoxRepeat .subMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.topNavigation .subMenuBox .subMenuBoxRepeat .subMenu ul li {
    background: url(../images/top-sub-menu-divider.gif) no-repeat 100% 50%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 13px 0 10px;
}

.topNavigation .subMenuBox .subMenuBoxRepeat .subMenu ul li.last {
    background: none;
}

.subMenu ul li a {
    color: #dddddd;
    text-decoration: none;
}

.subMenu ul li a:hover,
.subMenu ul li.active a {
    color: #fff;
}

.page-header p a:active {
    background: #ffb;
    color: #000;
    text-decoration: none;
}

.page-header h2,.page-header h3 {
    color: #eee;
}

.panels {
    margin-top: 2ex;
    overflow: hidden;
}

.panel h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin: .2ex 0 .5ex;
}

.panel h2 span {
    display: block;
    font-size: 3em;
}

.panel p a {
    background: #FFE49C;
    color: #333;
}

.panel img {
    float: left;
    margin-right: 1em;
}

.panel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 5px solid #FFF;
    float: left;
    height: 100%;
    overflow: visible;
    padding: 5px;
    position: relative;
    width: 90%;
}

.hovering .panel {
    background: url(../index.php_files/panel-orange.jpg) repeat-x left top
        #FF761A;
    border: 5px solid #FFEFCE;
}

.panel h3 {
    margin-top: 0;
}

.hovering .panel h3 a {
    color: #F30;
}

.hovering .panel h3 a:hover,.hovering .panel h3 a:active {
    text-decoration: none;
}

.search-bar {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #d0ffb0;
    margin-bottom: 4ex;
    padding: 12px;
}

.articles .quote cite {
    background: #ffe49c;
    color: #333;
    display: block;
}

.footer {
    margin: 0 auto 15px;
    padding: 0;
}

.footer .footerLeft,
.footer .footerRight {
    background: no-repeat;
    height: 48px;
    width: 13px;
}

.footer .footerLeft {
    background: url(../images/footer-left-bg.gif);
    float: left;
}

.footer .footerRight {
    background: url(../images/footer-right-bg.gif);
    float: right;
}

.footer .footerRepeat {
    background: url(../images/footer-bg.gif) repeat-x;
    height: 29px;
    margin: 0 13px;
    padding: 10px 3px 9px;
    vertical-align: middle;
}

.footerContentLeft {
    padding: 6px 0;
}

.footer a {
    padding: 0 .5em;
}

.footer .footerRepeat .logo {
    float: right;
}

.footer strong {
    color: #444;
}

.footer a.bug {
    background: url(../images/icons/misc/bug.png) no-repeat left top;
    padding-left: 20px;
}

.intro p,.intro h2,.intro li,.intro dt,.intro dd {
    margin-right: 240px;
}

.required, .notice {
    color: red;
}

.error {
    background: #FEE;
}

.success {
    background: #FFF;
}

/* Messages */
.message {
    margin: 5px 5px 20px;
    padding: 8px 8px 8px 32px !important;
    font-size: .95em;
    color: #000;
    line-height: 16px;
}

.successSummary {
    background: #eff5ea url(../images/icons/misc/success_msg_icon.gif)
        no-repeat 8px 8px !important;
    border: 1px solid #95a486 !important;
    color: #3d6611 !important;
    /**
     * background: #EAFFDF;
     */
}

.errorSummary {
    background: url(../images/icons/misc/error_msg_icon.gif) no-repeat
        scroll 8px 8px #FAEBE7 !important;
    border: 1px solid #F16048 !important;
    color: #DF280A !important;
    /**
     * background: #FFEDED;
     * border: 1px solid #F7A995;
     */
}

.warningSummary {
    background: #e6e6e6 url(../images/icons/misc/warning_msg_icon.gif)
        no-repeat 8px 8px !important;
    color: #000000 !important;
    border: 1px solid #666e73 !important;
}

.errorSummary p {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FE0000;
}

.errorSummary span {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FE0000;
}

.errorSummary ul {
    margin: 0;
    padding: 0 0 0 5px;
}

.errorSummary ul li {
    list-style: none;
    background: url(../images/bullet-error.gif) no-repeat 0 4px;
    padding: 0 0 3px 10px;
}

p.hint {
    color: gray;
    font-size: 90%;
    margin: 0 0 0 110px;
}

div.action {
    clear: left;
    padding: .25em 0;
}

div.action input {
    font-size: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
}

div.simple,div.complex {
    clear: left;
    padding: .25em 0;
}

div.simple label,div.complex span {
    margin-right: 10px;
}

label.error,span.error {
    color: #C00;
}

input.error,textarea.error,select.error {
    background: #FEE;
    border-color: #C00;
}

div.simple div,div.complex div {
    margin-left: 110px;
}

div.simple {
    margin-left: 30px;
}

.profile .title {
    font-size: 1.2em;
    font-weight: bold;
}

div.comment {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: #ccc 1px solid;
    font-size: 1em;
    padding: 10px;
    width: auto;
}

div.comment-replies {
    padding-left: 20px;
}

div.comment h3 {
    margin: 0;
}

ul.buttons {
    display: inline;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

a.up {
    background: 0 -40px;
}

a.up:hover,a.up-on {
    background: 0 -106px;
}

a.down {
    background: 0 -172px;
}

a.down:hover,a.down-on {
    background: 0 -238px;
}

.preview {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: .75em auto;
    width: 100%;
}

/* Style for Displaying Data List. */
.datalist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: .75em auto;
    width: 100%;
}

.datalist th {
    background: #C6C7C7 url(../images/gray-box-bg.gif) no-repeat;
    color: #666;
    font-size: 1em;
    font-weight: bold;
    padding: 6px;
    text-align: right;
    vertical-align: top;
    width: 15%;
}

.timeplan .datalist th {
    background: #C6C7C7 none;
}

.listpage table.datalist th, #listpage table.datalist th {
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.wrappedlist table.datalist th {
    white-space: normal;
}

.listpage table.datalist th.right {
    text-align: right;
}

.datalist th a {
    color: #444;
    text-align: left;
}

.datalist td {
    border-bottom: #eee solid 1px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

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

.datalist td a {
    border-bottom: #19A2FF dotted 1px;
}

.datalist td a.icon {
    border-bottom: none;
}

td.actions {
    white-space: nowrap;
}

table {
    font-size: 1em;
}

table.dataform {
    width: 100%;
    padding-top: 15px;
}

.dataform th,.dataform td {
    padding: 5px 10px;
    vertical-align: top;
    border: none;
}

table.dataform th,.listpage .datalist .dataform th {
    background: none;
    text-align: right;
    width: 15%;
}

table.dataform td {
    text-align: left;
}

a.price {
    color: green;
    font-weight: bold;
}

.preview th {
    background: #BEBFC0;
    color: #666;
    font-size: 1em;
    font-weight: bold;
    padding: 6px;
    text-align: right;
    vertical-align: top;
    width: 15%;
}

.preview td {
    padding-left: 6px;
}

ul.related li {
    clear: left;
    list-style: none;
    margin-left: -30px;
}

div.info-block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px #cdcdcd solid;
    clear: both;
    margin: 0 8px 18px;
    padding: 7px;
}

div.info-block h1 {
    border-bottom: 1px #ccc solid;
    color: #182E48;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 6px 24px 6px 0;
}

div.info-block h3 {
    color: #182E48;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
    padding: 6px 24px 6px 0;
}

div.info-block .block-head {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}

.block-expanded .block-head {
    background: url(../images/gray-box-bg.gif) repeat-x left top #b5b6b6;
}

.block-collapsed .block-head {
    background: url(../images/h2-bg.gif) !important;
}

.block-head h2 {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 0 9px 0 33px;
}

.block-expanded .block-head h2 {
    background: url(../images/gray-box-ico-bg.gif) no-repeat;
}

.block-collapsed .block-head h2 {
    background: url(../images/gray-box-ico-bg-1.gif) no-repeat;
}

.block-collapsed .block-content,.block-collapsed .block-head ul {
    display: none;
}

.block-content {
    margin: 0;
    padding: 5px 10px 10px;
}

/**
 * Links in Info Blocks.
 */
.listLinkLeft,.listLinkRight {
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.listLinkRight {
    float: right;
}

.listLinkLeft li,.listLinkRight li {
    float: left;
    padding: 0 7px;
}

.listLinkLeft a,.listLinkRight a {
    background-repeat: no-repeat;
    background-position: center left;
    background-color: inherit;
    color: #ffffff;
    display: block;
    padding: 0 0 0 28px;
    text-decoration: none;
    font-weight: bold;
}

.listLinkRight li {
    float: right;
}

.listLinkRight a {
    background-position: center right;
    padding: 0 28px 0 0;
}

.listLinkLeft li.home a {
    background-image: url(../images/list-home-ico.gif);
}

.listLinkLeft li.list a {
    background-image: url(list.png);
    padding-left: 20px;
}

.listLinkLeft a:hover,.listLinkRight a:hover {
    color: #d5e2ef;
}

.listLinkLeft li.edit a {
    background: url(../images/list-edit-ico.gif) no-repeat;
}

.listLinkLeft li.record a {
    background-image: url(../images/list-record-ico.gif);
}

.listLinkLeft li.total a {
    background-image: url(../images/list-total-ico.gif);
}

.listLinkLeft li.change a {
    background-image: url(../images/list-change-ico.gif);
}

.listLinkLeft li.new a {
    background-image: url(../images/list-new-ico.gif);
}

.listLinkLeft li.copy a {
    background-image: url(../images/list-copy-ico.gif);
}

.listLinkLeft li.mail a {
    background-image: url(../images/mail.jpeg);
}

.listLinkLeft li.research a {
    background-image: url(../images/list-research-ico.gif);
}

.listLinkLeft li.translate a {
    background-image: url(../images/list-translate-ico.gif);
}

.listLinkLeft li.cpccollect a {
    background-image: url(../images/list-cpccollect-ico.gif);
}

.listLinkLeft li.seocompcollect a {
    background-image: url(../images/list-seocompcollect-ico.gif);
}

.listLinkLeft li.delete a {
    background-image: url(../images/list-delete-ico.gif);
}

.listLinkLeft li.seorescan a {
    background-image: url(../images/list-seorescan-ico.gif);
}

.listLinkLeft li.import a {
    background-image: url(../images/list-import-ico.gif);
}

.listLinkLeft li.processq a {
    background-image: url(../images/list-processq-ico.gif);
}

.listLinkLeft li a.home {
    background-image: url(../images/list-home-ico.gif);
}

.listLinkLeft li a.edit {
    background: url(../images/list-edit-ico.gif) no-repeat;
}

.listLinkLeft li a.comment {
    background-image: url(../images/list-comment-ico.gif);
}

.listLinkLeft li a.record {
    background-image: url(../images/list-record-ico.gif);
}

.listLinkLeft li a.total {
    background-image: url(../images/list-total-ico.gif);
}

.listLinkLeft li a.change {
    background-image: url(../images/list-change-ico.gif);
}

.listLinkLeft li a.new {
    background-image: url(../images/list-new-ico.gif);
}

.listLinkLeft li a.list_inner {
    background-image: url(../images/list.jpeg);
}

.listLinkLeft li a.copy {
    background-image: url(../images/list-copy-ico.gif);
}

.listLinkLeft li a.mail {
    background: url(../images/mail.jpeg) no-repeat;
}

.listLinkLeft li a.research {
    background-image: url(../images/list-research-ico.gif);
}

.listLinkLeft li a.translate {
    background-image: url(../images/list-translate-ico.gif);
}

.listLinkLeft li a.cpccollect {
    background-image: url(../images/list-cpccollect-ico.gif);
}

.listLinkLeft li a.seocompcollect {
    background-image: url(../images/list-seocompcollect-ico.gif);
}

.listLinkLeft li a.delete {
    background-image: url(../images/list-delete-ico.gif);
}

.listLinkLeft li a.seorescan {
    background-image: url(../images/list-seorescan-ico.gif);
}

.listLinkLeft li a.import {
    background-image: url(../images/list-import-ico.gif);
}

.listLinkLeft li a.processq {
    background: url(../images/list-processq-ico.gif) no-repeat;
}

.listLinkRight li.delete a,.listLinkRight li a.delete {
    background: url(../images/list-delete-ico.gif) no-repeat 100% 0;
}

.ui-datepicker table {
    font-size: 1em;
}

div.top-panel {
    color: #CCC;
    float: left;
    font-size: 14px;
    margin: 0 5px 5px;
    padding: 0 5px 5px;
    width: 320px;
}

div.top-panel-wide {
    background: url(../images/banner-separator.png) repeat-y right top;
    margin-left: 20px;
    padding-right: 20px;
    width: 560px;
}

div.top-panel-wide a {
    color: #CCC;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 8px;
}

div.top-panel-wide ul {
    float: left;
    list-style-type: none;
    margin-left: -20px;
}

div.top-panel-wide ul li a.active {
    font-weight: bold;
}

div.top-panel h2 {
    background: url(../images/20p-line.png) repeat-x left bottom;
    color: #CCC;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0 0 8px;
}

div.toolbar {
    background: #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
}

div.toolbar ul {
    margin: 0;
    padding: 0;
}

div.toolbar li {
    display: inline;
    margin: 0;
    padding: 5px;
}

div.toolbar li a {
    background: #fff;
    color: #7A7A7A;
    padding: 1px 8px;
    width: 100%;
}

div.toolbar li a.copy {
    background: url(cut-tiny.png) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a.update {
    background: url(edit-tiny.png) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a.add {
    background: url(add.png) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a.list {
    background: url(list.png) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a.details {
    background: url(details.gif) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a.delete {
    background: url(delete.png) no-repeat center left;
    padding-left: 20px;
}

div.toolbar li a:hover,body .primary-nav li a:active {
    color: #09F;
}

a.skipped {
    background: url(delete.png) no-repeat center left;
    padding-left: 20px;
}

a.success {
    background: url(update.png) no-repeat center left;
    padding-left: 20px;
}

div.hidden {
    display: none;
}

.tooltip {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    background: #EEE;
    border: 1px solid #111;
    color: #333;
    display: none;
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 14px;
    opacity: 0.85;
    padding: 5px;
    text-align: left;
    width: 250px;
}

.userlog_tooltip {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    background: #FFF;
    border: 1px solid #111;
    color: #333;
    display: none;
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 14px;
    height: 450px;
    overflow: auto;
    padding: 5px;
    text-align: left;
    width: 900px;
}

#login_panel {
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 14px;
    margin: 20px;
    opacity: 0.85;
    text-align: left;
    width: 90%;
}

#login_panel .label {
    float: left;
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    width: 120px;
}

#login_panel .field {
    clear: right;
    float: left;
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

#login_panel .remember_me {
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

#login_panel .submit_button {
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
}

.loading {
    text-align: center;
}

#upload {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #36c;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 106px;
}

.darkbg {
    background: #ddd !important;
}

#status {
    font-family: Arial;
    padding: 0px;
}

#exist_image {
    padding: 5px;
}

ul#files {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#files li {
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0px;
}

ul#files li img {
    max-height: 150px;
    max-width: 180px;
}

/*
input.savebutton {
    margin: 0 1em 0 2px;
}
*/
input.button {
    margin: 0 1em;
}

input.datetime,input[type="text"].hasDatepicker {
    width: 150px;
}

ul.links, ul.actions {
    clear: both;
    list-style-type: none;
    padding: 0;
    margin: 0.8em;
}

ul.links li,ul.actions li {
    display: inline;
}

ul.links li {
    margin: 0 1em;
}

ul.links li a {
    border-bottom: 1px dotted #19A2FF;
}

ul.links li a:hover,ul.actions li a:hover {
    text-decoration: none;
}

.calendar {
    z-index: 1200;
}

.chatField {
    background: url(../images/icons/fam/comments.png) no-repeat;
    color: #666;
    padding: 0 0 0 18px;
    text-align: left;
    vertical-align: top;
}

.historyField {
    background: url(../images/icons/fam/time.png) no-repeat;
    color: #666;
    padding: 0 0 0 18px;
    text-align: left;
    vertical-align: top;
}

.languagesIconPlus {
    background: url(../images/icons/fam/magnifier_zoom_in.png) no-repeat;
    color: #666;
    padding: 0 0 0 18px;
    text-align: left;
    vertical-align: top;
}

.languagesIconMinus {
    background: url(../images/icons/fam/magifier_zoom_out.png) no-repeat;
    color: #666;
    padding: 0 0 0 18px;
    text-align: left;
    vertical-align: top;
}

.oldCommentHeader {
    background: url(../images/comments-bar.png) no-repeat left top;
    color: #1A83B5;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size:18px;
    font-style: italic;
    padding: 2px;
    font-weight:bold;
}

.commentHeader {
    background: url(../images/comments-bar.png) no-repeat left top;
    height: 30px;
    padding: 8px 0 0 30px;
    font-family:"Times New Roman",Times,serif;
    color: #1A83B5;
    font-size:18px;
    position: relative;
    font-style: italic;
    font-weight:bold;
}

.commentHeader h4 {
    color: #1A83B5;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    margin: 0 20px 0 28px;
}

.section {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #DFEFFF;
    border: 1px #cdcdcd solid;
    clear: both;
    margin: 1.5em .5em 0.5em;
    padding: .5em;
}

.section .section {
    background: #FFFFFF;
}

.section .section .section {
    background: #DFEFFF;
}

.section h3,div.info-block .section h3 {
    border-bottom: 1px dashed #CDCDCD;
    margin: 0 0 .5em;
    padding: .2em;
}

.textHeader {
    background: url(../images/add_note1.jpeg) no-repeat left top;
    height: 30px;
    margin-bottom: 0;
    padding: 8px 5px 0 0;
    position: relative;
}

.textHeader h4 {
    color: #1A83B5;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 0 20px;
}

.noteText {
    border: #D6D6D6 solid 1px;
    text-align: justify;
}

.forgot_pass {
    background: url(../images/forgotPass.jpeg) no-repeat left top;
    padding-left: 19px;
}

.forgot_header {
    line-height: 20px;
    min-height: 20px;
    padding-bottom: 2px;
    vertical-align: bottom;
    text-align: left;
}

.forgot_text {
    font-size: 13px;
    font-weight: normal;
}

/*-------------------- FORM STYLES - 27-10-2010 --------------------*/
input,select,textarea {
    font: 12px/ 14px Arial, Helvetica, sans-serif;
}

div.inputform { /*background: url(../images/form-bg.gif) repeat-x 0 0;*/

}

.dataform label {
    font-size: 11px;
    color: #444446;
    line-height: 14px;
    padding-top: 2px;
}

.dataform input {
    margin: 0;
    padding: 0;
}

input[type=text],input[type=password] {
    border: #D6DFE7 2px solid;
    width: 300px;
    height: 16px;
    line-height: 16px;
    padding: 3px 4px;
}

.dataform select {
    border: #D6DFE7 2px solid;
    width: 312px;
}

.dataform textarea {
    border: #D6DFE7 2px solid;
    width: 298px;
    height: 100px;
    padding: 5px;
}

table.dataform .radioCheck td {
    padding: 0;
}

.radioCheck input {
    width: 14px;
    height: 14px;
}

.radioCheck label {
    float: left;
    padding-left: 5px;
    margin-top: -2px;
    padding-bottom: 8px;
}

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

button,input[type="reset"],input[type="button"],input[type="submit"],.button,.submitBtns,.savebutton
    {
    background: url(../images/button-bg.gif) repeat-x 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    margin-right: 10px;
    padding: 0 18px;
    width: auto;
}


.dataform .hint {
    padding: 4px 0 0 8px;
    float: left;
    position: relative;
}

.dataform .hint p.tip {
    position: absolute;
    /*max-width:280px;*/
    width: 280px;
    left: 28px;
    top: 4px;
    margin: 0;
    background: #F6E77F;
    padding: 10px;
    border: #C4BEA4 2px solid;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: none;
}

.login_back {
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.internal_help {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    padding: 10px;
    color: #444;
}

.header_client {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #4A84BF;
}

.target_label {
    width: 60%;
    text-align: left;
    font-weight: bold;
    color: #949494;
}

.geoCountryLanguage span {
    margin: 0.5em 1em;
}

.region_header {
    border-bottom: #999999 solid 1px;
}

.table_border {
    border: #999999 solid 1px;
}

pre,code {
    font-size: 12px;
}

small {
    font-size: 90%;
}

small code {
    font-size: 11px;
}

.placeholder {
    background-color: #cfcfcf;
}

.ui-nestedSortable-error {
    background: #fbe3e4;
    color: #8a1f11;
}

ul {
    margin: 0;
    padding: 0;
}

.datalist ul {
    padding-left: 20px;
}

ul.sortable,ul.sortable ul {
    margin: 1em 3em;
    padding: 0;
    list-style-type: none;
}

ul.sortable {
    margin: 1em;
}

ul.sortable li {
    margin: 0.8em;
    padding: 0 0 2px;
}

.sortable li>div {
    cursor: move;
    margin: 0;
    padding: 6px;
    font-size: 16px;
    /*background: #CCC;*/ /* Light Grey */
    font-weight: bold;
    /*color: #FFF;*/
}

ul.sortable ul li>div {
    padding: 6px;
    /* background: #EEE; */ /* Very Light Grey */
    font-weight: bold;
    /* color: #FFF; */
}

p,ul,pre {
    margin-top: 0;
    margin-bottom: 1em;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
    padding: 0 0 0 1.5em;
}

code {
    background: #e5e5e5;
}

#notice {
    color: #c33;
}

textarea.editor {
    width: 98%;
    height: 400px;
}

.pager {
    margin: .8em;
    clear: both;
}

.newDomain {
    width: 145px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #BBBBBB;
}

.domainText {
    padding-top: 8px;
    width: 325px;
}

.newDomain div:hover {
    width: 145px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #BBBBBB;
    text-decoration: underline;
}

.duplicateMessage {
    background: #eff5ea ;
    border: 1px solid #95a486 !important;
    color: #000 !important;
    font-weight: bold;
}

.rowBackgroundColor {
    background: #F0E6E8 ;
    color: #000 !important;
}

.rowBackgroundColorAlt {
    background: #D2D2F0 ;
    color: #000 !important;
}

.rowPhaseBackgroundColor {
    background: #DFEFFF ;
    color: #000 !important;
}

.phaseFont {
    width: 180px;
    font-size: 16px;
    font-weight: bold;
}

.tableHeight {
    height: 300px;
}

.ajaxLoader {
    background: url(../images/loader.gif) no-repeat;
    padding-left: 4px;
    width: 26px;
    height: 26px;
}

.successFont {
    font-size: 12px;
    font-weight: normal;
    color: #6FB559;
    padding: 5px 0 0 4px;
}

.errorFont {
    font-size: 12px;
    font-weight: normal;
    color: #C70434;
    width: 225px;
    padding: 5px 0 0 4px;
}

.colorBox {
    width: 26px;
    height: 22px;
    margin-left: 4px;
    float: left;
    border: 2px solid #D6DFE7;
}

#orderTimeplanConfirmationContent span {
    padding: 0.5em 1.2em;
}

.addIcon {
    background: url(../images/icons/general/add.png) no-repeat;
    padding-left: 16px;
}

.datalist td a.addIcon {
    border: none;
}
div.info-block-message {
    background: #E6E5E7;
    clear: both;
    padding: 1px;
}

.co-workerFont {
    font-weight: bold;
    font-size: 12px;
    color :#8C8889;
}
.phaseFontLabel {
    font-size: 16px;
    padding:6px 0;
    font-weight: bold;
    color: #7A7274;
}
.yes_button {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    width: 20px;
}

.no_button {
    background-color: #E59999;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #fff;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    width: 20px;
}

p.hint_message {
    color: gray;
    font-size: 90%;
    margin: 0 0 0 0;
}

form.guidelines {
    font-size: 14px;
}

form.guidelines .section h2 {
    margin-left: 0.5em;
}
.font_another_element {
    cursor: pointer;
    width: 110px;
    background: #c3d9ff; /* old browsers */
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 52%, #98b0d9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(52%,#b1c8ef), color-stop(100%,#98b0d9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 52%,#98b0d9 100%); /* opera */
    padding: 2px;
}

.service_class {
    width: 100px;
    border: 1px solid
}

.add_country_language {
    cursor: pointer;
    width: 230px;
    background: #c3d9ff; /* old browsers */
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 52%, #98b0d9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(52%,#b1c8ef), color-stop(100%,#98b0d9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 52%,#98b0d9 100%); /* opera */
    padding: 2px;
}

.display_note {
    cursor: pointer;
    width: 230px;
    background: #c3d9ff; /* old browsers */
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 52%, #98b0d9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(52%,#b1c8ef), color-stop(100%,#98b0d9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 52%,#98b0d9 100%); /* opera */
    padding: 2px;
}
.country_language_area {
    border: 1px solid #D6DFE7;
    width: 220px;
    padding: 0.4em;
    position: relative;
    background-color: #E6E5E7;
    text-align: left;
}

.labelBackground {
    background: #E6E5E7;
    margin-top: 4px;
    width: 220px;
}

.response {
    background: #E6E5E7;
    margin: 0 0 1.5em;
    padding: 0.5em;
}

.response h4 {
    margin: 0.2em 0;
}

.response-content {
    font-size: 0.9em;
}
.show_hide {
  	background-color: #4B85C1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 96%;
    line-height: 1.4;
    margin: 2px;
    padding: 1px 1px 0 7px;
    text-decoration: none;
    white-space: nowrap;
    width: 30px;
    font-weight: bold;
}
.edit_link {
	margin-left: 15px;
	cursor: pointer;
	text-decoration: underline;
}

.action_link {
	margin-left: 15px;
	cursor: pointer;
	text-decoration: underline;
}

.confirmButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #4CC552;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4CC552;
	box-shadow:inset 0px 1px 0px 0px #4CC552;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #4CC552) );
	background:-moz-linear-gradient( center top, #ededed 5%, #4CC552 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #4CC552;
	margin: 0 10px 2px;
}
.addAnother {
	padding: 4px 0 0 0px;
	cursor : pointer;
}
.remove{
	font-size: 10px;
	color: red;
	cursor:pointer;
	vertical-align:top;
}


ul.yiiPager {
    border: 0 none;
    display: inline;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
ul.yiiPager li {
    display: inline;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #9AAFE5;
    color: #0E509E;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.yiiPager .page a {
    font-weight: normal;
}
ul.yiiPager a:hover {
    border: 1px solid #0E509E;
}
ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}
ul.yiiPager .hidden a {
    border: 1px solid #DEDEDE;
    color: #888888;
}
ul.yiiPager .first, ul.yiiPager .last {
    display: none;
}
div.guidance {
	background-color: #DDDDDD;
    color: #FFFFFF;
    font-size: 1.8em;
    padding-left: 16px;
}
div.feedBack {
	width: 100px; 
	float: left;
	margin:8px;
	font-size: 1.5em;
}

div.important {
	width: 124px; 
	float: left;
	margin:8px;
	font-size: 1.5em;	
}
div.projectDetail {
	width: 400px; 
	float: right;
	margin:4px;
	font-size: 1.3em;
}
div.importantInner {
	padding: 0 4px 4px 0;
	float:left;
	color: #666666;
	cursor: pointer;
}
div.suggest-question {
	width:400px;
	font-size: 1.8em;
	margin: 8px;
}

div.accept {
	float: right;
	margin-top:10px;
	
}
