﻿/**************** <Global> *****************/
html.weembo, .weembo body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    border:none;
}
.weembo h1
{
	font-size:1.8em;
	/*margin:.3em 0em .3em 0em;*/
}
.weembo h2
{
	font-size:1.35em;
	/*margin:.3em 0em .3em 0em;*/
}
.weembo a
{
	text-decoration:underline;
}
.weembo a:hover
{
	text-decoration:none;
	
}
.weembo input[type=file]
{
	margin:0px;
	position:relative;
	top:-2px;
}
.weembo input[type=password]
{
	font-family:Arial, Sans-Serif;
}
.weembo a img
{
	border:none;
}
/**************** </Global> *****************/

/**************** <Grid> *****************/
.weembo .ui-jqgrid tr.jqgrow td
{
	height:20px;
}

.weembo .ui-jqgrid tr.jqgrow td img
{
	border:none;
	vertical-align:top;
}

.weembo .ui-jqgrid tr.jqgrow td a:hover
{
	text-decoration:underline;
}

.weembo .ui-jqgrid .ui-jqgrid-htable th 
{
	height:20px;
}

.weembo tr.jqgrow td 
{
	cursor:pointer;
}


/*Hack to fix the title*/
.weembo .ui-jqgrid .ui-jqgrid-title
{
	/*font-size:1.2em;*/
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.weembo .ui-jqgrid .ui-jqgrid-titlebar 
{
	margin:0px;
}

/*Go back to the old sorted style*/
.weembo .ui-jqgrid .ui-jqgrid-hbox .ui-grid-ico-sort.ui-icon.ui-state-disabled
{
    display:none;
}
.weembo .ui-jqgrid .ui-jqgrid-hbox .ui-grid-ico-sort.ui-icon
{
    margin-top:0px;
}



/**************** </Grid> *****************/

/**************** <Dialog> *****************/
.weembo .noclose a.ui-dialog-titlebar-close
{
	display:none;
}
.weembo .fixedDialog
{
    position:fixed;
}
/**************** </Dialog> *****************/

/**************** <Buttons> *****************/
/*http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/*/
.weembo .fg-button { outline: 0; margin:0 4px 0 0; padding: .3em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; -moz-user-select:none; }
.weembo .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

.weembo a.fg-button { float:left; }

/* remove extra button width in IE */
.weembo button.fg-button { width:auto; overflow:visible; }

.weembo .fg-button-icon-left { padding-left: 2.1em; }
.weembo .fg-button-icon-right { padding-right: 2.1em; }
.weembo .fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.weembo .fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.weembo .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.weembo .fg-buttonset { float:left; }
.weembo .fg-buttonset .fg-button { float: left; }
.weembo .fg-buttonset-single .fg-button, 
.weembo .fg-buttonset-multi .fg-button { margin-right: -1px;}

.weembo .fg-toolbar { padding: .5em; margin: 0;  }
.weembo .fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.weembo .fg-toolbar .fg-button { font-size: 1em;  }
/**************** </Buttons> *****************/

/**************** <Menus> *****************/
.weembo #mainMenu
{
    padding:0px;
}
.weembo #mainMenu ul li a
{
	font-size:14px;
	font-weight:bold;
}
.weembo #subMenu ul.subMenuBlock a
{
	width:160px;
}
.weembo #subMenu .subMenuBlock a
{
	margin:3px;
	text-align:left;
}

.weembo td.subMenu
{
	/*padding-right:5px;*/
	display:block;
	width:208px;
}

.weembo .quickLinks a,
.weembo .commonTasks a
{
	padding:1px;
	display:block;
}

.weembo .subMenuBlock
{
	margin-bottom:10px;
}
/**************** </Menus> *****************/

/**************** <Forms> *****************/
.weembo .form
{
	width:700px;
	clear:both;
}
.weembo .form div.ui-widget-header 
{
	padding:3px 2px 2px 3px;
	
}


.weembo .form  div.formbody
/*.form > div.ui-widget-content*/
{
	padding:10px;
}

.weembo .form div.ui-widget-content table.form-content
{
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	margin-bottom:10px;
	padding-bottom:10px;
}
.weembo .form col.label
{
	width:150px;
}

.weembo .form input[type=text],
.weembo .form input[type=password],
.weembo .form textarea
{
	width:370px;
}
.weembo .form select
{
	width:374px;
}

.weembo input.ui-state-error
{
	margin:1px;
}
.weembo div.errors
{
	display:none;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
}
.weembo div.errors label.ui-state-error
{
	border:none;
	background:none;
}
.weembo div.errors label
{
	display:block;
}


.weembo .form input.number,
.weembo .form input.date,
.weembo .form input.percent,
.weembo .form input.currency,
.weembo .form input.integer,
.weembo .form input.digits,
.weembo .form input.time,
.weembo .form input.phone,
.weembo .form input.small
{
	width:120px;
}


.weembo .formtable a.fg-button
{
	float:none;
	padding-top:.1em;
	padding-bottom:.1em;
}
.weembo .formtable input[type="text"],
.weembo .formtable select
{
	width:100%;
}
.weembo .formtable tr.jqgrow td
{
	cursor:default;
}

.weembo .form .layoutTable
{
    width:370px;
    table-layout:fixed;
}
.weembo .form .layoutTable input.fill
{
    width:100%;
}

.weembo .form input[type="text"].medium, 
.weembo .form input[type="password"].medium, 
.weembo .form textarea.medium {
    width:180px;
}
.weembo .form select.medium {
    width:186px;
}

.weembo .im-upload-cur-del{display:none;}
.weembo .im-upload-cur{padding-top:5px;}
.weembo .im-upload-new input[type=file]{margin-top:2px;}

/**************** </Forms> *****************/

/**************** <Layout> *****************/
.weembo .breadcrumbs a,
.weembo .breadcrumbs span
{
	font-size:.9em;
}

.weembo .ui-datepicker-trigger
{
	vertical-align:top;
}
.weembo .topbanner
{
	background-image:url(../images/topbackground.png);
	height:136px;
}
.weembo .imlogo
{
	display:block;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:275px;
	height:80px;
}
.weembo .logo
{
	display:block;
	background-image:url(../images/weembo.png);
	background-repeat:no-repeat;
	width:72px;
	height:22px;
	margin:5px 10px 5px 10px;
}
.weembo body.dark .logo
{
	background-image:url(../images/weembo_white.png);
}
.weembo .watermark
{
	display:block;
	background-image:url(../images/logo_watermark.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
}

/**************** </Layout> *****************/

.weembo table.expandable tr.template{display:none;}
.weembo .form div.ui-hr
{
    padding:0px;
    margin:10px 0px 10px 0px;
}
.weembo .form div.ui-thinhr
{
    padding:0px;
    border-top:none;
    margin:10px 0px 10px 0px;
}
.weembo .ui-widget
{
    font-size:inherit;
}
.weembo .bigwatermark
{
	background-image:url(../images/weembo_bigwatermark.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:320px;
	position:relative;
}
.weembo body.ie6 .bigwatermark
{
	background-image:url(../images/weembo_bigwatermark_white.png);
}

.weembo .wizard,
.weembo .wizard span
{
	vertical-align:middle;
}

.weembo .wizard .sel,
.weembo .wizard .step
{
	margin:0px -16px 0px 0px;
	display:inline-block;
	vertical-align:middle;
}
.weembo .wizard .arrow
{
    background-image:url(../images/wizard_arrow.png);
    width:30px;
    height:30px;
    background-position:right center;
    background-repeat:no-repeat;
    position:relative;
    display:inline-block;
}
.weembo body.ie6 .wizard .arrow
{
	background-image:url(../images/wizard_arrow.gif);
}
.weembo .wizard .sel .caption
{
    font-size:18px;
    margin-top:0px;
}
.weembo .wizard .caption
{
    margin-left:20px;
    margin-right:10px;
    vertical-align:middle;
    
}
.weembo .wizard .last .arrow
{
	width:1px;
	background-image:none;
}
.weembo .wizard .caption a
{
	text-decoration:underline;
}
.weembo .wizard .caption a:hover
{
	text-decoration:none;
}




