/*
    Common CSS Styles
 */
 
/* focus reset 
button::-moz-focus-inner { border: 0; }

:focus { 
	outline: none;
}
*/
 
.debug {
	border: 1px dashed black;
}

body {
	height: 100%;
	font-family: tahoma,verdana,arial,sans-serif;	
}

#contents {
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

.share-mouseover {
	text-decoration: underline;
	cursor: pointer;
}

.share-center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.share-float-left {
	float: left;	
}

.share-noTopMargin {
	margin-top: 0px !important;		
}

.share-noBottomMargin {
	margin-bottom: 0px !important;		
}
	
.gwt-DecoratorPanel {
	
}

.gwt-DecoratorPanel .middleCenter {
	/*
	background-color: #f2f2f2;
	border: 1px solid #cdcdcd;
	*/
}	

.share-fullVerticalDivider,
.share-verticalDivider {
	border-left: 1px solid #cdcdcd;	
}
.share-fullHorizontalDivider,
.share-horizontalDivider {
	border-top: 1px solid #cdcdcd;	
	line-height: 0px;
}

.share-fullHorizontalDivider {
	width: 100%;
}

.share-fullVerticalDivider {
	height: 100%;
}


.share-horizontalDivider {
	width: 99%;
}

.share-verticalDivider {
	height: 99%;
}

.share-horizontalDivider {
	width: 99%;
	border-top: 1px solid #cdcdcd;	
}

.share-inputError {
    border: 2px red solid;
}

.share-button {
	border: 1px solid darkgray;
	background-color: lightgray;
	
	padding: 2px 5px;
}

.share-inline {
	display: inline;	
}

.share-block {
	display: block;	
}

.share-editable-toolbar {
	display: inline;
	
	position: relative;
	left: 2;	
	top: -2;
}

.share-toolbar-action {
	margin-left: 3px;
	
	color: #a1a1a1;
	
	font-family: Tahoma, Arial;
	font-size: 8pt;
	/*
	line-height: 8pt;
	*/
	
	text-decoration: none;
	
	cursor: pointer !important;
}

.share-toolbar-mouseover {
	text-decoration: underline;	
}

.share-image-editable {
    cursor: pointer;
}

.share-editable {
	display: inline;
}

.share-editable-mouseover {
	background-image: none;
	background-color: lightblue !important; 
	/*
    border: 1px solid cyan;
    */
    cursor: pointer;
}

.share-title {
	margin: 5px 0px 5px 5px;
	
	font-family: Tahoma,Arial;
	font-size: 12pt;
	font-weight: bold;
	color: green;
}

.share-description {
	margin: 5px 20px 10px 20px;
	
	font-family: Tahoma,Arial;
	font-size: 10pt;
	font-weight: normal;
	color: gray;
}

.share-dialog-title,
.share-dialog-title-wide {	
	font-family: Tahoma,Arial;
	font-size: 12pt;
	font-weight: bold;
	color: green;
}

.share-dialog-title {
	margin: 10px !important;
}

.share-dialog-title-wide {
	margin: 10px 20px 10px !important;
}

.share-title-offset {
	margin-bottom: 5px;	
}

.share-top-offset-5px {
	margin-top: 5px;	
}

.share-top-offset-10px {
	margin-top: 10px;	
}

.share-topLabel {
	text-align: left;	
}

.share-title-community {
	margin-top: 5px;
	
	font-family: Tahoma,Arial;
	font-size: 12pt;
	font-weight: bold;
	color: brown;
}

.share-messages-panel {
	
	background-color: #EEF280;
	width: 100%;
	
	/*
	width: 750px;
	*/
	
	/*
	margin-left: auto;
	margin-right: auto;
	
	width: 98%;
	
	border-bottom: 1px solid #cdcdcd;
	*/	
}

.share-view-title,
.share-messages-title {
	margin: 5px;
	
	font-family: Tahoma,Arial;
	font-size: 18px;
	font-weight: bold;
	
	color: #808080;
	text-shadow: #cdcdcd 4px 4px 2px;
}

.share-dialogTitle {
	margin: 5px auto;
	
	font-family: Tahoma,Arial;
	font-size: 12pt;
	font-weight: bold;
	color: green;
	
	text-align: center;
	
}

.share-dialogContents {
	border-bottom: 1px solid #cdcdcd;	
}

.share-form-errorMessage {
    
    color: white;
    
    font-size: 10pt;
    font-weight: bold;
    
    padding: 5px 10px 5px 10px;
    border: 1px solid red;
    background-color: #FF8A8A;
    
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* move grid css to agile-ui styles */

.agile-ui-inlineBlock {
	display: inline-block;
}

.agile-ui-list-noItemsMsg,
.agile-ui-grid-noItemsMsg {
	
	height: 200px;
	line-height: 200px;
	
	font-family: Tahoma,Arial;
	font-size: 12pt;
	font-weight: bold;
	
	color: #0099cc;
}

.share-action,
.share-grid-action {
	
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px !important;
	
	border: none !important;
	background: green !important;
	padding: 5px 10px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	color: white;
}

.share-grid-action {
	margin-right: 7px !important;
}	

.share-grid-action-container {
	vertical-align: middle;
	line-height: 1em;
	height: 35px;	
}

.share-grid-action-image {
	height: 25px;
	width: 25px;
	
	margin-left: 5px;
	margin-right: 5px;
	/*
	margin: 0px 5px 0px 0px;
	*/
}

.share-grid-action-text {
	height: 35px;
	line-height: 35px;
	border: 1px dashed black;
}

.share-pagingToolbar {
			
	/*
	background-color: #EEF280;
	*/
			
	width: 99%;	
	border-top: 1px solid #cdcdcd;	
	border-bottom: 1px solid #cdcdcd;	
	
	margin-bottom: 10px;
		
	padding: 5px 0px 5px 5px;	
	
	font-family: Tahoma,Arial;
	font-size: 11pt;
	font-weight: bold;
	color: black;	
}

.share-pagingToolbar-next,
.share-pagingToolbar-previous {
	cursor: pointer;	
	
	font-family: Tahoma,Arial;
	font-size: 11pt;
	font-weight: bold;
	
	color: black;	
	
	margin-right: 10px;
	
}

.share-pagingToolbar-mouseover {
	color: gray !important;	
}

.share-filter-panel {
    margin-left: 5px;
    margin-right: 5px;
    
    border: 1px solid gray;
    
    margin-bottom: 10px;
    
    padding: 4px;
}

.share-filter-title {
	font-family: Tahoma,Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;	
}

.share-filter-image {
	height: 25px;
	width: 25px;	
}

.share-filter-label {
    
    color: gray;
    
    font-size: 9pt;
    font-weight: bold;
    
    margin-left: 10px;
    margin-right: 5px;
    
    vertical-align: middle;
    
    cursor: default;
}

.share-filter-input-panel {
    border: 1px solid lightblue;
	
	/*
	height: 25px;
	line-height: 25px;
*/
	
	height: 20px;
	line-height: 20px;
}	

.share-filter-input {
	border: none !important;
	
	margin: 2px;
}

.share-filter-cancelImage {
	
	margin-right: 3px;
	margin-left: 3px;
	
	width: 12px;
	height: 12px;
		
	vertical-align: middle;
	
	cursor: pointer;
}

.gwt-Label {
	cursor: default;
}

/* start - security panel (contains captcha) */



.share-securityPanel {
	margin-left: 10px;
	padding: 4px 10px 8px;
	
	background-color: #e5e5e5;
	border: 1px solid #bbb;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.share-securityPanel-title {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
	
	color: gray;	
	
	margin-bottom: 4px;
}

.share-securityPanel .gwt-Image {
	border: 1px solid #a1a1a1;
	margin-bottom: 5px;	
}

.share-securityPanel .gwt-TextBox {
	margin-bottom: 5px;	
}

.share-captcha-error {
    
    color: gray;
    
    font-size: 10pt;
    font-weight: bold;
    
    padding: 5px 20px 5px 20px;
    border: 1px solid red;
    
    margin-top: 10px;
    margin-bottom: 10px;
}	

/* end - security panel */

.share-searchBox-initialText {
	color: #808080 !important;
}

/* start - tag cloud */
 
.agile-ui-tagcloud-tag {
	/*
	color: #a1a1a1;
	*/
	color: #0099CC;
	font-family: sans-serif;
	text-decoration: none;
	cursor: pointer;
	margin-right: 6px;
	/*
	font-weight: bold !important;
	*/
}

.agile-ui-tagcloud-tag-mouseover {
	text-decoration:underline;
}

.agile-ui-tagcloud-tag1 {
	font-size: 11px;
	font-weight:100;
}

.agile-ui-tagcloud-tag2 {
	font-size: 13px;
	font-weight:200;
}

.agile-ui-tagcloud-tag3 {
	font-size: 15px;
	font-weight:300;
}

.agile-ui-tagcloud-tag4 {
	font-size: 17px;
	font-weight:400;
}

.agile-ui-tagcloud-tag5 {
	font-size: 19px;
	font-weight:500;
}

.agile-ui-tagcloud-tag6 {
	font-size: 21px;
	font-weight:600;
}

.agile-ui-tagcloud-tag7 {
	font-size: 23px;
	font-weight:700;
}

.agile-ui-tagcloud-tag8 {
	font-size: 25px;
	font-weight:800;
}

.agile-ui-tagcloud-tag9 {
	font-size: 27px;
	font-weight:900;
}

.agile-ui-tagcloud-tag10 {
	font-size: 28px;
	font-weight:900;
}

.agile-ui-tagcloud-red {
	color:#EE0000;
}

.agile-ui-tagcloud-green {
	color:#69CE00;
}

.agile-ui-tagcloud-blue {
	color:#007CFF;
}

.agile-ui-tagcloud-lightblue {
	color:#00C2EC;
}

.agile-ui-tagcloud-orange {
	color:#FF9B00;
}

.agile-ui-tagcloud-pink {
	color:#FF04DA;
}

.agile-ui-tagcloud-brown {
	color:#A57100;
}

.agile-ui-tagcloud-purple {
	color:#9A00CE;
}

.agile-ui-tagcloud-black {
	color:#000000;
}

.agile-ui-tagcloud-white {
	color:#FFFFFF;
}

.agile-ui-tagcloud-lightgrey {
	color:#CCCCCC;
}

.agile-ui-tagcloud-grey {
	color:#999999;
}

.agile-ui-tagcloud-darkgrey {
	color:#666666;
}

.agile-ui-tagcloud-verticalL {
	
}

.agile-ui-tagcloud-verticalR {
	
}

/* end - tag cloud */

/* start - multi-select */

.share-multiSelect-checkBox {
	height: 15px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.share-multiSelect-checkBox input {
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
    vertical-align: middle;
}

.share-multiSelect-checkBox label {
    color: #a1a1a1;
    font-size: 9pt;
    font-weight: bold;
    
	cursor: pointer;
    margin-left: 2px;
    vertical-align: middle;
}

/* end - multi-select */

.share-flowGridPanel-item {
	position: relative;
	float: left;
}