/************************************************************
 General style
************************************************************/
/** html element, width,height is IMPORTANT for GWT capture key event in IE browser. **/
html,body {
	background-color: #fff none repeat scroll;
	background: url('images/geniuswiki/default/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;
}
img{
	border:0px;
}
#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	margin-left: -45px;
	padding: 2px;
	z-index: 20001;
	height: auto;
	border: 1px solid #ccc;
}

#loading a {
	color: #225588;
}

#loading .loading-indicator {
	background: white;
	color: #444;
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
}

#loading .loading-indicator img {
	margin-right: 8px;
	float: left;
	vertical-align: top;
}

#loading-msg {
	font: normal 10px arial, tahoma, sans-serif;
	white-space: nowrap;
}

#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;
}
a {
	color: #303694;
	text-decoration: none;
}

a:hover {
	color: #303694;
	text-decoration: none;
	border-bottom: 1px solid #303694;
}

a:visited {
	text-decoration: none;
}

.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;
}


#page {
	margin: 1px auto;
	width: 100%;
}

#header{
	background-color:#0e7dd1;
}

#header a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#navbar {
	padding-left:10px;
	float: left;
	color: #fff;
}

#search {
	float: right;
	color: #fff;
}

#login {
	padding-right:10px;
	float: right;
	color: #fff;
}

#menu {
	display: none;
	background-color: #fff;
	border-color: #A0A0A0 rgb(160, 160, 160) rgb(105, 123, 161);
	border-style: solid;
	border-width: 1px;
	left: 0pt;
	position: absolute;
	width: 97%;
	top: 35px;
}

#content {
	display: block;
	background-color: #fff;
	border-color: #A0A0A0 rgb(160, 160, 160) rgb(105, 123, 161);
	border-style: solid;
	border-width: 1px;
	margin: 5px 3px 5px 3px;
	/** !!! This value should corresponding with BaseEntryPoint.DEFAULT_PADDING_LEFT !! **/
	padding: 10px;
}

/*layout of the footer - the bottom of the box */
#footer {
	width: 98%;
	height: 10px;
	clear: both;
}

#footer p {
	padding: 10px 0px 0px 10px;
	text-align: center;
	font-size: .9em;
	color: #999;
}

#footer a {
	color: #85aacd;
	border-bottom: 1px solid #85aacd;
}

.search-input {
	background: white url('../images/magnifier.png') no-repeat scroll 2px	2px;
	border: 1px solid #BDC7D8;
	font-size: 11px;
	padding: 3px;
	padding-left: 18px;
	width: 165px;
}

.navbar {
	display: inline;
}

.loginbar {
	display: inline;
}
.function-bar{
	float: right;
	display: inline;
	padding-right:15px;
}

.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%;
}

.box,.function {
	width: 100%;
}
.tiny-header{
	border-bottom:1px solid #303694;
	font-weight: bold;
}
.head-2{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.light-link{
	display:inline;
	font-size:12px;
}
.light-link a, .light-link a:hover, light-link a:hover{
}
.caption {
	color: #000000;
	font: bold 1.2em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	height:34px;
}

.layout-table td {
	padding-top: 5px;
}

.dialog-box {
	width: 585px;
}
.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;
}
.dialog-box .buttons-bar{
	background-color:#fff;
}
.page-security-dialog{
	width:750px;
}
.mce-dialog{
	width: 450px;
}
.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: 500px;
}
.profile-dialog {
}

.create-space-dialog {
	width: auto;
	
}
.spaceinfo .desc{
	width: 205px;
	height: 150px;
	font-size: 15px;
}
.label{
	font: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	color:#333333;
	font-weight:bold;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	text-align: right;
	white-space: nowrap;
	
}
.spaceinfo .tag-box {
	width: 205px;
	height: 18px;
	font-size: 15px;
	vertical-align: middle;
	text-decoration: none;
	display: inline;
}
.spaceinfo{
	width:455px;
}
.portlet-dialog {
	width: 675px;
}
.portlet-dialog .gwt-TabPanelBottom{
	height:380px;
}
.help-dialog {
	width: 945px;
	height: 600px;
}
.help-dialog .help-deck{
	width:100%;
	height:555px;
}

.help-dialog .page-frame {
	border: 0px;
}

.help-dialog .gwt-TabPanelBottom{
	height:99%;
}


/* add spaces dialog, space list css */
.space-list {
	width: 455px;
}

.copy-move-dialog{
	width:642px;
}
.split-panel-table{
	border:4px solid #CFE3F5;
}
.split-panel-table .header{
	background-color: #CFE3F5;
	color:#050941;
	font-weight: bold;
	font-size: 110%
}
.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;
  background: #93c2f1 url(../images/gwt/bg_listgradient.png) repeat-x;
}
.paletteDialog{
	width:445px;
}

.paletteDialog iframe {
	border: 0px;
	width: 400px;
	height: 250px;
}
.themeList{
	background-color: #FEEFB3;
}
.themeList img{
	padding-left: 3px;
	padding-right: 3px;
}
.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;
}

.draft-status-msg {
	display: inline;
}

.popup {
	background-color: white;
	border: 1px solid #87B3FF;
	width: 400px;
	padding: 4px;
}
/**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-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;
	
}
.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%;
	height:60px;
	font-size:20px;
}
/************************************************************
/ Process for attachment uploading
************************************************************/
.attachment {
	width: 99%;
	background-color: #F4FBFF;
	border: 1px solid #87B3FF;
}

.attachment .function {
	float: center;
	width: 100%;
}

.attachment .function .column1 {
	width: 300px;
	white-space: nowrap;
	text-align: left;
}

/* count */
.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;
}

/* description nowrap is disable 
.attachment .uploaded-table .column5{
}
*/
.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;
}

.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
}


.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;
}
.page-root-panel {
	width: 100%;
}

/** View/Edit/Preivew Panel */
.main-panel {
	width: 100%;
}

/** Help/Location Tree  */
.menu-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 #FAD163;
}
.underpage-tabpanel .bar {
	background-color: #FAD163;
	margin: 0px;
	padding: 6px 5px 0px 5px;
	height:20px;
}
.underpage-tabpanel .bar .selected{
	display:inline;
	font-size:14px;
	font-weight:bolder;
	padding: 5px; 
	text-decoration:none;
	background-color: #F4FBFF;
	width:100px;
}
.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;
	width:100px;
}
.underpage-tabpanel .bar .deselected a{
	font-size:14px;
	font-weight:bold;
	color: #369ACC;
	padding-left: 6px;
	text-decoration:none;
}
.underpage-tabpanel .bar .deselected a:hover{
	font-size:14px;
	font-weight:bold;
	color: #369ACC;
	padding-left: 6px;
	text-decoration:none;
	border-bottom:none;
}
.underpage-tabpanel .deck{
	background-color: #FFFFFF;
	margin:3px;
}


/** URL TAB - space / instance admin **/
.url-tab-panel{
	width:100%;
	border:1px solid #FAD163;
}

.url-tab-panel .bar{
	background-color: #FAD163;
	margin: 0px;
	padding: 6px 5px 0px 5px;
	height:20px;
}

.url-tab-panel .bar .selected{
	display:inline;
	font-size:14px;
	font-weight:bolder;
	padding: 5px; 
	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{
	font-size:14px;
	font-weight:bold;
	color: #369ACC;
	padding-left: 6px;
	text-decoration:underline;
}
.url-tab-panel .bar .deselected a:hover{
	font-size:14px;
	font-weight:bold;
	color: #369ACC;
	padding-left: 6px;
	text-decoration:underline;
	border-bottom:none;
}
.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;
}
form-input input.error, form-input textarea.error {
    background-color: #FFFF99;
    border-color:#D8000C;
    border-width: 2px;
}

.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;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/************************************************************
/ 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 - Login Page
************************************************************/

.login-form-rm-label {
	display: inline;
}


.normal-form {
	
}

.form-label {
	display: block;
	float: left;
	width: 110px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.form-input {
	height: 18px;
	font-size: 15px;
	color: #000;
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
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;
}

/************************************************************
 GWT dnd style
************************************************************/
.portal {
	width: 100%;
}

.portal-container { /** border:1px solid #C3D9FF; **/
	width: 99%;
}

.portal-column {
	width: 100%;
}

.portlet {
	border: 1px solid #87B3FF;
	display: block;
}

.portlet-footer {
	vertical-align: bottom;
	background-color: #F6F9ED;
}

.portlet-header {
	background-color:#D1E6F6;
	color: #050941;
	border-bottom: 1px solid #87B3FF;
	font-weight: bold;
	font-size:13px;
	height:22px;
	line-height: 22px;
}
.portlet-logo{
	vertical-align: middle; 
	margin-left: 3px;
}
.portlet-logo img{
	float: right;
}
.portlet-header a {
	color:  #050941;
	border-bottom: 0px;
}
.portlet-header a:hover {
	color:  #050941;
	border-bottom: 0px;
	border-bottom: 1px solid  #050941;
	
}

.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 #9F6000;
	display: block;
}
.portlet-header-widget {
	background-color:#FEEFB3;
	color: #050941;
	border-bottom: 1px solid #9F6000;
	font-weight: bold;
	font-size:13px;
	height:22px;
	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;
}
.pagination {
	text-align: right;
	margin-top: 30px; 
}

/* serch highligher */
.highlighter {
	font-weight: bold;
	background-color:  #FFFF99;
}

/************************************************************
 Edit Page style 
************************************************************/
.rootPanel {
	width: 98%;
}

.editor{
	width: 99%;
	align: center;
	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;
	color: #003068;
	height: 600px;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
}

/************  Editor panel ****************/
.editor-header {
	width: 100%;
}
.editor-header .error {
	width:98%;
    color: #D8000C;
	padding: 3px;
	font-weight:bold;
	position: relative;
}
.editor-header .textboxError {
    background-color: #FFFF99;
    border-color:#D8000C;
    border-width: 2px;
}

.editor-header .info-panel {
	width: 100%;
}

.editor-header .tag-panel {
	width: 100%;
	height: 35px;
	vertical-align: middle;
}

.editor-header .title-label {
	float: left;
	font-size: 18px;
	padding-top: 5px;
}

.editor-header .tag-label {
	float: left;
	font-size: 12px;
	padding-top: 5px;
}

.editor-header .title-box {
	float: left;
	width: 300px;
	height: 18px;
	font-size: 15px;
	margin-left: 0px !important;
	padding-top: 0px;
}

.editor-header .tag-box {
	float: left;
	width: 250px;
	height: 18px;
	font-size: 15px;
	vertical-align: middle;
	text-decoration: none;
}

.editor-header .column1 {
	width: 70px;
}

.editor-header .column2 {
	width: 300px;
}

.editor-header .column3 {
	width: 150px;
}

.editor-header .column4 {
	
}
.templ-editor-header  .title-label {
	float: left;
	font-size: 18px;
	padding-top: 5px;
	width:75px;
}
.templ-editor-header .title-box{
	width: 300px;
	height: 18px;
	font-size: 15px;
	margin-left: 0px !important;
	padding-top: 0px;
}
.templ-editor-header .label{
	float: left;
	font-size: 12px;
	padding-top: 5px;
	width:75px;
}
.templ-editor-header .desc{
	float: left;
	width: 500px;
	height: 18px;
	font-size: 15px;
	margin-left: 0px !important;
	padding-top: 0px;
}

/************************************************************
  accordion
************************************************************/
.accordion{
	width:100%;
}
.accordion .selected{
	background-color: #F4FBFF;
	border-bottom: 1px solid #87B3FF;
	border-left: 1px solid #87B3FF;
	border-top: 1px solid #87B3FF;
	border-right: 1px solid #F4FBFF;
}
.accordion .deselected{
	
}
.accordion .items-panel{
	width: 180px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	bolder:1px solid #CCCCCC;
	background-color:#F3F3F3;
	cursor: hand;
}
.accordion .deck-panel{
	background-color: #F4FBFF;
	border-left: 3px solid #87B3FF;
	border-top:  1px solid #87B3FF;
	border-right:  1px solid #87B3FF;
	border-bottom:  1px solid #87B3FF;
}

.image-slide{
	
}

.image-slide .slide-button{
	
}
.image-slide .slide-button .enable{
	
}
.image-slide .slide-button .disable{
	
}
.image-slide .selected{
	padding : 5px;
	background : #FAD163;
	border : 0 solid #FAD163;
}
.image-slide .deselected{
	padding : 5px;
}
/************************************************************
  Button
************************************************************/
.small-buttons {
	padding-top: 5px;
	padding-bottom: 5px;
}

.small-buttons .small {
	display: inline;
	margin: 0 7px 0 0;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #565656;
	cursor: pointer;
	width:80px;
	height:23px;
	padding: 0px 5px 0px 5px; /* Links */
}

.small-buttons span {
	vertical-align: middle;
}

.small-buttons img {
	vertical-align: middle;
}
.equalsWidthButton button{
	width:100px !important;
}

.buttons a,.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;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons span {
	vertical-align: middle;
	padding-left: 2px; /* IE, add space between txt and img */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}


.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

.buttons button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

/* STANDARD */
.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #369;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */
.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */
.buttons a.negative,button.negative {
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}


.heading {
	margin: 5px;
	color:#678197;
	font: bold 1.2em/ 2em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
/************************************************************
  GWT override 
************************************************************/

.gwt-Hyperlink {
	display: inline;
	padding: 3px;
}

.gwt-HTML {
	display: inline;
	padding: 3px;
}

.gwt-Label {
	display: inline;
	padding: 3px;
}
#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:220px;
	height:80px;
}
.adv-search{
	border:1px solid #87B3FF;
	border-collapse: collapse;
}
.adv-search .header{
	border:1px solid #87B3FF;
	background-color:#D1E6F6;
	color: #050941;
	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: 80%;
}
.search-item .bottom{
	width:100%;
	background-color:#F6F9ED;
	font-size: 80%;
}

textarea.large{
	width: 430px;
	height:200px;
}
.gwt-CheckBox{
	white-space: nowrap;
}
.gwt-CheckBox label{
	display:inline;
}
.pagebody{
	width:720;
	padding:10px;	
}

.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);
}
.nowrap{
	white-space:nowrap;
}
.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  ******************************/
/* refer to http://veerle.duoh.com/sandbox/csstutorials/tablesv2/ */
.zebra-table{
	width: 99%;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	margin: 1em auto;
	border-collapse: collapse;
}
.zebra-table .header {
	background: #f4f9fe;
	color:#66a3d3;
	text-align:center;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	font: bold 1.2em/ 2em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.zebra-table .even {
	background: #ffffff;
}
.zebra-table tr.odd td	{
	background:#f7fbff
}
.zebra-table td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	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;
}
