/********************************************************************************
  *
  *     Filename:        base.css
  *     Description:     Oxwall Fb Delux Responsive Theme Base CSS File
  *     Version:         7.2.0
  *
  *     -- FILE STRUCTURE: --
  *
  *     [ 1] CSS Defaults Reset          __reset
  *     [ 2] Base Elements               __base
  *     [ 3] Masterpage & Page Layout    __layout
  *     [ 4] Forms                       __forms
  *     [ 5] Common Blocks               __blocks
  *     [ 6] Standard Listings           __listings
  *     [ 7] Tables                      __tables
  *     [ 8] Messages & Notifications    __messages
  *     [ 9] Thumbnails & Icons          __icons
  *     [10] Menus                       __menus
  *     [11] Pagination                  __pagination
  *     [12] Typography                  __typography
  *     [13] Misc                        __misc
  *     [14] Clearfix                    __clearfix
  *     [15] Plugin Styles               __plugins
  *
  *
 ********************************************************************************/

/*========================================================
        [1] CSS Defaults Reset      __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;
}

body{
	line-height: 1; /* TODO delete */
}

ol, ul{
	list-style: none; /* TODO delete */
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define focus styles! */
:focus{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

/*========================================================
        [2] Base Elements       __base
  ========================================================*/
body {
	background-color: #ffffff;
}

body, html {
	font-family: "Tahoma","Lucida Grande", "Verdana";
	color: #333; /** OW_Control type:color, section:2. Colors, key:textColor, label: - Text **/
	font-size: 13px;
	line-height: 18px;
	height: 100%;
	min-width: 1000px;
}

a {
	color: #2a80ae; /** OW_Control type:color, key:linkColor, section:2. Colors, label: - Links **/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:hover img{
	text-decoration: none;
}

p{
	text-indent: 0;
	margin-bottom: 4px;
}

h1, h2, h3, h4, h5{
	color: #666; 
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1{
	font-size: 20px;
	line-height: 19px;
    padding-left: 0px;
	color: #666; /** OW_Control type: color, key: titleColor, label: - Title, section: 2. Colors **/
	text-shadow: 0px 0px 0 #FFFFFF;
	text-transform: uppercase;
	margin-left: 0px;
	background-repeat: no-repeat;
}
html body div .ow_page h1 {
    background: none;
}
.maintenance_cont h1 {
	padding-left: 23px;
	background-position: left center; 
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 13px;
}

h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}

table {
	border: none;
}

img {
	border: 0;
	vertical-align: middle;
}

th, td {
	padding: 2px 5px;
	vertical-align: top;
}

th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
	vertical-align: middle;
}

th {
    background-color: #f6f7f8;
}

hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: 5px 5px 15px 5px;
}
/*========================================================
        [3] Masterpage & Page Layout        __layout
  ========================================================*/

/* ---- Page Layout styles ---- */
/*Opera Fix*/
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.ow_bg_color{
	background-color: #ffffff;
}

.ow_page_wrap { 
	position: relative;
	background: lavender; /** OW_Control type: color, key: pagebackgroundColor, label: Page Background color, section: 2. Colors **/
	background-repeat: repeat;		
}
body > .ow_page_wrap {
	min-height: 1000px;
}
.ow_page_padding {
	/*overflow: auto;*/
	padding-bottom: 99px;
} 

.ow_canvas {
	margin: 0 auto;
	width: 1000px;
	word-wrap: break-word;
}

.ow_page {
    margin: 0 0px 0px 180px;
    padding: 0 18px;
}

.ow_page_container {
	width: 1000px;
	margin: 0px auto 16px;
	background-color: #ffffff; /** OW_Control type: color, key: sitebackgroundColor, label: Site Background color, section: 2. Colors **/
	border: 1px solid #b6b6b8;
}

.ow_page_container .ow_page {
    padding: 10px 10px 10px;
    min-height: 400px;
	color: #333; /** OW_Control type:color, section:2. Colors, key:textColor, label: - Text **/
}
.ow_content {
	float: left;
	width: 100%;
	overflow: hidden;
}

.ow_content a {
	color: #2a80ae; /** OW_Control type:color, key:linkColor, section:2. Colors, label: - Links **/
}

.ow_sidebar {
	margin-top: 0px; /** OW_Control type:text, key:sideText, section:1. General Settings, label: Sidebar margin from top **/
    margin-left: -186px;
	float: left;
    width: 168px;
	position: absolute;
}


.ow_footer {
    color: #666;
    padding:1px 0px;
	background: transparent; /** OW_Control type:color, section:2. Colors, key:footerColor, label:Footer background **/	
	height: 96px;
	position: relative;
	border-top: 1px solid #b6b6b8;
	clear: both;
}


.ow_footer .ow_copyright{
	float: left;
	font-size:11px;
	line-height: 1;
}

h1.page_title{
    background: url(images/ic_file.png) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}

.ow_column {
	width: 49%;
    overflow: hidden;	
}

.ow_narrow {
    width: 39%;
    overflow: hidden;
}

.ow_wide {
    width: 59%;
    overflow: hidden;    
}

.ow_superwide {
    width: 75%;
    overflow: hidden;   
}

.ow_supernarrow {
    width: 23%;
    font-size: 11px;
    overflow: hidden;
}

.ow_left {
    float: left;
}

td.ow_left {
	float: none;
}

.ow_right {
    float: right;
}

.ow_center {
    text-align: center;
}

.ow_vertical_middle {
	vertical-align: middle;
}

.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}

.ow_txtcenter {
    text-align: center;
}

.ow_txtright {
    text-align: right;
}

html body .ow_hidden{
    display: none;
}

.ow_visible {
    display: block;
}

.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
}

table.ow_nomargin,
div.ow_nomargin {
    margin-bottom:0px;
}

.ow_nowrap {
    white-space: nowrap;
}

ul.ow_regular {
	margin-bottom: 12px;
}

ul.ow_regular li {
	line-height: 17px;
	margin: 0 0 3px 0px;
	padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
	background-image: url(images/miniic_li.png);
	background-position: left 5px;
}

.ow_preloader{
    background: url(images/ajax_preloader_button.gif) no-repeat center center !important;
}

.ow_preloader_content{
    background: url(images/ajax_preloader_content.gif) no-repeat center center !important;
}

.ow_page_layout_scheme {
    width: 580px;
}

.ow_page_layout_scheme a {
	background-position: center center;
	background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    display: block;
	float: left;
	height: 103px;
    margin: 2px;
    padding: 5px;
    width: 100px;
}

.ow_page_layout_scheme a.active,
.ow_page_layout_scheme a:hover {
    background-color: #CCFFCC;
    border: 1px solid #B6B6B8;
}

.ow_item_set2{ width: 49%; }
.ow_item_set3{ width: 33%; }
.ow_item_set4{ width: 25%; }
.ow_item_set5{ width: 20%; }
/* ---- End of Page Layout styles ---- */

/* ---- Header styles ---- */
.ow_header {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    margin: 40px auto 0px;
	height: 100%;
}
.ow_header_pic {
	height: auto;
	background-image: url('images/header.jpg');/** OW_Control type:image, key:headerImage, section:1. General Settings, label: Page header image **/
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
img.ow_header_img {
border: 1px solid #b6b6b8;
padding: 5px;
background: #fff;
width: 100%;
max-width: 989px;
background-repeat: no-repeat;
}
.ow_top {
    position: relative;
    height: auto;
	min-height: 105px;
	padding-top: 50px;
}
.ow_logo_wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 12px 0px 0px 10px;
}
.ow_logo_wrap a {
	position: relative;
	background-image: url('images/logo.png'); /** OW_Control type:image, key:logoImage, section:1. General Settings, label: Logo image **/
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 300px;
	height: 28px;
	left: 0px;
	top: -7px;
	font-size: 0;
	z-index: 100;
}
.ow_logo_wrap a:hover {
	text-decoration: none;
}

.ow_header .ow_search{
    float: right;
    padding: 5px;
}


/* ---- End of the Header styles ---- */
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}
.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #ececec;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-top-color: #dbdbdb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.ow_photo_attachment_pic.loading {
	background-size: auto;
	background-image: url(images/ajax_preloader_content.gif);
	background-position: center center;
}
.ow_photo_attachment_stage {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}
/* ---- Sidebar styles ---- */
.ow_sidebar .ow_box_cap_empty {
	border-color: #3B5998;
}
.ow_sidebar .ow_box_cap {
	border-color: #3B5998;
	border-bottom: 1px solid #3B5998;
}
.ow_sidebar .ow_box {
	border-color: #B6B6B8;
}
html body .ow_sidebar h3 {
	font-size: 13px;
}
/* ---- End of Sidebar styles ---- */


/* ---- Console styles ---- */
.ow_console .wackwall_link{
    background: url(images/console-w.png) no-repeat 50% 50%;
    display: block;
    height: 30px;
    width: 35px;
}

.ow_console .wackwall_link:hover{
    text-decoration:none;
}
.ow_console .common_shortcuts a{
    background-position:50% 50%;
    background-repeat: no-repeat;
    display:inline-block;
    height:30px;
    width:25px;
}
.ow_console .common_shortcuts a:hover{
    text-decoration:none;
}
.ow_console .notification_shortcut{
    padding:0 7px;
}
.ow_console .notification_shortcut a{
    background-position:0 50%;
    background-repeat:no-repeat;
    display:block;
    padding: 5px 0 5px 20px;
    text-decoration:none;
}
.ow_site_panel {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 39px;
	top: 0;
	background: #3B5998; /** OW_Control type:color, key:panelColor, section:1. General Settings, label: Site panel color **/
	border-bottom: 1px solid #133783;
}
.ow_console {
	font-size: 11px;
	height: 40px;
	position: fixed;
	top: 0px;
	right: 0px;
    z-index: 100;
    color: #666;
}
.ow_console_body {
	padding: 5px 5px 5px 5px;
	background: transparent;
	text-align: right;
}
.ow_console_block {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.ow_console_item {
	background: transparent;
	display: inline-block;
    position:relative;
	line-height: 30px;
    height:30px;
    margin:0 4px 0 0px;
    padding:0px 15px 0px 15px;
	vertical-align: top;
	text-align: left;
	color: #d8dfea;
}
.ow_console_item:hover {
	border-color: #999;
	cursor: pointer;
}
.ow_console_dropdown_hover:hover {
	background: transparent;
	border-color: #ccc;
	cursor: pointer;	
}
.ow_console_dropdown_pressed {
	background: transparent;
	border-color: #ccc;	
}
.ow_console_item a {
	color: #9aa9c8;
	font-weight: bold;
}
.ow_console_item a:hover {
	text-decoration: none;
	color: #fff;
}
.ow_console_more {
    background: url(images/ic_fb_stn.png) no-repeat scroll right 6px transparent;
    display: inline-block;
    height: 26px;
    min-width: 16px;
    padding: 0 0px 0 3px;
    vertical-align: top;
}
.ow_console_item:hover .ow_console_more {
    background: url(images/ic_fb_stn_hw.png) no-repeat scroll right 6px transparent;
}
/* ---- Console select language styles ---- */
.ow_console_lang_item {
	text-transform: uppercase;
}
li.ow_console_lang_item {
	padding: 3px 8px;
	border: 1px solid transparent;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 1px;
}
li.ow_console_lang_item:hover {
	border: 1px solid #ccc;
	background: #fff url(images/console_item_bg.png) repeat-x center 0px;
}
.ow_console_lang_item span {
	display: inline-block;
	padding-left: 23px;
}
/* ---- End Console select language styles ---- */

.ow_console .ow_tooltip_top_right {
	top: 10px;
	padding-top: 2px;
}
.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: -2px -2px;
}
.ow_console span.ow_count_wrap {
	padding: 4px 0px 0px;
	margin: 0px -3px 0px 2px;
}
.ow_console span.ow_count_bg {
}
.ow_console span.ow_count {
	position: relative;
	top: 0px;
	line-height: 13px;
}
.ow_console .ow_tooltip_body {
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
 }
 .ow_console_list_wrapper {
	width: 430px !important;
	overflow-y: auto;
	word-wrap: break-word;
	min-height: 60px;
}
.ow_console_list {
	cursor: default;
}
.ow_console_list li {
	padding: 10px 10px 10px 8px;
	margin: 0px 0px -1px;
	height: auto;
	overflow: hidden;
	border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}
.ow_console_list li:hover {
	border-color: #e3e8f0;
    background: #f4f6f9;
}
.ow_console_list li.ow_console_new_message {
	background: #eeeff4;
	background-color: #eff1f7;
border-color: #ccc;
}
.ow_console_list li.ow_console_new_message:hover {
	background: #eeeff4;
}
.ow_console_list li:last-child {
	margin-bottom: 0px;
}
.ow_console .ow_avatar {
	float: left;
	margin-right: -40px;
	height: 40px;
	width: 40px;
	padding: 0px;
	background-image: none;
}
.ow_console .ow_avatar img {
	height: 40px;
	width: 40px;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
	display: block;
	line-height: 16px;
	color: #666;
}
.ow_console_invt_txt a {
	color: #2A80AE;
}
.ow_console_view_all_btn_wrap {
	padding-top: 4px;
	background: #FAFAFA;
}
.ow_console_view_all_btn {
	text-decoration: none;
	display: block;
	line-height: 11px;
	padding: 8px 0px;
	text-align: center;
	color: #3b5998 !important;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	background: #f7f7f7;
}
.ow_console_view_all_btn:hover {
	outline: none;
	text-decoration: underline !important;
}
ul.ow_console_dropdown {
	min-width: 150px;
    text-align: left;
	overflow-x: auto;
	cursor: default;
}
ul.ow_console_dropdown .ow_console_dropdown_cont {
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a {
	padding: 0px 0px 3px 25px;
	border: 1px solid transparent;
	display: block;
	font-size: 11px;
	color: #666;
	line-height: 24px;
}
ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    color: #ffffff;
    background: #4c66a4;
    border: 1px solid #3b5998;
}
ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
	margin-bottom: 0px;
}
.ow_console .ow_tooltip .ow_tooltip_body {
	max-width: 430px;
}
.ow_console_ntf_cont, .ow_console_invt_cont {
	display: block;
	margin: 0px 57px 0px 50px;
	line-height: 16px;
	color: #666;
}
.ow_console_ntf_txt, .ow_console_invt_txt {
	min-height: 19px;
	padding: 0px 0px 3px 0px;
}
.ow_console_invt_txt {
	width: auto;
	word-wrap: break-word;
	font-size: 11px;
}
.ow_console_invt_cont a {
	color: #2A80AE;
}
.ow_console_invt_cont a:hover {
	color: #666;
	text-decoration: underline;
}
.ow_console_invt_cont .ow_lbutton:hover {
	text-decoration: none;
}
.ow_console_invt_img {
	float: right;
	margin-left: -54px;
	width: 54px;
	height: 54px;
	text-align: right;
}
.ow_console_invt_img img {
	max-height: 100%;
	max-width: 100%;
}
.ow_console_invt_no_img .ow_console_invt_txt {
	width: 380px;
}
.ow_console_invt_no_img {
	margin-right: 0px;
}
.ow_console_divider {
	line-height: 1px;
	height: 1px;
	background: #dcdcdc;
	border-bottom: 1px solid #fff;
	margin: 3px 0px 2px;
}
.ow_cursor_pointer {
	cursor: pointer;
}
.ow_cursor_default {
	cursor: default;
}
.ow_console .ow_preloader_content {
    background: url(images/ajax_preloader_console.gif) no-repeat center center;
}
/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */
.ow_invitation_list {
background: url(images/ic_fb_invit.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_invitation_list:hover {
background: url(images/ic_fb_invit_hw.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_friend_request_list {
background: url(images/ic_fb_fr_req.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_friend_request_list:hover {
background: url(images/ic_fb_fr_req_hw.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_mailbox_items_list {
background: url(images/ic_fb_mb.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_mailbox_items_list:hover {
background: url(images/ic_fb_mb_hw.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_notification_list {
background: url(images/ic_fb_nt.png) no-repeat -2px 7px;
font-size: 0;
}
.ow_notification_list:hover  {
background: url(images/ic_fb_nt_hw.png) no-repeat -2px 7px;
font-size: 0;
}
/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */ 
/* ---- End of Console styles ---- */

/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */
/* ---- Timeline styles ---- */
.ow_newsfeed.ow_smallmargin {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    background: url(images/bg-timelinejpg);
    background-repeat: repeat-y;
    background-position: 50% 50%;
    margin-left: -6px;
    margin-right: -6px;
}

.ow_newsfeed .ow_newsfeed_item {
    list-style-image: none;
    position: relative;
    background: #fff;
    border: 1px solid #B6B6B8;
    margin: 7px;
    padding: 5px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}

.ow_corner_left {
    background-image: url("images/corner-left.png");
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    left: 450px;
    position: relative;
    top: 15px;
    width: 18px;
}

ow_corner_left {
    left: 451px !important;
}

.ow_corner_right {
    left: -27px !important;
}

.ow_corner_right {
    background-image: url("images/corner-right.png");
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    left: -28px;
    position: relative;
    top: 60px;
    width: 18px;
}
.ow_canvas .ow_newsfeed_body {
    margin-left: 0px;
    padding-left: 0px;
}

.ow_newsfeed_string.ow_small.ow_smallmargin {
border-bottom: 1px solid;
border-bottom-color: #ccc;
padding-bottom: 25px;
margin-left: -12px;
margin-top: 10px;
padding-left: 60px;
margin-right: -6px;
}

.ow_oembed_attachment .two_column .attachment_left {
    float: left;
    max-width: 100% !important;
    margin-right: 5px !important;
    margin-left: -8px;
    border: 1px solid #d0d4e4;
}
.uhni-cover {
    width: 100% !important;
    height:auto;
	min-height: 250px;
    overflow: hidden;
    position: relative;
}
.ow_oembed_attachment {
    position: relative;
    padding-right: 0px !important;
    margin-right: -7px !important;
}
.ow_oembed_attachment .attachment_left img {
    width: 100% !important;
    height: auto;
    max-width: none;
}
.ow_newsfeed_features {
    max-width: 100% !important;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}
.ow_newsfeed_item_picture img {
    width: auto !important;
    max-width: 100% !important;
}
.ow_forum_topic_posts {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 5px;
}
#gtabs-1 {
    background: #fff;
    border: 0px solid #B6B6B8;
    padding: 5px;
}
.question-page {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 10px;
}
.ow_stdmargin.ow_ic_script {
    padding: 10px;
}
.ow_box_empty.ow_stdmargin.ow_stdpadding.ow_break_word {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 5px;
}

.ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word {
    background: #fff;
    border: 0px solid #B6B6B8;
    padding: 5px;
}
.ow_ipc_picture .ow_avatar img {
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #B6B6B8;
    background: #fff;
    padding: 2px;
}
.ow_ivc_content {
    margin-left: 75px !important;
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
}
.clearfix.base_cmnt_mark.ow_smallmargin {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 5px;
}
#photo-description {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 5px;
}
.contactimporter_provider_button {
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}
.attp-attachment .att-thumb {
    display: inline-block;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}
.attp-attachment .att-thumb img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: auto;
}
.att-thumb img {
    max-height: 100% !important;
    max-width: 100% !important;
}
.att-thumb {
    max-width: 100% !important;
    display: block !important;
}
.questions-answers {
    max-width: 100% !important;
    max-height: 100%;
}
.ow_newsfeed_string {
    max-width: 100% !important;
}
.questions-attachment {
    margin: 0px 6px 10px -2px !important;
}
.ua-newsfeed-current-avatar img {
    width: 100% !important;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
iframe {
    max-width: 100%;
}
.ow_blog_list .ow_ipc_picture img {
    max-width: 99%;
}
ow_blogs_list clearfix .ow_ipc_picture img {
    max-width: 99%;
}
.ow_blog_list .ow_ipc_content .ow_ipc_picture img {
    width: 100px;
}
.uh-at-more-body .ow_tooltip .ow_tooltip_tail span {
    width: 30px !important;
    background-position: 3px 0px !important;
}
.contactimporter_provider_button img {
    width: 100%;
}

.ql_avatar {
    background: #fff;
    border: 1px solid #B6B6B8;
    padding: 2px;
    height: 42px !important;
    width: 42px !important;
    margin-left: -10px;
}

.ql_body {
    background: #fff;
    border: 1px solid #B6B6B8;
    margin-bottom: 10px;
    padding: 0px 5px 0px 5px;
}
.ow_mailchat_new_message.ow_chat_dialog.ow_active .ow_author_block .ow_mailchat_delete_receiver {
  margin-top: -30px !important;
}
/* ---- End of Timeline styles ---- */
/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */
.ow_attachment_icons {
float: right;
}
.ow_attachment_btn {
float: right;
margin: 0 0 0 4px;
padding: 0;
}
.ow_attachments a {
background: url(images/wysiwyg.png) no-repeat scroll -175px 1px rgba(0, 0, 0, 0);
cursor: pointer;
float: left;
height: 22px;
overflow: hidden;
text-decoration: none;
width: 22px;
}
.ow_comments_input .ow_attachments a {
background: url(images/wysiwyg.png) no-repeat scroll -176px 0px rgba(0, 0, 0, 0);
cursor: pointer;
float: left;
height: 20px;
overflow: hidden;
text-decoration: none;
width: 20px;
}
.ow_comments_input .ow_attachment_icons {
position: absolute;
top: 11px;
right: 2px;
}
.ow_comments_input_wrap .ow_comments_input {
padding-top: 4px;
position: relative;
}
.ow_attachments input[type="file"] {
cursor: pointer;
float: right;
opacity: 0;
}
.ow_attachments a.attach {
background: url(images/wysiwyg.png) no-repeat scroll -240px 1px rgba(0, 0, 0, 0);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.ow_fw_btns {
display: inline-block;
}
.ow_fw_menu {
background-color: #f5f5f5;
border: 1px solid #ebebeb;
border-radius: 4px;
padding: 4px 8px;
min-height: 24px;
clear: both;
}
.ow_explore_photos_show {
display: inline-block;
font-size: 11px;
padding: 0 8px 0 0;
}
.ow_photoview_user .ow_user_list_data {
margin-left: 55px;
}
.ow_chat_request_item .console_list_ipc_item {
padding-left: 16px;
background: url(images/miniic_buble.png) 2px 12px no-repeat;
}
.ow_mailbox_request_item .console_list_ipc_item {
padding-left: 16px;
background: url(images/miniic_envelope.png) 2px 12px no-repeat;
}
.ow_console_messages_btns, .ow_console_messages_btn {
margin: 4px;
}
.ow_console_messages_send {
padding-left: 2px;
}
.ow_console_messages_viewall, .ow_console_messages_send {
width: 50%;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-wenkit-box-sizing: border-box;
}
.ow_console_messages_viewall a, .ow_console_messages_send a {
display: inline-block;
width: 100%;
line-height: 25px;
text-align: center;
border: 1px solid #cccccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-wenkit-box-sizing: border-box;
font-size: 11px;
background: url(images/console_item_bg.png) repeat-x left top #fafafa;
color: black;
}
.ow_console_messages_viewall a:hover, .ow_console_messages_send a:hover {
color: rgb(0, 13, 255);
}
.ow_mailchat_new_message.ow_chat_dialog .ow_author_block {
background-color: transparent !important;
}
.ow_newsfeed_comments .ow_comments_item {
padding: 6px 6px 4px 0px;
border-width: 1px 0 0 0;
border-color: rgb(215, 218, 221);
border-style: solid;
}
.ow_comments_form_wrap {
border-top: 1px solid rgb(215, 218, 221);
padding: 6px 6px 6px 5px;
}
.ow_newsfeed_photo_grid {
max-width: 100%;
width: 100%;
}
.ow_newsfeed_photo_grid_item {
padding: 0px 4px 4px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 50%;
float: left;
}
.ow_newsfeed_photo_grid_item a {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background-size: cover;
width: 100%;
}
.ow_newsfeed_comments .ow_comments_item {
	padding: 6px 6px 6px 5px;
}
.ow_newsfeed_features .ow_comments_form_wrap, .ow_newsfeed_features .ow_feed_comments_viewall {
border-width: 1px 0 0 0;
}
.ow_comments_item, .ow_feed_comments_viewall, .ow_feed_comments_input_sticky, .ow_photo_attachment_preview, .ow_oembed_attachment_preview, .ow_oembed_attachment_pic, .ow_comments_form_wrap, .ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
border-color: #ededed;
border-style: solid;
}
.ow_user_list_picture .ow_avatar {
border: none;
}
.ow_mailbox_convers_info.mails {
background-image: url(images/miniic_envelope.png);
}
.ow_mailbox_convers_info.chats {
background-image: url(images/miniic_buble.png);
}
.ow_mailbox_table {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-color: #b6b7b8;
}
.ow_mailbox_right .ow_chat_message_block {
border-top: none !important;
}
.ow_mailbox_table, .ow_mailbox_table .ow_mailbox_convers_info, .ow_mailbox_table .ow_mailbox_cap, .ow_mailbox_table .ow_mailbox_date_cap, .ow_mailbox_table .ow_mailbox_subject_block, .ow_mailbox_table .ow_mailbox_log, .ow_mailbox_table .ow_mailbox_log_date, .ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap, .ow_mailbox_table .ow_mailbox_left .ow_mailbox_search, .ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body, .ow_mailbox_right .ow_chat_message_block{
border-color: #b6b7b8;
}
.ow_photo_context_action .ow_context_action {
background-image: url(images/photo_view_context.png);
background-color: transparent;
border-color: #737373;
}
.ow_photo_context_action .ow_context_action:hover {
background: url(images/photo_context_action_arrow.png) repeat-x 0px 0px;
}
.ow_photoview_fullscreen {
background-image: url(images/fullscreen_max.png);
}
.ow_photoview_arrow_right {
background-image: url(images/photoview_arrow_right.png);
}
.ow_photoview_arrow_left {
background-image: url(images/photoview_arrow_left.png);
}
.ow_photoview_user .ow_user_list_data {
height: inherit;
padding-bottom: 2px;
}
.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
background: #f6f7f8;
}
.ow_comments_item_info .comments_fake_autoclick {
height: 28px !important;
margin-top: 1px;
}
div.ow_tooltip.ow_small.ow_tooltip_top_right {
top: 12px !important;
}
/*========================================================
        [4] Forms        __forms
  ========================================================*/

/* ---- Form Elements styles ---- */

input[type=text],
input[type=password],
textarea,
select,
div.jhtmlarea{
    background-image: url(images/inputbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
    border: solid #bdc7d8;
    color: #585858;
    font-family: "Lucida Grande", "Verdana";
    font-size: 11px;
    padding: 3px 6px;
    border-width: 1px 1px;
}
body form div.jhtmlarea {
	padding: 0px;
	background: #fff;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body .jhtmlarea .toolbar {
	padding: 2px 2px 0px;
	height: 24px;
	background: #fafafa;
	border-bottom: 1px solid #e8e8e8;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
body .jhtmlarea .toolbar ul {
	height: 24px;
}

.jhtmlarea .input_ws_cont {
	padding: 8px;
}

body.htmlarea_styles {
	margin: 0px;
}

html body .ow_console * {
}
html body .ow_sidebar *{
	font-size: 13px;
}

select{
    background-image: none;
}

textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}

input[type=text],
input[type=password]{
    width: 100%;
    height: 30px;
    line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}

/*.ow_supernarrow input[type=text],
.ow_supernarrow input[type=password]{
    width: 95%;
}*/
input[type=submit],
input[type=button]{
	background-color: transparent;
    background-position: right 5px;
	background-repeat: no-repeat;
    background-image: url(images/ic_right_arrow.png);
    padding: 0px 26px 0px 4px;
    color: #fff;
	text-shadow: 1px 1px 0 #666;
    font-weight: bold;
    cursor: pointer;
    height: 26px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
}
/* temp hack for decorating buttons in FF */
body:not(:-moz-handler-blocked) input[type=submit],
body:not(:-moz-handler-blocked) input[type=button]{
}
/* End of temp hack for decorating buttons in FF */

html body div span.ow_button input[type=submit],
html body div span.ow_button input[type=button]{
}

html body.ow input[type=submit],
html body.ow input[type=button]{
    margin: 0px;
}
span.ow_button {
	background: url(images/btn_grad_h.png);
    background-repeat: repeat;
    background-position: right top;
    padding: 0 10px;
    display: inline-block;
    border-color: #57833C;
    border-width: 1px;
    border-style: solid;
}
span.ow_button:hover {
    background: #499630;
    border-color: #57833C;
}

span.ow_button span.ow_button {
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
	border: none;
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
span.ow_button span {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ow_btn_delimiter span.ow_button:first-child {
	margin-right: 16px;
}
.ow_btn_delimiter span.ow_button span.ow_button {
	margin: 0px;
}
html body.ow span.ow_button {
}
body.ow input.ow_inprogress,
body.ow .ow_inprogress {
    background-image: url(images/ajax_preloader_button.gif) !important;
	background-position: right 7px;
}

input#groups-delete_btn {
  background-image: none !important;
}

*+html input[type=submit],
*+html input[type=button]{
    overflow: visible;
}

input[type=submit]:hover,
input[type=button]:hover{
    /* empty */
}

input[type=submit].submit{
    background-color: #00aa00;
    color: #fff;
}

input[type=submit].alert{
    background-color: #ff6666;
    color: #fff;
}

input[type=submit].submit:hover{
    /* empty */
}

input[type=submit].alert:hover{
    /* empty */
}


ul.ow_radio_group li{
	float:left;
}

ul.ow_checkbox_group li{
	float:left;
}

textarea.invitation,
input[type=text].invitation,
input[type=password].invitation{
	color:#999;
}

.form_auto_click textarea.invitation{
	height:50px;
}

form .error{
    color:red;
}

form input[type=text].hasDatepicker{
    width: 87%;
}

form br.ow_no_height{
    line-height: 0;
}

.color_input input[type=text]{
    width:70%;
}

.ow_multiselect select{
    width: 120px;
    padding: 2px;
}

.ow_multiselect input[type=button]{
    padding-left: 20px;
}


.form_auto_click .ow_submit_auto_click{
    display:none;
}

/* ---- Positive and Negative buttons ---- */

html body div .ow_positive input[type=submit],
html body div .ow_positive input[type=button]{
	color: #fff;
}
.ow_negative input[type=submit],
.ow_negative input[type=button]{
	background: transparent;
	padding-right: 2px;
}
body:not(:-moz-handler-blocked) .ow_negative input[type=submit],
body:not(:-moz-handler-blocked) .ow_negative input[type=button] {
	padding-right: 2px;
}

/* ---- End of Positive and Negative buttons ---- */

html body div .ow_green {
    color: #089634;
}

html body div .ow_red{
    color: #ee3d32;
}

html body div .ow_mild_red,
.ow_navbox.ow_mild_red a.move{
    color: #f42217;
}

html body div .ow_mild_green,
.ow_navbox.ow_mild_green a.move{
	color: #7cbb11;
}

html body .ow_button.ow_red,
html body .ow_button.ow_mild_red,
html body .ow_button.ow_green,
html body .ow_button.ow_mild_green,
.ow_button .ow_mild_red,
.ow_button .ow_red,
.ow_button .ow_green,
.ow_button .ow_mild_green {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

input[type=submit].ow_green,
input[type=button].ow_green,
input[type=submit].ow_mild_green,
input[type=button].ow_mild_green,
input[type=submit].ow_red,
input[type=button].ow_red,
input[type=submit].ow_mild_red,
input[type=button].ow_mild_red  {
	background-color: transparent;
}

/* wysiwyg styles */

body.htmlarea_styles{
    font-family: "Lucida Grande", "Verdana", "Tahoma"; /** key:commonFontFamily  **/
    color: #333;
    font-size: 13px; /** key:commonFontSize **/
    line-height: 18px;

}

body.htmlarea_styles a{

}

body.htmlarea_styles p{
    margin:0;
}


/* wysiwyg styles end */

/* tag styles */
div.tagsinput { 
	background-image: url(images/inputbg.gif);
	background-color: #fff;	
}
/* tag styles end */

/* ---- End of Form Elements styles ---- */


/* ---- Form Table styles ---- */
/* ---- End of Form Table styles ---- */


/*========================================================
        [5] Common Blocks        __blocks
  ========================================================*/
.ow_box_cap_empty {
	background: #3B5998;
	border: 1px solid #3B5998;
	margin-bottom: 8px;
}

.ow_box_cap_empty .ow_box_cap_right {
}

.ow_box_cap_empty .ow_box_cap_body {
	min-height: 28px;
}

.ow_box_cap h3,
.ow_box_cap_empty h3{
    background-image: url(images/ic_file.png);
    background-repeat: no-repeat;
    background-position: 8px 6px;
    padding: 7px 0 5px 32px;
    text-shadow: #666 1px 1px 0;
    text-transform: uppercase;
	height: auto;
	line-height: 16px;	
    overflow: hidden;
	font-weight: bold;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: white;
}

.ow_box_cap {
	background: #3B5998;
	border: 1px solid #3B5998;
}

.ow_box_cap .ow_box_cap_body {
	min-height: 28px;
}
.ow_box {
    background-color: #FAFAFA;
    border: 1px solid #B6B6B8;
    margin-bottom: 8px;
    padding: 4px;
    position: relative;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ow_box_empty{
	position: relative;
}
.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar{
	margin-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}
.ow_box.ow_no_cap {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.ow_sidebar .ow_box_bottom_shadow,
.ow_supernarrow .ow_box_bottom_shadow
{
	background-image: url('images/box-shadow-small.png');
	bottom: -12px;
}

/*========================================================
        [6] Standard Listings        __listings
  ========================================================*/

.ow_canvas .ow_avatar img,
.ow_canvas .ow_lp_avatars img,
.ow_canvas .ow_newsfeed_avatar img {
    width: 40px;
    height: 40px;
}
/* ---- Item Picture Content ---- */
.ow_ipc {
	margin-top: 16px;
	margin-bottom: 0px;
}
.ow_ipc:first-child {
	margin-top: 0px;
}

.ow_ipc_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
	/*padding: 4px 5px 6px;*/
}
.ow_ipc_picture .ow_avatar {
	background: none;
}
.ow_ipc_picture img {
	width: 40px;
	height: 40px;
}
.ow_ipc_picture img:first-child {
	margin-top: 7px;
	margin-left: 5px;
}
.ow_ipc_picture .ow_avatar img {
	margin-top: 0px;
	margin-left: 0px;	
}
.ow_ipc_info{
    margin-left: 57px;
    padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ededed;
}

.ow_ipc_header{
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.ow_ipc_header a {
	font-size: 12px;
	font-weight: bold;
}
.ow_ipc.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_ipc_content{
    padding: 0px 0px 12px 0px;
    line-height: 1.25em;
}
.ow_ipc_toolbar{
    font-size: 11px;
	float: left;
	padding: 0 0px 0px 0px;
	width: 100%;
}
.ow_ipc_toolbar .ow_icon_control {
	padding: 0px;
}
html body div .ow_ipc_toolbar span {
	background: none;
}
.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
	float: right;
	font-size: 10px;
	line-height: 14px;
}
.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
	border: none;
}
/* ---- End of the Item Picture Content ---- */

/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_mini_ipc_picture .ow_avatar {
	background: none;
}

.ow_mini_ipc_picture img,
.ow_mini_ipc_picture .ow_avatar,
.ow_mini_ipc_picture .ow_avatar img {
    width: 32px;
    height: 32px;
}

.ow_mini_ipc_info {
    margin-left: 49px;
    padding-top: 0;
}

.ow_mini_ipc_info .mipc_url {
    font-weight: bold;
}
.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */

/* ---- Item Content ---- */
.ow_ic_header {
	margin-bottom: 5px;
}

.ow_ic_description {
	margin-bottom: 5px;
}
.ow_ic_date {
	float: right;
	font-size: 10px;
	line-height: 14px;	
}
th,
.ow_highbox_table .ow_highbox,
.ow_page .ow_highbox,
.ow_sidebar,
.ow_table_3 td {
	border-color: #ccc;
}
.ow_page td.ow_highbox {
	border-color: #e8e8e8;
}

.ow_box_toolbar {
	margin-top: 16px;
    font-size: 11px;
	float: right;
    white-space: nowrap;
}
.ow_box_toolbar span {
	padding: 0px 2px 0px 0px;
}
.ow_box_toolbar span.ow_nowrap a {
	display: inline-block;
	padding: 0px 4px 0px;
	line-height: 16px;
	border: 1px solid #d2d2d2;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff,endColorstr=#ffefefef);
	background-image: linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -moz-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -webkit-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -o-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -ms-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f0f0f0));
	color: #737373;
	transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
}
.ow_box_toolbar span.ow_nowrap a:hover {
	border: 1px solid #b9b9b9;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff,endColorstr=#ffe0e0e0);
	background-image: linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -moz-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -webkit-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -ms-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e0e0e0));
	color: #333;
}
.ow_box_empty .ow_box_toolbar {
	text-shadow: #fff 1px 1px 0;
}
.ow_box_toolbar a {
	color: #5a5a5a;
}
.ow_box_toolbar a:hover {
	text-decoration: none;
}
.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter{
	display: none;
}

.ow_avatar_list{
    text-align: center;
}

.ow_avatar_list a{
    margin-bottom: 0px;
    margin-right: 1px;
}

/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 2px;
}
.ow_tooltip_tail {
    display:inline-block;
    padding: 0px 0px;
	width: 100%;
}
.ow_tooltip_tail span {
    display:inline-block;
	background: url(images/tooltip_tail_big.png) no-repeat 8px -6px;
	width: 30px;
	height: 9px;
	margin-bottom: -1px;
}
.ow_tooltip .ow_tooltip_body {
    background:#ffffff;
    padding:0px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
	/*max-width: 250px;*/
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: -1px;
    top: 27px !important;
 }
.ow_tooltip_top_right .ow_tooltip_tail span {
	background-position: 9px 2px;
}
.ow_tooltip_top_right .ow_tooltip_tail {
	text-align: right;
}
.ow_context_action_value_block .ow_tooltip_top_right .ow_tooltip_tail span {
  background-position: 5px -1px !important;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
	background-position: 9px 0px;
	margin-top: -1px;
}
/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
	background-position: 1px 0px;
	margin-top: -1px;
}
.ow_tooltip_bottom_right .ow_tooltip_tail {
	text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
	float: left;
	margin-right: -4px;
	width: 4px;
	padding-top: 8px;
}
.ow_tooltip_left .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -28px;
}
.ow_tooltip_left .ow_tooltip_body {
	display: block;
	margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
	float: right;
	margin-left: -4px;
	width: 5px;
	padding-top: 8px;
}
.ow_tooltip_right .ow_tooltip_tail span {
	margin: 0px;
	width: 5px;
	height: 11px;
	background-position: 0px -15px;
}
.ow_tooltip_right .ow_tooltip_body {
    display:block;
	margin-right: 4px;
}
.jspContainer {
	overflow: hidden;
	position: relative;
	height: 500px !important;
}
.jspDrag {
	background: none repeat scroll 0 0 #999999;
	border-radius: 2px 2px 2px 2px;
	right: 2px !important;
	width: 6px !important;
	position: relative;
	top: 0;
	cursor: pointer;
}
html div.ow_console_list_wrapper {
	min-height: 0px;
	max-height: 500px !important;
}

/* ---- End of Tooltip  ---- */

/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
   	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	vertical-align: top;
}
.ow_count_bg {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display: inline-block;
    background: none repeat scroll 0 0 #6D84B4;
 	min-height: 15px; 
 	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
}
.ow_count {
    color: #fff;
    padding: 0 4px 0 4px;
}
.ow_count_active {
    background: -webkit-gradient(linear, center top, center bottom, from(#fa3c45), to(#dc0d17));
	background: -webkit-linear-gradient(top, #fa3c45, #dc0d17);
	background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	text-align: center;
}
/* ---- End of Counter  ---- */

/* ---- Item Voted Content ---- */

.ow_ivc_box{
}

.ow_ivc_voteupdown{
	background-repeat: no-repeat;
	background-position: center 5px;
    float: left;
    margin-right: -50px;
    padding: 0px 5px 5px;
    text-align: center;
}

.ow_ivc_content{
    margin-left: 75px;
}
/*
.ow_ivc_origin{
   background-repeat: no-repeat;
   margin-bottom: 8px;
   padding: 2px 0px 2px 20px;
}


.ow_ivc_toolbar .ow_comments,
.ow_ivc_toolbar .ow_tags,
.ow_ivc_toolbar .ow_voteup,
.ow_ivc_toolbar .ow_votedown{
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    padding: 0px 0px 2px 20px;
}
*/
/* ---- Listing Picture ---- */

.ow_lp_picture{
    float: left;
    margin: 0 1px 1px 0;
}

.ow_lp_wrapper{
    /*float: left;
    overflow: hidden;
    text-align: center;*/
}

.ow_lp_avatars{
	text-align:center;
}

.ow_lp_avatars .ow_lp_wrapper{
	display: inline-block;
    margin: 0 1px 1px 0;
    width: 40px;
}

.ow_lp_albums .ow_lp_wrapper{
    width: 77px;
    height: 77px;
    padding: 4px 0px 0px 5px;    
    float: left;
    margin-right: 4px;
    background: url(images/lp_wrapper.png) no-repeat 0px 0px;    
}

.ow_lp_photos .ow_lp_wrapper{
    width: 74px;
    height: 77px;
    padding: 4px 0px 0px 5px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    background: url(images/lp_wrapper.png) no-repeat 0px 0px;
    text-align: left;
}

.ow_lp_avatars img {
    /*display: block;*/
}

.ow_lp_avatars .ow_avatar {
    margin: 1px;
	text-align: left;
}

.ow_lp_photos img,
.ow_lp_albums img{
    width: 72px;
    height: 72px;
    /*display: block;*/
}

.ow_lp_label{
    margin-left: 80px;
}

.ow_lp_avatars.ow_mini_avatar{
    text-align:left;
}
.ow_mini_avatar .ow_avatar{
    background: none;
}
.ow_mini_avatar .ow_avatar, .ow_avatar.ow_mini_avatar,
.ow_mini_avatar .ow_avatar img, .ow_avatar.ow_mini_avatar img {
    width: 32px;
    height: 32px;
}

a.avatar_list_more_icon{
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: #eee url(images/more_icon.png) no-repeat 50% 50%;
}

/* ---- User List ---- */

.ow_user_list {
}

.ow_user_list .ow_item_set3{
    width: 32%;
    word-wrap: break-word;
}

.ow_user_list_item{
    float: left;
    padding: 10px;
    padding-right: 0px;
    position: relative;
}

.ow_user_list_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}

.ow_user_list_picture img{
    width: 40px;
    height: 40px;
}

.ow_user_list_data{
    height: 62px;
    margin-top: 1px;
    margin-left: 80px;
    margin-right: 0px;
    background: #f7f7f7;
    border: 1px solid #d2d2d2;
    padding: 7px 1px 1px 15px;
}
.ow_user_list .ow_avatar img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    border: 1px solid #a5a5a5;
}
.ow_uli_context_menu {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.ow_user_list_item:hover .ow_uli_context_menu {
	display: block;
}
.ow_uli_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_uli_context_menu .ow_context_action_list a {
	padding: 4px 12px;
}
/*=======================================================
        [7] Tables        __tables
  ========================================================*/
.ow_table_1,
.ow_table_2 {
	border-collapse: separate;
}
.ow_table_3 {
	border-collapse: collapse;
}
.ow_table_1,
.ow_table_2,
.ow_table_3{
    margin-bottom: 25px;
    width: 100%;
}
.ow_table_1 tr td,
.ow_table_2 tr td,
.ow_user_list .ow_alt1,
.ow_user_list .ow_alt2,
.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2,
.ow_photo_list .ow_alt1,
.ow_photo_list .ow_alt2 {
	border-style: solid;
	border-color: #d3d6db;
}
.ow_table_1 tr td,
.ow_table_2 tr td {
	border-width: 0px 1px 1px 0px;
}
.ow_table_1 .ow_empty + tr td:first-child,
.ow_table_2 .ow_empty + tr td:first-child {
    border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_table_1 tr td:first-child,
.ow_table_2 tr td:first-child {
	border-left-width: 1px;
}
.ow_photo_list div,
.ow_video_list div,
.ow_user_list div {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.ow_photo_list div:last-child,
.ow_video_list div:last-child,
.ow_user_list div:last-child {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
    border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.ow_photo_list div:first-child,
.ow_video_list div:first-child,
.ow_user_list div:first-child {
    border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.ow_table_1 tr td:last-child,
.ow_table_2 tr td:last-child {
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.ow_table_1 tr:first-child td,
.ow_table_2 tr:first-child td {
	border-top-width: 1px;
}
.ow_table_1 tr:first-child td:first-child,
.ow_table_1 tr:first-child th:first-child,
.ow_table_2 tr:first-child td:first-child,
.ow_table_2 tr:first-child th:first-child {
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
}
.ow_table_1 tr:first-child td:last-child,
.ow_table_1 tr:first-child th:last-child,
.ow_table_2 tr:first-child td:last-child,
.ow_table_2 tr:first-child th:last-child {
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
}
.ow_table_1 tr:last-child td:first-child,
.ow_table_1 tr.ow_alt1:last-child td:first-child,
.ow_table_1 tr.ow_tr_last td:first-child,
.ow_table_1 tr.ow_tr_last th:first-child,
.ow_table_2 tr:last-child td:first-child,
.ow_table_2 tr.ow_alt1:last-child td:first-child,
.ow_table_2 tr.ow_tr_last td:first-child,
.ow_table_2 tr.ow_tr_last th:first-child {
    border-bottom-left-radius: 1px;
    -moz-border-left-radius: 1px;
    -webkit-border-left-radius: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;	
}
.ow_table_1 tr:last-child td:last-child,
.ow_table_1 tr.alt1:last-child td:last-child,
.ow_table_1 tr.ow_tr_last td:last-child,
.ow_table_1 tr.ow_tr_last th:last-child,
.ow_table_2 tr:last-child td:last-child,
.ow_table_2 tr.alt1:last-child td:last-child,
.ow_table_2 tr.ow_tr_last td:last-child,
.ow_table_2 tr.ow_tr_last th:last-child {
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.ow_table_1 tr:last-child td,
.ow_table_1 tr:last-child th,
.ow_table_2 tr:last-child td,
.ow_table_2 tr:last-child th {
	border-top-width: 0px;
}
.ow_table_1 th,
.ow_table_2 th {
	border-style: solid;
	border-color: #e8e8e8  #e8e8e8 #ccc #e8e8e8;
	border-width: 0px 1px 1px;
	_border-width: 1px;
}
.ow_table_1 tr.ow_tr_first td,
.ow_table_2 tr.ow_tr_first td{
	border-top-width: 1px;
}
.ow_table_1 tr.ow_tr_first th,
.ow_table_2 tr.ow_tr_first th {
	border-width: 1px 0px;
	border-color: #ccc;
}
.ow_table_1 tr.ow_tr_first th:first-child,
.ow_table_1 tr.ow_tr_first td:first-child,
.ow_table_2 tr.ow_tr_first th:first-child,
.ow_table_2 tr.ow_tr_first td:first-child {
	border-left-width: 1px;
    border-top-left-radius: 1px;
}
.ie8 .ow_table_1 tr.ow_tr_first th,
.ie8 .ow_table_2 tr.ow_tr_first th {
	border-right-width: 1px;
}
/*@media \0screen {
	.ow_table_1 tr.ow_tr_first th,
	.ow_table_2 tr.ow_tr_first th {
	border-right-width: 1px;
}
}*/
.ow_table_1 tr.ow_tr_delimiter td,
.ow_table_2 tr.ow_tr_delimiter td  {
	border: none;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_1 tr.ow_tr_first td:last-child,
.ow_table_2 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first td:last-child {
   	border-right-width: 1px;
    border-top-right-radius: 1px;
}
.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first th:last-child {
   	border-right-color: #ccc;
}
.ow_table_1 td,
.ow_table_2 td{
    padding: 8px;
    vertical-align: middle;
}

.ow_table_1 td .text{
    color: #999;
}

.ow_table_2{
    border-collapse: separate;
}

.ow_table_2 td{
    text-align: center;
}

.ow_table_3{
    border-collapse: separate;
    border-spacing: 5px;
}

.ow_table_3 td{
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: top;
}

.ow_table_3 td.ow_label{
    border: none;
    color: #666;
    text-align: right;
}

.ow_table_3 td.ow_value{
	width: 50%;
	padding-left: 10px;
}

.ow_table_4{
    border-collapse: separate;
    border-spacing: 5px;
}

.ow_table_4 td{
    vertical-align: top;
}

.ow_table_4 td.ow_label{
    border: none;
    color: #666;
    text-align: right;
}

.ow_table_4 td.ow_value{
    padding-left: 10px;
}

th.ow_section{
    border: 0 none;
    padding: 15px 0;
	text-align: center;
    background: transparent;
}

th span.ow_section_icon{
    background-repeat: no-repeat;
    padding-left: 22px;
}

th.ow_section span{
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: #fff 1px 1px 0;
    font-weight: normal;
}

table.ow_form td.ow_label{
    color: #666;
    text-align: right;
    width: 20%;
}

table.ow_form td.ow_desc{
    width: 25%;
    color: #666666;
    font-size: 11px;
}

table.ow_form td.ow_submit{
    text-align: center;
}


/*========================================================
        [8] Messages & Notifications        __messages
  ========================================================*/


/*========================================================
        [9] Thumbnails & Icons        __icons
  ========================================================*/

img.thumb{
    width: 100px;
}

html body div .ow_ic_add{ background-image: url(images/ic_add.png); }
html body div .ow_ic_aloud{ background-image: url(images/ic_aloud.png); }
html body div .ow_ic_app{ background-image: url(images/ic_app.png); }
html body div .ow_ic_attach{ background-image: url(images/ic_attach.png); }
html body div .ow_ic_birthday{ background-image: url(images/ic_birthday.png); }
html body div .ow_ic_bookmark{ background-image: url(images/ic_bookmark.png); }
html body div .ow_ic_calendar{ background-image: url(images/ic_calendar.png); }
html body div .ow_ic_cart{ background-image: url(images/ic_cart.png); }
html body div .ow_ic_chat{ background-image: url(images/ic_chat.png); }
html body div .ow_ic_clock{ background-image: url(images/ic_clock.png); }
html body div .ow_ic_comment{ background-image: url(images/ic_comment.png); }
html body div .ow_ic_cut{ background-image: url(images/ic_cut.png); }
html body div .ow_ic_dashboard{ background-image: url(images/ic_dashboard.png); }
html body div .ow_ic_delete{ background-image: url(images/ic_delete.png); }

html body div .ow_ic_draft{ background-image: url(images/ic_draft.png); }

html body div .ow_ic_down_arrow{ background-image: url(images/ic_down_arrow.png); }
html body div .ow_ic_edit{ background-image: url(images/ic_edit.png); }
html body div .ow_ic_female{ background-image: url(images/ic_female.png); }
html body div .ow_ic_file{ background-image: url(images/ic_file.png); }
html body div .ow_ic_files{ background-image: url(images/ic_files.png); }
html body div .ow_ic_flag{ background-image: url(images/ic_flag.png); }
html body div .ow_ic_folder{ background-image: url(images/ic_folder.png); }
html body div .ow_ic_forum{ background-image: url(images/ic_forum.png); }
html body div .ow_ic_friends{ background-image: url(images/ic_friends.png); }
html body div .ow_ic_gear_wheel{ background-image: url(images/ic_gear_wheel.png); }
html body div .ow_ic_heart{ background-image: url(images/ic_heart.png); }
html body div .ow_ic_help{ background-image: url(images/ic_help.png); }
html body div .ow_ic_house{ background-image: url(images/ic_house.png); }
html body div .ow_ic_info{ background-image: url(images/ic_info.png); }
html body div .ow_ic_key{ background-image: url(images/ic_key.png); }
html body div .ow_ic_left_arrow{ background-image: url(images/ic_left_arrow.png); }
html body div .ow_ic_lens{ background-image: url(images/ic_lens.png); }
html body div .ow_ic_link{ background-image: url(images/ic_link.png); }
html body div .ow_ic_lock{ background-image: url(images/ic_lock.png); }
html body div .ow_ic_mail{ background-image: url(images/ic_mail.png); }
html body div .ow_ic_male{ background-image: url(images/ic_male.png); }
html body div .ow_ic_mobile{ background-image: url(images/ic_mobile.png); }
html body div .ow_ic_moderator{ background-image: url(images/ic_moderator.png); }
html body div .ow_ic_monitor{ background-image: url(images/ic_monitor.png); }
html body div .ow_ic_move{ background-image: url(images/ic_move.png); }
html body div .ow_ic_music{ background-image: url(images/ic_music.png); }
html body div .ow_ic_new{ background-image: url(images/ic_new.png); }
html body div .ow_ic_ok{ background-image: url(images/ic_ok.png); }
html body div .ow_ic_online{ background-image: url(images/ic_online.png); }
html body div .ow_ic_picture{ background-image: url(images/ic_picture.png); }
html body div .ow_ic_plugin{ background-image: url(images/ic_plugin.png); }
html body div .ow_ic_push_pin{ background-image: url(images/ic_push_pin.png); }
html body div .ow_ic_reply{ background-image: url(images/ic_reply.png); }
html body div .ow_ic_right_arrow{ background-image: url(images/ic_right_arrow.png); }
html body div .ow_ic_rss{ background-image: url(images/ic_rss.png); }
html body div .ow_ic_save{ background-image: url(images/ic_download.png); }
html body div .ow_ic_restrict{ background-image: url(images/ic_restrict.png); }
html body div .ow_ic_script{ background-image: url(images/ic_script.png); }
html body div .ow_ic_server{ background-image: url(images/ic_server.png); }
html body div .ow_ic_star{ background-image: url(images/ic_star.png); }
html body div .ow_ic_tag{ background-image: url(images/ic_tag.png); }
html body div .ow_ic_trash{ background-image: url(images/ic_trash.png); }
html body div .ow_ic_unlock{ background-image: url(images/ic_unlock.png); }
html body div .ow_ic_up_arrow{ background-image: url(images/ic_up_arrow.png); }
html body div .ow_ic_update{ background-image: url(images/ic_update.png); }
html body div .ow_ic_user{ background-image: url(images/ic_user.png); }
html body div .ow_ic_video{ background-image: url(images/ic_video.png); }
html body div .ow_ic_warning{ background-image: url(images/ic_warning.png); }
html body div .ow_ic_write{ background-image: url(images/ic_write.png); }

html body div .ow_button span,
html body div .ow_button span.ow_negative,
html body div .ow_button span.ow_negative .ow_inprogress {
	background-image: none;
	background-repeat: no-repeat;
}

.maintenance_cont h1 {
	background-image: none;
}

.ow_icon_control{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 0 2px 20px;
    line-height: 15px;
}

html body div .ow_miniic_comment{ background: url(images/miniic_set.png) no-repeat 4px 5px; }
html body div .ow_miniic_like { background: url(images/miniic_set.png) no-repeat -15px 4px; }
html body div .ow_miniic_delete{ background-image: url(images/miniic_x.png); }

html body div .ow_tinyic_delete{ background-image: url(images/tinyic_delete.png); }
html body div .ow_tinyic_tag{ background-image: url(images/tinyic_tag.png); }
html body div .ow_tinyic_write{ background-image: url(images/tinyic_write.png); }

.ow_miniicon_control{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 1px 0 2px 14px;
    line-height: 9px;
}

.ow_box_cap_icons
{
	margin-top: -26px;
}

span.ow_icon{
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.ow_marked_cell{
    background-image: url(images/ic_ok.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ow_box_cap_icons a.close{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px;
}


/*========================================================
        [10] Menus        __menus
  ========================================================*/

.ow_menu_wrap {
	position: fixed;
	width: 50px;
	height: 97%;
	background: #334E86; /** OW_Control type:color, key:menubgColor, section:2. Colors, label: Main Menu Bg Color **/
	border: 1px solid #304B86;
	border-top: none;
	margin-bottom: -80px;
	overflow: hidden;
	z-index: 98;
	margin-left: 0px;
	left: 0;
	top: 0;
	margin-top: 39px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-shadow: none;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.ow_menu_wrap:hover {
	overflow-y: auto;
	width:168px;
	height: 97%;
}
.ow_main_menu{
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
   	display: table-cell;
	position:absolute;
	text-align: left;
    width:168px;
	vertical-align: top;
}
html[xmlns] .ow_main_menu.clearfix {
	display: table-cell;
	overflow-y: none;
    height: 95%;
}
.ow_main_menu li {
    padding: 0;
	display: inline-block;
	background: url(images/ic_ok.png);
	background-repeat: no-repeat;
    background-position: 8% 46%;
    margin-left: 0;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.ow_main_menu li.active,
.ow_main_menu li:hover {
    padding: 0;
	display: inline-block;
	color: #fff;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	background-color: #16366F;
    background-image: url(images/ic_ok.png);
	background-repeat: no-repeat;
    background-position: 8% 46%;
    margin-left: 0;
}
.ow_main_menu li a {
    color: #fff; /** OW_Control type:color, key:menutextColor, section:2. Colors, label: Menu text color **/
	display: inline-block;
	font-size: 13px;
	padding: 7px 0px 7px 50px;
	text-decoration: none;
	height: 17px;
	text-transform: uppercase;
	width: 121px;
	margin-bottom: 0px;
	font-weight: bold;
}

.ow_main_menu li.active a,
.ow_main_menu li a:hover {
	color: #fff;
}
.ow_box_menu {
	font-size: 0px;
	line-height: 19px;
	margin-bottom: 16px;
}
.ow_box .ow_box_menu {
	text-align: right;
}

.ow_box_menu a {
	background: #fff;
	display: inline-block;
	color: #666;
	font-size:11px;
	height: 20px;
	padding: 0px 6px 0 7px;
	margin: 0px 0px 0px 2px;
	outline: 0;
	border: 1px solid #a5a5a5;
    border-color: rgba(0, 0, 0, .35);
}
.ow_box_menu a:first-child {
}
.ow_box_menu a:last-child {
}
.ow_box_empty .ow_box_menu{
	float: right;
	padding-left: 5px;
}

.ow_box_menu a.active,
.ow_box_menu a:hover{
	color:#333; 
	text-decoration:none;
	background: #f7f7f7;
    border-color: #a5a5a5;
}
.ow_menu_wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ccc;
}
.ow_menu_wrap::-webkit-scrollbar-thumb {
    background: #555;
    border-right: none;
    border-radius: 5px;
	border-right: 1px solid #4c66a4;
}
.base_main_menu_index {
	background: url(images/ic_house.png) no-repeat 10% 50% !important;
}
.base_main_menu_index:hover,
.base_main_menu_index.active {
	background: #16366F url(images/ic_house.png) no-repeat 10% 50% !important;
}

.base_dashboard {
	background: url(images/ic_dashboard.png) no-repeat 10% 50% !important;
}
.base_dashboard:hover,
.base_dashboard.active {
	background: #16366F url(images/ic_dashboard.png) no-repeat 10% 50% !important;
}

.base_users_main_menu_item {
	background: url(images/ic_friends.png) no-repeat 10% 50% !important;
}
.base_users_main_menu_item:hover,
.base_users_main_menu_item.active {
	background: #16366F url(images/ic_friends.png) no-repeat 10% 50% !important;
}
.base_main_menu_my_profile {
	background: url(images/ic_user.png) no-repeat 10% 50% !important;
}
.base_main_menu_my_profile:hover,.base_main_menu_my_profile.active {
	background: #16366F url(images/ic_user.png) no-repeat 10% 50% !important;
}
.photo_photo {
	background: url(images/ic_picture.png) no-repeat 10% 50% !important;
}
.photo_photo:hover,.photo_photo.active {
	background: #16366F url(images/ic_picture.png) no-repeat 10% 50% !important;
}
.video_video {
	background: url(images/ic_video.png) no-repeat 10% 50% !important;
}
.video_video:hover,.video_video.active {
	background: #16366F url(images/ic_video.png) no-repeat 10% 50% !important;
}
.groups_main_menu_list {
	background: url(images/ic_comment.png) no-repeat 10% 50% !important;
}
.groups_main_menu_list:hover,.groups_main_menu_list.active {
	background: #16366F url(images/ic_comment.png) no-repeat 10% 50% !important;
}
.event_main_menu_item {
	background: url(images/ic_calendar.png) no-repeat 10% 50% !important;
}
.event_main_menu_item:hover,.event_main_menu_item.active {
	background: #16366F url(images/ic_calendar.png) no-repeat 10% 50% !important;
}
.blogs_main_menu_item {
	background: url(images/ic_write.png) no-repeat 10% 50% !important;
}
.blogs_main_menu_item:hover,.blogs_main_menu_item.active {
	background: #16366F url(images/ic_write.png) no-repeat 10% 50% !important;
}
.links_main_menu_item {
	background: url(images/ic_link.png) no-repeat 10% 50% !important;
}
.links_main_menu_item:hover,.links_main_menu_item.active {
	background: #16366F url(images/ic_link.png) no-repeat 10% 50% !important;
}
.forum_forum {
	background: url(images/ic_files.png) no-repeat 10% 50% !important;
}
.forum_forum:hover,.forum_forum.active {
	background: #16366F url(images/ic_files.png) no-repeat 10% 50% !important;
}
.equestions_main_menu_list,.equestions_main_menu_list.active {
	background: #16366F url(images/ic_question.png) no-repeat 10% 50% !important;
}
.questions_main_menu_list {
	background: url(images/ic_question.png) no-repeat 10% 50% !important;
}
.questions_main_menu_list:hover,.questions_main_menu_list.active {
	background: #16366F url(images/ic_question.png) no-repeat 10% 50% !important;
}
.gamesplus_main_menu_item {
	background: url(images/game.png) no-repeat 10% 50% !important;
}
.gamesplus_main_menu_item:hover,.gamesplus_main_menu_item.active {
	background: #16366F url(images/game.png) no-repeat 10% 50% !important;
}

.iclassifieds_menutext_value {
	background: url(images/ic_cal.png) no-repeat 10% 50% !important;
}
.iclassifieds_menutext_value:hover,.iclassifieds_menutext_value.active {
	background: #16366F url(images/ic_cal.png) no-repeat 10% 50% !important;
}
.sponsors_menutext_value {
	background: url(images/ic_star.png) no-repeat 10% 50% !important;
}
.sponsors_menutext_value:hover,.sponsors_menutext_value.active {
	background: #16366F url(images/ic_star.png) no-repeat 10% 50% !important;
}
.ocsaffiliates_affiliates {
	background: url(images/ic_birthday.png) no-repeat 10% 50% !important;
}
.ocsaffiliates_affiliates:hover,.ocsaffiliates_affiliates.active {
	background: #16366F url(images/ic_birthday.png) no-repeat 10% 50% !important;
}
.oafaq_bottom_menu_item {
	background: url(images/ic_help.png) no-repeat 10% 50% !important;
}
.oafaq_bottom_menu_item:hover,.oafaq_bottom_menu_item.active {
	background: #16366F url(images/ic_help.png) no-repeat 10% 50% !important;
}

.ocsfundraising_projects {
	background: url(images/ic_server.png) no-repeat 10% 50% !important;
}
.ocsfundraising_projects:hover,.ocsfundraising_projects.active {
	background: #16366F url(images/ic_server.png) no-repeat 10% 50% !important;
}
.tinychat_main_menu_label {
	background: url(images/ic_chat.png) no-repeat 10% 50% !important;
}
.tinychat_main_menu_label:hover,.tinychat_main_menu_label.active {
	background: #16366F url(images/ic_chat.png) no-repeat 10% 50% !important;
}
.musicextreme_main_menu_text {
	background: url(images/ic_music.png) no-repeat 10% 50% !important;
}
.musicextreme_main_menu_text:hover,.musicextreme_main_menu_text.active {
	background: #16366F url(images/ic_music.png) no-repeat 10% 50% !important;
}
.fanpage_main_menu_item {
	background: url(images/ic_file.png) no-repeat 10% 50% !important;
}
.fanpage_main_menu_item:hover,.fanpage_main_menu_item.active {
	background: #16366F url(images/ic_file.png) no-repeat 10% 50% !important;
}
.hotphoto_hotphoto {
	background: url(images/ic_star.png) no-repeat 10% 50% !important;
}
.hotphoto_hotphoto:hover,.hotphoto_hotphoto.active {
	background: #16366F url(images/ic_star.png) no-repeat 10% 50% !important;
}
.wall_main_menu_item {
	background: url(images/ic_wall.png) no-repeat 10% 50% !important;
}
.wall_main_menu_item:hover,.wall_main_menu_item.active {
	background: #16366F url(images/ic_wall.png) no-repeat 10% 50% !important;
}
.shoppro_main_menu_item {
	background: url(images/ic_cart.png) no-repeat 10% 50% !important;
}
.shoppro_main_menu_item:hover,.shoppro_main_menu_item.active {
	background: #16366F url(images/ic_cart.png) no-repeat 10% 50% !important;
}

.base_base_join_menu_item  {
	background: url(images/ic_key.png) no-repeat 10% 50% !important;
}
.base_base_join_menu_item:hover,.base_base_join_menu_item.active {
	background: #16366F url(images/ic_key.png) no-repeat 10% 50% !important;
}
.games_main_menu_item {
	background: url(images/game.png) no-repeat 10% 50% !important;
}
.games_main_menu_item:hover,.games_main_menu_item.active {
	background: #16366F url(images/game.png) no-repeat 10% 50% !important;
}
.compteyoutube_compteyoutube {
	background: url(images/ic_video.png) no-repeat 10% 50% !important;
}
.compteyoutube_compteyoutube:hover,.compteyoutube_compteyoutube.active {
	background: #16366F url(images/ic_video.png) no-repeat 10% 50% !important;
}
.userinvite_menutext_value {
	background: url(images/ic_info.png) no-repeat 10% 50% !important;
}
.userinvite_menutext_value:hover,.userinvite_menutext_value.active {
	background: #16366F url(images/ic_info.png) no-repeat 10% 50% !important;
}
.cms_main_menu_item {
	background: url(images/ic_cal.png) no-repeat 10% 50% !important;
}
.cms_main_menu_item:hover,.cms_main_menu_item.active {
	background: #16366F url(images/ic_cal.png) no-repeat 10% 50% !important;
}
.profilgame_profilgame {
	background: url(images/game.png) no-repeat 10% 50% !important;
}
.profilgame_profilgame:hover,.profilgame_profilgame.active {
	background: #16366F url(images/game.png) no-repeat 10% 50% !important;
}
.contact_main_menu_item {
	background: url(images/ic_add.png) no-repeat 10% 50% !important;
}
.contact_main_menu_item:hover,.contact_main_menu_item.active {
	background: #16366F url(images/ic_add.png) no-repeat 10% 50% !important;
}
.movies_movies_menu_label {
	background: url(images/ic_video.png) no-repeat 10% 50% !important;
}
.movies_movies_menu_label:hover ,.movies_movies_menu_label.active {
	background: #16366F url(images/ic_video.png) no-repeat 10% 50% !important;
}

.studio_menutext_value {
	background: url(images/ic_picture.png) no-repeat 10% 50% !important;
}
.studio_menutext_value:hover,.studio_menutext_value.active {
	background: #16366F url(images/ic_picture.png) no-repeat 10% 50% !important;
}
.friendsplus_main_menu_item {
	background: url(images/ic_picture.png) no-repeat 10% 50% !important;
}
.friendsplus_main_menu_item:hover,.friendsplus_main_menu_item.active {
	background: #16366F url(images/ic_picture.png) no-repeat 10% 50% !important;
}

.news_main_menu_item {
	background: url(images/pages.png) no-repeat 10% 50% !important;
}
.news_main_menu_item:hover,.news_main_menu_item.active {
	background: #16366F url(images/pages.png) no-repeat 10% 50% !important;
}

.search_main_menu_item {
	background: url(images/ic_lens.png) no-repeat 10% 50% !important;
}
.search_main_menu_item:hover,.search_main_menu_item.active {
	background: #16366F url(images/ic_lens.png) no-repeat 10% 50% !important;
}

.ynmediaimporter_main_menu_item {
	background: url(images/ic_script.png) no-repeat 10% 50% !important;
}
.ynmediaimporter_main_menu_item:hover,.ynmediaimporter_main_menu_item.active {
	background: #16366F url(images/ic_script.png) no-repeat 10% 50% !important;
}

/* ---- End of Main Menu styles ---- */

/* Large desktop */ /*Copyright-by-Roxwall*/ 
@media (min-width: 1100px) {
.ow_console {
    right: 125px;
}
}

/* ---- Content Menu styles ---- */

.ow_content_menu{
	font-size: 0px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.ow_content_menu_wrap{
	margin-bottom:20px;
}

.ow_content_menu li{
    float: left !important;
	padding-left: 5px;
	border-left: 1px solid #e8e8e8;
}
.ow_content_menu li:first-child {
	border-color: transparent;
}
.ow_content_menu li a{
    display: block;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color: #fff;
	background: #3B9851;
    border: 1px solid rgba(0, 0, 0, 0.21);
}

.ow_content_menu span{
    background-image: url(images/ic_file.png);
    background-position: 8px 5px;
    background-repeat: no-repeat;
    padding: 4px 12px 3px 30px;
    display: block;
}
.ow_content_menu li.active {
    background: url(images/content_menu_bg_leftpng) no-repeat;
}
.ow_content_menu li.active, .ow_content_menu li.active +li {
	border-color: transparent;
}
.ow_content_menu li.active a {
    background: #3B5998;
    color: #fff; 
    text-decoration: none;
	border-color: #666;
}

.ow_content_menu li a:hover {
    border-color: #666; 
    text-decoration: none;
	background: #3B5998;
}
/* ---- End of Content Menu styles ---- */


/* ---- Button List styles ---- */

ul.ow_bl{
    padding: 0;
}

ul.ow_bl li{
    float: right;
	list-style: none;
    margin-left: 4px;
    margin-bottom: 4px;
}

ul.ow_bl a{
    display: block;
	background: #fff url('images/box_menu.png');
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #a5a5a5;
	color: #626060;
	padding: 0px 8px;
	line-height: 21px;
	height: 22px;
	text-decoration: none;
	font-size: 11px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

ul.ow_bl a:hover {
    border-color: #777;
}

span.ow_blitem {
	background: #fff url(images/btnl_black_bg.png);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #111;
	color: #666;
	padding: 0px 0px;
	line-height: 20px;
	height: 22px;
	text-decoration: none;
	display: inline-block;
	margin: 0px 4px 0px 0px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
span.ow_blitem span {
    display: inline-block;	
}
span.ow_blitem input[type="submit"],
span.ow_blitem input[type="button"] {
    border: none;
    padding: 0px;
    background: none;
    font-weight: normal;
    height: auto;
    padding: 2px 5px 0 6px;
    font-size: 11px;
    line-height: 17px;
	font-family: "Tahoma","Lucida Grande", "Verdana";   
    text-transform: none;
}

span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #111;
background: #fff url(images/btnl_black_hover_bg.png);
}

/* ---- Button List styles Cover Image ---- */

.ow_bg_controls span.ow_blitem{
	background: url(images/btnl_black_bg.png) repeat-x center left;
	border-radius: 3px;
	border: none;
	height: 24px;
	line-height: 22px;
} 

.ow_bg_controls span.ow_blitem:hover{
	background: url(images/btnl_black_hover_bg.png) repeat-x center left;
}

html body div .ow_bg_controls .ow_green{
	color:#ccc;
} 

.ow_bg_controls span.ow_blitem input[type="submit"],
.ow_bg_controls span.ow_blitem input[type="button"]{
	color: #ccc;
} 

.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover{
	color: #eee;
}

/* ---- End of Button List styles Cover Image ---- */

/* ---- End of Button List styles ---- */

/* ---- Footer Menu styles ---- */

.ow_footer_menu{
    font-size: 11px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

/* ---- End of Footer Menu styles ---- */


/* ---- Inventory Line styles ---- */

.ow_inventory_line{
}


/*========================================================
        [11] Pagination        __pagination
  ========================================================*/
html[xmlns] .ow_paging.clearfix {
	display: inline-block;
}
.ow_paging{
    font-size: 11px;
    background: transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1px;

}

.ow_paging a{
    display: inline-block;
    line-height: 16px;
    background: url(images/console_item_bg.png) repeat-x 0px 0px;
    border: 1px solid #ccc;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #6c6c6c;
}

.ow_paging a.active,
.ow_paging a:hover{
    background: url(images/console_active_item_bg.png) repeat-x 0px 0px;
    color: #9f9f9f;
}
.ow_paging span {
	display: inline-block;
	padding-left: 3px;
}


/*========================================================
        [12] Typography        __typography
  ========================================================*/
@font-face {
    font-family: 'UbuntuBold';
    src: url(images/Ubuntu-B-webfont.eot);
    src: url(images/Ubuntu-B-webfont.eot?#iefix) format('embedded-opentype'),
         url(images/Ubuntu-B-webfont.woff) format('woff'),
         url(images/Ubuntu-B-webfont.ttf) format('truetype'),
         url(images/Ubuntu-B-webfont.svg#UbuntuBold) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'UbuntuRegular';
    src: url(images/Ubuntu-R-webfont.eot);
    src: url(images/Ubuntu-R-webfont.eot?#iefix) format('embedded-opentype'),
         url(images/Ubuntu-R-webfont.woff) format('woff'),
         url(images/Ubuntu-R-webfont.ttf) format('truetype'),
         url(images/Ubuntu-R-webfont.svg#UbuntuRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}

.ow_small{
    font-size: 11px;
    line-height: 14px;
}

.ow_highlight{
    background: #aaffaa;
}

.ow_std_margin{
    margin-bottom: 25px;
}

.ow_normal{
    font-size: 13px;
}

html body .ow_sidebar .ow_tiny,
html body .ow_console .ow_tiny,
.ow_tiny {
    font-size: 9px;
}

.ow_stdmargin{
    margin-bottom: 15px;
}

.ow_smallmargin{
    margin-bottom: 8px;
}

.ow_outline{
    color: #FF7000;
    font-weight: bold;
}

.ow_lightweight{
    font-weight: normal;
}

.ow_txt_value {
    font-weight: bold;
    color: #ff7000; /** OW_Control type:color, section:2. Colors, key:txtValue, label:Numeric values **/
}

.ow_remark {
	color: #999; 
}

.ow_alt1,
tr.ow_alt1 td{
    background-color: #fff; /** OW_Control type:color, key:alt1Color, section:2. Colors, label: Alternative 1 **/
}

.ow_alt2,
tr.ow_alt2 td{
    background-color: #fafafa; /** OW_Control type:color, key:alt2Color, section:2. Colors, label: Alternative 2 **/
}

.ow_high1{
    background-color: #fff; /** OW_Control type:color, key:high1Color, section:2. Colors, label: Highlight 1 **/
}

.ow_high2{
    background-color: #f8f8f8;  /** OW_Control type:color, key:high2Color, section:2. Colors, label: Highlight 2 **/
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ow_add_content{
    background-color: #fff; 
}

.ow_add_content:hover{
    background-color: #f7f7f7;
}


a.ow_lbutton,
span.ow_lbutton {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff,endColorstr=#ffefefef);
	background-image: linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -moz-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -webkit-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -o-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -ms-linear-gradient(top,#fff 0%,#f0f0f0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f0f0f0));
	transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	color: #737373;
	padding: 0px 3px 0px;
	line-height: 13px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	text-shadow: none;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 8px;
}

.ow_lbutton:hover{
	cursor: pointer;
    text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff,endColorstr=#ffe0e0e0);
	background-image: linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -moz-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -webkit-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -ms-linear-gradient(top,#fff 0%,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e0e0e0));
}

.ow_disabled{
    background: #ccc;
}

.info{
    margin-bottom: 8px;
}
.ow_automargin{
    margin-left: auto;
    margin-right: auto;
}

.ow_autowidth,
table.ow_form td.ow_autowidth{
    width: auto;
}

.ow_anno {
	background:#ffeed7 url(images/ic_warning.png) no-repeat scroll 15px 45%;
	border:1px solid #ffd399;
	padding:10px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.outline{
    color: #FF7000;
    font-weight: bold;
}

input[type=text].ow_inputready,
textarea.ow_inputready {
    color: #999999;
}

/*========================================================
        [13] Misc        __misc
  ========================================================*/

.clr{
    clear: both;
}

.ow_column_equal_fix{
   padding-bottom: 20001px !important;
   margin-bottom: -20000px !important;
}

/*========================================================
        [14] Clearfix        __clearfix
  ========================================================*/

.clearfix{
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
	overflow: visible !important;
}

*html .clearfix {
    height: 1%;
}


/*========================================================
        [15] Plugin Styles        __plugins
  ========================================================*/

/* ---- Base plugin styles ---- */

.ow_add_content{
	background-repeat: no-repeat;
	background-position: 8px center;
	display: block;
	margin-top: 1px;
	overflow: hidden;
	padding: 6px 0 6px 35px;
	text-align: left;
	font-size: 13px;
	color: #333;
	border: 1px solid #b6b6b8;
}

.ow_add_content:hover {
	text-decoration: none;
}
.ow_add_content:nth-child(odd) {
	margin-left: 0px;
}
a.ow_add_content.ow_ic_files {
    background-image: url(images/aic_files.png);
}
a.ow_add_content.ow_ic_comment {
    background-image: url(images/aic_comment.png);
}
a.ow_add_content.ow_ic_picture {
    background-image: url(images/aic_picture.png);
}
a.ow_add_content.ow_ic_video {
    background-image: url(images/aic_video.png);
}
a.ow_add_content.ow_ic_calendar {
    background-image: url(images/aic_calendar.png);
}
a.ow_add_content.ow_ic_write {
    background-image: url(images/aic_write.png);
}

/* ---- End of base plugin styles ---- */

/* ---- Forum styles ---- */

.ow_forum{
    text-align: center;
    width: 100%;
}

.ow_forum .ow_name{
    text-align: left;
    width: 563px;
}

.ow_forum .ow_topics{
    width: 55px;
}

.ow_forum .ow_replies{
    width: 55px;
}

.ow_forum .ow_action{
    white-space: nowrap;
    width: 70px;
}

.ow_forum_topic .ow_author{
    width: 20%;
}

.ow_forum_topic .ow_posts{
    text-align: center;
    width: 1%;
}

.ow_forum_topic .ow_views{
    text-align: center;
    width: 1%;
}

.ow_forum_topic .ow_icon{
    line-height: 14px;
    text-align: center;
    width: 8%;
}

body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    background: #f0f0f0;
    border-left: 2px solid #ccc;
    padding: 2px 5px;
}

body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author{
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}

.ow_forum_topic_posts .ow_post_comment{
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}

.ow_forum_post_area{
    height: 240px;
}

.ow_forum_status{
    font-style: italic;
}

/* ---- Forum sortable ---- */
.forum_placeholder{
	border: 1px dashed #999;
	background-color: #FFF9DB;
    margin-bottom: 25px;
    width: 100%;
}

tr.forum_placeholder td{
	background-color: #FFF9DB;
    border: 1px dashed #999;
	height: 45px;
    width: 100%;
}

.forum_section{
	cursor: move;
}

.forum_section_tr{
	height: 41px;
}
.ow_forum_topic_posts .ow_box .ow_ipc_info {
	border: none;
	padding: 0px;
}
body .ow_forum_attachment_icon {
	width: 16px;
}
.ow_forum_topic_posts .ow_ipc_info {
background: #fff;
border: 0px solid #B6B6B8;
padding: 5px 5px 5px 10px;
}
/* ---- End of Forum styles ---- */


/* ---- Mailbox styles ---- */

table.ow_mailbox{
    width: 100%;
}

tr.ow_alt2 .mail_title{
    font-weight: bold;
}

table.ow_mailbox td.mail_info{
    white-space: nowrap;
}

table.ow_mailbox td.icons{
    text-align: center;
}

span.ic_reply{
    background: url(images/ic_reply.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
body .ow_mailbox_attachment_icon {
	width: 16px;
	vertical-align: top;
}
.ow_mailbox_selected_label {
	display: inline-block;
	margin-right: 6px;
}
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}
body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}
.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
	background-image: url(images/miniic_doc.png);
}
.ow_mailbox_convers_info.mails {
	background-image: url(images/miniic_envelope.png);
}
.ow_mailbox_convers_info.chats {
	background-image: url(images/miniic_buble.png);
}
.ow_mailbox_convers_info_attach {
    background: url(images/miniic_attach.png) center center no-repeat;
}
.ow_mailbox_conv_options_label {
    background-image: url(images/chat_tiny_arrow_down.png);
}
.ow_mailbox_convers_info,
.ow_vertical_nav_item.selected, 
.ow_vertical_nav_item.selected:hover {
	background-color: #fff;
}
.ow_mailbox_convers_info_new,
.ow_vertical_nav_item {
	background-color: #fafafa;
}
.ow_mailbox_convers_info_selected,
.ow_vertical_nav_item:hover {
	background-color: #ECECEC;
}
.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover,
.ow_vertical_nav_item.selected,
.ow_vertical_nav_item:hover {
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
	box-shadow: inset 1px 0px 0px 0px rgba(172,172,172,1);
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_date:hover {
	color: #999;
}
.ow_mailbox_convers_info .ow_mailbox_convers_info_string a,
a.ow_vertical_nav_item {
	color: #444;
}
.ow_mailbox_convers_info span.ic_reply {
	background-image: url(images/ic_reply_g.png);
}
.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_conv_options,
.ow_mailbox_table .ow_mailbox_subject_block,
.ow_mailbox_table .ow_mailbox_log,
.ow_mailbox_table .ow_mailbox_log_date,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_search,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
.ow_mailbox_right .ow_chat_message_block,
.ow_vertical_nav,
.ow_vertical_nav_item {
    border-color: #b6b7b8;
}
.ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item,
.ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    border: 1px solid #b6b7b8;
}
.ow_mailbox_log .ow_dialog_item.even i {
    background-image: url(images/dialog_tail.png);
    background-position: 0 -1px;
}
.ow_mailbox_log .ow_dialog_item.odd i {
	background-image: url(images/dialog_tail.png);
    background-position: 0 -6px;
}
.ow_mailbox_convers_actions .ow_miniic_control {
	margin-right: 0px;
}
.ow_mailbox_convers_actions .ow_miniic_control span {
	background: url(images/miniic_gearwheel.png) -1px -1px no-repeat;
}
.ow_mailbox_convers_actions .ow_miniic_control.active span {
	background: url(images/miniic_gearwheel.png) -1px -22px no-repeat;
}
div#mailboxConvOpenActionsContainer {
top: 5px !important;
}
#mailboxConvOpenActionsContainer > div.ow_tooltip_tail > span {
background-position: 5px 2px;
}
.ow_mailchat_new_message .ow_mailchat_select_user a.ow_chat_minimize_btn {
position: absolute;
width: 20px;
height: 20px;
top: 50%;
margin-top: -10px;
right: 28px;
background: url(images/chat_tiny_arrow_down.png) center center no-repeat;
display: none;
}
/* ---- End of Mailbox styles ---- */


/* ---- Blogs styles ---- */

.ow_blogpost_compose textarea{
    height: 235px;
}
.ow_ws_video object,
.ow_ws_video embed {
	max-width: 100%;
}

/* ---- End of Blogs styles ---- */


/* ---- Links styles ---- */

.ow_ivc_content {
margin-left: 75px !important;
background: #fff;
border: 1px solid #B6B6B8;
padding: 5px;
margin: 0px;
margin-bottom: 10px;
}

/* ---- End of Links styles ---- */


/* ---- Rates Styles ---- */

.inactive_rate_list, .active_rate_list {
    background: url(images/stars.png) no-repeat 0 -13px;
    width: 65px;
    height: 13px;
    text-align: left;
    display: inline-block;
}

.active_rate_list {
    background-position: 0 0;
}

.rates_cont a.rate_item {
    background: url(images/stars.png) no-repeat 0 -13px;
    cursor: pointer;
    float: left;
    height: 13px;
    text-decoration: none;
    width: 13px;
}

.rates_cont a.active {
    background-position: 0 0;
}

.rates_cont{
    margin: 0 auto;
	width: 65px;
}

.ow_rate_score{
    font-size: 20px;
}

/* ---- End of Rates Styles ---- */


/* ---- Video styles ---- */

.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2 {
	padding: 8px 0px 8px 8px;
}
.ow_video_player{
    text-align: center;
}

.ow_video_description{
    margin: 8px 0 20px;
}

.ow_video_list_item{
    float: left;
	height: 175px;
    max-height: 215px;
    padding: 5px;
    width: 140px;
	margin-right: 5px;
    background: #f7f7f7;
	border: 1px solid #999;
}

.ow_other_video_item_title{
    margin-left: 88px;
    padding-left: 4px;
}

.ow_video_thumb{
    background: url(images/video-no-video.jpg) no-repeat center center;
    display: block;
}

.ow_video_thumb,
.ow_video_list_item img{
    height: 90px;
    width: 138px;
	border: 1px solid #999;
}
.ow_video_thumb, .ow_video_list_item img:hover {
    opacity: 0.9;
}
.ow_other_video_thumb{
    display: block;
    margin-right: -80px;
    background: url(images/video_thumb_bg.png) no-repeat 0 0;
    padding: 4px 4px 4px 5px;    
}
.ow_other_video_thumb a {
	display: inline-block;
	width: 80px;
	height: 60px;
    background: url(images/video-no-video.jpg) no-repeat center center;	
}
.video_thumb_no_title {
	margin: 0px 4px 4px 0px;
}

.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img{
    height: 60px;
    width: 80px;
}

.ow_other_video_floated{
    display: inline-block;
    background: #fff url(images/video-no-video.jpg) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}

.ow_video_item_title{
	font-weight: bold;
	padding-bottom: 3px;
}

.ow_video_item_rate{
    height: 15px;
    text-align: center;
}

.ow_video_infobar{
    padding: 10px;
    text-align: right;
}
.ow_video_player object,
.ow_video_player embed {
	max-width: 100%;
}
/* ---- End of Video styles ---- */


/* ---- Avatar styles ---- */

.ow_change_avatar .avatar_current{
    border-right: 1px solid #B6B6B8;
    padding-right: 3px;
}

.ow_change_avatar .ow_avatar_preview{
    border-left: 1px solid #B6B6B8;
}

.ow_change_avatar .avatar_crop{
    border-bottom: 1px solid #B6B6B8;
}

.ow_avatar_crop .jcrop-holder{
    margin: 0px auto;
}

.ow_avatar_preview div{
    margin: 0px auto;
}

.ow_avatar {
    position: relative;
    display: inline-block;
	padding: 1px 6px 1px 1px;
    width: 40px;
    height: 40px;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;    
}

.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    bottom: 6px;
    background-color: #999;
    right: 5px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
}

html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label  {
    font-size: 7px;
}
html body .ow_console .ow_avatar_label {
	bottom: 0px;
	right: 0px;
}
.ow_canvas .ow_newsfeed_avatar {
	width: 45px;
	height: 45px;
    margin-right: -50px;
    margin-top: -10px;	
}
.ow_canvas .ow_newsfeed_body {
	margin-left: 0px;
	padding-left: 7px;
}
/* ---- End of the Avatar styles ---- */

/* ---- User Avatar Console styles ---- */

.ow_avatar_console{
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
}

.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}

.ow_avatar_change{
    position: absolute;
    right: 4px; 
    top: 4px;
}

.ow_avatar_console_links {
    background: #F0F0F0;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #fff;
}

body .ow_avatar_console .ow_avatar_label {
	bottom: 4px;
	right: 4px;
}

.user_online_wrap {
	padding-top: 3px;
	min-height: 12px;
	text-align: left;
}

body .ow_avatar_console .avatar_console_label {
	bottom: 7px;
}
/* ---- End of User Avatar Console styles ---- */

/* ---- Photo styles ---- */

.ow_photo_prev{
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    width: 39%;
}

.ow_photo_next{
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    width: 39%;
}

.ow_photo_list_item{
    float: left;
    height: 200px;
    padding: 5px 0px;
    text-align: center;
}

.ow_photo_info_str{
    padding-top: 5px;
}

.ow_photo_infobar{
    padding: 10px;
    text-align: right;
}

.ow_photo_rate{
    height: 15px;
    text-align: center;
}
html body div.floatbox_photo_preview a.ow_ic_delete.close,
html body div.floatbox_empty a.ow_ic_delete.close {
	background-image: url('images/photo_prev_x.png');
}
.floatbox_empty .ow_box_cap_icons {
    top: -20px;
    right: -20px;
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_photo_context_action .ow_context_action a {
	color: #fff;
}
.ow_photo_context_action .ow_context_action a:hover {
	text-decoration: none;
}
.ow_photo_context_action .ow_context_action_list a {
	color: #fff;
    padding: 4px 12px;
}

.ow_photo_context_action .ow_context_more,
.ow_photo_context_action .ow_context_more:hover,
.ow_photo_context_action .ow_context_action:hover .ow_context_more,
.ow_photo_context_action .ow_context_action.active .ow_context_more {
	background-image: url('images/photo_context_action_arrow.png');
}
.ow_photo_context_action .ow_context_action_block .ow_context_action:first-child {
	border-color: #737373;
}
.ow_photo_context_action .ow_tooltip_tail span {
	background: url(images/photo_tooltip_tail.png) no-repeat 14px 3px;
}
.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
	background: transparent url('images/photo_context_action_tooltip_bg.png');
	border-color: #737373;
}
.ow_photo_context_action .ow_context_action_list a:hover {
	background: transparent url('images/photo_context_action_item_hover.png');
}
.ow_photo_context_action .ow_context_action_list.ow_alt2 {
	background: transparent;
}
.ow_photo_list_item_thumb span.ow_lbutton:hover {
	cursor: default;
}
.ow_photo_list_item_thumb {
	width: 146px;
	height: 141px;
	padding: 4px 0px 0px 0px;
	border: 1px solid #ccc;
	margin-left: 5px;
}
.ow_photo_list_item_thumb img {
	width: 135px;
	height: 135px;
	border: 1px solid #999;
}
.ow_photo_list_item_thumb img:hover {
	opacity: 0.9;
}
body .ow_photo_list_item_thumb span.ow_lbutton {
	bottom: 6px;
	right: 6px;
}
.ow_photo_submit_wrapper.ow_mild_green {
	background-color: #7CBB11;
}
/*
 * button_list narrow
 */
ul.ow_bl_narrow{
	border-top: 1px solid #ccc;
    padding: 0;
}

ul.ow_bl_narrow li{
	list-style: none;
}

ul.ow_bl_narrow li a{
	background: none;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 5px 7px;
	text-decoration: none;
}

ul.ow_bl_narrow li a:hover{
	background: #F5FBFF;
color: #000;
border-bottom: 1px solid #3b5998;
}

/* ---- Newsfeed ---- */
body ul.ow_newsfeed {
	padding: 0px;
}

.ow_newsfeed_section {
    list-style-image: none;
    margin: 15px 0;
}

.ow_newsfeed_section span{
    background: #f0f0f0;
    padding: 5px 10px;
    text-shadow: #fff 1px 1px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ow_newsfeed_comments .base_cmnts_temp_cont,
.ow_newsfeed_comments .base_cmnt_mark {
	margin-bottom: 0px;
}
.base_cmnt_mark .ow_ipc_info {
	padding-bottom: 0px;
}

.ow_newsfeed_comments .comment_add_arr {
	float: left;
	display: block;
	position: relative;
	left: 1px;
	width: 5px;
	height: 9px;
	margin: 14px 0px 0px -5px;
    background: none;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
	background: #edeff4;
	border: 1px solid #d0d4e4;
    padding: 4px 0px;
   	box-shadow: none;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_body {
	border: 1px solid #D4D4D4;	
}
.ow_newsfeed_item .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_tail span {
	height: 5px;
	background-position: 5px -1px;
}
.ow_newsfeed_comments .ow_tooltip .ow_tooltip_tail span {
	height:6px;
	background-position: 13px -6px;
	background-image: url(images/tooltip_tail.png);
	background-repeat: no-repeat;
}
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body .ow_tooltip .ow_tooltip_body {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	 box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
 }
.ow_newsfeed_features .ow_context_action_list a,
.ow_newsfeed_item .ow_context_action_list a {
	padding: 4px 23px;
}
.ow_newsfeed_context_tooltip {
	margin-top: 2px;
}
.ow_newsfeed_tooltip.ow_add_comments_form .ow_tooltip_body {
	padding: 4px 2px 2px 2px;
}
.ow_newsfeed_left {
	float: left;
}
.ow_newsfeed_date {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 24px;
}
.ow_newsfeed_context_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
}
.ow_newsfeed_control {
	display: inline-block;
}
.ow_content .ow_newsfeed_date {
	color: #999;
}
.ow_newsfeed_date:hover {
	color: #2A80AE;
}
/* ---- if container ow_superwide ---- */
body .ow_newsfeed_control .ow_newsfeed_string {
	display: inline-block;
	vertical-align: middle;
	max-width: 74%;
}
.ow_newsfeed_left {
	width: 82%;
}
/* ---- if container ow_wide ---- */
body .ow_wide .ow_newsfeed_control .ow_newsfeed_string {
	max-width: 47%;
}
body .ow_wide .ow_newsfeed_left {
	max-width: 76%;
}
/* ---- if container ow_narrow ---- */
body .ow_narrow .ow_newsfeed_control .ow_newsfeed_string {
	max-width: 14%;
}
body .ow_narrow .ow_newsfeed_left {
	max-width: 62%;
}
/* ---- if container ow_supernarrow ---- */
body .ow_supernarrow .ow_newsfeed_control .ow_newsfeed_string {
	max-width: 18%;
}
body .ow_supernarrow .ow_newsfeed_left {
	max-width: 71%;
}
.ow_newsfeed_btns {
	margin-top: 14px;
}
.ow_newsfeed_btn_wrap {
	display: inline-block;
	line-height: 20px;
	background: transparent;
	border: 0px solid #ebebeb;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 1px 5px 1px 1px;
	margin-right: 4px;
	color: #666666;
	vertical-align: middle;
}

.ow_newsfeed_item .ow_newsfeed_activity_content {
	padding-top: 8px;
}
.ow_newsfeed_item_picture {
float: left;
width: auto;
margin-right: 1%;
}
.ow_newsfeed_item .ow_newsfeed_item_picture {
float: left;
margin-right: 8px;
}
.ow_newsfeed_oembed_atch .ow_newsfeed_item_content {
width: 69% !important;
}
.ow_miniic_control {
	display: inline-block;
	background: transparent;
	border: 0px solid #ccc;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	vertical-align: top;
	margin-right: 6px;
}
.ow_miniic_control.active {
	background: none;
}
.ow_miniic_control span {
	display: inline-block;
	width: 18px;
	height: 18px;
}
.ow_miniic_like {
	background-position: -15px 4px;
}
.ow_miniic_comment {
	background-position: 4px 5px;
}
.ow_miniic_control.active .ow_miniic_like {
	background-position: -15px -15px;
}
.ow_miniic_control.active .ow_miniic_comment {
	background-position: 4px -15px;
}
body .ow_newsfeed_doublesided_stdmargin {
	margin: 0px 0px;
	border-color: white;
}
body .newsfeed-attachment-preview.item_loaded {
	width: 98.7%;
	margin-left: 0px;
	margin-right: 0px;	
}
/* ---- Comments styles ---- */
body .ow_attachments .buttons {
	padding: 1px;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
body .ow_attachments a {
	border: 1px solid #ccc;
	border-radius: 2px 0 0 2px;
}
body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}
.ow_attachment_btn span.ow_button {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    background-position: center left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-color: #ebebeb;
	padding: 1px;
	text-align: center;
	box-shadow: none;
    border: none;
}

.ow_attachment_btn span.ow_button span {
	display: inline-block;
    background-image: url(images/btn_grad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #5b74a8;
    border-width: 1px;
    border-style: solid;
    border-color: #29447e #29447e #1a356e;
    margin: 1px;
}
.ow_attachment_btn span.ow_button span:hover {
	background-image: url(images/btn_grad_h.png);
	border-color: #3b6e22 #3b6e22 #2c5115;
}
.ow_attachment_btn span.ow_button input[type=submit], 
.ow_attachment_btn span.ow_button input[type="button"] {
	padding: 4px 8px 4px;
	height: 22px;
	color: #fff;
	background: none !important;
}
.base_cmnts_temp_cont .ow_ipc_info {
	border: none;
	padding-bottom: 1px;
}
.ow_comments_item {
	position: relative;
	padding: 0px 0px 4px;
}

.ow_comments_item_picture{
    float: left;
    margin-right: -50px;
    width: 50px;
}
.ow_newsfeed_comments .ow_comments_item_picture{
    float: left;
    margin-right: -42px;
    width: 42px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
	width: 32px;
	height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar img,
.ow_newsfeed_comments .ow_comments_item_picture img{
    width: 32px;
    height: 32px;
}
.ow_newsfeed_comments .ow_comments_item_info{
    margin-left: 48px;
    padding-top: 0px; 
}
.ow_newsfeed_comments .ow_comments_item_content {
	font-size: 11px;
}
.ow_newsfeed_comments .ow_comments_item_picture .ow_avatar {
    background: none;
}
.ow_comments_item_info {
    margin-left: 57px;
}
.ow_comments_item_info textarea.ow_smallmargin {
	margin-bottom: 6px;
	width: 100%;
	margin-top: 4px;
}
.ow_comments_item_info .comments_fake_autoclick {
	width: 100%;
	height: 22px;
	margin-top: 4px;	
}
.ow_comments_item_header {
	margin-bottom: 2px;
}
.ow_comments_item_header a {
    font-size: 11px;
    font-weight: bold;
}
.ow_comments_item_content {
    line-height: 1.25em;
	font-size: 13px;
	margin-bottom: 4px;
	padding: 4px 4px 5px;
	background: #e9ecf1;
	border: 1px solid #d0d4e4;
    border-left: none;
    border-right: none;
    min-height: 14px;
}
.ow_comments_item_toolbar {
    float: left;
	font-size:10px;
	width: 100%;
}
.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}
.ow_comments_date {
	float: right;
	font-size: 10px;
}
.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}
.ow_comments_list .ow_context_action_list a {
	padding: 4px 12px;
}
.ow_newsfeed_comments .ow_comments_item {
	padding: 0px 0px 8px;
}
.ow_comments_item_info .mipc_url{
    font-weight: bold;
}
.comment_add_arr {
	float: left;
	display: block;
	position: relative;
	left: 1px;
	width: 5px;
	height: 9px;
	margin: 14px 0px 0px -5px;
    background: url(images/comment_arrpng) no-repeat 0px 0px;
}
.comment_arr {
	float: left;
	display: block;
	position: relative;
	left: 1px;
	width: 5px;
	height: 9px;
	margin: 8px 0px 0px -5px;
    background: url(images/comment_arr.png) no-repeat 0px -11px;
}
.ow_comments_list .comments_view_all {
	padding-bottom: 5px;
}
body .ow_comments_list .ow_attachment {
	padding-top: 4px;
}
body .ow_comments_content.ow_smallmargin {
	margin-bottom: 0px;
}
.ow_comments_content  img {
	max-width: 100%;
}
.ow_comments_btn_block {
	padding: 0 0px 0px 0;
}
.ow_comments_item .cnx_action {
	position: absolute;
    right: 4px;
    top: 4px;
}
.ow_newsfeed_comments .ow_comments_item .cnx_action {
    top: 2px;
}
.ow_comments_msg {
	margin-top: 4px;
	color: #666;
}
body .item_loaded {
	margin: 0px 3px 8px 57px;
}
body .ow_newsfeed_comments .item_loaded {
	margin: 0px 0px 8px 49px;
}
body textarea.ow_newsfeed_status_input {
	height: 58px;
}
body textarea.ow_newsfeed_status_input.invitation {
	width: 100%;
	height: 28px;
}
/* ---- Suggest field styles ---- */

.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}

.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_list_container{
    width: 99.6%;
    position: relative;
}

.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 98%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}
.ac_loading {
    background : url(images/ajax_preloader_button.gif) right center no-repeat !important;
}

.ac_over {
    background-color: #F0F0F0;
}

.ac_match{
    font-weight: bold;
}

.ow_suggest_field {
    position: relative;
}

.ow_suggest_invitation {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(images/miniic_corner.png) no-repeat center center;
}

/* ow custom tips */
.ow_tip{
	display:inline-block;
	position:absolute;
    z-index: 10005;
    color:#fff;
}

.ow_tip_arrow{
	display:inline-block;
	position:absolute;
}

.ow_tip_arrow span{
	display:block;
	border:5px dashed transparent;
}

.ow_tip_right .ow_tip_arrow span{
	border-right-color:#505050;
	border-right-style:solid;
	border-right-width:5px;
	border-left-width:0;
}

.ow_tip_right .ow_tip_arrow{
	top:50%;
	margin-top:-5px;
	left:0;
}

.ow_tip_right .ow_tip_box{
	margin-left:5px;
}

.ow_tip_left .ow_tip_arrow span{
	border-left-color:#505050;
	border-left-style:solid;
	border-left-width:5px;
	border-right-width:0;
}

.ow_tip_left .ow_tip_arrow{
	top:50%;
	margin-top:-5px;
	right:0;
}

.ow_tip_left .ow_tip_box{
	margin-right:5px;
}

.ow_tip_bot .ow_tip_arrow span{
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-top-width:0;
}

.ow_tip_bot .ow_tip_arrow{
	left:50%;
	margin-left:-5px;
	top:0;
}

.ow_tip_bot .ow_tip_box{
	margin-top:5px;
}

.ow_tip_top{
	position:absolute;
}

.ow_tip_top .ow_tip_arrow span{
	border-top-color:#505050;
	border-top-style:solid;
	border-top-width:5px;
	border-bottom-width:0;
}

.ow_tip_top .ow_tip_arrow{
	left:50%;
	margin-left:-5px;
	bottom:0;
}

.ow_tip_top .ow_tip_box{
	margin-bottom:5px;
}

.ow_tip_box{
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:2px 9px 4px;
	background-color:#505050;
	color:#fff;
    font-size: 11px;
    font-weight: bold;
}

/* ---- Group styles ---- */
body .ow_group_brief_info .details {
   padding-left: 20px;
}
.ow_group_list{
    width: 125%;
margin-left: -110px;
}

.ow_group_list .ow_ipc_picture img {
    width:100px;
    height:100px;
	max-width: 100px;
    border: 1px solid #B6B6B8;
    background: #fff;
    padding:3px;
    margin-top: 0;
}

.ow_group_list .ow_ipc_info  {
    background: #ffffff;
    padding: 6px 6px 6px 12px;
    border: 1px solid #B6B6B8;
    margin-left: 135px;
    height: auto;
}

.ow_group_brief_info .image img {
    border: 1px solid #B6B6B8;
    background: #fff;
    padding:3px;
    margin-left:0px;
}


.ow_event_list{
    width: 125%;
margin-left: -110px;
}

.ow_event_list .ow_ipc_picture img {
    width:100px;
    height:100px;
	max-width: 100px;
    margin-top:0px;
    border: 1px solid #B6B6B8;
    background: #fff;
    padding:3px;
}

.ow_event_list .ow_ipc_info  {
    background: #ffffff;
    padding: 6px 6px 6px 12px;
    border: 1px solid #B6B6B8;
    margin-left: 135px;
    height: auto;
}

.ow_box_empty.ow_std_margin.clearfix.ow_break_word {
background: #fff;
border: 1px solid #B6B6B8;
padding: 5px;
padding-left: 10px;
}

/* ---- End of the Group styles ---- */

/* ---- Membership Subscribe styles ---- */
.ow_subscribe_table .ow_highbox {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
body .ow_table_1 tr td.ow_plans_td_empty + td {
	border-top-left-radius: 4px;
}
body .ow_table_1 tr td.ow_gateways_td_empty + td {
	border-bottom-left-radius: 4px;	
}
/* ---- End of the Membership Subscribe styles ---- */

/*--------------------------------------------------------------------
		[?] Custom pages declarations TODO remove
---------------------------------------------------------------------*/


/* !!!admin pages styles */

.ow_admin_content{
    width: 815px;
}

html body .selected_theme_info {
	float: right;
	width: 336px;
}


/*  pages and menus */
.ow_navbox{
	background:url(images/btnl_bg.png) repeat-x center left;
	float:left;
	font-size:11px;
	height:18px;
	margin-right:5px;
	margin-bottom:5px;
	padding:4px 8px;
	border: 1px solid #ccc;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ow_navbox a.move{
	color:#666;
	font-weight:bold;
}

.ow_navbox a.move:hover{
	cursor:move;
	text-decoration:none;
}

.ow_navbox a.edit{
	background:url(images/arrow-up-down.png) no-repeat 10px 10px;
	cursor:pointer;
}

.ow_navbox a.edit:hover{
	text-decoration:none;
}

.guest_item{
	background-color:#aaffaa;
}

.member_item{
	background-color:#ffaaaa;
}

.ow_main_menu_scheme,
.ow_bottom_menu_scheme{
    float: left;
    height: 134px;
    margin-right: 10px;
    width: 155px;
}

.ow_main_menu_scheme{
    background: url(images/admin-pages-menu-main.jpg) no-repeat;
}

.ow_bottom_menu_scheme{
    background: url(images/admin-pages-menu-bottom.jpg) no-repeat;
}

.ow_dash_help_box{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 31%;
    height: 105px;
}

.ow_dash_help_box h3{
    padding: 4px 0 4px 20px;
    background: transparent no-repeat left center;
}

.ow_dash_help_box a{
    display: block;
}


/* user dashboard settings */

.ow_dragndrop_panel {
	background: #fff;
	/*padding: 0px 10px 10px;*/
	margin-top: 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ow_dashboard_box{
    background: #FFFFFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}
.access_guest .ow_dnd_schem_item {
  background-color: #F27474 !important;
}
.ow_dnd_schem_item{
	background:#5BB555 url(images/ic_file.png) no-repeat 10px 50%;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid rgba(0, 0, 0, 0.21);
	cursor:move;
	/*float:left;*/
	height:30px;
	margin:2px 4px 2px 0;
	padding:0 5px 0 33px;
	/*width:157px;*/
    position: relative;
    font-size: 11px;
}

.ow_dnd_schem_item span.ow_label{
	float:left;
	overflow:hidden;
	padding-top:5px;
	/*white-space:nowrap;*/
	/*width:80px;*/
    height: 20px;
}

.ow_dnd_schem_item span.action{
	/*float:right;*/
	line-height:15px;
	overflow:hidden;
	width:70px;
    position: absolute;
    right: 4px;
    top: 2px;
}
.ow_dnd_schem_item span.action .ow_lbutton {
	vertical-align: top;
}

.ow_dnd_helper {
	border: 1px dashed #000;
}

.ow_dnd_freezed .ow_dnd_schem_item {
	background-color: #FFAAAA;
}

.ow_dragndrop_sections .ow_highbox{
    margin-top: 6px;
}

.ow_dnd_placeholder {
    height: 10px;
	border: 1px dashed #999999;
	background-color: #FFF;
}

.ow_dnd_preloader {
    height: 30px;
}

.ow_dnd_configurable_component .control {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}

.ow_dnd_configurable_component .ow_box_icons
{
	float: right;
    padding: 8px 2px 0 0;
}

.ow_dnd_configurable_component h3 {
    float: left;
}

.ow_dnd_content_components{
   padding: 10px 0;
   width: 74%;
}

.ow_dnd_clonable_components {
   border-left: 1px solid #ccc;
   padding: 10px 0 10px 10px;
   width: 24%;
}

/* Dnd Slider */
.ow_dnd_slider {
    /*background:url(images/h2bg.png) repeat-x center;*/
    height: 6px;
    background-color: #ddd;
    position: relative;
    margin: 10px 3px 0;
    cursor: pointer;
}

.ow_dnd_slider_pusher {
    float: left;
    height: 1px;
}

.ow_dnd_slider_marker {
   width: 10px;
   height: 1px;
   float: left;
}

.ow_dnd_slider_marker_point {
    position: absolute;
    width: 0px;
    height: 6px;
    border-left: 1px solid #999;
    border-right: 1px solid #FFF;
    top: 0;
}

.ow_dnd_slider_handle {
    position: absolute;
    top: -5px;
    width: 22px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.png) no-repeat center;
}

.ow_dnd_slider_helper {
}

.ow_dnd_slider_in_move {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.ow_dragndrop_sections .top_section,
.ow_dragndrop_sections .left_section,
.ow_dragndrop_sections .right_section,
.ow_dragndrop_sections .bottom_section,
.ow_dragndrop_sections .sidebar_section{
    background-position: center 7px;
    background-repeat: no-repeat;
}

.ow_dragndrop_sections .top_section { background-image: url(images/dnd-label-top.png) }
.ow_dragndrop_sections .left_section { background-image: url(images/dnd-label-column1.png) }
.ow_dragndrop_sections .right_section { background-image: url(images/dnd-label-column2.png) }
.ow_dragndrop_sections .bottom_section { background-image: url(images/dnd-label-bottom.png) }
.ow_dragndrop_sections .sidebar_section { background-image: url(images/dnd-label-sidebar.png) }

body .ow_dragndrop_panel .ow_dnd_schem_item{
   width: 134px;
}

.ow_dragndrop_sections .ow_highbox{
   margin-top: 6px;
}



.ow_highbox_table .ow_highbox,
.ow_highbox
{
	background-color: transparent;
}

.ow_highbox {
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

.ow_dragndrop_sections .ow_highbox {
    padding: 0;
}

.join_now_widget
{
	background-image: url('images/ic_warning.png');
	padding: 10px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.ow_highbox .ow_highbox.join_now_widget {
	background-image: none;
	border: none;
}
.ow_highbox,
.ow_highbox_table .ow_highbox
{
	border:0px solid #eee;
	border-top: none;
	border-left: none;
}

.ow_highbox_table .ow_highbox
{
	height:50px;
	padding:10px;
}

.ow_highbox_table .ow_highbox .ow_dnd_schem_item{
	float:none;
	margin-bottom:4px;
	margin-right:0;
	width:auto;
}

input[type=text].ow_settings_input{
    width: 40px;
}

/* color picker */
.special_block_top {
	width: 252px;
	height: 7px;
}

.special_block_mid {
	width: 238px;
	padding: 0 7px 5px;
        margin: 0 auto;
}

.special_block_bot {
	width: 252px;
	height: 19px;
}

.colorCode {
	width: 68px;
}

table.colorPicker {
	border-collapse: separate !important;
	border-spacing: 3px !important;
}

table.colorPicker td {
	width: 20px;
	height: 20px;
	padding: 0;
}

/* FloatBox implementation */
#floatbox_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.floatbox_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.floatbox_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

*html #floatbox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#floatbox_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

*html #floatbox_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
body .floatbox_canvas .floatbox_container {
	margin-top: 100px;
}
.floatbox_container {
	position: fixed;
	z-index: 102;
	width: 300px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	border: 8px solid rgba(0, 0, 0, 0.5);
}

.floatbox_header {
	padding: 4px;
	text-align: left;
}

.floatbox_header a.close_btn {
	margin: 2px;
        background: url(images/ow-ic-close.png) no-repeat;
}
.floatbox_title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 12px 0px;
	float: left;
	font-weight: normal;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;	
}
.floatbox_header .ow_box_cap_icons {
	float: right;
	margin-top: 1px;
	background: #D01F1F;
}
.floatbox_body {
	padding: 8px 16px;
	text-align: left;
}
.floatbox_bottom {
	padding: 0px 16px 16px;
	text-align: center;
}
.floatbox_container .ow_bg_color {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

/* End FloatBox implementation */

/* ----  Message (Feedback) styles ---- */
.ow_message_cont{
    left: 50%;
    margin-left: -278px;
    position: fixed;
    top:0;
    width: 556px;
    z-index: 1000;
    margin-top: 25px;
}
.ow_message_node{
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.4);
	line-height: 24px;
	margin:15px;
	padding:7px 12px;
	overflow: auto;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
	box-shadow:0 21px 16px rgba(0,0,0,0.2);
}
.ow_message_node div div{
	padding-right:24px;
}
.ow_message_node a.close_button {
	display:block;
	width:12px;
	height:13px;
	float:right;
	position:absolute;
	top:14px; right:14px;
	background:url(images/message_btn_close.png) no-repeat 50% 50%;
}
/*info*/
.ow_message_cont .ow_message_node.info {
	background: #90c105;
	border-top:1px solid #90c105;
	border-right:1px solid #90c105;
	border-bottom:1px solid #519200;
	border-left:1px solid #90c105;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
	background: #ffbf22;
	border-top:1px solid #ffbf22;
	border-right:1px solid #ffbf22;
	border-bottom:1px solid #ff8f05;
	border-left:1px solid #ffbf22;
}
/*error*/
.ow_message_cont .ow_message_node.error {
	background: #ea400b;
	border-top:1px solid #ea400b;
	border-right:1px solid #ea400b;
	border-bottom:1px solid #d71000;
	border-left:1px solid #ea400b;
}
/* ---- End of the Message (Feedback) styles ---- */

/* thickbox 8aa */
.ow_preloader_content_cont{
	width: 30px;
	height: 30px;
}
/* ~thickbox 8aa */

/* ---- Captcha styles ---- */
span.ic_refresh{
    background: url(images/ic_refresh.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ---- End of Captcha styles ---- */

.alignleft{
	float: left;
}

.alignright{
	float: right;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*----------------------------------------------------------------------BASE_ADD--------------------------------------------------------------------------------*/

.index_customize_box {
	/*width: 985px;*/
}

.fullsize-photo{display: none;}

.ow_ajax_floatbox_preloader {
	width: 100%;
	height: 50px;
}

.ow_border {
    border-style: solid;
    border-color: #d4d4d4;
}

.ow_cursor_pointer {
    cursor: pointer;
}

.ow_break_word{
    word-wrap:break-word;
}
/* ---- Sort styles ---- */
.ow_sort_control {
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e8e8e8;
}
.ow_sort_control a {
	background: #fff;
	display: inline-block;
	color: #666;
	font-size:11px;
	height: 22px;
	padding: 0px 6px 0 7px;
	text-shadow: #fff 1px 1px 0;
	border-style: solid;
	border-color: #dcdcdc;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px 0px -1px;
	outline: 0;
	border-left-width: 1px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}
.ow_sort_control a span {
	display: inline-block;
	line-height: 21px;
}
.ow_sort_control a:first-child {
	border-left-width: 1px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}
.ow_sort_control a:last-child {
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}
.ow_sort_control a.active,
.ow_sort_control a:hover{
	color:#828282;
	text-decoration:none;
	background: transparent url('images/box_menu_active.gif') repeat-x  left top;
}
.ow_sort_control_label {
	padding: 0px 8px 0px 6px;
}

/*td.sort_link{
    width:100%;
}
td.sort_link li{
   display:inline;
   padding: 0 15px 0 0;
}
td.sort_link li.active a {
	font-weight:bold;
	color:#333;
}
td.sort_link li.active a:hover{
	text-decoration:none;
}*/

/* ---- End of Sort styles ---- */

/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 17px;
}
.ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    height: 18px;
    padding: 0px 0px 0px 5px;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-right: 0px solid #ccc;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.ow_context_action_value {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
	color: #666;
    /*color: #3366CC;
	font-weight: bold;
	text-shadow: 1px 1px 0 #F6F6F6;*/
}
.ow_context_more {
    display: inline-block;
    min-width: 10px;
    height: 18px;
    padding: 0px 5px 0px 0px;
    background: url(images/context_action_arrow.png) no-repeat 1px 8px;
    vertical-align: top;
}
.ow_context_action_block .ow_context_action:first-child {
    border-left: 0px solid #ccc;
    border-radius: 2px 0px 0px 2px;
}
.ow_context_action_block .ow_context_action:last-child {
    border-top-right-radius:2px;
	border-bottom-right-radius: 2px;
}
.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
    background: none;
}
.ow_context_action:hover .ow_context_action_wrap {
    display: block;
}
.ow_context_action:hover .ow_context_action_value,
.ow_context_action.active .ow_context_action_value {
	text-decoration: none;
}
.ow_context_action:hover .ow_context_more,
.ow_context_action.active .ow_context_more {
    background: url(images/console_arr_hover.png) no-repeat 1px 8px;
}
.ow_context_action_wrap {
    /*position: absolute;
    right: -1px;
    top: 23px;
	padding-top: 1px;
	max-width: 250px;
    display: none;*/
}
.ow_context_action_list {
	min-width: 100px;
    text-align: left;
	overflow-x: auto;
}
.ow_context_action_list li {
	white-space: nowrap;
}
.ow_context_action_list a {
    font-size: 11px;
    font-weight: normal;
	display: block;
	padding: 3px 5px;
	color: #666;
}
.ow_context_action_list a:hover {
    text-decoration: none;
    color: #fff;
    background: #4c66a4;
    border: #3b5998;
}
.ow_context_action .ow_tooltip {
	display: none;
	top: 9px !important;
}
.ow_context_action_divider {
	line-height: 1px;
	height: 1px;
	background: #dcdcdc;
	border-bottom: 1px solid #fff;
	margin: 1px 0px 0px;
}
/* ---- End of Context Action styles ---- */

/* ---- Cover Context Action styles ---- */
.uh-cover-add-btn-wrap .ow_context_action {
	padding-left: 7px;
}
.uh-cover-add-btn-wrap .ow_tooltip_body {
	padding: 4px 0px;
}
.uh-cover-add-btn-wrap .ow_context_action_list a {
	padding: 4px 12px;
}
.uh-cover-add-btn-wrap .ow_context_action_value {
	color: #666;
}
/* ---- End of Cover Context Action styles ---- */


/* ---- SignIn Form styles ---- */
body.ow.base_sign_in {
background:url(images/sin_bg.jpg); /** OW_Control type:image, key:signbgImage, section:3. SignIn Page Settings, label: SignIn Background image **/
width: 100%;
	height:100%;
	position:absolute !important;
	top:0;
	left:0;
	z-index:97;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.ow_sign_in_cont {
	width:100%;
}
.ow_sign_in_wrap {
	width:702px;
	top: 100px !important;
}
.ow_sign_in_wrap  h2 {
	font-size: 28px;
    line-height: 36px;
	margin: -33px 8px 35px 180px;
	padding:0 40px;
	color: transparent;
border: 0px solid #d2d2d2;
background: url(images/sign_in_logo.png); /** OW_Control type:image, key:signlogoImage, section:3. SignIn Page Settings, label: SignIn Logo image **/
background-repeat: no-repeat !important;
}
.ow_sign_in_wrap form{
	margin:8px;
	padding:40px 40px 22px 40px;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border:1px solid #e7e7e7;
}
.ow_sign_in_wrap form .ow_sign_in{float:left; width:312px;}
.ow_sign_in_wrap form .ow_sign_up {margin:0px 0 0 342px; color: #585858; padding-top: 7px;}
.ow_sign_in_wrap form .ow_sign_up hr{margin:5px 0 15px;}

.ow_sign_in_wrap form .ow_box_cap{
	margin-bottom:0;
	position:relative;
	z-index:99;
}
.ow_sign_in_wrap form .ow_box{
	padding:16px 16px 6px 16px;
	margin-bottom:16px;
	position:relative;
	z-index:98;
}
.ow_sign_in_wrap form .ow_user_name input[type="text"]{margin-bottom:8px;}
.ow_sign_in_wrap form .ow_password input[type="password"] {margin-bottom:16px;}

.ow_sign_in_wrap form .ow_form_options {margin-bottom:6px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {font-size:11px; padding:0 0 0 20px; line-height: 13px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {padding-bottom:5px;}
.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"]{float:left; margin:0px 0 0 -20px; padding:0px;}


.ow_sign_in_wrap form .ow_connect_buttons {padding: 0 0 0 20px;}
.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {float:left;}

.ow_connect_text {
	background: url('images/miniic_li.png') no-repeat left center;
	padding: 0px 0 0 16px;
	margin-right: 16px;
	float: left;
	line-height: 22px;
}
.ow_sign_in .connect_button_list {
	padding: 0px;
	float: left;
}
.floatbox_container .ow_sign_in_wrap form {
	margin: 0px;
	box-shadow: none;
	border: none;
	border-radius: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.floatbox_container .ow_sign_in_wrap h2 {
	display: none;
}

.ow_signin_label {
    display: inline-block;
    height: 14px;
    line-height: 11px;
    margin: 4px 0;
    vertical-align: top;
	color: #9aa9c8;
	font-weight: bold;
}
.ow_signin_label:hover {
  color: white;
}
.ow_signin_delimiter {
    border-right: 1px solid rgba(182, 182, 184, 0.5);
    padding: 5px 7px 0 0;
}
.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 7px 0 0 4px;
    vertical-align: top;
    width: 14px;
}
.ow_ico_signin:last-child {
    margin-right: -4px;
}

/* ---- End SignIn Form styles ---- */

/* ---- My Avatar Widget styles ---- */
.ow_my_avatar_img {

}
.ow_my_avatar_username {
	display: table-cell;
	vertical-align: middle;
}
.ow_my_avatar_cont {
	height: 47px;
	display: table;
	padding-left: 5px;
}
.ow_my_avatar_cont span {
	display: inline-block;
	width: 90px;
	word-wrap: break-word;
}
/* ---- End of My Avatar Widget styles ---- */

/* ----- Chat Styles ---- */
.ow_chat_cont {
	position:fixed;
	bottom:0;
	right:0;
	z-index:88;
}
.ow_chat_wrap {
	position:relative;
}
.ow_chat {
	position:absolute;
	bottom:-9px;
	right:-3px;
}
.ow_chat_block_wrap {
	position:relative;
	float:right;
	margin:0 0 0 10px;
	font-size:11px;
	background:#f1f1f1;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:9px;
}
.ow_chat_block {
	border:1px solid #f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	margin:0px;
}
.ow_chat_block .ow_chat_block_main {
	position:relative;
	display:none;
}
.ow_chat_block.ow_active .ow_chat_block_main {
	display:block;
}
.ow_chat_block .ow_top_panel .ow_count_block,
.ow_chat_block .ow_bot_panel .ow_count_block {
	padding:5px 0;
	margin:0;
	text-align:center;
	color:#000;
	font-weight:normal;
	visibility:visible;
}
.ow_chat_block .ow_bot_panel .ow_count_block {
	padding:5px 0 0 0;
}
.ow_count_block a {
	display:block;
}
.ow_chat_block.ow_active .ow_count_block a:hover{
	background: url(images/chat_tiny_arrow_down.png) 227px 5px no-repeat;	
}
.ow_count_block a:hover{
	background: url(images/chat_tiny_arrow_up.png) 227px 5px no-repeat;	
}
.ow_count_block:hover {
	/*background: #e9e9e9;*/
}
.ow_chat_block .ow_bot_panel {
	position:relative;
	width:252px;
	height:23px;	
}
span.ow_count_txt {
	font-weight: bold;
	padding-right: 5px;
	color: #000;
}
a.ow_btn_settings {
	display:block;
	width:20px;
	height:20px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px; 
	
}
a.ow_btn_settings span{
	display:block;
	width:20px;
	height:20px;
	background:url(images/chat_btn_settings.png) 0px 0px no-repeat; 
}
a.ow_btn_settings:hover span {
	background-position:0 -21px;
}
a.ow_btn_settings.ow_active span {
	background-position:0 -42px;
}
.ow_chat_block .ow_bot_panel a.ow_btn_settings {
	position:absolute;
	left:1px; top:2px;
}
.ow_chat_block.ow_active .ow_bot_panel .ow_count_block {
	visibility:hidden;
}
.ow_chat_in_block {
	margin:1px 4px 1px 1px;
	padding:0;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
.ow_chat_block .ow_chat_search {
	padding:4px 0 4px 32px;
	border-bottom:1px solid #e8e8e8;
	background:#fafafa;
}
.ow_chat_block .ow_chat_search span {
	display:block;
	width:209px;
	height:20px;
	position:relative;
}
.ow_chat_block .ow_chat_search input {
	outline:none;
	width: 200px;
	height: 20px;
	margin:0px 0 0 10px;
	padding:0 23px 0 7px;
	color:#afaeae;
	font-size:11px;
	line-height:18px;
	border: 1px solid #ccc;
	background: #fff none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ow_btn_close_search {
	 display:block;
	 width:20px; height:20px;
	 position: absolute;
	 top:0px; right:-1px;
	 background: url(images/chat_btn_close_search.png) 0px 0px no-repeat;
}
.ow_btn_close_search:hover {
 background: url(images/chat_btn_close_search.png) 0px -21px no-repeat;
}
.ow_chat_list {
	position:relative;
	overflow:hidden;
	height:340px;
}
.ow_scroll {
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:100%;
}
.ow_scroll div {
	position:absolute;
	top:100px;
	right:1px;
	width:4px;
	height:70px;
	background:#999;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
.ow_chat_list ul {
	list-style:none;
	margin:0;
	padding:2px 0;
	background:#fff;
}
.ow_chat_list ul li {
	padding:1px 0;
	margin:0;
}
.ow_chat_list ul li a {
	padding:2px 3px;
	margin:0;
	display:block;
	text-decoration:none;
}
.ow_chat_list ul li a:hover {
	background:#e0e0e0;
}
span.ow_chat_item,
span.ow_chat_item_photo,
span.ow_chat_item_author,
span.ow_chat_item_photo_wrap,
span.ow_chat_item_text {
	display:block;
}
span.ow_chat_item_photo_wrap {
	width:38px;
	height:38px;
	float:left;
	background:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:1;
}

.ow_chat_block.ow_compact .ow_chat_item.ow_active .ow_chat_item_photo_wrap {
	background:#ff7000;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.ow_chat_block.ow_compact .ow_chat_item.ow_active .ow_chat_item_photo_wrap img {
	border-color: #f1f1f1;
}
.ow_chat_block.ow_active.ow_compact .ow_chat_item.ow_active .ow_count_wrap {
	display: none;
}

span.ow_chat_item_photo {
	margin:2px 0 0 2px;
}
span.ow_chat_in_item_photo {
	width:34px;
	height:34px;
	position:relative;
	overflow:hidden;
}
span.ow_chat_in_item_photo img {
	border:1px solid transparent;
}
span.ow_chat_item_author,
span.ow_chat_item_text {
	width:195px;
	float:left;
	color:#444;
	padding:8px 0 0;
	margin:0;
}
span.ow_chat_in_item_author,
span.ow_chat_in_item_text {
	padding:0;
	margin:0 0 0 9px;
	line-height: 20px;
	display: block;
	height: 20px;
	overflow:hidden;
}
.ow_chat_block.ow_active.ow_compact span.ow_chat_item_author {
	display:none;
}
.ow_chat_block.ow_active.ow_compact .ow_bot_panel {
	width:51px;
	height:23px;
}
.ow_chat_block.ow_active.ow_compact .ow_top_panel {
	width:51px;
}
.ow_chat_block.ow_active.ow_compact .ow_chat_search input,
.ow_chat_block.ow_active.ow_compact .ow_chat_search a.ow_btn_close_search {
	 display:none;
}
.ow_chat_block.ow_active.ow_compact span.ow_count_txt {
	display:none;
}
.ow_chat_block.ow_active.ow_compact .ow_bot_panel a.ow_btn_settings {
	display:none;
}
/*.ow_chat_block.ow_active.ow_compact .ow_chat_list {
	height:369px;
}*/
div.ow_chat_dialog.ow_chat_new_message {
	background:#e0e0e0;
}
.ow_author_block.ow_chat_hover:hover {
 /*background: #e9e9e9;*/
}
.ow_chat_block_main .ow_count_wrap {
 	margin-top:1px;
}
.ow_chat .ow_count_block a {
	 height:15px;
}

/*........ow_chat_dialog...........*/
.ow_chat_dialog_wrap {
	position: fixed;
	right: 265px;
	bottom: -5px;
	z-index: 88;
}
.ow_chat_dialog {
	display:none;
	width:251px;
	margin-left:8px;
	font-size:11px;
	background:#f1f1f1;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
	vertical-align: text-bottom;
	position:relative;
}
.ow_chat_dialog .ow_chat_block {
	padding-bottom:4px;
}
.ow_chat_dialog.ow_open {
	display:inline-block;
}
.ow_chat_dialog .ow_author_block {
	padding:3px;
	font-weight:bold;
	width:100%;
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
background-color: #5b74a8;
background-image: url(images/btn_grad.png);
border-color: #29447e #29447e #1a356e;
}
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
text-shadow: 1px 1px #3A3A3A;
}
.ow_chat_dialog.ow_active .ow_author_block a,
.ow_chat_dialog .ow_author_block a{
	display:block;
}
.ow_chat_dialog.ow_active .ow_author_block a.ow_chat_item_author_wrap {
	height:34px;
	width:188px;
}
.ow_chat_dialog .ow_author_block a.ow_chat_item_author_wrap {
	width:224px;
	height:18px;
}
.ow_chat_dialog .ow_author_block span.ow_chat_in_item_photo {
	float: left;
	display:none;
}
.ow_chat_dialog .ow_author_block span.ow_chat_in_item_author {
	margin:0 0 0 3px;
	line-height: 15px;
	height: 18px;
}
.ow_chat_dialog.ow_open.ow_active .ow_chat_item_author_wrap:hover {
	background:url(images/chat_tiny_arrow_down.png) 173px 5px no-repeat; 
}
.ow_chat_dialog.ow_open .ow_chat_item_author_wrap:hover {
	background:url(images/chat_tiny_arrow_up.png) 207px 6px no-repeat; 
}
a.ow_btn_close {
	display:block;
	width:20px;
	height:20px;
}
a.ow_btn_close span{
	display:block;
	width:20px;
	height:20px;
	background:url(images/chat_btn_close.png) 0px 0px no-repeat; 
}
a.ow_btn_close:hover {
	background: #fefefe url(images/chat_btn_close.png) 0px -21px no-repeat; 
}

.ow_chat_in_dialog {
	margin: 1px 1px 4px 1px;
	padding: 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height: 250px;
	display: none;
}
.ow_chat_preloader{
	 display:block;
	 width:16px; height:16px;
	 position:absolute;
	 top: 50%; left: 50%;
	 margin: -8px 0 0 -8px;
	 background: url(images/ajax_preloader_content.gif) no-repeat center center !important;
}
.ow_chat_block.ow_compact .ow_chat_preloader{
	left: 22px;
}
.ow_dialog_item {
	margin:3px;
	padding:5px;
	position:relative;
}
.ow_dialog_item.odd {
	float:left;
	max-width:200px;
}
.ow_dialog_item.even {
	float:right;
	max-width:200px;
}
.ow_dialog_item.odd .ow_dialog_in_item {
	background:#fff;
}
.ow_dialog_item.even .ow_dialog_in_item {
	background:#fafafa;
}
.ow_dialog_in_item p {
	margin:0;
	padding:0;
	color: #444;
	 word-wrap: break-word; 	
}
.ow_dialog_item i {
	position:absolute;
	display:block;
	width:11px;
	height:6px;
	background:url(images/dialog_tail.png) 0 -6px no-repeat; 
}
.ow_dialog_item.odd i {
	top:0;
	left:12px;
}
.ow_dialog_item.even i {
	bottom:0;
	right:12px;
	background-position: 0 -1px;
}
.ow_chat_in_dialog .ow_time_block {
	padding:5px 7px;
	text-align: center;
	margin:0;
	clear:both;
}
.ow_chat_in_dialog .ow_time_block p {
	line-height:20px;
	margin:0;
	padding:0;
}
.ow_chat_in_dialog .ow_time_block p span {
	height: 1px;
	display: block;
	margin: -4px 0px 0px 0px;
}
.ow_chat_in_dialog .ow_time_block p span.ow_time_text {
	position: relative;
	z-index: 9;
	line-height: 17px;
	background: white;
	color: #aaa;
	padding: 0px 2px 0px 0px;
	display:inline;
	margin:0px;
	height: auto;
}
.ow_chat_message_block {
	position:relative;
	overflow:hidden;
	/*padding:0 0 4px 0;*/
	margin:0 3px;
	display: none;
	width:243px;
}
.ow_chat_message_block span.in_chat_item_photo {
	float:right;
}
.ow_chat_message_block .ow_chat_message {
	width:208px;
	float:left;
	position:relative;
}
.ow_input_tail {
	width: 6px;
	height: 10px;
	position:absolute;
	top: 12px; right:0;
	background: url(images/chat_input_tail.png) no-repeat 0 0;
}
.ow_chat_message_block .ow_chat_message textarea {
	height:30px;
	line-height: 20px;
	width:203px;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	position:relative;
	overflow:auto;
	background-image:none;
	padding:4px;
}
.ow_chat_dialog .ow_chat_message_block span.ow_chat_in_item_photo {
	float:right;
}
.ow_chat_dialog .ow_dialog_items_wrap .clearfix {
	width:243px;
}
.ow_chat_dialog.ow_active .ow_chat_block .ow_chat_in_dialog,
.ow_chat_dialog.ow_active .ow_chat_block .ow_chat_message_block,
.ow_chat_dialog.ow_active .ow_chat_block .ow_author_block span.ow_chat_in_item_photo {
	display:block;
}
.ow_chat_dialog .ow_author_block span.ow_chat_item_author {
	padding: 1px 0 0;
}
.ow_chat_dialog.ow_active .ow_author_block span.ow_chat_item_author {
	padding: 8px 0 0;
	width:164px;
}
.ow_dialog_in_item {
	margin:0;
	padding:3px 5px;
	border:1px solid #e8e8e8;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.ow_chat_dialog .ow_author_block .ow_chat_in_item_photo_wrap {
	display: none;
}
.ow_chat_dialog.ow_active .ow_author_block .ow_chat_in_item_photo_wrap {
	width:34px;
	float:left;
}
.ow_chat_dialog.ow_active .ow_author_block .ow_chat_item_author_wrap {
	float:left;
}
.ow_chat_dialog.ow_open .ow_chat_in_item_photo {
	width:34px;
	height:34px;
}
.ow_chat_dialog.ow_open .ow_chat_in_item_photo img{
	border:1px solid trasparent;
}
.ow_chat_dialog.ow_open .ow_chat_in_item_photo:hover img {
	border:1px solid #6b6969;
}
.ow_chat_dialog.ow_open .ow_chat_message_block .ow_chat_in_item_photo img {
	border:none;
}

/*......*ow_chat_settings*&*ow_chat_selector_list......*/
.ow_chat_settings,
.ow_chat_selector_list {
	position:absolute;
	color:#5a5a5a;
	font-size:11px;
	max-width:250px;
	padding:0;
	margin:0;
	z-index:99;
}
.ow_chat_settings .ow_tooltip_body,
.ow_chat_selector_list .ow_tooltip_body {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}
.ow_chat_selector_list {
	bottom:33px;
	left:-1px;
}
.ow_chat_settings {
	bottom:37px;
	left:-1px;
}
.ow_chat_settings.ow_tooltip_bottom_right {
	left:-101px;
}
ul.ow_settings_items,
ul.ow_chat_selector_items {
	min-width:95px;
	overflow-x:auto;
}
ul.ow_settings_items a,
ul.ow_chat_selector_items a {
	color:#5a5a5a;
	display:block;
	text-decoration: none;
	margin-right: 25px;
}
li.ow_settings_item,
li.ow_chat_selector_item {
	padding:0px 8px;
	line-height:24px;
	height:24px;
	min-width: 95px;
	white-space:nowrap;
	border:1px solid transparent;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	text-align:left;
	position:relative;
}
li.ow_settings_item.ow_sets_button:hover,
li.ow_chat_selector_item.ow_sets_button:hover {
	border:1px solid #ccc;
	background: #fff url(images/console_item_bg.png) repeat-x center 0px;
}
input.ow_settings_check {
	margin:7px 7px 0 -4px;
	padding:0;
	float:left;
}
li.ow_settings_item p,
li.ow_chat_selector_item p {
	margin-right:8px;
}
.ow_settings_item label {
 	padding-left: 0px;
}

/*...............ow_chat_dialog_selector.............*/
.ow_chat_selector {
	position: absolute;
	bottom: 0px;
	left: -48px;
	font-size:9px;
	background:#f1f1f1;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.ow_selector_panel {
	position:relative;
	width:41px;
	text-align:right;
}
a.ow_btn_dialogs {
	display:block;
	width:20px;
	height:20px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px; 

}
a.ow_btn_dialogs span{
	display:block;
	width:20px;
	height:20px;
	background:url(images/chat_btn_dialogs.png) 0px 0px no-repeat; 
}
a.ow_btn_dialogs:hover span {
	background-position:0 -21px;
}
a.ow_btn_dialogs.ow_active span {
	background-position:0 -42px;
}
.ow_chat_block .ow_selector_panel a.ow_btn_dialogs {
	position:absolute;
	top:-1px;
	left:1px;
	width:39px;
}
.ow_dialog_count {
	display:block;
	height:18px;
	margin:2px 3px 6px 3px;
	padding:0 4px 0 0;
}
.ow_selector_panel .ow_count_wrap,
.ow_chat_dialog .ow_count_wrap {
	position: absolute;
	top:-10px;
	left:-10px;
}
.ow_chat_selector_item .ow_count_wrap {
	position:absolute;
	right:5px;
	top:5px;
}

/*...........ow_chat_notifications.........*/
.ow_chat_notification_wrap {
	position:fixed;
	bottom:444px;
	right:-3px;
	z-index:99;
}
.ow_chat_notification {
	float:right;
	clear:right;
	margin-bottom:10px;
	width:254px;
	font-size:11px;
	background:#f1f1f1;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}
.ow_chat_notification .ow_author_block {
	height:39px;
	margin:2px;
	overflow:hidden;
	padding:0;
	position:relative;
}
.ow_chat_notification:hover {
	background: #e9e9e9;
}
.ow_chat_notification .ow_chat_item_photo_wrap {
	background:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.ow_chat_notification .ow_chat_item_photo img {
	border:1px solid transparent;
}
.ow_chat_notification span.ow_chat_item_author,
.ow_chat_notification span.ow_chat_item_text {
	padding: 9px 0 0 0;
	width: 170px;
}
.ow_chat_notification .ow_author_block a.ow_btn_close {
	position:absolute;
	right:3px;
	top:8px;
}
.ow_chat_notification.ow_compact span.ow_chat_item_author {
	display:none;
}
.ow_chat_notification.ow_compact a.ow_btn_close {
	display:none;
}
.ow_chat_notification.ow_compact {
	width:53px;
}
.ow_puller {
	position: absolute;
	top: -10px;
	left: 0;
	width: 210px;
	height: 15px;
	cursor: row-resize;
	display:none;
}
.ow_chat .ow_puller {
	width: 250px;
	margin-left: 10px;
}
.ow_chat_dialog.ow_open.ow_active .ow_puller,
.ow_chat .ow_puller {
	display:block;
}
.ow_chat_list ul li a.ow_chat_item {
	position:relative;
}
.ow_chat_list ul li a.ow_chat_item .ow_count_wrap {
	position: absolute;
	top:12px;
	right:10px;
}

/*...safari-fix...*/
.ow_chat_cont a:hover,
.ow_chat_dialog_wrap a:hover,
.ow_chat_notification_wrap a:hover{
	text-decoration: none;
}

/*... dialog_active_styles....*/
.ow_chat_dialog.ow_chat_dialog_active {
	border-color: #ccc;
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_message_block .ow_chat_message textarea {
	border-color: #ccc;
}
.ow_chat_dialog.ow_chat_dialog_active .ow_chat_message_block .ow_chat_message .ow_input_tail {
	background: url(images/chat_input_tail.png) no-repeat 0px -10px;
}
.ow_chat_block.ow_chat_block_active {
    border: 1px solid #E9E9E9 !important;
}
/*... end ...*/

/*... dialog_offline_styles...*/
.ow_chat_list .ow_chat_offline .ow_chat_in_item_author{
	color:#a1a1a1;
	font-style:italic;
}
.ow_chat_dialog.ow_chat_offline .ow_chat_block{
	background: #e6e6e6;
}
.ow_chat_offline.ow_chat_dialog_active {
	border-color:#ccc;
}
.ow_chat_dialog.ow_chat_offline .ow_chat_in_item_author{
	color: #a1a1a1;
	font-style:italic;
	font-weight:normal;
}
.ow_chat_dialog.ow_chat_offline .ow_chat_in_dialog,
.ow_chat_dialog.ow_chat_offline .ow_chat_message_block .ow_chat_message textarea,
.ow_chat_offline .ow_chat_in_dialog .ow_time_block p span.ow_time_text{
	background: #f4f4f4;
}
.ow_chat_dialog.ow_chat_offline .ow_time_block.ow_chat_offline .ow_time_text {
	color: #444;
	font-style:italic;
	font-size:10px;
}
.ow_chat_offline.ow_chat_dialog_active .ow_chat_message_block .ow_chat_message textarea {
	border-color:#ccc;
}
.ow_chat_offline .ow_input_tail,
.ow_chat_offline.ow_chat_dialog_active .ow_input_tail {
	background: url(images/chat_input_tail.png) no-repeat 0 -20px;
}
/*... end ...*/
/* ----- End Chat Styles ---- */

/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/miniic_live.png) center center no-repeat;
	margin-right: 4px;
}
.ow_miniic_live .ow_lbutton {
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 4px;
	 line-height: 12px;
	 height: 12px;	 
}
.ow_miniic_live .ow_preloader_content{
	 height: 16px;
	 width: 16px;
	 display: inline-block;
	 vertical-align: middle;
	 background-position:center center;
}
.ow_miniic_live .ow_preloader_content.ow_hidden {
	display: none;
}
.ow_miniic_live .ow_lbutton.ow_green {
	color: #666;
}
/* ---- End Live Member Icon ---- */

.ow_field_eye {
	padding-left: 14px;
	background:url(images/miniic_field_eye.png) 0 7px no-repeat; 
	display: inline-block;
}
.ow_oembed_attachment .attachment_left embed, .ow_oembed_attachment .attachment_left object, .ow_oembed_attachment .attachment_left iframe {
    height: auto !important;
    width: 100% !important;
}
.ow_oembed_attachment {
    padding-right: 0 !important;
    position: relative;
}
.ow_user_list .ow_item_set3 {
    width: 31%;
    word-wrap: break-word;
}
.ow_user_list_item {
    float: left;
    padding: 10px 1%;
    position: relative;
}
.ow_content a[rel~="attachment"], .ow_ipc_content a {
    max-width:100%;
}
.ow_content a[rel~="attachment"] img , .ow_ipc_content a img{
    max-width:100%;
	height:auto;
}
.ow_ws_video iframe {width:100% !important;height:100% !important;}
.ow_ws_video {display:block;max-width:400px; width:100%;margin: 10px auto;height:225px;}
.banner1 {margin:10px auto;text-align:center;clear:both;background: none repeat scroll 0 0 #F6F7F8; border: 1px solid #B6B6B8;}

.ow_photo_upload_wrap {
cursor: default;
}
.ow_photo_upload_wrap .ow_suggest_field input {
background: #3B5998;
color: white;
}

.ow_comments_input .ow_attachment_icons {
top: 10px;
}
#place_sections > div > div.ow_sidebar {
margin-top: 10px;
top: 33px;
}
body > div.ow_footer > div > div {
margin-left: 40px;
}
.ow_oembed_video_cover:hover {
    background-color: transparent;
}
.ow_ipc_content img {
width: 98%;
}
.ow_mailbox_conv_options {
border-color: #BDBDBD;
}

/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */
/* ---- RESPONSIVE ---- */
.show_mob, #navigationmob , #moblogo, .mob_sidebar {display:none;}
@media screen and (max-width: 1405px) {
.ow_photo_holder {
    padding-top:75.4%;
	width: 100%;
}
.ow_photo_stage {
    height: 100% !important;
    width:auto !important;
	position:static !important;
}
.ow_photo_stage img {
    height: 100% !important;
    width:auto !important;
	display:block;
	position:absolute !important;
	left:0 !important;
	top:0 !important;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
}

@media screen and (max-width: 1250px) {
.ow_video_player {
    padding:75.4% 2% 0 !important;
	width: 96%;
}
.ow_video_player iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_sign_in_wrap h2 {
    margin: -33px 8px 35px 300px;
}
}

@media screen and (max-width: 1024px) {
.ow_page_container {
width: 99%;
}
.ow_canvas {
width: 100%;
}
.ow_page_container .ow_page {
padding: 10px 10px 10px 62px;
}
img.ow_header_img {
    margin-left: 38px;
	width: 96%;
}
.add_btn_cont {
    position: relative !important;
    right: 0;
    top: 0;
	margin:10px ;
}
.ow_dragndrop_panel .ow_dnd_schem_item {
    width: inherit !important;
}

.ow_content a {
    color: #2A80AE;
    display: inline-block;
    margin-bottom: 5px;
}
body, html {min-width: 250px;}
.ow_user_list .ow_item_set3 {
    width: 31%;
    word-wrap: break-word;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_group_list .ow_ipc_picture img {height: auto;padding: 3px 1%; width: 98%;}
.ow_group_list {
    margin-left: 1px;
    width: 100%;
}
.ow_event_list {
    margin-left: 1px;
    width: 100%;
}
.ow_event_list .ow_ipc_picture img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B8;
    height: auto;
    margin-top: 0;
    padding: 3px 2%;
    width: 92%;
}

.ow_group_list .ow_ipc_info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B8;
    display: inline-block;
    height: auto;
    margin-left: 2%;
    max-height: inherit;
    padding: 6px 1% 6px 2%;
    vertical-align: top;
    width: 73%;
}
.ow_group_list .ow_ipc_header {
    margin: 0px 0px 0px;
}
.ow_event_list .ow_ipc_info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B8;
    display: inline-block;
    height: auto;
	min-height:88px;
    margin-left: 2%;
    max-height: inherit;
    padding: 6px 1% 6px 2%;
    vertical-align: top;
    width: 70%;
}
.ow_event_list .ow_ipc_header {
    margin: 0px 0px 0px;
}
.ow_box_toolbar {
    float: right;
    font-size: 11px;
    margin-top: 16px;
    white-space: normal;
}
.ow_box_toolbar span {
    margin-bottom: 5px;
    padding: 0 2px 0 0;
}

.ow_box_empty.ow_std_margin.clearfix.ow_break_word  img{
    height:auto;
	width:100%;
	max-width:295px;
}
.ow_sign_in_wrap h2 {
    margin: -33px 8px 35px 110px;
}
}
@media screen and (max-width: 900px) {
.ow_menu_wrap {display:none;}
.ow_canvas, .ow_footer .ow_canvas {
    width: 100% !important;
}
img.ow_header_img {
    margin-left: 0px;
	width: 98%;
}
#navigationmob {
	/*display:block; */
	border-bottom: 1px solid #4C66A4;
    padding-top: 0;
	position:fixed;
	z-index:80;
	background: #3B5998;
	height: 100%;
}
#navigationmob:hover {
	overflow-y: auto;
	width:200px;
	height: 90%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
#navigationmob::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ccc;
}
#navigationmob::-webkit-scrollbar-thumb {
    background: #555;
    border-right: none;
    border-radius: 5px;
	border-right: 1px solid #4c66a4;
}
#navigationmob .ow_main_menu:hover {
    height: 90%;
    padding-bottom: 50px;
}
.upst {margin-left:200px !important;}
.ow_page_container.upst .ow_canvas .ow_page.ow_bg_color.clearfix ,
.ow_page_container.upst .ow_canvas .ow_page.ow_bg_color.clearfix .ow_newsfeed .ow_newsfeed_item{
background: #eee;
}
.show_mob {
    display: inline-block;
    margin:-5px 10px 0;
	float:left;
}
#showmenu {
    display: inline-block;
    height: 28px;
    left: 0;
    margin-left: -10px;
    position: static;
    vertical-align: middle;
    width: 40px;
	background-image: none;
}
#showmenu span {
    background: url(images/menu.png) no-repeat scroll center center transparent;
    display: block;
    height: 28px;
    margin: 0;
    vertical-align: middle;
    width: 40px;
}
.ow_logo_wrap a {
    height: auto;
    left: 0;
    position: static;
    top: -8px;
    width: auto;
    z-index: 100;
}
.ow_logo_wrap a#reglogo {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 28px;
    left: 0;
    position: relative;
    top: -5px;
    width: 200px;
    z-index: 100;
	float:left;
}
a#moblogo {
    background-image: url("images/home.png");
    background-position: center center;
    background-repeat: no-repeat;
    /*display: inline-block;*/
	display:none;
    font-size: 0;
    height: 28px;
    left: 0;
    position: relative;
    top: -5px;
    width: 40px;
    z-index: 100;
	float:left;
}
#navigationmob .ow_main_menu {
    display: table-cell;
    font-family: 'Helvetica Neue',Helvetica,Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 200px;
	height:auto;
}
.ow_main_menu li {
    display: inline-block;
    padding: 0;
	border-right: 1px solid #4C66A4;
	border-bottom: 1px solid #4C66A4;
	width:99%;
	float:left;
	margin-right:-1px;
	height:30px;
}

.ow_page_container .ow_page {
    color: #333333;
    min-height: 400px;
    padding: 10px;
}
body .floatbox_canvas .floatbox_container {
    margin-top: 100px;
    max-width: 80%;
}

.ow_sign_in_wrap {
    left: 5% !important;
    margin: 0 !important;
    position: absolute;
    top: 100px;
    width: 90% !important;
	max-width:702px;
}
.ow_sign_in_wrap form .ow_sign_in {
    float: none;
    width: 100%;
	text-align:center;
}
input[type="text"], input[type="password"] {
    -moz-box-sizing: border-box;
    height: 30px;
    line-height: 22px;
    width: 100%;
	max-width:312px;
	margin: 0 auto 8px;
}
.ow_sign_in_wrap form .ow_sign_up {
    color: #585858;
    margin: 0;
    padding-top: 7px;
}
.ow_forgot_password {
    margin: 0 auto;
    padding: 100px 10px;
    width: 300px;
}
.ow_message_cont {
    left: 0;
    margin: 25px auto 0;
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 1000;
}
.ow_page_container {
    margin: 0 auto 16px;
    width: 99%;
}

.ow_console_invt_no_img .ow_console_invt_txt {
    width: 211px;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_console_list_wrapper {
    width: 330px !important;
}
.ow_ddindex { margin: 15px auto 0 ;}

.ow_header {
    margin: 24px auto 0;
    padding: 0 185px 0 0;
    width: 815px;
}
.ow_header {
    margin: 40px auto 0;
    padding: 0;
    width: 100%;
}
.ow_footer {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #D4D4D4;
    clear: both;
    color: #AAAAAA;
    height: 96px;
    margin-left: 0;
    margin-top: -99px;
    padding: 1px 0;
    position: relative;
}
.ow_blogs_list .ow_ipc_info {
    padding-top: 65px !important;
    margin-left: 1px !important;
    margin-top: -41px;
}
.ow_blogs_list .ow_ipc_info .ow_ipc_header {
    margin: -50px 60px 20px;
}
.ow_user_list .ow_avatar img {
    width: 40px;
    height: 40px;
    max-width: 40px;
}
.ow_user_list_data {
    height: 50px;
    margin-top: 1px;
    margin-left: 50px;
    margin-right: 0px;
    background: #f7f7f7;
    border: 1px solid #d2d2d2;
    padding: 1px 1px 1px 5px;
}
}

@media screen and (max-width: 768px) {

.ow_chat_list {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.ow_console .ow_tooltip .ow_tooltip_body {
    max-width: 330px;
}
.ow_page { margin: 0  auto;}
.ow_content {
    float: none;
    width: 100%;
}
.ow_sidebar { position: relative; width: 100%; }
.ow_sidebar:hover { width: 100%; }
.mob_sidebar {display:none;}
.mob_sidebar .ow_dnd_widget {
    float: left;
    position: relative;
    right: initial;
    width: 45%;
	margin:10px 2%;
}
.ow_sidebar {
    margin-left: 1px;
}

#page_upload_advanced {
    width: 100%;
}
.ow_narrow {
    overflow: hidden;
    width: 100%;
}
.ow_wide {
    overflow: hidden;
    width: 97%;
}
.ow_blogs_list .ow_ipc_info {
    padding-top: 65px !important;
    margin-left: 1px !important;
    margin-top: -41px;
}

.ow_invitation_list .ow_tooltip_top_right.ow_tooltip {
    left: -150px;
    right: auto;
}
.ow_friend_request_list .ow_tooltip_top_right.ow_tooltip {
   left: -100px;
    right: auto;
}
.ow_console .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 148px -2px;
    width: 100%;
}
.ow_console .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 98px -2px;
    width: 100%;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_comments_list .ow_context_action_list a {
    padding: 4px 11px;
}
.ow_content_menu li {
    padding-left: 1px;
}
.ow_user_list .ow_avatar img {
    width: 40px;
    height: 40px;
    max-width: 40px;
}
.ow_user_list_data {
    height: 55px;
    margin-left: 47px;
    padding: 2px 1px 1px 6px;
}
div.ow_console_item.ow_console_dropdownC {
	display: none !important;
}
}
@media screen and (max-width: 668px) {
.ow_content_menu span {
background-position: 8px 5000px;
padding: 4px 8px 4px 8px;
}
}
@media screen and (max-width: 568px) {
/*.ow_logo_wrap a#reglogo { display:none;}
a#moblogo {display: inline-block;}*/
.ow_group_list .ow_ipc_info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B8;
    display: inline-block;
    height: auto;
    margin-left: 1%;
    max-height: inherit;
    padding: 6px 1% ;
    vertical-align: top;
    width: 72%;
}
.ow_box_empty.ow_std_margin.clearfix.ow_break_word  img{
    height:auto;
	width:100%;
	max-width:295px;
	float:none !important;
	display:block;
	margin: 10px auto !important;
}
.ow_site_panel {
	height: 76px;
}
.ow_header {
margin: 77px auto 0;
}
.ow_console {
    color: #666666;
    font-size: 11px;
    height: 40px;
    position: fixed;
    right: 5px;
    top: 41px;
    z-index: 100;
}
.ow_page_container .ow_page {
    margin: 0px auto;
}

.ow_content_menu li {
    float: none !important;
    margin: 10px 0;
	width: 42%;
}
.ow_content_menu span {
background-position: 8px 5000px;
padding: 4px 4px 4px 8px;
}
.ow_console_list_wrapper {
    min-height: 60px;
    overflow-y: auto;
    width: 300px !important;
    word-wrap: break-word;
}
.ow_console_invt_no_img .ow_console_invt_txt {
    width: 211px;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}

.show_mob {
    display: inline-block;
    float: left;
    margin: -5px 0px 0;
}
.ow_supernarrow {
    font-size: 11px;
    overflow: hidden;
    width: 100%;
}
.ow_superwide {
    overflow: hidden;
    width: 100%;
}
span.ow_button {margin: auto;}
.ow_blogs_list .ow_ipc_info {
    padding-top: 65px !important;
    margin-left: 1px !important;
    margin-top: -41px;
}
.ow_blogs_list .ow_ipc_info .ow_ipc_header {
   margin: -60px 55px 20px;
}
.uh-toolbox {
    margin-left: auto !important;
}
.ow_add_content {
    background-position: 10px;
    color: #666;
    font-size: 13px;
}

div.ow_console_item.ow_console_dropdownC {
	display: none !important;
}
}

@media screen and (max-width: 480px) {

.ow_console_invt_no_img .ow_console_invt_txt {
    width: auto;
}
.ow_tooltip_top_right.ow_tooltip {
    left: -112px;
    margin-top: 0;
    position: absolute;
    right: initial;
    top: 27px !important;
}
.ow_console_list_wrapper {
    min-height: 60px;
    overflow-y: auto;
    width: 250px !important;
    word-wrap: break-word;
}
.ow_invitation_list .ow_tooltip_top_right.ow_tooltip {
    left: -100px;
}
.ow_notification_list .ow_tooltip_top_right.ow_tooltip {
    left: -125px;
}
.ow_console .ow_notification_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 120px -2px;
	width: 100%;
}
.ow_console .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 5px -2px;
    display: block;
    margin: 0 auto;
	width: 65px;
}
.ow_console .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 14px -2px;
    display: block;
    margin: 0 auto;
	width: 65px;
} 
.ow_console .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 0px -2px;
    width: 155px;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_video_list_item {
    float: left;
    height: auto;
    margin: 5px 1%;
    padding: 5px 0;
    text-align: center;
    width: 97%;
}
div.gh-description {
    margin: 8px 0px 0px 100px;
}
.ow_video_thumb, .ow_video_list_item img {
    margin: 0 auto;
}
.ow_user_list .ow_item_set3 {
    width: 98%;
}
.ow_logo_wrap a#reglogo {
    width: 200px;
}
.ow_site_panel {
    height: 76px;
}
.ow_console {
    color: #666666;
    font-size: 11px;
    height: 40px;
    position: fixed;
    right: 0px;
    top: 41px;
    z-index: 100;
}
.ow_header {
    margin: 77px auto 0;
    padding: 0;
    width: 100%;
}
a#moblogo {
	float: right;
	margin-right: 20px;
}
.ow_content_menu li {
    float: none;
    margin: 10px 0;
    padding-left: 5px;
}
.ow_right {
    float: right;
}
.ow_btn_delimiter.ow_right {
float: right;
width: 50%;
margin-right: 5px;
}
.ow_btn_delimiter.ow_right span.ow_button {
margin-top: 8px;
}
.ow_photo_list_wrap {
padding-top: 15px;
}
.ow_photo_upload_wrap .ow_suggest_field input {
width: 260px!important;
}
.ow_dnd_clonable_components { float: right !important;width: 40%;}
.ow_dnd_content_components {
    padding: 10px 0;
    width: 50%;
}
.mob_sidebar .ow_dnd_widget {
    float: left;
    margin: 10px 2%;
    position: relative;
    right: initial;
    width: 95%;
}
.ow_add_content {
    background-position: 10px;
    color: #666;
    font-size: 13px;
}

.ow_sign_in_wrap h2 {
    margin: -33px 8px 35px 45px;
}
div.ow_console_item.ow_console_dropdownC {
	display: none !important;
}
.ow_photo_context_action:hover .ow_tooltip {
    margin-left: 30px !important;
}
.ow_chat_dialog, .ow_chat_dialog_wrap, .ow_chat_message_block .ow_chat_message textarea, .ow_chat_dialog .ow_dialog_items_wrap .clearfix {
	width: 98.7% !important;
	left: 0px !important;
	right: 5px !important;
}
.ow_chat_dialog{
	margin-bottom: 2px;
}
}

@media screen and (max-width: 360px) {
.ow_page_container.upst {
width: 99%;
}
img.ow_header_img {
width: 97%;
}
}
@media screen and (max-width: 320px) {
.ow_ws_video {
    display: block;
	max-width: 400px;
	width: 100%;
	margin: 10px auto;
	height: 140px;
}
.ow_tooltip_top_right.ow_tooltip {
    left: -110px;
    margin-top: 0;
    position: absolute;
    right: initial;
    top: 27px !important;
}
.ow_main_menu li {
    width: 99%;
}

.banner1 {
    margin: 10px 0 10px -9px;
}
.ow_console_list li {
    padding: 5px;
}
.ow_console_invt_txt {
    width: auto;
}
.ow_invitation_list .ow_tooltip_top_right.ow_tooltip {
    left: 0px;
    right: auto;
}
.ow_friend_request_list .ow_tooltip_top_right.ow_tooltip {
    left: -45px;
    right: auto;
}
.ow_notification_list .ow_tooltip_top_right.ow_tooltip {
    left: -125px;
}
.ow_console .ow_invitation_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 2px -2px;
    width: 100%;
}
.ow_console .ow_friend_request_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: -2px -2px;
    width: 150px;
}
.ow_console .ow_mailbox_items_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 15px -2px;
}
.ow_console .ow_notification_list .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 20px -2px;
    display: block;
    margin: 0 auto;
    width: 50px;
}
.ow_tooltip.ow_newsfeed_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -82px;
    top: 9px !important;
}
.ow_tooltip.ow_comments_context_tooltip.ow_small.ow_tooltip_top_right {
    left: -81px;
    top: 10px !important;
}
.ow_logo_wrap a#reglogo {width: 200px;}
.ow_newsfeed.ow_smallmargin {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    background: none;
    margin-left: 6px;
    margin-right: 6px;
}
.ow_user_list .ow_item_set3 {
    width: 90%;
    word-wrap: break-word;
}
.ow_blogs_list .ow_ipc_info {
    padding-top: 65px !important;
    margin-left: 1px !important;
	margin-top: -41px;
}

.ow_sign_in_wrap {
    left: 5% !important;
    margin: 0 !important;
    position: absolute;
    top: 200px;
    width: 90% !important;
}
table.ow_form td.ow_value {
    color: #666666;
    text-align: right;
    width: 45%;
	max-width:200px;
}
input[type="text"], input[type="password"] {
    margin: 0 auto 8px;
    max-width: 200px;
    width: 100%;
}
.ow_box_empty.ow_no_cap.ow_break_word {
    padding: 5px 0;
}
.ow_table_1, .ow_table_2, .ow_table_3 {
    display: block;
    margin-bottom: 25px;
    width: 100%;
}
table.ow_form td.ow_desc {
    display: none;
}
div.ow_console_item.ow_console_dropdownC {
	display: none !important;
}
.ow_console_list_wrapper.OW_ConsoleListContainer {
    left: 0px;
    margin-left: 0px;
}

}
/* ---- Copyright by Roxwall - You need to Purchase License to use these Codes ---- */