

/** File: common.css **/

/**********************************************************************************
    CSS RESET
**********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
  border: 0px;
}

/**********************************************************************************
    GLOBAL
**********************************************************************************/
body {
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	text-align: center;
	background: #1e1e1e;
}

.site_section_wrapper {
  width: 970px;
  margin: 0px auto;
  text-align: left;
  color: #333333;
}

.float_wrapper {
  overflow: hidden;
  z-index: 1;
}

.float_wrapper_visible {
  overflow: visible;
  z-index: 1;
}

.image_button {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -10000px;
  cursor: pointer;
}

.image_button:hover {
  background-position: left bottom;
}

a {
  color: #950000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p.empty_page {
  font-weight: bold;
  color: #ccc;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0px;
  margin-top: 10px;
}

.align_center {
  text-align: center;
}

/**********************************************************************************
    USERBAR
**********************************************************************************/
.userbar {
  background: #efeedc url(../images/design/common/userbar_background.gif) repeat-x left bottom;
  height: 20px;
  font-size: 10px;
  color: #838278;
  padding-top: 1px;
}

#userbar.userbar {
  height: 5px;
}

.userbar a {
  color: #555;
  text-decoration: none;
}

.userbar a:hover {
  border-bottom: 1px solid #ccc;
}

.userbar span {
  color: #706d4c;
}

.userbar ul {
  margin-top: 0px;
  padding: 0px 15px;
}

.userbar ul li {
  display: block;
  list-style: none;
  padding-right: 13px;
  margin-right: 5px;
  float: left;
  height: 18px;
  line-height: 18px;
}

.userbar ul li.link {
  background: url(../images/design/common/breadcrumb.gif) no-repeat right bottom;
}

/**********************************************************************************
    HEADER
**********************************************************************************/
#header {
    background: #e7e4c7 url(../images/design/homepage/header_background.gif) repeat-x left bottom;
    height: 61px;
}

#site_logo {
  margin-top: 17px;
  margin-left: 15px;
  display: block;
  float: left;
}

#main_menu {
  list-style: none;
  float: right;
  margin-top: 7px;
  margin-right: 15px;
}

#main_menu li {
  float: left;
  display: block;
  margin-left: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  height: 46px;
  position: relative;
}

#main_menu li a {
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  background: url(../images/design/common/main_menu_item_left.gif) no-repeat left top;
  margin-top: 15px;
  cursor: pointer;
}

#main_menu li a span {
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  background: url(../images/design/common/main_menu_item_right.gif) no-repeat right top;
  padding: 0px 7px;
  cursor: pointer;
}

#main_menu li.special a {
  color: #000;
}

#main_menu li a:hover {
  background-position: left center;
}

#main_menu li a:hover span{
  background-position: right center;
}

#main_menu li.selected a {
  background-position: left bottom;
  color: #FFF;
}

#main_menu li.selected a span {
  background-position: right bottom;
  color: #FFF;
}

#main_menu li.separator {
  width: 2px;
  background: url(../images/design/common/main_menu_separator.gif) no-repeat left bottom;
  margin: 0px 2px 0px 5px;
}

#main_menu .login_menu_item {
  background: #e8e7d4 url(../images/design/common/login_menu_item.gif) repeat-x left -4px;
}

#main_menu .login_menu_item a {
  background: none;
}

#main_menu .login_menu_item a span {
  background: none;
}

#main_menu .dropdown_menu {
  position: absolute;
  right: 0px;
  top: 40px;
  background: #e8e6d4;
  z-index: 900;
  text-transform: none;
  width: 400px;
  height: 300px;
}

/**********************************************************************************
    PAGE HEAD
**********************************************************************************/
#page_head {
  background: #FFF url(../images/design/common/page_head.gif) no-repeat center bottom;
  color: #000;
  height: 56px;
}

#page_head .site_section_wrapper {
  padding-top: 1px;
  zoom: 1;
  overflow: hidden;
}

#page_head h1 {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 18px;
  float: left;
}

#page_head.has_description h1 {
  margin-top: 8px;
}

#page_title_description {
  margin-left: 15px;
  font-size: 11px;
  padding-top: 3px;
  color: #666;
  clear: left;
}

#page_title_description a {
  color: #444;
}

#title_buttons {
  float: right;
  list-style: none;
  margin-right: 15px;
  margin-top: 18px;
  margin-left: 25px;
  font-size: 11px;
}

#title_buttons li {
  display: block;
  float: left;
  margin-left: 10px;
}

#title_buttons li.separator {
  width: 20px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#title_buttons a {
  text-decoration: none;
  color: #333;
}

#title_buttons a span {
  font-weight: bold;
  position: relative;
  top: -3px;
  margin-left: 3px;
}

#main_pagination {
  font-size: 11px;
  margin-left: 15px;
  float: left;
  margin-top: 16px;
  font-weight: bold;
  border: 1px solid #eee;
  zoom: 1;
  overflow: hidden;
  padding: 3px 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 10px;
  border-radius: 15px;
  background: #FFF;
}

/**********************************************************************************
    PAGE BODY
**********************************************************************************/

#page_body {
  background: #FFFFFF;
  line-height: 18px;
  border-bottom: 15px solid #f1f1f1;
}

#page_body .page_body_inner {
  padding: 0px 15px;
}

#page_body .site_section_wrapper {
  padding: 5px 0px 20px;
}

.content_column {
  width: 293px;
  padding: 0px 15px;
  float: left;
}

#page_body .page_section_title {
  background: url(../images/design/common/page_section.gif) no-repeat left bottom;
  height: 26px;
  padding-left: 36px;
  margin-left: -15px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  zoom: 1;
  overflow: visible;
}

#page_body .page_section_title .page_section_title_inner {
  background: url(../images/design/common/page_head.gif) no-repeat right bottom;
  height: 26px;
  float: left;
  width: 40%;
  padding-right: 36px;
  overflow: visible;
  text-indent: -21px;
}

/**********************************************************************************
    CONTENT
**********************************************************************************/

.content_body {
  font-size: 12px !important;
  line-height: 17px !important;
  color: #000;
  letter-spacing: 0px;
}

.content_body h1 {
  font-size: 17px;
}

.content_body h2 {
  font-size: 15px;
}

.content_body h3 {
  font-size: 13px;
}

.content_body p {
  font-size: 12px !important;
  margin: 15px 0px !important;
}

.content_body ol {
  margin: 10px 0px 10px 40px;
}

.content_body ol li {
  line-height: 18px;
  margin: 5px 0px;
}

.content_list,
.content_body ul {
  list-style: none;
  margin: 10px 0px;
}

.content_list ul {
  list-style: none;
}

.content_list li,
.content_body ul li {
  background: url(../images/design/common/list_bullet.gif) no-repeat left 3px;
  line-height: 18px;
  padding-left: 18px;
  margin: 5px 0px;
}

.content_list li a,
.content_body ul li a {
  text-decoration: none;
}

.content_list li a:hover,
.content_body ul li a:hover {
  text-decoration: underline
}

.content_body ul {
  margin-left: 20px;
}

.content_body pre {
  padding: 15px 20px;
  background: #eee;
  word-spacing: 0px;
  overflow: auto;
}

.content_body div.outlined {
  background: #edecda;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1px 20px;
}

.content_body blockquote {
  color: #999;
  font-size: 11px;
  padding-left: 45px;
  background: url(../images/design/common/quote.gif) no-repeat left 2px;
}

.admin .content_body blockquote {
  background: url(../images/design/common/quote_admin.gif) no-repeat left 2px;
}

.content_body blockquote .quoteAuthor {
  font-weight: bold;
  color: #666;
}

.content_body .box {
  background: #fffde9;
  border: 1px solid #e2da90 !important;
  padding: 10px 15px;
}

/**********************************************************************************
    FOOTER
**********************************************************************************/
#fat_footer {
  padding-bottom: 15px;
}

#fat_footer .site_section_wrapper {
  background: url(../images/design/common/footer_columns_background.gif) repeat-y center top;
}

#fat_footer #footer_body {
  background: url(../images/design/common/footer_titles_background.gif) no-repeat center top;
  color: #FFF;
  zoom: 1;
  overflow: hidden;
}

#fat_footer #footer_body a {
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
}

#fat_footer #footer_body a:hover {
  text-decoration: underline;
}

#fat_footer #footer_body h3 {
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

#fat_footer #footer_body ul {
  list-style: none;
}

#fat_footer #footer_body ul li {
  margin: 5px 0px;
  background: url(../images/design/common/footer_bullet.gif) no-repeat left 3px;
  line-height: 18px;
  padding-left: 20px;
}

#fat_footer #footer_legal_info {
  background: #1e1e1e url(../images/design/common/footer_copyright_background.gif) no-repeat center top;
  padding: 10px 0px 0px;
  text-align: center;
  font-size: 11px;
  color: #4e4e4e;
  zoom: 1;
  overflow: hidden;
  clear: both;
}

#fat_footer #footer_legal_info p {
  margin: 10px 0px 0px;
}

/**********************************************************************************
    COMMON
**********************************************************************************/
.try_free_demo {
  width: 284px;
  height: 83px;
  background-image: url(../images/design/common/button_try_demo.gif);
}

/**********************************************************************************
    LOGIN REGISTER
**********************************************************************************/

#hidden_login_form .fancy_block_tab_body_content {
  background: url(../images/design/homepage/fancy_block_login_divider.gif) no-repeat center bottom;
}

#hidden_login_form .form_column {
  width: 45%;
  float: left;
}
#hidden_login_form .form_column_left {

}

#hidden_login_form .form_column_right {
  float: right;
}

#hidden_login_form .form_column form {
  padding-top: 1px;
}

#hidden_login_form .ctrl_group {
  margin: 15px 0px;
}

#hidden_login_form .input_text {
  width: 162px;
}

#hidden_login_form .input_text.long {
  width: 344px;
}

#hidden_login_form h3 {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  color: #999;
}

#hidden_login_form.ui-dialog-content .form_column {
  width: 50%;
}


#hidden_login_form.ui-dialog-content {
  padding: 0px 0px 1px;
}

#hidden_login_form.ui-dialog-content .input_text {
  width: 130px;
}

#hidden_login_form.ui-dialog-content .input_text.long {
  width: 280px !important;
}

#hidden_login_form.ui-dialog-content h3 {
  background: #f7f7f7;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 11px;
}

#hidden_login_form.ui-dialog-content .form_column_right {
  border-left: 1px solid #f1f1f1;
  margin-left: -1px;
}

#hidden_login_form.ui-dialog-content form {
  padding: 0px 15px 15px;
}


/**********************************************************************************
    OBJECT COMMENTS
**********************************************************************************/

#objectComments .comment {
  margin: 8px 0px;
}

#objectComments .comment .comment_body {
  background: #eee;
  padding: 10px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 18px;
  border-radius: 20px;
  color: #000;
}


#objectComments .comment .comment_meta {
  background: url(../images/design/common/comment_bubble_arrow.gif) no-repeat 65px bottom;
  padding: 0px 20px 5px;
  overflow: hidden;
  zoom: 1;
}

#objectComments .comment.admin .comment_body {
  background: #edebce;
}

#objectComments .comment.admin .comment_meta {
  background-image: url(../images/design/common/comment_bubble_arrow_admin.gif);
}

#objectComments .comment .comment_meta table {
  width: 100%;
}

#objectComments .comment .comment_meta td {
  vertical-align: middle;
}

#objectComments .comment .comment_meta .permalink {
  text-align: right;
  width: 50px;
}

#objectComments .comment .comment_meta .permalink a {
  color: #bbb;
  font-size: 11px;
}

#objectComments .comment .comment_meta .avatar {
  padding-right: 10px;
  width: 40px;
}

#objectComments .comment .comment_meta .author {
  font-size: 13px;
  font-weight: bold;
}

#objectComments .comment .comment_meta .posttime {
  font-size: 11px;
  text-align: right;
  color: #999;
}

#objectComments .comment .comment_meta .multi_options {
  font-size: 11px;
  text-align: right;
  width: 150px;
}

#objectComments .comment .comment_meta .multi_options a {
  color: #999;
  margin-left: 5px;
}

#objectComments .comment .author_signature {
  color: #999;
  font-size: 11px;
  border-top: 1px solid #f8f8f8;
  margin-top: 10px;
  padding-top: 5px;
}

#objectComments .comment .author_signature a {
  color: #555;
}

#objectComments .rank_staff {
  font-size: 11px;
  background: #FDD901;
  text-transform: uppercase;
  font-size: 9px;
  padding: 2px 3px;
}

#objectComments .rank_pro {
  font-size: 11px;
  background: #ddd;
  text-transform: uppercase;
  font-size: 9px;
  padding: 2px 3px;
}

/**********************************************************************************
    COMMON TABLE
**********************************************************************************/
.common_table {
  width: 100%;
  font-size: 11px;
  border-spacing: 0px;
}

.common_table td {
  border-spacing: 0px;
  vertical-align: middle;
  padding: 3px;
}

.common_table th {
  padding: 3px;
  background: #EFEEDC url(../images/design/common/userbar_background.gif) repeat-x scroll left bottom;
}

.common_table .even td {
  background: #f8f8f8;
}


/**********************************************************************************
    LICENSES TABLE
**********************************************************************************/

.licenses_table {
  width: 100%;
  font-size: 11px;
  border-spacing: 0px;
}

.licenses_table td {
  border-spacing: 0px;
  vertical-align: middle;
  padding: 3px 10px;
  border-bottom: 1px solid #FFF;
  background: #f3f3eb;
}

.licenses_table td.darker {
  background: #e9e9d9;
}

.licenses_table tr.hover td {
  background: #e9e9d9;
}

.licenses_table th {
  padding: 7px 10px;
  background: #EFEEDC url(../images/design/common/userbar_background.gif) repeat-x scroll left bottom;
}

.licenses_table td.first_col {
  width: 250px;
}

.licenses_table .second_col {
  text-align: center;
}

.licenses_table .third_col {
  text-align: center;
}

.licenses_table .price_row td {
  padding: 7px 10px;
  background: #e8e6d4;
}

.licenses_table .first_head {
  -moz-border-radius: 0px 0px 0px 7px;
  border-radius: 0px 0px 0px 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 0px;
}

.licenses_table .last_head {
  -moz-border-radius: 0px 0px 7px 0px;
  border-radius: 0px 0px 7px 0px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 0px;
}

.licenses_table thead .first_head {
  -moz-border-radius: 7px 0px 0px 0px;
  border-radius: 7px 0px 0px 0px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 0px;
}

.licenses_table thead .last_head {
  -moz-border-radius: 0px 7px 0px 0px;
  border-radius: 0px 7px 0px 0px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0px;
}

.licenses_table .no_style .first_head {
  -moz-border-radius: 0px 0px 0px 7px;
  border-radius: 0px 0px 0px 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 0px;
}

.licenses_table .no_style .last_head {
  -moz-border-radius: 0px 0px 7px 0px;
  border-radius: 0px 0px 7px 0px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 0px;
}


.licenses_table .actions {
  font-weight: bold;
  margin-left: 5px;
  font-size: 10px;
  text-align: right;
  width: 60px;
}

.licenses_table .no_style th {
  background: #FFF;
  padding-top: 8px;
}

.licenses_table .no_style th a.button_link {
  float: none;
  margin: 0px 10px;
}

.licenses_table .no_style th a.button_link span {
  float: none;
}

.foosnote {
  font-size: 11px;
  color: #666;
  margin: 7px 0px;
}

/**********************************************************************************
    VARIOUS ITEMS
**********************************************************************************/

.button_link {
  background: #FFF url(../images/design/common/button_left.gif) no-repeat left top;
  line-height: 30px;
  display: block;
  height: 30px;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.button_link span {
  background: url(../images/design/common/button_right.gif) no-repeat right top;
  line-height: 30px;
  display: block;
  height: 30px;
  float: left;
  cursor: pointer;
  padding: 0px 15px;
}

.button_link.main {
  background-image: url(../images/design/common/default_button_left.gif);
}

.button_link.main span {
  background-image: url(../images/design/common/default_button_right.gif);
}

.button_link:hover {
  background-position: left bottom;
  text-decoration: none;
  color: #000;
}

.button_link:hover span {
  background-position: right bottom;
}

.twitter_button {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  margin-top: 30px;
}

.twitter_button img {
  margin-left: 15px;
}

#commentingGuidelines {
  background:#F9F9F9;
  border: 1px solid #F1F1F1;
  font-size: 11px;
  margin: 0px 0px 0px;
  padding: 10px 20px;
  width: 616px;
}

#toggleCommentingGuidelines {
  font-size: 11px;
  margin-top: 10px;
}

.blockUI.blockOverlay {
  background: #FFF !important;
}

.blockUI.blockMsg {
  border: 0px !important;
  background: transparent !important;
}

.email_verification_message {
  margin: 15px 0px;
  border: 1px dotted #ddd !important;
  padding: 1px 10px!important;
  font-size: 11px !important;
}

.email_verification_message p {
  margin: 13px 0px;
  color: #666;
}

/**********************************************************************************
    FLASH BOX
**********************************************************************************/

.flash_box {
  position: absolute;
  left: 50%;
  top: 80px;
  width: 300px;
  margin-left: -217px;
  background: #252525 url(../images/icons/ok-black-24x24.gif) no-repeat 40px 25px;
  padding: 30px 40px 30px 74px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 10000;
  border:10px solid #222;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

#error.flash_box {
  background-image: url(../images/icons/error-black-24x24.gif);
  border-color: #a92828;
}

/**********************************************************************************
    SEARCH
**********************************************************************************/
#main_search_form {
  padding: 5px 15px;
  background: #f5f5f5;
  zoom: 1;
  overflow: hidden;
}

#searchOptions {
  zoom: 1;
  overflow: hidden;
}

#searchOptions .search_in {
  width: 350px;
  float: left;
}

#searchOptions .search_in select {
  width: 95%;
  height: 129px;
}

#searchOptions .search_filter {
  width: 500px;
  float: left;
  margin-left: 20px;
}

#search_query_results {
  font-weight: bold;
  margin: 15px 0px 10px;
}

/** File: forms.css **/

.buttons_wrapper {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 11px;
  clear: left;
}

.buttons_wrapper * {
  margin-right: 7px;
}

.ctrl_group {
  zoom: 1;
  overflow: hidden;
  margin: 5px 0px 10px !important;
}

.ctrl_group.admin_options {
  background: #EDEBCE;
  padding: 5px 10px;
}

.ctrl_group .ctrl_col {
  float: left;
}

.ctrl_group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
}

.ctrl_group label.inline {
  display: inline;
  margin-bottom: 0px;
  font-weight: normal;
}

.input_text {
  padding: 3px 5px;
  width: 200px;
  margin-right: 5px;
}

.input_text.long {
  width: 420px;
}

.input_text.short {
  width: 150px;
}

.input_textarea {
  padding: 3px 5px;
  width: 423px;
  height: 150px;
  margin-right: 5px;
  font: 12px "Lucida Grande", Verdana, Verdana, Arial, Helvetica, sans-serif;
}

.input_textarea.long {
  width: 646px;
}

.ctrl_group label.inline .input_checkbox,
.ctrl_group label.inline .input_radio {
  vertical-align: middle;
  margin-right: 5px;
}

.ctrl_group .description,
.additional_description {
  font-size: 11px;
  color: #999;
  margin-top: 5px;
}

.ctrl_group .description.no_margin,
.additional_description.no_margin {
  margin-top: 0px;
}

.ui-dialog-content .buttons_wrapper {
  margin-bottom: 0px;
}

#formErrors {
  border: 1px solid #ffd5d5;
  color: #e23f3f;
  background: #ffeeee;
  padding: 7px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 11px;
  margin-bottom: 10px;
}

#formErrors p {
  margin: 3px 0px 3px 15px;
}

#formErrors ul {
  margin-left: 15px;
}

/** File: homepage.css **/

/**********************************************************************************
    FANCY BLOCK
**********************************************************************************/
#homepage #fancy_block_section {
  background: #7e0000 url(../images/design/homepage/fancy_block_container_top.gif) repeat-x left top;
}

#homepage #fancy_block_section .fancy_block_container_inner {
  background: url(../images/design/homepage/fancy_block_container_bottom.gif) repeat-x left bottom;
}

#homepage #fancy_block {
  background: #d8d8d8 url(../images/design/homepage/fancy_block_tile.gif) repeat-y left top;
}

#homepage #fancy_block_tabs {
  height: 47px;
  overflow: hidden;
  zoom: 1;
  background: #d8d8d8 url(../images/design/homepage/fancy_block_tabs_background.gif) no-repeat left top;
  padding: 14px 15px 0px;
}

#homepage #fancy_block_tabs li,
#homepage #fancy_block_tabs a,
#homepage #fancy_block_tabs span {
  display: block;
  float: left;
}

#homepage #fancy_block_tabs a {
  height: 47px;
  background: #c3c3c3 url(../images/design/homepage/fancy_block_tab_left.gif) no-repeat left bottom;
  color: #7f7f7f;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
  cursor: pointer;
}

#homepage #fancy_block_tabs a span {
  background: url(../images/design/homepage/fancy_block_tab_right.gif) no-repeat right bottom;
  line-height: 47px;
  height: 47px;
  width: 150px;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
}

#homepage #fancy_block_tabs a:hover {
  text-decoration: underline;
}

#homepage #fancy_block_tabs a.selected {
  background-position: left top;
  color: #000;
}

#homepage #fancy_block_tabs a.selected span{
  background-position: right top;
}

#homepage #fancy_block_tabs a.selected.black {
  background-image: url(../images/design/homepage/fancy_block_tab_black_left.gif);
  color: #FFF;
}

#homepage #fancy_block_tabs a.selected.black span {
  background-image: url(../images/design/homepage/fancy_block_tab_black_right.gif);
  color: #FFF;
}

#homepage #fancy_block_tabs a.selected.white {
  background-image: url(../images/design/homepage/fancy_block_tab_white_left.gif);
}

#homepage #fancy_block_tabs a.selected.white span {
  background-image: url(../images/design/homepage/fancy_block_tab_white_right.gif);
}

#homepage #fancy_block_tabs #mytab {
  float: right;
}

#homepage .fancy_block_tab_body_content {
  padding: 15px 30px 0px;
  position: relative;
  zoom: 1;
  overflow: visible;
}

#homepage .fancy_block_bottom_buttons {
  background: url(../images/design/homepage/fancy_block_bottom_buttons_background.gif) no-repeat left bottom;
  height: 60px;
  position: relative;
}

#homepage #fancy_block_content {
  background: url(../images/design/homepage/fancy_block_bottom.gif) no-repeat left bottom;
  zoom: 1;
  overflow: hidden;
}

#homepage .button_take_the_tour {
  width: 152px;
  height: 24px;
  background-image: url(../images/design/homepage/button_take_the_tour.gif);
}

#homepage .button_pricing_and_buy {
  width: 190px;
  height: 24px;
  background-image: url(../images/design/homepage/button_pricing_and_buy.gif);
}

#homepage .button_newsletter {
  width: 232px;
  height: 24px;
  background-image: url(../images/design/homepage/button_newsletter.gif);
}

#homepage .button_watch_intro {
  width: 163px;
  height: 67px;
  background-image: url(../images/design/homepage/button_watch_intro.png);
}

* html #homepage .button_watch_intro {
  background-image: url(../images/design/homepage/button_watch_intro.gif);
}

#homepage #fancy_block_content h1 {
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
}

/**********************************************************************************
    PAGE BODY
**********************************************************************************/
#homepage #page_body h3 {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  margin: 20px 0px 5px;
}

#homepage #page_body h3.with_icon {
  padding-left: 30px;
}

#homepage #page_body h3.title_keep_projects {
  background: url(../images/design/homepage/icon_keep_projects.gif) no-repeat left top;
}

#homepage #page_body h3.title_collaborate {
  background: url(../images/design/homepage/icon_collaborate.gif) no-repeat left top;
}

#homepage #page_body h3.title_take_control {
  background: url(../images/design/homepage/icon_take_control.gif) no-repeat left top;
}

#homepage #page_body h3.title_extend_and_integrate {
  background: url(../images/design/homepage/icon_extend_and_integrate.gif) no-repeat left top;
}

#homepage #page_body h3.title_email_support {
  background: url(../images/design/homepage/icon_title_email_support.gif) no-repeat left top;
}

#homepage #page_body h3.title_save_time {
  background: url(../images/design/homepage/icon_title_save_time.gif) no-repeat left top;
}

#homepage #page_body p {
  margin: 5px 0px 5px;
  font-size: 11px;
}

/**********************************************************************************
    ABOUT TAB
**********************************************************************************/

#homepage #homepage_tabs_about_body .fancy_block_tab_body_content {
  padding-bottom: 110px;
  min-height: 212px;
}

* html #homepage #homepage_tabs_about_body .fancy_block_tab_body_content {
  height: 212px;
  overflow: visible;
}

#homepage #homepage_tabs_about_body #fancy_teaser_image {
  position: absolute;
  display: block;
  right: 30px;
  bottom: 0px;
}

#homepage #homepage_tabs_about_body .fancy_block_tab_body_content div {
  width: 320px;
  float: left;
  margin-left: 15px;
}

#homepage #homepage_tabs_about_body .fancy_block_tab_body_content div p {
  line-height: 180%;
}

#homepage #homepage_tabs_about_body .try_free_demo {
  position: absolute;
  left: 60px;
  bottom: 14px;
}

#homepage #homepage_tabs_about_body .fancy_block_bottom_buttons {
  background: url(../images/design/homepage/fancy_block_bottom_buttons_background_about.gif) no-repeat left bottom;
}

#homepage #homepage_tabs_about_body .button_pricing_and_buy {
  top: 18px;
/*  right: 351px; */
  left: 105px;
  position: absolute;
}

#homepage #homepage_tabs_about_body .button_take_the_tour {
  top: 18px;
/*  right: 85px; */
  left: 420px;
  position: absolute;
}

#homepage #homepage_tabs_about_body .button_watch_intro {
  top: -12px;
  right: 105px;
  position: absolute;
  z-index: 400;
}

#homepage #homepage_tabs_about_body .button_newsletter   {
  top: 18px;
  left: 85px;
  position: absolute;
}
/**********************************************************************************
    TOUR TAB
**********************************************************************************/
#homepage #homepage_tabs_tour_body .fancy_tour_top_block {
  position: relative;
  margin: 0px 15px;
  background: #1e1e1e url(../images/design/homepage/fancy_tour_top_block_background.gif) repeat-x center bottom;
  overflow: hidden;
  zoom: 1;
}

#homepage #homepage_tabs_tour_body #tour_menu {
  list-style: none;
  float: left;
  margin-left: 20px;
  margin-top: 25px;
  width: 190px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#homepage #homepage_tabs_tour_body #tour_menu a {
  display: block;
  height: 31px;
  line-height: 31px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; 
  cursor: pointer;
}

#homepage #homepage_tabs_tour_body #tour_menu a span {
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0px 20px 0px 10px;
  cursor: pointer;
}

#homepage #homepage_tabs_tour_body #tour_menu a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#homepage #homepage_tabs_tour_body #tour_menu li.selected a {
  background: #FFF url(../images/design/homepage/tour_menu_left.gif) no-repeat left top;
  color: #1e1e1e;
}

#homepage #homepage_tabs_tour_body #tour_menu li.selected a span {
  background: url(../images/design/homepage/tour_menu_right.gif) no-repeat right top;
}

#homepage #homepage_tabs_tour_body #tour_items_top_blocks {
  float: right;
  width: 730px;
}

#homepage #homepage_tabs_tour_body .tour_item_top_block {
  min-height: 387px;
  position: relative;
  z-index: 1;
}

#homepage #homepage_tabs_tour_body .tour_item_top_block .main_image {
  position: absolute;
  left: -15px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
}

#homepage #homepage_tabs_tour_body .tour_item_top_block .tour_item_top_block_content {
  position: relative;
  z-index: 3;
  width: 230px;
  color: #FFF;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  overflow: visible;
}

#homepage #homepage_tabs_tour_body .tour_item_top_block .tour_item_top_block_content h1 {
  font-size:19px;
  font-weight:bold;
  margin:0px 0 20px;
}

#homepage #homepage_tabs_tour_body .tour_item_top_block .tour_item_top_block_content p {
  margin: 15px 0px;
  font-size: 11px;
  line-height: 17px;
}

#homepage #homepage_tabs_tour_body #tour_items_bottom_blocks {
  margin: 25px 25px 15px;
  overflow: hidden;
  zoom: 1;
}

#homepage #homepage_tabs_tour_body #tour_items_bottom_blocks .tour_item_bottom_block {
  zoom: 1;
  overflow: visible;
  height: 210px;
}

#homepage #homepage_tabs_tour_body .button_pricing_and_buy {
  top: 18px;
  left: 108px;
  position: absolute;
}

#homepage #homepage_tabs_tour_body .button_take_the_tour {
  top: 18px;
  right: 208px;
  position: absolute;
}

#homepage #homepage_tabs_tour_body #tour_items_bottom_blocks .content_column {
  width: 265px;
  padding: 0px 20px;
  color: #000;
  font-size: 11px;
  line-height: 17px;
}

#homepage #homepage_tabs_tour_body #tour_items_bottom_blocks .content_column h2 {
  font-size: 15px;
  margin-bottom: 15px;
}

#homepage #homepage_tabs_tour_body #tour_items_bottom_blocks .content_column p {
  margin: 10px 0px;
}

#homepage #homepage_tabs_tour_body #tour_page {
  color: #000;
  zoom: 1;
  overflow: hidden;
  padding-top: 15px;
  padding: 0px 15px 0px;
  background: url(../images/design/homepage/fancy_block_bottom_tour.gif) no-repeat center bottom;
  margin: 0px -15px;
}

#homepage #homepage_tabs_tour_body .fancy_block_tab_body_content {
  margin: 0px 15px;
  background: #D8D8D8;
  font-size: 11px;
  line-height: 170%;
  color: #666;
  padding: 0px 0px 0px;
}


#homepage #homepage_tabs_tour_body .fancy_block_bottom_buttons {
  height: 15px;
}

/**********************************************************************************
    PRICING TAB
**********************************************************************************/

#homepage #homepage_tabs_pricing_body #pricing_page {
  color: #000;
  zoom: 1;
  overflow: hidden;
  padding-top: 15px;
  padding: 30px 45px 0px;
  background: url(../images/design/homepage/fancy_block_bottom_pricing.gif) no-repeat center bottom;
  margin: 0px -15px;
}

#homepage #homepage_tabs_pricing_body .fancy_block_tab_body_content {
  margin: 0px 15px;
  background: #FFFFFF;
  font-size: 11px;
  line-height: 170%;
  color: #666;
  padding: 0px 0px 0px;
}

#homepage #homepage_tabs_pricing_body #pricing_page .licensing_info {
  width: 360px;
  float: left;
}

#homepage #homepage_tabs_pricing_body #pricing_page .pricing_table {
  width: 490px;
  float: right;
}

#homepage #homepage_tabs_pricing_body #pricing_page .licenses_table .no_style th {
  padding-left: 0px;
  padding-right: 0px;
}

#homepage #homepage_tabs_pricing_body #pricing_page .licenses_table .no_style th a.button_link {
  margin: 0px 10px !important;
}

#homepage #homepage_tabs_pricing_body .content_body {
  font-size: 12px !important;
}

#homepage #homepage_tabs_pricing_body h1 {
  margin-top: 0px;
  line-height: 130%;
  color: #333;
}

#homepage #homepage_tabs_pricing_body p {
  margin: 15px 0px;  
  color: #333;
}

#homepage #homepage_tabs_pricing_body .fancy_block_tab_body_content .content_list {
  margin-left: 20px;
}

#homepage #homepage_tabs_pricing_body .foosnote {
  text-align: right;
}

#homepage #homepage_tabs_pricing_body .fancy_block_bottom_buttons {
  height: 15px;
}

/**********************************************************************************
    TRY TAB
**********************************************************************************/
#homepage #homepage_tabs_try_body #try_page {
  color: #000;
  zoom: 1;
  overflow: hidden;
  padding-top: 15px;
  padding: 30px 45px 15px;
  background: url(../images/design/homepage/fancy_block_bottom_pricing.gif) no-repeat center bottom;
  margin: 0px -15px;
}

#homepage #homepage_tabs_try_body .fancy_block_tab_body_content {
  margin: 0px 15px;
  background: #FFFFFF;
  font-size: 11px;
  line-height: 170%;
  color: #666;
  padding: 0px 0px 0px;
}

#homepage #homepage_tabs_try_body h1 {
  margin-top: 0px;
  line-height: 130%;
  color: #333;
}

#homepage #homepage_tabs_try_body h3 {
  font-size: 13px;
  margin: 15px 0px 10px;
}

#homepage #homepage_tabs_try_body .try_page_left {
  width: 450px;
  float: left;
}

#homepage #homepage_tabs_try_body .try_page_right {
  width: 300px;
  float: right;
}

#homepage #homepage_tabs_try_body .fancy_block_bottom_buttons {
  height: 15px;
}


/**********************************************************************************
    MY INFO TAB
**********************************************************************************/
#homepage #userProfile {
  zoom: 1;
  overflow: hidden;
}

#homepage #homepage_tabs_my-activecollab_body ul.content_list li {
  background-image: url(../images/design/homepage/fancy_bullet.gif);
}

#homepage #homepage_tabs_my-activecollab_body #my_activecollab_tab {
  color: #000;
  zoom: 1;
  overflow: hidden;
  padding-top: 15px;
  padding: 0px 30px 10px;
  background: url(../images/design/homepage/fancy_block_bottom_tour.gif) no-repeat center bottom;
  margin: 0px -15px;
}

#homepage #homepage_tabs_my-activecollab_body .fancy_block_tab_body_content {
  margin: 0px 15px;
  background: #D8D8D8;
  font-size: 11px;
  line-height: 170%;
  color: #666;
  padding: 0px 0px 0px;
}

#homepage #homepage_tabs_my-activecollab_body .fancy_block_bottom_buttons {
  height: 16px;
}

#homepage #homepage_tabs_my-activecollab_body .my_activecollab_block {
  width: 425px;
  float: left;
  padding: 0px 15px;
  margin: 15px 0px 0px;
}

#homepage #homepage_tabs_my-activecollab_body .my_activecollab_block h3 {
  font-size: 13px;
}

#homepage #homepage_tabs_my-activecollab_body .my_activecollab_block p {
  margin: 10px 0px;
}

#homepage #homepage_tabs_my-activecollab_body .profile_info_main {
  width: 100%;
  margin: 15px 0px 0px 0px;
}

#homepage #homepage_tabs_my-activecollab_body .profile_info_main td {
  vertical-align: middle;
  padding: 0px 0px 0px 15px;
}

#homepage #homepage_tabs_my-activecollab_body .profile_info_main td.avatar {
  width: 32px;
}

#homepage #homepage_tabs_my-activecollab_body .profile_info_main td.avatar img {
  border: 3px solid #FFF;
}

#homepage #homepage_tabs_my-activecollab_body .profile_info_main td h1 {
  margin: 0px;  
}

#homepage #my_activecollab_licences li {
  background: none !important;
  padding: 0px;
}

#homepage #my_activecollab_licences li a {
  display: block;
  padding: 3px 10px;
  background: #e7e7e7 !important;
  -moz-border-radius: 8px;
  zoom: 1;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#homepage #my_activecollab_licences li a:hover {
  text-decoration: none;
  background: #FFF !important;
}

#homepage #my_activecollab_licences .product_type {
  display: block;
  width: 100px;
  float: left;
}

#homepage #my_activecollab_licences .view_details_link {
  position: relative;
  top: 2px;
  margin-left: 3px;
}

#homepage #my_activecollab_licences .license_url {
  color: #666;
  display: block;
  margin-right: 10px;
  float: left;
}

#homepage #my_activecollab_licences .license_downloads {
  display: block;
  text-align: center;
  clear: both;
}

#homepage #my_activecollab_licences .status {
  font-size: 10px;
  float: right;
  border-bottom: 1px dotted #ccc;
}

#homepage #my_activecollab_licences .status.support_expiring {
  color: green;
}

#homepage #my_activecollab_licences .status.support_expired {
  color: red;
}

#homepage #my_activecollab_licences .status.terminated {
  color: red;
}

#homepage #my_activecollab_licences .status.pending {
  color: #cbc900;
}

#homepage #my_activecollab_faq ul {
  list-style: none;
  margin: 10px 0px;
}

#homepage #my_activecollab_faq ul li {
  background: url(../images/icons/question-12x12.gif) no-repeat left 3px;
  padding-left: 20px;
  margin: 5px 0px;
}

#homepage #my_activecollab_faq ul li a {
  color: #333;
  border-bottom: 1px solid #ccc;
}

#homepage #my_activecollab_faq ul li a:hover {
  text-decoration: none;
}
/**********************************************************************************
    TESTIMONIAL
**********************************************************************************/

#homepage .homepage_content_block {
  border-top: 1px dotted #ddd;
  margin: 15px 15px 0px;
  padding: 15px 0px;
  zoom: 1;
  overflow: hidden;
}

#homepage #homepage_testimonial {
  width: 616px;
  float: left;
  zoom: 1;
  overflow: hidden;
}

#homepage #homepage_testimonial #testimonial_logo {
  float: left;
  display: block;
  width: 150px;
  margin-right: 25px;
  padding-top: 10px;
}

#homepage #homepage_testimonial .testimonial_content {
  font-size: 13px;
  line-height: 180%;
  color: #666;
  text-align: center;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  margin-left: 175px;
}

#homepage #homepage_testimonial .testimonial_content .quotes {
  font-size: 15px;
}

#homepage #homepage_testimonial .testimonial_author {
  margin-left: 180px;
  text-align: left;
}

#homepage #homepage_testimonial .testimonial_author .read_more_testimonials {
  float: right;
  font-weight: bold;
  margin-top: 8px;
}

#homepage #homepage_twitter_block {
  width: 294px;
  float: right;
  background: url(../images/design/homepage/twitter_block.gif) no-repeat center top;
  color: #666;
  text-align: center;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  line-height: 180%;
}

#homepage #homepage_twitter_block a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 42px 15px 10px;
}

#homepage #homepage_twitter_block a:hover {
  text-decoration: underline;
}

#homepage .content_column.whats_new {
  border-left: 1px dotted #ddd;
  margin-top: 15px;
  font-size: 11px;
}

#homepage .content_column.whats_new h3 {
  margin-top: 5px !important;
}

#homepage .content_column.whats_new sup {
  vertical-align: super;
  font-size: smaller;
  color: maroon;
}

.twitter_giveaway {
  text-align: center;
  border-bottom: 1px dotted #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.twitter_giveaway p {
  margin-top: 0px !important;
}

.twitter_giveaway .button_link {
  float: none;
  width: 130px;
  margin-left: 80px;
}

.twitter_giveaway .button_link span {
  width: 100px;
}

#videotour_overlay {
  background: #000;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  
  width: 100%;
  height: 100%;

  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;

  display: none;
}

#videotour_overlay.lights_off {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

#videotour_border_overlay {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  
  width: 1060px;
  height: 726px;

  margin-left: -530px;
  margin-top: -363px;

  background: #000;

  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;

  border-radius: 10px;
  -moz-border-radius: 10px;

  display: none;
}

#videotour_border_overlay.lights_off {
  display: none;
}

#videotour_container {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  
  width: 1040px;
  height: 706px;

  margin-left: -520px;
  margin-top: -353px;

  background: #FFF;
  text-align: left;

  display: none;
}

#videotour_container .videotour_container_inner {
  width: 100%;
  height: 100%;

  background: url(../images/homepage_tour/popup-bottom.png) repeat-x left bottom;
}

#videotour_top {
  height: 32px;

  padding: 0px 0px 0px 10px;
  background: #FFF url(../images/homepage_tour/popup-top.png) repeat-x left 2px;
}

#videotour_container.lights_off .videotour_container_inner {
  background: #000;
}

#videotour_container.lights_off #videotour_top {
  background: #000;
}


#videotour_title {
  color: #333;
  font-weight: bold;
  line-height: 32px;
  font-size: 13px;
}

#videotour_container.lights_off #videotour_title {
  color: #DDD;
}

#videotour_controls {
  float: right;
  height: 32px;
  line-height: 32px;
  list-style: none;
}

#videotour_controls li {
  line-height: 32px;
  border-left: 1px solid #ddd;
  float: left;
}

.lights_off #videotour_controls li {
  border-color:  #000;
}

#videotour_controls li a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}

#videotour_controls li.videotour_light_switch a {
  background-image: url(../images/homepage_tour/popup-light-switch.png);
}

#videotour_controls li.videotour_close a {
  background-image: url(../images/homepage_tour/popup-close.png);
}


.lights_off #videotour_controls {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
}

#videotour_video {
  width: 860px;
  height: 664px;
  /* controler height 24px */
  margin-left: 10px;
}

#videotour_videos {
  width: 160px;
  position: absolute;
  right: 0px;
  top: 32px;
  list-style: none;
  font-size: 11px;
}

#videotour_videos li {
  line-height: 20px;
}

#videotour_videos a {
  color: #000;
}

#videotour_videos a.current {
  padding-left: 15px;
  padding-right: 3px;
  background: #950000 url(../images/homepage_tour/playlist-current.png) no-repeat 3px 2px;
  color: #FFF;
}

#videotour_container.lights_off #videotour_videos a {
  color: #555;
}

#videotour_container.lights_off #videotour_videos a.current {
  background-color: transparent;
  color: #FFF;
}


#videotour_additional {
  width: 160px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  list-style: none;
  font-size: 11px;
}

#videotour_additional li {
  line-height: 20px;
  font-weight: bold;
}

#videotour_additional li a {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left 1px;
}

.lights_off #videotour_additional li a {
  color: #444;
}

#videotour_additional li a.take_the_tour {
  background-image: url(../images/homepage_tour/take-the-tour.png);
}

#videotour_additional li a.try_free_demo {
  background-image: url(../images/homepage_tour/try-free-demo.png);
}

#videotour_additional li a.view_pricing_and_buy {
  background-image: url(../images/homepage_tour/view-pricing-and-buy.png);
}

.watch_video {
  display: block;
  position: absolute;
  top: 323px;
  right: 53px;
  width: 168px;
  height: 49px;
  background: url(../images/design/homepage/watch_video.png);
  text-indent: -1000px;
}

/** File: inner_page.css **/

/**********************************************************************************
    COLUMNS
**********************************************************************************/
.page_column_left {
  float: left;
  width: 685px;
  padding-top: 1px;
}

.page_column_right {
  float: right;
  width: 230px;
  padding-top: 10px;
}

.page_column_right_block {
  padding: 10px 15px;
  margin-bottom: 10px;
}

/**********************************************************************************
    CONTACT PAGE
**********************************************************************************/
#contact_sidebar .company_logo {
  margin-bottom: 5px;
  position: relative;
  left: -25px;
}

#contact_sidebar .company_details {
  margin-bottom: 30px;
}

#contact_main .input_text {
  width: 270px;
}

#contact_main .input_text.long,
#contact_main .input_textarea {
  width: 560px;
}

.giveaway_container {
  zoom: 1;
  overflow: hidden;
}

.giveaway_container .content_body {
  width: 600px;
  float: left;
}

.giveaway_sidebar {
  float: right;
  width: 300px;
  text-align: center;
}

.giveaway_sidebar .twitter_logo {
  margin-bottom: 10px;
}

.giveaway_sidebar .RT_message {
  background: #98ddfb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: left;
  color: #000;
}

.giveaway_sidebar .button_link {
  float: none;
  width: 230px;
  margin: 10px 0px 0px 32px;
}

.giveaway_sidebar .button_link span {
  width: 200px;
}

.giveaway_finished_container h1 {
  margin-bottom: 20px;
}

.giveaway_finished_container h2 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.giveaway_finished_container h3 {
  font-size: 12px;
  text-align: center;
  background: #efeddd;
  padding: 7px 10px;
  -moz-border-radius: 10px 10px 0px 0px;
  margin: 10px 5px 0px;
}

.giveaway_finished_container .instructions {
  background:#FFFDE9 none repeat scroll 0 0;
  border:1px solid #E2DA90 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: left;
  color: #000;
  margin: 15px 100px !important;
  display: block;
}

.giveaway_finished_container .winners {
  zoom: 1;
  overflow: hidden;
}

.giveaway_finished_container .winner {
  display: block;
  width: 166px;
  height: 30px;
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
  zoom: 1;
  overflow: hidden;
  padding: 5px;
  float: left;
  margin: 5px 5px;
}

.giveaway_finished_container .winner img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
}

.giveaway_finished_container .winner .author {
  display: block;
  margin-top: 5px;
  margin-left: 35px;
  font-weight: bold;
}

/** File: blog.css **/

#blog .blog_left_content {
  width: 685px;
  float: left;
}

#blog .blog_right_sidebar {
  width: 220px;
  float: right;
  padding-top: 17px;
}

#blog .blog_right_sidebar .recent_blogs {
  font-size: 11px;
}

#blog .blog_right_sidebar .recent_blogs h2 {
  font-size: 12px;
}

#blog .blog_right_sidebar .recent_blogs h2 .rss_link {
  margin-left: 3px;
  position: relative;
  top: 1px; 
}

#blog .blog_right_sidebar .recent_blogs ul li {
  line-height: 15px;
}

#blog .blog_right_sidebar .recent_blogs ul a {
  color: #555;
}

#blog #blog_listing h2 {
  margin-bottom: 0px;
}

#blog #blog_listing .blog_description {
  margin-top: 0px !important;
  font-size: 11px !important;
  color: #666;
  border-bottom: 1px dotted #ccc;
}

#blog #blog_listing .rss_link {
  float: right;
  background: url(../images/icons/rss_icon-12x12.gif) no-repeat left center;
  padding-left: 16px;
  font-size: 11px;
}
#blog #blog_listing .single_blog {
  padding: 15px 0px 10px;
}

#blog .blogPost {
  padding: 15px 0px 10px;
}

#blog .blogPost.single {
  padding-top: 0px;
}

#blog .blogPost .blogTop {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  zoom : 1;
  overflow: hidden;
}

#blog .blogPost .blogTop .blogPostTitle {
  zoom: 1;
  overflow:hidden;
}

#blog .blogPost .blogTop .blogPostDescription {
  font-size: 11px;
  color: #999;
}

#blog .blogPost .blogTop h2 {
  font-size: 15px;
  float: left;
}

#blog .blogPost .blogTop .comment_count {
  background: #eee;
  float: left;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #FFF;
  padding: 1px 8px;
  margin-left: 10px;
}

#blog .blogPost .blogTop .comment_count a {
  color: #999 !important;
  font-weight: bold;
  font-size: 11px;
}

#blog .blogPost .blogPostInfo {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 10px;
}

#blog .blogPost .blogPostInfo a {
  font-weight: bold;
}

#blog .blogPost .objectModerationOptions {
  margin-left: 15px;
}

#blog .blogPost .objectModerationOptions a {
  margin-left: 5px;
}

#blog #postCommentForm {
  margin-top: 30px;
}

#blog #postCommentFormComment {
  margin-left: 15px;
}

#blog #postCommentFormComment .email_description {
  clear: left;
}

/** File: forum.css **/

#forum .forums_list {
  width: 100%;
}

#forum .forums_list tr td {
  border-bottom:1px solid #F3F3F3;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 11px;
}

#forum .forums_list tr.even td {
  background: #F9F9F9;
}

#forum .forums_list tr td.new_messages {
  width: 24px;
}

#forum .forums_list tr td.forum_name {
  font-size: 13px;
}

#forum .forums_list td.counters {
  width: 100px;
  text-align: center;
}

#forum .forums_list td.counters acronym {
  border-bottom: 1px dotted #ccc;
}

#forum .forums_list td.last_post {
  width: 400px;
  color: #666;
}

#forum .forums_list span.description {
  display: block;
  line-height: 14px;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}

#forum .forums_list span.description a {
  color: #555;
  border-bottom: 1px dotted #ccc;
}

#forum .forums_stats {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}

#forum .forums_stats strong {
  color: #000;
}

#forum .forum_topics table {
  width: 100%;
}

#forum .forum_topics tr td {
  border-bottom:1px solid #F3F3F3;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 11px;
}

#forum .forum_topics th {
  background: #f7f6ed;
  padding: 5px;
  font-size: 11px;
}

#forum .forum_topics tr.even td {
  background: #F9F9F9;
}


#forum .forum_topics tr td.replies {
  width: 80px;
  text-align: center;
}

#forum .forum_topics tr td.replies acronym {
  border-bottom: 1px dotted #ccc;
}

#forum .forum_topics .topic_title {
  font-size: 12px;
}

#forum .forum_topics .topicAuthor,
#forum .forum_topics .last_post .author {
  display: block;
  color: #666;
}

#forum .forum_topics .topicAuthor a,
#forum .forum_topics .last_post .author a {
  color: #444;
}

#forum .forum_topics .last_post {
  width: 150px;
}

#forum .topic_options,
#forum .jump_to_forum {
  margin-top: 10px;
  text-align: center;
}

#forum .jump_to_forum.with_paginator {
  zoom: 1;
  overflow: hidden;
}

#forum .jump_to_forum.with_paginator select {
  float: left;
  position: relative;
  top: 5px;
  margin-left: 270px;
}

#forum .jump_to_forum.with_paginator .button_link {
}

#forum .jump_to_forum.with_paginator .button_link span {
  width: 120px;
}

#forum .jump_to_forum.with_paginator .or_separator {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  top: 5px;
}

#forum .forum_topics .topicPager {
  font-size: 10px;
  margin-left: 5px;
/*  float: left;*/
  margin-top: 16px;
  font-weight: bold;
  border: 1px solid #eee;
  zoom: 1;
  overflow: hidden;
  padding: 2px 7px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 9px;
  border-radius: 15px;
  background: #FFF;
}

#forum .forum_topics .topicPager a {
  color: #666;
}

#forum .forum_topics .has_notes {
  float: right;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

#forum .forum_topics .topicTag {
  background: #ccc;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 3px;
  color: #FFF;
  font-weight: bold;
  width: 65px;
  display: block;
  float: right;
  margin-left: 5px;
  text-align: center;
  line-height: 100%;
  position: relative;
  top: 2px;
}

#forum .forum_topics .topicTag.tag-request {
  background: #222;
  color: #FFF;
}

#forum .forum_topics .topicTag.tag-bug {
  background: #950000;
  color: #FFF;
}

#forum .forum_topics .topicTag.tag-discussion {
/*  background: #00a997;
  color: #FFF;*/
}

#forum .forum_topics .topicTag.tag-followup {
  background: #ffde03;
  color: #FFF;
}

#forum .object_locked{
  background: #1e1e1e url(../images/icons/locked-black-24x24.gif) no-repeat 10px center;
  color: #FFF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 20px 5px 40px;
  margin: 5px 0px 10px;
  line-height: 35px;
}

#forum #topicNotesInfo {
  background: #fffcc8 url(../images/icons/notes-24x24.gif) no-repeat 10px center;
  color: #333;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 20px 5px 40px;
  margin: 5px 0px 10px;
  line-height: 35px;
}

#forum #topicNotesInfo button {
  float: right;
  margin-top: 7px;
}

#forum .topicPostOptions ul {
  list-style: none;
  float: right;
}

#forum .topicPostOptions ul li {
  display: inline;
}

#forum .topicPostOptions ul li a {
  margin-left: 5px;
  font-size: 11px;
  color: #8d8a63;
}

#forum .topicPostAuthor {
  font-size: 11px;
  color: #a9a677;
}

#forum .topicPostAuthor a {
  color: #8d8a63;
}

#forum .topicContent {
  display: block;
  color: #000;
}

#forum #topicNotesWrapper {
  background: #fffcc8;
  color: #333;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 20px 5px 20px;
  margin: 5px 0px 10px;
}

#forum #topicNotesWrapper .topicPost {
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#forum #topicNotesWrapper .topicPost:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#forum #objectComments {
  padding: 0px 0px;
}

#forum #postFormContainer {
  overflow: hidden;
  zoom: 1;
}

#forum  .postFormLeft {
  width: 513px;
  float: left;
  padding-right: 27px;
}

#forum  .postFormRight {
  width: 400px;
  float: left;
}

#forum .postFormRight .common_table {
  border-spacing: 1px !important; 
}

#forum .postFormRight .common_table td {
  background: #fafafa;
  padding: 2px 5px;
}

#forum .postFormRight .common_table .attachment_name a {
  font-size: 10px;
}

#forum .postFormRight .common_table .attachment_options {
  width: 16px;
}

#forum .postFormRight .common_table .attachment_size {
  text-align: right
}

#forum #topicReplyForm .input_textarea {
  width: 500px;
}

#forum #topicReplyForm .input_text.long {
  width: 497px;
}

#forum #replyNote {
  margin-left: 15px;
}

#forum #postQuickReply {
  zoom: 1;
  overflow: hidden;
  text-align: center;
}

#forum #postQuickReply a.button_link {
  float: none;
  width: 200px;
  margin: 10px auto 10px;
  display: none;
}

#forum #postQuickReply a.button_link span {
  float: none;
}

#forum .comment .attachments_block {
  zoom: 1;
  overflow: hidden;
}

#forum .comment .attachments_block li {
  background: none;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 15px;
}

#forum .comment .attachments_block li a {
  color: #333;
  font-size: 11px;
}

#forum .comment .attachments_block li .attachment_label {
  display: block;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
}

#forum .comment .attachments_block li .attachment_size {
  display: block;
  text-align: center;
  line-height: 100%;
}

/** File: profile.css **/

#userProfile {
  float: left;
  width: 300px;
}

#profile #licenses {
  width: 620px;
  float: right;
  padding-top: 10px;
}

#profile .profile_info {
  zoom: 1;
  overflow: hidden;
  font-size: 11px;
}

#profile .profile_info dt {
  width: 120px;
  float: left;
  display: block;
  font-weight: bold;
}

#profile .profile_info dd {
  margin-left: 125px;
  display: block;
}

#profile .profile_info_main {
  margin-bottom: 10px;
}

#profile .profile_info_main td {
  vertical-align: middle;
  padding: 0px 10px 0px 0px;
}

#profile .profile_info_main td h1 {
  font-size: 14px;
}

#profile .licenses_not_active {
  width: 100%;
  font-size: 11px;
  margin-bottom: 15px;
}

#profile .licenses_not_active .product_name {
  width: 150px;
}

#profile .licenses_not_active .status {
  color: red;
  width: 130px;
  text-align: right;
}

#profile .licenses_not_active .installation_url {
  color: #777;
}

#profile .licenses_download {
  zoom: 1;
  overflow: hidden;
  margin: 4px 0px 15px;
}

#profile .licenses_download .button_link {
  float: right;
}

#profile .additional_downloads {
  font-size: 11px;
  text-align: right;
  margin-top: -14px;
  margin-bottom: 15px;
  color: #999;
}

#profile .recent_topics {
  float: right;
  width: 620px;
  margin-top: 15px;
}

#profile .recent_topics.sidebar {
  float: left;
  width: 300px;
  margin-top: 25px;
}

#profile .recent_topics ul {
  font-size: 11px;
}

#profile #pending_licenses {
  float: left;
  font-size: 11px;
  margin-top: 25px;
}

#profile #pending_licenses h4 {
  font-size: 12px;
}

#profile #pending_licenses ul li span {
  background: #f3f3eb;
}

#profile .profilePasswordBlock {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#profile .update_profile_left {
  float: left;
  width: 450px;
}

#profile .update_profile_right {
  float: left;
  width: 350px;
  margin-left: 50px;
}

#profile .no_licenses {
  background: #F3F3EB url(../images/icons/license-24x24.gif) no-repeat 10px center;
  color: #333;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 20px 5px 40px;
  margin: 5px 0px 10px;
  line-height: 35px;
}

#profile .current_avatar {
  margin-bottom: 10px;
}

#profile .current_avatar td {
  vertical-align: middle;
}

#profile .current_avatar td a {
  font-weight: bold;
  font-size: 11px;
}

#profile .current_avatar td.avatar {
  width: 45px;
}

/** File: support.css **/

#support #support_login_form {
  zoom: 1;
  overflow: hidden;
}

#support #support_login_form .form_column {
  width: 45%;
  float: left;
}

#support #support_login_form .form_column_right {
  float: right;
}

#support #support_login_form h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-top: 10px;
  color: #999;
}

#support #new_request #new_request_head {
  zoom: 1;
  overflow: hidden;
}

#support #new_request .new_request_head_left {
  width: 55%;
  float: left;
}

#support #new_request .new_request_head_right {
  width: 45%;
  float: right;
}

#support #new_request .input_textarea {
  width: 83%;
  height: 70px;
}

#support #new_request .input_textarea {
  background: #fafafa;
}

#support #new_request .captcha_label {
  background: #e9e6c8;
  padding: 3px 8px;
}

#support .access_key_note {
  background: #1e1e1e url(../images/icons/safe-black-24x24.gif) no-repeat 10px 15px;
  color: #FFF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 20px 5px 40px;
  margin: 5px 0px 10px;
}

#support .access_key_note p {
    margin: 10px 0px;
}

#support #provide_update .input_textarea {
    width: 600px;
}

#support #support_home {
    padding-top: 10px;
}

#support #support_home .content_column {
    width: 283px;
}

#support #support_home .content_list {
    margin-bottom: 25px;
    font-size: 11px;
}

#support #support_more_resources .button_link {
    margin-right: 10px;
}

/** File: custom_pages.css **/

/**********************************************************************************
    BETA INVITE
**********************************************************************************/
table.beta_module td {
  vertical-align: top;
  padding: 10px;
}

table.beta_module td.icon {
  width: 30px;
}

table.beta_module td.download {
  width: 150px;
  font-size: 11px !important;
}

table.beta_module td.download p {
  margin-bottom: 10px;
  color: #999;
}

table.beta_module .requirements { 
  margin-top: 10px;
}

/**********************************************************************************
    FEATURES PAGE
**********************************************************************************/

#features_page {
  zoom: 1;
  overflow: hidden;
}

#features_page .features_column {
  float: left;
  width: 48%;
}

#features_page .features_column_right {
  float: right;
}

#features_page .page_section_title_inner {
  width: 100% !important;
}

#features_page .features_screenshots {
  list-style: none;
  margin-left: 18px;
}

#features_page .features_screenshots li {
  display: inline;
}

#features_page .features_screenshots li img {
  border: 1px solid #aaa;
}

#features_page .features_details {
  font-size: 11px;
}

#features_page .expanded .features_details {
  display: block !important;
}

/**********************************************************************************
    FEATURES PAGE
**********************************************************************************/
.interview {
  color: #333;
  zoom: 1;
  overflow: hidden;
  padding-top: 10px;
}

.interview .company_details {
  width: 275px;
  border-right: 1px solid #ccc;
  float: left;
  padding-right: 25px;
  line-height: 140%;
  text-align: center;
}

.interview .company_details .logo {
  margin: 10px 0px 0px;
  padding: 0px;
}

.interview .company_details p {
  margin-bottom: 20px !important;
}

.interview .company_details .company_name {
  font-size: 15px;
}

.interview .interview_content {
  width: 580px;
  float: left;
  padding: 0px 0px 0px 25px;
  border-left: 1px solid #ccc;
  margin-left: -1px;
  line-height: 140%;
  font-size: 13px;
}

.interview .interview_content .question {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.interview .interview_content .answer {
/*  border-bottom: 1px solid #eee;*/
  padding-bottom: 10px;
  padding-left: 30px;
  margin-top: 5px;
}

.interview_listing td {
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
  vertical-align: middle;
}

.interviews {
  margin-top: -15px;
}

.interview_listing .company_details {
  width: 230px;
  text-align: center;
  line-height: 220%;
  font-size: 11px;
  color: #333;
}

.interview_listing .company_details a {
  margin-bottom: 5px !important;
  display: block;
}

.interview_listing .interview_content {
  font-size: 12px; 
}

.interview_listing .interview_excerpt_outer {
  background: url(../images/quotes_left.gif) no-repeat left top;
}

.interview_listing .interview_excerpt {
  font-size: 12px;
  margin-bottom: 10px;
  background: url(../images/quotes_right.gif) no-repeat right bottom;
  padding: 10px 40px;
  color: #777;
}

.interview_listing .read_entire_inteview {
  float: right;
}

.interview_listing .person {
  line-height: 140%;
  padding-left: 40px;
  color: #444;
}

.interview_listing .button_link {
  float: right;
}

/**********************************************************************************
    DEMO PAGES
**********************************************************************************/

.demo_created p {
  font-size: 120% !important;
  margin: 100px 0 !important;
}

/** File: downloads.css **/

#downloads #downloads_left {
  float: left;
  width: 660px;
}

#downloads #downloads_right {
  float: right;
  width: 192px;
  font-size :11px;
}

#downloads .download_packages {
  width: 100%;
  border-spacing: 15px;
}

#downloads .download_packages td {
  vertical-align: middle;
  padding: 10px 5px;
}

#downloads .package_item .screenshot {
  width: 180px;
  border-right: 1px dotted #ccc;
  background: #edecda;
  text-align: center;
}


#downloads .package_item .screenshot a {
  text-align: right;
}

#downloads .package_item .screenshot img {
  border: 5px solid #FFF;
}


#downloads .package_item .summary {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
}

#downloads .package_item .release_info {
  margin-top: 3px;
  font-weight: bold;
  font-size: 11px;
}

#downloads #commentingGuidelines {
  width: 393px;
}

#downloads #package_view {
  zoom: 1;
  overflow: hidden;
  margin-top: 15px;
}

#downloads #package_view #package_screenshots {
  width: 250px;
  float: left;
  font-size: 11px;
}

#downloads #package_view #package_details {
  width: 380px;
  float: right;
}

#downloads #package_view .package_summary {
  font-size: 11px !important;
  padding-left: 3px !important;
  margin-top: 10px;
}

#downloads #package_view #package_screenshots p {
  margin: 10px 0px;
}

#downloads #package_view #package_screenshots .main_screenshot {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-size: 11px;
  text-decoration: none !important;
}


#downloads #package_view #package_screenshots .button_link {
  margin: 0px 25px;
  float: none;
}

#downloads #package_view #package_screenshots .button_link span {
  float: none;
}

#downloads #package_view #package_screenshots .release_info {
  font-size: 10px;
  text-align: center;
  display: block;
  color: #666;
  margin: 5px 0px 10px;
}

#downloads #screenshots  {
  margin-top: 15px;
}

#downloads #screenshots .screenshot {
  width: 220px;
  float: left;
  text-align: center;
  font-size: 11px;
}

#downloads #screenshots .screenshot .description {
  background: #333;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: inline;
  color: #FFF;
  font-weight: bold;
  padding: 2px 8px;
}

#downloads #screenshots .screenshot .options a {
  margin: 0px 3px;
}

#downloads #screenshots .screenshot .picture {
  margin-top: 8px;
}

#downloads #download_activecollab_button {
  zoom: 1;
  overflow: hidden;
  margin: 15px 0px 0px -15px;
}

/** File: documents.css **/

#documents #content {
  width: 600px;
  float: left;
}

#documents #sidebar {
  width: 280px;
  float: right;
}

#documents #sidebar ol {
  margin-left: 20px;
}

.manual_toc ol,
.manual_toc ul,
.manual_toc {
  margin-left: 20px;
}

.page_toc {
  border-bottom: 1px dotted #ddd;
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.manual_toc li.first_level {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.manual_toc li.first_level li {
  margin: 2px 0px;
}

.manual_toc li.first_level ol {
  font-size: 11px;
  font-weight: normal;
  color: #999;
}

.manual_toc li.second_level ul,
.page_toc li.second_level ul {
  font-weight: normal;
  font-size: 11px;
}

.manual_toc li.second_level a,
.page_toc li.second_level a {
  color: #555;
  font-weight: normal;
}

.manual_toc li.second_level ul a,
.page_toc li.second_level ul a {
  color: #999;
  font-weight: normal;
}

#manual_page {
  width: 800px;
}

#manual_page .page_section_title_inner {
  width: 90% !important;
}

#documents .page_section_title {
  text-transform: none !important;
}

/** File: jquery.ui.css **/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget {  }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../images/jquery.ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../images/jquery.ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../images/jquery.ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(../images/jquery.ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../images/jquery.ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../images/jquery.ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/jquery.ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery.ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/jquery.ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/jquery.ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/jquery.ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery.ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/jquery.ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/jquery.ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery.ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { /*background: #aaaaaa url(../images/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); */}
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/**
  Custom styling
*/


.ui-dialog { padding: 51px !important; text-align: left; background: none !important; border: 0px !important; font-size: 11px; }
.ui-dialog .ui-dialog-titlebar { background: #e9e6c8; padding: 8px 5px !important; position: relative; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-bottom: 1px solid #CED6E1; }
.ui-dialog .ui-dialog-title { float: left; margin-left: 10px; font-weight: bold; font-size: 13px;} 
/*
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { background: #FFF }
*/
.ui-dialog .ui-dialog-content { border: 0; padding: 10px 15px 15px; background: #fefefe; overflow: auto; zoom: 1; margin: 0px;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0px 0 0 0; background: #FFF; padding: 10px 10px 10px; position: static !important; zoom: 1; overflow: hidden}
/*.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }*/
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { background: #444; overflow: hidden; width: 51px; height: 51px; position: absolute; }
.ui-dialog .ui-resizable-se { right: 0px; bottom: 0px; background: url(../images/jquery.ui/shadow-se.png) no-repeat left top; }
.ui-dialog .ui-resizable-sw { left: 0px; bottom: 0px; background: url(../images/jquery.ui/shadow-sw.png) no-repeat left top; }
.ui-dialog .ui-resizable-ne { right: 0px; top: 0px; background: url(../images/jquery.ui/shadow-ne.png) no-repeat left top; }
.ui-dialog .ui-resizable-nw { left: 0px; top: 0px; background: url(../images/jquery.ui/shadow-nw.png) no-repeat left top; }
.ui-dialog .ui-resizable-n, .ui-dialog .ui-resizable-s, .ui-dialog .ui-resizable-w, .ui-dialog .ui-resizable-e { border: 0px; background: #000; overflow: hidden; position: absolute; }
.ui-dialog .ui-resizable-n { height: 51px; left: 51px; right: 51px; top: 0px; background: url(../images/jquery.ui/shadow-n.png) repeat-x left top; border-bottom: 1px solid #999; width: auto}
.ui-dialog .ui-resizable-s { height: 51px; left: 51px; right: 51px; bottom: 0px; background: url(../images/jquery.ui/shadow-s.png) repeat-x left top; border-top: 1px solid #999; width: auto}
.ui-dialog .ui-resizable-e { right: 0px; width: 51px; top: 51px; bottom: 51px; background: url(../images/jquery.ui/shadow-e.png) repeat-y left top; border-left: 1px solid #999; height: auto}
.ui-dialog .ui-resizable-w { left: 0px; width: 51px; top: 51px; bottom: 51px; background: url(../images/jquery.ui/shadow-w.png) repeat-y left top; border-right: 1px solid #999; height: auto}
.ui-dialog .ui-resizable-handle { cursor: hand !important }