/************************************************************
 General style
************************************************************/
/** html element, width,height is IMPORTANT for GWT capture key event in IE browser. **/
html,body {
	background-color: #6988A2;
	/** background: url('../images/bg.png') repeat; **/
	line-height: 16px;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#page {
	margin: 1px auto;
	width: 100%;
}

#header{
	background-color:#3C5A76;
	border-bottom:2px solid #699ddd;
	text-shadow:#0E0F14 0 1px 3px;
	font-weight:bold;
	font-size:12px;
	line-height: 20px;
	height:32px;
}

#header a {
	color: #fff;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#navbar {
	padding-left:10px;
	float: left;
	color: #fff;
}
#navbar img{
	padding: 3px;
}
#search {
	float: right;
	color: #fff;
}

#login {
	padding-right:10px;
	float: right;
	color: #fff;
}

#leftmenu {
	display: none;
	background-color: #fff;
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 1px;
	/** There is hard code value in ClientConstants.DEFAULT_MENU_TOP **/
	top: 58px;
	left: 0pt;
	position: absolute;
}

#rightmenu {
	display: none;
	margin: 0px 6px 0px 4px;
	/** There is hard code value in ClientConstants.DEFAULT_MENU_TOP **/
	top: 58px;
	right: 0pt;
	position: absolute;
}

.left-sidebar {
	width: 100%;
}
.right-sidebar{
	width: 100%;
}
.right-sidebar .action{
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 10px;
	font-size:12px;
	font-weight:bold;
	background-color: #EEEEEE;
	text-align: center;
	padding:10px;
	margin:12px 5px 12px 5px;
}
.left-sidebar-btn{
	z-index: 10;
	opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter: alpha(opacity=25);
	border-right: #3C5A76 1px solid;
	border-top: #3C5A76 1px solid;
	border-bottom: #3C5A76 1px solid;
	background-color: #3C5A76;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	width:20px;
	height:25px;
	top:32px;
	left:0px;
	position:absolute;
}

.right-sidebar-btn{
	z-index: 10;
	opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter: alpha(opacity=25);
	border-right: #3C5A76 1px solid;
	border-top: #3C5A76 1px solid;
	border-bottom: #3C5A76 1px solid;
	background-color: #3C5A76;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	width:20px;
	height:25px;
	top:32px;
	right:0px;
	position:absolute;
}
#globalMessage{
	padding-left:12px;
}
#content {
	display: block;
	background-color: #fff;
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 1px;
	/** !!! This value should corresponding values from skins/default/scripts/view.js !! **/
	margin: 25px 25px 25px 25px;
	padding: 12px;
}

/*layout of the footer - the bottom of the box */
#footer {
	width: 98%;
	height: 10px;
	clear: both;
	padding-bottom: 55px;
}

#footer p {
	padding: 10px 0px 0px 10px;
	text-align: center;
	font-size: .9em;
	color: #F4FBFF;
}

#footer a {
	color: #F4FBFF;
	border-bottom: 1px solid #F4FBFF;
}

img{
	border:0px;
}
a {
	color: #303694;
	text-decoration: none;
}

a:hover {
	color: #303694;
	text-decoration: none;
	border-bottom: 1px solid #303694;
}

a:visited {
	text-decoration: none;
}

#loading {
	text-align: center;
	width:100%;
	min-height: 70px !important;
}

#loading .loading-indicator {
	margin-top: 20px;
	vertical-align: middle;

}

.loading{
	text-align: center;
	width:100%;
	min-height: 70px !important;
}
.loading .loading-indicator {
	margin-top: 20px;
	vertical-align: middle;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	color: #9F6000;
    background-color: #FEEFB3;
	border: 1px solid;
	padding: 5px;
	opacity: 0.85;
}

.separator hr {
	height: 1px;
	color: #DADADA;
	background-color: #DADADA;
}

.warning-link a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.warning-link a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #303694;
}
.warning-link a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.search-input {
	background: white url('../images/magnifier.png') no-repeat scroll 2px	2px;
	border: 1px solid #BDC7D8;
	font-size: 11px;
	padding: 3px 3px 3px 18px;
	margin-right: 10px;
	width: 165px;
}

.navbar {
	display: inline;
}

.loginbar {
	display: inline;
}
.login-logobar{
	width:100%;
	margin: 5px 0 30px 0;
}
.function-bar{
	float: right;
	display: inline;
/* 	padding-right:15px; */
}

.heading1{
	color:#333333;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
}
.heading2{
	font-weight: bold;
	font-size:15px;
	line-height: 25px;
	color:#333333;
}
.heading3{
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
	color:#333333;
}

.underline{
	border-bottom: 1px solid #333333;
}
.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}
.right-text {
	text-align: right;
}
.nowrap{
	white-space:nowrap;
}
.inline{
	display: inline;
}
.light-box-bk {
	background: #000000 none repeat scroll 0%;
	left: 0px;
	top: 0px;
	filter: alpha(opacity = 50);
	-moz-opacity: .50;
	opacity: .50;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.box,.function {
	width: 100%;
}

.light-link{
	display:inline;
	font-size:12px;
}
.light-link a, .light-link a:hover, light-link a:hover{
}

/********  Dialog ******************/
.dialog-box {
	width: 585px;
	z-index: 100;
}
.dialog-box .dialog-box-table{
	width:100%;
	height:100%;
}
.dialog-box .caption {
	color: #4B4E54;
	font: bold 1.2em Arial, sans-serif;
	height:34px;
	text-shadow: 0px 1px 1px white;
}

.dlg-top-left{
	background:transparent url(../images/dlg/dlg_top_left.png) repeat-x scroll 0 0;
}
.dlg-top-right{
	background:transparent url(../images/dlg/dlg_top_right.png) repeat-x scroll 0 0;
}
.dlg-bottom-left{
	background:transparent url(../images/dlg/dlg_bottom_left.png) repeat-x scroll 0 0;
}
.dlg-bottom-right{
	background:transparent url(../images/dlg/dlg_bottom_right.png) repeat-x scroll 0 0;
}
.dlg-top-left .icon{
	padding-top:5px;
}
.dlg-top-right .close-btn{
	padding-bottom:5px;
}
.dlg-border-top{
	background:transparent url(../images/dlg/dlg_top.png) repeat-x scroll 0 0;
	padding-top:8px;
}

.dlg-border-bottom{
	background:transparent url(../images/dlg/dlg_bottom.png) repeat-x scroll 0 0;
}
.dlg-border-left{
	background:transparent url(../images/dlg/dlg_left.png) repeat-y scroll 0 0;
}
.dlg-border-right{
	background:transparent url(../images/dlg/dlg_right.png) repeat-y scroll 0 0;
}

.dialog-box .main-body{
	background-color: #fff;
	padding:10px;
}
.dialog-box .buttons-bar{
	background-color:#EEF1F8;
	border-top:1px solid #C5C8CE !important;
}
.dialog-box .buttons-bar .small-buttons{
	padding-top: 10px;
	padding-bottom: 0px;
}

.page-security-dialog{
	width:900px;
}
.page-security-dialog .zebra-table{
	width:840px;
}
.mce-dialog{
	width: 500px;
}
.mce-dialog .large{
	width: 402px;
}
.mce-dialog .desc{
	width: 205px;
	height: 150px;
}
.mce-emotion-dialog{
	width: auto;
	height: auto;
}
.mce-dialog .options{
	border-bottom: 1px solid #3A9AEC;
}
.message-dialog{
	height: 240px;
}

.message-dialog .message{
}
.login-dialog {
	width: 520px;
}

.login-table{
	width:450px;
	height: 100%;
	padding: 5px;
}
.login-table td{
	padding: 3px 10px 3px 10px;
}
.signup-table{
	width:450px;
	height: 100%;
	padding: 5px;
}
.signup-table td{
	padding: 3px 10px 3px 10px;
}

.small-buttons .action a{
	font-size:12px;
	font-weight:bold;
	text-shadow: 0px 1px 1px white;
	color:#737781;
	margin-left:20px;
	margin-top:3px;
	float:left;
}
.small-buttons .action  a:hover{
	border-bottom: 1px #737781 solid;
}
.profile-dialog{
	width: 700px;
}
.profile img.portrait{
	margin-right:3px;
}
.space-create-table{
	width:100%;
	padding: 0px 5px 0px 10px;
}
.space-create-table td{
	padding: 3px 10px 3px 10px;
}


/** cacade tabs - user profile page for activities, contribute pages and spaces. **/
.action-tabs table{
	height:45px;
}
.action-tabs td{
	background-color: #EEEEEE;
	margin:5px;
	padding:5px;
	width:33%;
	text-align: center;
}
.action-tabs td:hover{
	background-color: #DADADA;
}

.create-space-dialog {
	width: 520px;
	
}

.spaceinfo{
	width:455px;
}
.portlet-dialog {
	width: 675px;
}
.portlet-dialog .gwt-TabPanelBottom{
	height:380px;
}

.shell-dialog {
	width: 1024px;
}

.shell-dialog .deck{
	width:100%;
	height:555px;
}

.shell-dialog iframe{
	border: 0px;
}
.shell-dialog-done{
	width: 585px;
	height: auto;
}
.shell-dialog-done .deck{
	width:100%;
	height:auto;
}
.shell-dialog-done h2{
	border:0px;
	padding-bottom:0.17em;
	padding: 5px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}


.help-dialog {
	width: 1024px;
	height: 600px;
}
.help-dialog .deck{
	width:100%;
	height:555px;
}

.help-dialog iframe {
	border: 0px;
}

.help-dialog .gwt-TabPanelBottom{
	height:99%;
}


/* copy or move page dialog, list css */

.copy-move-dialog{
	width:662px;
}
.split-panel-table{
	border:4px solid #E5E5E5;
}
.split-panel-table .header{
	background-color: #E5E5E5;
	color:#050941;
	font-weight: bold;
	font-size: 110%
}
.space-list {
	width: 455px;
}
.space-list tr {
	height: 10px;
}

.space-list .logo{
	width: 16px;
}
.space-list .name {
	width: 100px;
}

.space-list .desc {
	width: 255px;
}

.space-list .function {
	width: 100px;
}

.space-list-table {
	width: 100%;
}

.space-list-table .deselected {
  padding: 1px;
  margin: 0px;
  white-space: nowrap;
  cursor: hand;
  cursor: pointer;
}
.space-list-table .selected {
  padding: 1px;
}

.paletteDialog{
	width:445px;
}

.paletteDialog iframe {
	border: 0px;
	width: 400px;
	height: 250px;
}

.vertical-sep{
	width:1px;
	height:100%;
	border-right: 1px #ddd solid;
}
.hint-text-box{
	color: #C0C0C0 !important;
}

.user-info{
	width: 100%;
}

.candidate-list{
	height: 16px;
	border: 0px;
}
.candidate-list-enable{
	background-color: #FFFFE0;
	border: 1px solid #C1E1F9;
}

.popup {
	background-color: white;
	border: 1px solid #87B3FF;
	width: 400px;
	padding: 3px;
}
/**This is for mac FF hide vertical scrollbar**/
.popup .popupContent{
	overflow:hidden;
	
}
.tip{
	background-color: white;
	border: 1px solid #87B3FF;
	width: 220px;
	padding: 4px;
}
.software-sync-popup {
	background-color: white;
	border: 1px solid #87B3FF;
	width: 210px;
	padding: 0px;
}
.gear-popup{
	background-color: white;
	border: 1px solid #87B3FF;
	width: 300px;
	padding: 4px;
}

.edit-tags-link {
	display: inline;
}

.edit-tags-link  a {
	color: #303694;
	font-size: 9px;
	text-decoration: none;
}

.tag-box {
	width: 350px;
	height: 18px;
	font-size: 15px;
	vertical-align: middle;
	text-decoration: none;
	display: inline;
}

.tag-box-error {
    background-color: #FFFF99;
    border-color:#D8000C;
    border-width: 2px;
}

.tagcloud {
	border:1px solid #666666;
	width:100%;
	border-spacing:0px;
}
.tagcloud .header{
	padding: 6px;
	margin: 0px;
	color: #FFFFFF;
	text-align: left;
	font-size:15px;
	background-color: #67A7E3;
	
}
.tagcloud1 {
	font-size: 15px;
}

.tagcloud2 {
	font-size: 18px;
}

.tagcloud3 {
	font-size: 21px;
}

.tagcloud4 {
	font-size: 25px;
}

.tagcloud5 {
	font-size: 28px;
}
.tweet-counter{
	font-weight: bold;
}
.tweet-box{
	width:98%;
	font-size:16px;
}
/************************************************************
/ Attachment 
************************************************************/
.attachment {
	width: 99%;
	background-color: #E0EBF3;
	border: 1px solid #ABB7C0;
}

.attachment .function {
	float: center;
	width: 100%;
}

.attachment .function .column1 {
	width: 300px;
	white-space: nowrap;
	text-align: left;
}
.attachment .function .column2 {
	
}

.attachment .function .column3 {
	width: 100px;
	white-space: nowrap;
	text-align: right;
}

.attachment .function .column4 {
	width: 100px;
	white-space: nowrap;
	text-align: right;
}


.attachment .uploaded-table tr td {
	height: 5px;
}

.attachment .uploaded-table .column1 {
	width: 1%;
	white-space: nowrap;
}

.attachment .uploaded-table .column2 {
	width: 1%;
	white-space: nowrap;
}

.attachment .uploaded-table .column3 {
	width: 1%;
	white-space: nowrap;
}

.attachment .uploaded-table .column4 {
	width: 1%;
	white-space: nowrap;
}

.attachment .uploaded-table .column6 {
	width: 1%;
	white-space: nowrap;
}

.attachment .history-table {
	border: 1px solid #87B3FF;
	width: 80%;
	float: left;
}

.attachment-btn {
	white-space: nowrap !important;
	margin: 3px 6px;
}

.attachment .upload-form {
	width: 99%;
	float: center;
}

.attachment .upload-form .upload-box {
	width: 300px;
}

.attachment .upload-form .box {
	width: 500px;
}

.attachment .name .box {
	width: 500px;
}

.attachment .desc .box {
	width: 200px
}
#_favorite img, #_rss img, #_export img, #_watch img{
	margin: 0px 3px 0px 5px;
}

/** View/Edit/Preivew Panel */
.main-panel {
	width: 100%;
}

/** sidebar - right side in editing */
/* it is for td which include table by sidebar-column */
.sidebar{
	border:1px solid #87B3FF;
}
.nosidebar{
	border:0px;
}
.sidebar .function {
	width: 100%;
	text-align: center;
}

.sidebar-column{
	background-color: #F4FBFF;
	border: 1px solid #C1E1F9;
	margin:5pt;
	width:240px;
	
}
.no-sidebar-column{
	width:0px;
}

/* For editing sidebar option choose panel */
.sidebar-options{
	background-color: #FAD163;
	width:240px;
}

/** page under tabs  */
.underpage-tabpanel {
	width:100%;
	border:1px solid #869CB2;
}
.underpage-tabpanel .bar {
	background-color: #869CB2;
	margin: 0px;
	padding: 6px 5px 0px 5px;
	height:24px;
	font-size:14px;
	font-weight:bolder;
	line-height: 24px;
}
.underpage-tabpanel .bar .selected{
	display:inline;
	padding: 6px; 
	text-decoration:none;
	background-color: #F4FBFF;
	margin-left:10px;
}
.underpage-tabpanel .bar .selected .text{
	padding: 3px 10px 3px 5px;
	display:inline;
}
.underpage-tabpanel .bar .deselected .text{
	padding: 3px 10px 3px 5px;
	display:inline;
}
.underpage-tabpanel .bar .deselected{
	display:inline;
	margin-left:10px;
}
.underpage-tabpanel .bar .deselected a{
	color: #fff;
	padding-left: 6px;
	text-decoration:none;
}
.underpage-tabpanel .bar .deselected a:hover{
	color: #fff;
	padding-left: 6px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.underpage-tabpanel .deck{
	background-color: #FFFFFF;
	margin:3px;
}

/** URL TAB - space / instance admin **/
.url-tab-panel{
	width:100%;
	line-height: 16px;
	font-size: 12px;
	border:1px solid #869CB2;
}

.url-tab-panel .bar{
	background-color: #869CB2;
	margin: 0px;
	padding: 6px 5px 0px 5px;
	height:24px;
	font-size:14px;
	font-weight:bolder;
	line-height: 24px;
}

.url-tab-panel .bar .selected{
	display:inline;
	padding: 6px; 
	text-decoration:none;
	background-color: #F4FBFF;
}
.url-tab-panel .bar .selected .text{
	padding: 3px 5px 3px 5px;
	display:inline;
}
.url-tab-panel .bar .deselected .text{
	padding: 3px 5px 3px 2px;
	display:inline;
}
.url-tab-panel .bar .deselected{
	display:inline;
}
.url-tab-panel .bar .deselected a{
	color: #fff;
	padding-left: 6px;
	text-decoration:none;
}
.url-tab-panel .bar .deselected a:hover{
	color: #fff;
	padding-left: 6px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.url-tab-panel .deck{
	margin:3px;
	background-color: #FFFFFF;
}


/***  Message **/
.message-panel {
	width:98%;
}

.message-panel .error {
	width:98%;
    color: #D8000C;
    background-color: #FFBABA;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	border: 1px solid;
	position: relative;
}

.message-panel .warning {
	width:98%;
    color: #9F6000;
    background-color: #FEEFB3;
	border: 1px solid;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	position: relative;
}

.message-panel .info {
	width:98%;
 	color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	position: relative;
}
.message-panel .success {
	width:98%;
    color: #4F8A10;
    background-color: #DFF2BF;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	border: 1px solid;
	position: relative;
}
.message-panel .message{
	display: inline;
	padding: 2px;
	
}
.errordiv {
	position: relative;
	display:block;
	width:98%;
	padding: 3px;
    color: #D8000C;
	font-weight:bold;
}
/********** color picker - so far only for calendar ***/
.colorPicker .colorBlock a:hover{
	border-bottom: 0px;
}
.colorPicker .colorBlock a{
	display:block;
	height:14px;
	width:14px;
	margin:1px 1px 0 0;
	overflow:hidden;
	float:left;
	border:1px solid #C3C3C3;
}

.tinyTextBox{
	width:20px;
}
/************************************************************
/ Comments
************************************************************/
.comment-panel {
	padding: 5px;
}

.comment-panel tr td {
	padding: 2px;
}

.comment-item {
	border: 1px solid #87B3FF;
	background-color: #EFF4FA;
	width: 550px;
	margin-bottom:5px;
}

.comment-item .content {
	font-size: 1em;
	color: #000;
}

.comment-item .post-by {
	font-size: .9em;
	color: #999;
}

.comment-textarea {
	width: 400px;
	height: 150px;
}

/************************************************************
/ DIFF
************************************************************/
.diff-text {
	
}

.diff-text .diff-insertion {
	color: #8000FF;
}

.diff-text .diff-deletion {
	color: red;
	text-decoration: LINE-THROUGH
}

.diff-text .diff-nextprev {
	
}

.diff-conflict-menu {
	background-color: white;
	border: 1px solid #87B3FF;
	padding: 4px;
}

/************************************************************
 Form 
************************************************************/
.form-label {
	font-family:"Helvetica Neue", Arial, sans-serif;
	color:#1E3950;
	font-size: 15px;
	padding: 3px 5px 3px 0px;
	font-weight: normal;
	white-space: nowrap;
	display: inline;
}

input.form-input[type="text"], input.form-input[type="password"]{
	width:240px;
	padding: 5px 5px;
    font-size: 20px;
    border: 1px solid #c6c6c6;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
}

textarea.form-textarea{
	width: 240px;
	height: 150px;
	padding: 5px 5px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
}

input.form-input[type="text"]:focus, input.form-input[type="password"]:focus, textarea.form-textarea:focus{
	border:1px solid #4D90FE;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}

input.form-input.error,  textarea.form-textarea.error {
    background-color: #FFFF99;
    border-color:#D8000C;
    border-width: 2px;
}

form textarea.large{
	width: 400px;
	height: 150px;
	font-size: 15px;
	
}

.long-textarea {
	width: 400px;
	height: 150px;
}
.dashmarkup-textarea{
	width: 700px;
	height: 250px;
}
.long-input {
	width: 400px;
}

/************************************************************
 Portal style
************************************************************/
.portal {
	width: 100%;
}

.portal-container { /** border:1px solid #C3D9FF; **/
	width: 99%;
}

.portal-column {
	width: 100%;
}

.portlet {
	border: 1px solid #ABB7C0;
	display: block;
}
.portlet-container{
	padding: 3px;
	width: 100%;
}
.portlet-container .item{
	margin: 2px 0px 2px 0px;
	line-height: 22px;
}
.portlet-footer {
	vertical-align: bottom;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	width: 100%;
}

.portlet-header {
	background-color:#E0EBF3;
	border-bottom: 1px solid #ABB7C0;
	font-weight: bold;
	font-size:13px;
	height:25px;
	line-height: 22px;
	width: 100%;
}
.portlet-logo{
	vertical-align: middle; 
	margin: 3px;
}
.portlet-logo img{
	float: right;
}
.portlet-header a {
	color: #333333;
	border-bottom: 0px;
}
.portlet-header a:hover {
	border-bottom: 0px;
	border-bottom: 1px solid  #333333;
	
}

.portlet .foot-img {
	vertical-align: bottom;
}

.portlet .weaktext {
	padding-left: 5px; color : #777;
	font-size: 9px;
	text-decoration: none;
	display: inline;
	color: #777;
}
.portlet .weaklink {
	font-size: 9px;	
	display: inline;
	padding-left: 5px;
}
.portlet-widget {
	border: 1px solid #6C913F;
	display: block;
}
.portlet-header-widget {
	background-color:#8DD674;
	border-bottom: 1px solid #6C913F;
	color: #444;
	font-weight: bold;
	font-size:13px;
	height:25px;
	line-height: 22px;
}

.weaktext {
	font-size: 12px;
	color : #777;
}

.blogpost {
	
}

.blogpost .title{
	background-color:#E5EEF7;
	border-bottom:1px dashed #666666;
	font-size: 13px;
	padding-left: 2px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top:5px;
	padding : 2px;
}
.blogpost .bottom{
	font-size: 11px;
	color : #777;
}
.blogpost .bottom a {
	font-size: 11px;
}

/** search result **/
.pagination {
	text-align: right;
	margin-top: 30px; 
}
.pagination .current {
	padding: 3px;
	border: 1px solid #C3C3C3;
	margin: 3px;
}
.pagination .label{
	padding: 3px;
	margin: 3px;
	border: 1px solid #36A;
}
.pagination .label a:hover{
	background-color: #36A;
	color:#fff;
	border-bottom: 0px;
}
.pagination img{
	margin: 8px 3px 3px 3px;
	vertical-align: bottom;
}
.highlighter {
	font-weight: bold;
	background-color:  #FFFF99;
}

/************************************************************
 Edit Page style 
************************************************************/
.rootPanel {
	width: 98%;
}

.editor{
	width: 100%;
	border-top: 1px solid #87B3FF;
	border-left: 1px solid #87B3FF;
	border-right: 1px solid #87B3FF;
}

.editor .plain-toolbar {
	background-color: #EFF4FA;
	width: 100%;
	height: 22px;
	font-size: 10px;
}
.editor .plain-toolbar div{
	display: inline;
}
.editor .plain-quick-help{
	float:left;
}

.editor .plain-textarea {
	width: 100%;
	border: 1px solid #87B3FF;
	border-collapse:collapse;
	color: #003068;
	height: 600px;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	padding:0px;
}

#_body{
}

#_spacemenu{
	margin:-25px -12px 0px -12px;
	min-height:25px;
}
/************  Editor panel ****************/
#_title .title-box {
	padding: 7px 6px;
	float: left;
	width: 500px;
	height: 32px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px !important;
	padding-top: 0px;
	border: 1px solid #c6c6c6;
}
#_title input.title-box:focus, #_tags input.tag-box:focus {
	border:1px solid #4D90FE;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}
#_page_pin{
	background: url('../images/pin.png') no-repeat scroll 0px;
	height:16px;
	width:16px;
	margin:5px;
}
#_tags .tag-box {
	padding: 2px 4px;
	float: left;
	width: 250px;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
	padding-right:10px;
	border: 1px solid #c6c6c6;
	margin-bottom: 5px;
}

#_title input[type=text].error {
    background-color: #FFFF99;
    border-color:#D8000C;
    border-width: 2px;
}
#_draft_message .error{
	color: #D8000C;
	font-weight:bold;
}
.draft-status-msg {
	margin-top: 6px;
	margin-left:10px;
	padding: 2px;
}

.templ-editor-header .title-box{
	width: 300px;
	height: 28px;
	font-size: 22px;
	font-weight: bold;
}
.templ-editor-header .desc{
	float: left;
	width: 500px;
	height: 18px;
	font-size: 15px;
}


.render-title {
	float:left;
	color:#000000; 
	font-size:25px;
	line-height:32px; 
	font-weight: bold;
	margin-bottom:0px; 
	margin-left:10px; 
	display:block;
}
.render-tags {
	color:#000000; 
	font-size:11px;
	margin-bottom:0px; 
	margin:5px 5px 5px 0px; 
	float:left;
	height:22px;
}

.render-tags .item{
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:2px 4px 2px 4px;
	margin-left:4px;
	border: 1px solid #3A9AEC;
	background:#F0F7FD none repeat scroll 0 0; 
	display:inline;
	font-size:11px;
	line-height:20px; 
}
.render-tags img{
	vertical-align: bottom;
	border:none;
	padding-right:2px;
}
.render-info {
	color:#000000; 
	font-size:12px; 
}
/** Image slide for MCE Image dialog**/
.image-slide .slide-button{
	
}
.image-slide .slide-button .enable{
	
}
.image-slide .slide-button .disable{
	
}
.image-slide img{
	cursor: hand;
  	cursor: pointer;
}
.image-slide .title{
	cursor: hand;
  	cursor: pointer;
}
.image-slide .selected{
	padding : 5px;
	background : #FAD163;
	border : 1px solid #E1F1A1;
}
.image-slide .deselected{
	padding : 5px;
	background-color: #FEEFB3;
	border : 1px solid #E1F1A1;
	
}
/************************************************************
  Button
************************************************************/
.small-buttons {
	padding-top: 5px;
	padding-bottom: 5px;
}

.small-buttons button {
	display: inline;
	margin: 0 7px 0 0;
	background-color: #F5F5F5;
	border: 1px solid #C5C8CE;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #565656;
	cursor: pointer;
	width:80px;
	height:23px;
	white-space:nowrap;
	padding: 0px 5px 0px 5px; /* Links */
}
.small-buttons button:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.small-buttons span {
	vertical-align: middle;
}

.small-buttons img {
	vertical-align: middle;
}

.small-buttons button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	white-space:nowrap;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons span {
	vertical-align: middle;
	padding-left: 2px; /* IE, add space between txt and img */
	white-space:nowrap;
}

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

.buttons button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.buttons button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons button.negative {
	color: #d12f19;
}

.buttons button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
img.icon{
	margin:3px;
	vertical-align: bottom;
}
.equalsWidthButton button{
	width:100px !important;
}


#jquery-lightbox a:hover{
	text-decoration: none;
	border-bottom: 0px;
}

.status{
	background: white url('../images/bubble.gif') no-repeat  scroll 0px;
	width:285px;
	height:80px;
	padding-left:15px;
}
.status-snap{
	background: white url('../images/sbubble.gif') no-repeat  scroll 0px;
	width:180px;
	height:40px;
	padding-left:15px;
	padding-top:10px;
}
.status-input{
	width:300px;
	height:80px;
}
.adv-search{
	border:1px solid #BBB;
	border-collapse: collapse;
}
.adv-search .header{
	border:1px solid #BBB;
	background-color:#E0EBF3;
	color: #333;
	font-weight: bold;
	font-size:13px;
	height:22px;
	line-height: 22px;
}

.toggle-link .disable a, .toggle-link .disable a:hover{
	color:#808080;
}
.toggle-link .disable a:visited{
	color:#808080;
	border-bottom: 1px solid #808080;
}
.search-result .summary{
	background-color:#F0F0F0;
	height:30px;
}
.search-item{
	
}
.search-item .fragment{
	font-size: 100%;
}
.search-item .bottom{
	width:100%;
	background-color:#F6F9ED;
	font-size: 100%;
}

textarea.large{
	width: 430px;
	height:200px;
}
.gwt-CheckBox{
	white-space: nowrap;
}
.gwt-CheckBox label{
	display:inline;
}
.pagebody{
	width:720;
	padding:10px;	
}
/**  Menu **/
.x-menu{border:1px solid #718BB7;z-index:15000;zoom:1;background:#F0F0F0 url(../images/menu/menu.gif) repeat-y;padding:2px;}
.x-menu-list{background:transparent;border:0 none;}
.x-menu-list-item{
		font:normal 11px tahoma,arial,sans-serif;
		white-space:nowrap;
		-moz-user-select:none;
		-khtml-user-select:none;
		display:block;
		padding:1px;}
.x-menu-sep{display:block;font-size:1px;line-height:1px;margin:2px 3px;background-color:#e0e0e0;border-bottom:1px solid #FFF;overflow:hidden;}
.x-menu-item-active{background:#ebf3fd url(../images/menu/item-over.gif) repeat-x left bottom;border:1px solid #aaccf6;padding:0;}
.x-menu-item-active .x-menu-item{color:#233d6d;}
.x-menu .x-menu-item{
	display:block;
	line-height:16px;
	padding:3px 21px 3px 27px;
	white-space:nowrap;
	text-decoration:none;
	color:#222;
	-moz-outline:0 none;
	outline:0 none;
	cursor:pointer;
	position:relative;
}
.gwt-ie6 .x-menu-item-icon {LEFT: -24px}
.gwt-ie .x-menu-item-icon {	VERTICAL-ALIGN: middle}
.x-menu-item-icon {
	background-position:center;
	border:0 none;
	height:16px;
	left:3px;
	margin:0;
	padding:0;
	position:absolute;
	top:3px;
	vertical-align:top;
	width:16px;
}
.x-ie-shadow {
    background-color:#777;
}

.x-shadow {
	display:block;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
}
.x-shadow * {
overflow:hidden;
}
.x-shadow * {
border:0 none;
clear:none;
margin:0;
padding:0;
}
.x-shadow .xstc, .x-shadow .xsbc {
float:left;
height:6px;
}
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
float:left;
height:6px;
width:6px;
}
.x-shadow .xsc {
width:100%;
}
.x-shadow .xscl, .x-shadow .xscr {
float:left;
height:100%;
width:6px;
}
.x-shadow .xscc {
background:transparent none repeat scroll 0 0;
float:left;
height:100%;
}
.x-shadow .xst, .x-shadow .xsb {
height:6px;
overflow:hidden;
width:100%;
}
.x-shadow .xscl {
background:transparent none repeat-y scroll 0 0;
}
.x-shadow .xscr {
background:transparent none repeat-y scroll -6px 0;
}
.x-shadow .xstl {
background:transparent none no-repeat scroll 0 0;
}
.x-shadow .xstc {
background:transparent none repeat-x scroll 0 -30px;
}
.x-shadow .xstr {
background:transparent none repeat-x scroll 0 -18px;
}
.x-shadow .xsbl {
background:transparent none no-repeat scroll 0 -12px;
}
.x-shadow .xsbc {
background:transparent none repeat-x scroll 0 -36px;
}
.x-shadow .xsbr {
background:transparent none repeat-x scroll 0 -6px;
}
.x-shadow .xscc {
    background-image: url(../images/popup/shadow-c.png);
}
.x-shadow .xscl, .x-shadow .xscr {
    background-image: url(../images/popup/shadow-lr.png);
}
.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
    background-image: url(../images/popup/shadow.png);
}

.blank-msg{
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:12px;
	font-size:18px;
	background-color: #EEEEEE;
	text-align: center;
	margin:5px auto;
	margin-bottom:20px;
	width:220px;
}
.large-link-btn{
	font-size:150%;
	line-height:180%;
	padding-left:10px;
	display:inline;
}
/* formated table  ******************************/
.zebra-table{
	width: 99%;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin: 1em auto;
	border-collapse: collapse;
}
.zebra-table .header {
	background: #EDEDED;
	color:#333;
	text-align:center;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding: .3em 1em;
	font: bold 1.2em/ 2em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	white-space:nowrap;
}
.zebra-table .even {
	background: #ffffff;
}
.zebra-table tr.odd td	{
	background:#F8F8F8;
}
.zebra-table td {
	color:#678197;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
	padding:.3em 1em;
	text-align:center;
}	

.list-table{
	border-collapse:collapse;
	font-size:12px;
	margin-left:15px;
	text-align:left;
	width:98%;
}
.list-table .header{
	border-bottom:2px solid #6678B1;
	font-size:14px;
	font-weight:bolder;
	padding:6px 20px 6px 20px;
	white-space: nowrap;
}
.list-table .noborder-header{
	border:0px;
	color:#003399;
	font-size:14px;
	font-weight:normal;
	padding:8px 2px;
}
.list-table .even {
	
}
.list-table .odd	{
	background:#EEEEEE;
}
.list-table tr.even:hover{
	background:#DADADA;
}
.list-table tr.odd:hover{
	background:#DADADA;
}
.list-table td {
	padding:6px 20px 6px 20px;
}
.network{
	width: 99%;
	border: 1px solid #BBB;
	margin: 1em auto;
	border-collapse: collapse;
}

.network .header{
	background: #E0EBF3;
	color:#333;
	border-bottom: 1px solid #BBB;
	padding: 3px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 24px;
}
.network .follow{
	border-collapse:collapse;
	font-size:12px;
	text-align:left;
	width:96%;
}
.network .follow .header{
	background: #fff;
	border-bottom:2px solid #6678B1;
	font-size:14px;
	font-weight:bolder;
	padding:3px;
	white-space: nowrap;
}
.network .follow img{
	margin:5px 0 0 5px;
}
/** Widgets ******************************/
.quicknote-textarea{
	width:98%;
}
.portlet-container .activities{
	padding:2px;
}
/* quick note or markup widget */
.portlet-container .render-content{
	padding:2px;
	font-size: 12px;
}
.widget-activity-text{
	display:block;
	clear:both;
	margin:5px 0px 5px 0px;
	line-height: 20px;
	text-indent:25px;
}
.widget-activity-user{
	margin-top: 10px;
}
.widget-activity-user img{
	float:left;
	margin-right:5px;
}
.widget-activity-user .username{
	float:left;
	font-weight: bold;
}

.morelessbar{
	width:100%;
	height:23px;
	border-top:1px solid #FEEFB3;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	text-align:center;
}
.morelessbar .lessbtn{
	text-align: center;
	float:left;
	cursor:pointer;
	cursor: hand;
	height:23px;
}
.morelessbar .separator{
	border-right:1px solid #FEEFB3;
}
.morelessbar .gwt-Image{
    margin-top:4px;
}
.morelessbar .lessbtn .gwt-Label{
}
.morelessbar .morebtn{
	text-align: center;
	float:right;
	cursor:pointer;
	cursor: hand;
	height:23px;
}
.morelessbar .morebtn .gwt-Label{
}


/************************************************************
  GWT override 
************************************************************/

.gwt-Hyperlink {
	display: inline;
}

.gwt-HTML {
	display: inline;
	padding: 3px;
}

.gwt-Label {
	display: inline;
	padding: 3px;
}
.gwt-ProgressBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  background-color: #AAAAAA;
  height: 14pt;
  width: 50%;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar{
	background-color: #67A7E3;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: white;
}
.gwt-ProgressBar-shell-slim{
  border: 1px solid #faf9f7;
  border-right: 1px solid #848280;
  border-bottom: 1px solid #848280;
  background-color: #D1D1D1;
  height: 12pt;
  width: 98%;
}
.gwt-ProgressBar-shell-slim .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: white;
  font-size: 11px;
}

.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #E5E5E5;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
  background: url(../images/corner.png) no-repeat 0px -55px;
  -background: url(../images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(../images/corner.png) no-repeat -6px -55px;
  -background: url(../images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: #E5E5E5;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  cursor: hand;
  color: black;
  font-weight: bold;
  text-align: center;
  background: #E5E5E5;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: #C5C8CE;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #C5C8CE;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #C5C8CE;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #555;
}
.gwt-TabPanelBottom {
  border-color: #C5C8CE;
  border-style: solid;
  border-width: 3px 2px 2px;
  overflow: hidden;
  padding: 6px;
}

.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px; 
  background: #E5E5E5;
}


