/* colors: 
	green: #5fad00 	qitera green (light)
	green: #5a911a 	qitera green (dark)
	blue: #5ba6e3 	strong blue for gradient boxes, blue on gray fonts
	orange: #eb6100 (dark), #ebb28a (light)
*/


/* @group Add Website or Note Box */
#addGenericContainer {
	background-color:#EFEFEF;
	left:0px;
	padding:10px 10px 10px 45px;
	position:relative;
	clear: both;
}

#addGenericSimple {
	width: 550px;
	position: relative;
}
#addGenericSimple #saveButton {
	float:right;
	margin-top:-13px;
	position:absolute;
	left:460px;
	top:50%;
}
#addGenericContainer .info {
	padding: 5px;
	position: relative;
}
#addGenericContainer .info .inner {
	padding: 0px;
}

.add_link {
	display:block;
	float:left;
	font-size:13px;
	padding-left:10px;
	padding-top:5px;
	text-decoration:underline;
	font-weight:bold;
}
/* @end */

/* @group Boxes with rounded corners */
.roundedBox .sb-inner {
	background-color: #F9F9F9;
}
.roundedBox .sb-border {
	background-color: #CCCCCC;
}
/* @end */

.messageBox {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.5em;
}

.messageBox p {
	margin-bottom: 0.5em; /* 0.5626 x 16px = 9px */
}

.messageBox h1 {
	font-size: 18px;
	line-height: 1.75em;

	text-transform: none;
	font-weight: bold;
	padding-bottom:10px;
}

.messageBox h2 {
	font-size: 14px;
	line-height: 1.75em;

	text-transform: none;
	font-weight: bold;
}

.messageBox .email {
	background-color:#FAFAC4 ;
	font-size: 1em;
	padding:5px;
	color: #444;
	margin: 18px 0px 0px 15px;
	float: left;
}
.messageBox .address {
	margin: 5px;
	/*background: #FFFFE0;*/
	padding: 10px;
	display: block !important;
	display: inline;
	float: left;
	width: 70%;
}
.messageBox #result {
	font-style: italic;
}

.messageBox   th { 
	font-weight:bold; 
} 
.messageBox   td { 
	padding-right:20px; 
	padding-top:1em; 
	vertical-align:top; 
}


/* @end */


/* @group Bookmarklet */
#bookmarklets {
	right: 40px;
	top: 40px;
	font-size: 12px;
	background: #efefef url(/images/qiteraIcons/q32.png) no-repeat left center;
	border: 1px solid #ccc;
	padding:0.5em 0.5em 0.5em 2.75em;
}
/* @end */



/* @group Login Form */
#static #loginForm input.email, #static #loginForm button {
	margin: 5px 5px 5px 0px;
}
#static #loginForm td {
	padding: 5px 0 0 15px;
	vertical-align: middle;
}
.loginMessage, .signupMessage {
	margin-bottom: 0px !important;
}
.signupInfo {
	margin-left: 50px;
	background-color: #EDEFF4;
	border: 1px solid #ccc;
	padding: 20px;
}
.signupInfo small {
	font-size: 10px;
}
.signupInfo td {
	vertical-align: top;
}
#loginForm input.textBox, #signupForm input.textBox, #feedbackForm input.textBox {
	width: 210px;
}
.loginMessage.error .inner, .signupMessage.error .inner {
	background:#FFFFFF url(/images/qiteraicons/cross.png) no-repeat scroll 7px center;
	line-height:16px;
	padding:20px 20px 20px 30px;
}
/* @end */


#savedPage {
	height: 1400px;
	width: 100%;
	margin-top:10px;
}  
#viewselector {
	height: 25px;
	font-size:13px; 
}

#listViewButton, #imageFlowButton {
	line-height:25px;
}
#listViewButton {
	background: transparent url(/images/qitera/listview_button.gif) no-repeat left 50%;
	padding-left:28px;
}
#imageFlowButton {
	background:transparent url(/images/qitera/imageflow_button.gif) no-repeat scroll left 50%;
	padding-left:28px;
}



.markedcomments {
	padding-left:0px;
	padding-right:0px;
}

.markedcomments img {
	padding-left:3px;
	padding-right:3px;
	height:14px;
}


#recentUpdates .update td {
	border-bottom: 1px solid #eee;
	padding: 3px;
	vertical-align: middle;
}
#recentUpdates .message .updateIcon {
	padding-left: 0px;
	background: url(/images/qiteraicons/message.gif) no-repeat 2px 2px;
}
#recentUpdates .team .updateIcon {
	padding-left: 0px;
	background: url(/images/qiteraicons/team.png) no-repeat 2px 2px;
}
#recentUpdates .comment .updateIcon {
	padding-left: 0px;
	background: url(/images/qiteraicons/comment.gif) no-repeat 2px 2px;
}
#recentUpdates .add_to_topic .updateIcon {
	padding-left: 0px;
	background: url(/images/qiteraicons/pictures.gif) no-repeat 2px 2px;
}
#recentUpdates .share_with_user .updateIcon{
	padding-left: 0px;
	background: url(/images/qiteraicons/share-icon-12x12.png) no-repeat 2px 2px;
}

#recentUpdates .app_alert .updateIcon{
	padding-left: 0px;
	background: url(/images/qiteraicons/alerts_icon.png) no-repeat 2px 2px;
}

#recentUpdates .app_follow .updateIcon{
	padding-left: 0px;
	background: url(/images/qiteraicons/follows_icon.png) no-repeat 2px 2px;
}

.shareTopicHeader {
	float: left;
	padding-left: 23px;
	background: transparent url(/images/qiteraIcons/share-icon-16x16.png) no-repeat;
}

.welcomeHeader, .shareTopicHeader, .recentNewsHeader, .favoriteTopicsHeader, .peopleInTopicHeader, .informationHeader, .myGroupsHeader, .recommondationTopicsHeader, .searchTopicsHeader, .searchContactsHeader {
	padding: 0px 5px 0px 33px !important;
	line-height: 28px;
}

.myGroupsHeader {
	background:transparent url(/images/qitera/default_group_blue_16.jpg) no-repeat 10px 50%;
}

.informationHeader {
	background: transparent url(/images/qiteraIcons/information-icon-16x16.png) no-repeat 10px 50%;
}
.peopleInTopicHeader {
	background: transparent url(/images/qiteraIcons/people-in-topic-icon-16x16.png) no-repeat 10px 50%;
}
.recentNewsHeader {
	background: transparent url(/images/qiteraIcons/feed-icon-16x16.png) no-repeat 10px 50%;
}
.favoriteTopicsHeader {
	background: transparent url(/images/qiteraIcons/favorite-topics-icon-16x16.png) no-repeat 10px 50%;
}
.recommondationTopicsHeader {
	background: transparent url(/images/comments/shop.png) no-repeat 10px 50%;
}

.searchTopicsHeader {
	background: transparent url(/images/comments/shop.png) no-repeat 10px 50%;
}

.searchContactsHeader {
	background: transparent url(/images/qiteraIcons/user.png) no-repeat 10px 50%;
}


.headerActionAddShare {
	padding: 2px 2px 2px 23px;
	background: transparent url(/images/qiteraIcons/share-icon-16x16.png) no-repeat scroll 1% 50%;
	line-height:20px;
	font-size:12px;
}
.headerActionAddFavs {
	padding: 2px 2px 2px 23px;
	background: transparent url(/images/qitera/star_outline.png) no-repeat scroll 1% 50%;
	behavior: url(/stylesheets/iepngfix.htc);
	line-height:20px;
	font-size:12px;
}

.headerActionIsFavs {
	padding: 2px 2px 2px 23px;
	background: transparent url(/images/qitera/star.png) no-repeat scroll 1% 50%;
	behavior: url(/stylesheets/iepngfix.htc);
	line-height:20px;
	font-size:12px;
}

.headerActionDelete {
	padding: 2px 2px 2px 20px;
	background: transparent url(/images/trash.gif) no-repeat scroll 1% 50%;
	line-height:20px;
	font-size:12px;
}

.headerActionNewsOn {
	background: transparent url(/images/qiteraIcons/feed-icon-16x16.png) no-repeat scroll 1% 50%;
	behavior: url(/stylesheets/iepngfix.htc);
	padding: 4px 2px 2px 23px;
	line-height:20px;
	font-size:12px;
}

.headerActionNewsOff {
	behavior: url(/stylesheets/iepngfix.htc);
	padding: 4px 2px 2px 23px;
	background: transparent url(/images/qiteraIcons/feed-off.png) no-repeat scroll 1% 50%;
	line-height:20px;
	font-size:12px;
}


.headerMoreActions {
	padding: 2px 23px 2px 0px;
	line-height:20px;
	font-size:12px;
}

#addActionsMoreOoptionsPopup {
	background:white; 
	font-size: 12px; 
	border:1px solid #ccc;
	position:absolute; 
	z-index:2;
}
.editTopicShare .topicProgressIndicator {
	position: absolute;
	top: 3px;
	right: 7px;
}
.topicUser td {
	padding-bottom: 2px;
	font-size: 11px;
	color: #888;
}
.topicUser .userImage {
	width: 37px;
	padding-right:5px;
	text-align:right;
}
.topicUser .userImage img {
	border: 1px solid #888;
	padding: 1px;
	background:#fff;
}
.topicUser .userName {
	font-size: 12px;
	line-height:1.2em;
}
.topicUser .progressIndicator {
	position: absolute;
}
/* @end */

/* @group Topic Popup */
.topicInfoPopup {
	background-color:#fff ;
	font-size: 11px;
	position:absolute;
	float: left;
}
.topicInfo {
	background: #EDEFF4;
	border: 2px solid #00c; 
	padding: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.topicInfoHeader {
	font-size:14px;
	font-weight:bold;
	display:block;
	text-align:left;
	border-bottom:3px solid #ccc;
}
.topicInfo .lastUpdate {
}
/* @end */

/* @group Topic */
.topicName {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	margin:14px 10px 10px 10px;
}
#listHeader {
	/*min-height: 60px;
	height: auto;
	_height: 60px;*/
}
.listHeaderName {
	font-weight:bold;
	font-size:20px;
}

.subListHeader {
}

.subListHeader  .label {
	font-size:16px;
	font-weight:bold;
}

.subListHeader  .link {
	background-color:#FAFAC4; 
	margin-left:20px; 
	padding:2px 10px;
}

.subListHeader  .link a {
	text-decoration:underline;
}

.subListHeader  .link img {
	vertical-align:bottom;
}

#topicintro { 
	padding: 5px; 
	margin-left:30px; 
	margin-right:30px; 
	line-height:1.5em; 
}
#topiclist {
	padding: 10px;
}
.topicbox {
	width:600px; 
	height: 70px;
	padding: 5px;
	background: url(/images/qitera/topiclong.gif) no-repeat;
	margin-bottom: 15px;
}
.topicbox table td {
	padding-top:0px;	
	padding-bottom:0px;	
}
.topicbox .sharecount {
	background: transparent url(/images/qiteraIcons/share-icon-12x12.png) no-repeat scroll 0%;
	float:left;
	font-size:12px;
	padding-left:17px;
	color:#000;
}
.topicbox .sharecountZero {
	background: transparent url(/images/qiteraIcons/share-icon-12x12.png) no-repeat scroll 0%;
	background-color: #FAFAC4;
	float:left;
	padding-left:17px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	color:#000;
}
.topicbox .pagecount {
	background: transparent url(/images/qiteraIcons/pictures.gif) no-repeat scroll 0%;
	padding-left:20px;
	font-size:12px;
	color:#000;
}
.topicboxsmall {
	width:280px !important; 
	/*background: url(/images/qitera/topicshort.gif) no-repeat !important;*/
	margin-bottom: 5px;
	border-bottom:1px dotted #ccc;
}
.topicboxsmall .sharecount {
	font-size:11px;
	color:#000;
}
.topicboxsmall .shareNum {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.topicboxsmall .sharecountZero {
	background-color: #FAFAC4  ;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	color:#000;
}
.topicboxsmall .pagecount {
	font-size:11px;
	color:#000;
}
/* @end */

/* @group Bookmarks */
.bookmarksContainer {
	width:620px; 
	float:left;
	margin-left: 10px;
	display: inline; 
}
ul.bookmarks {
	margin-left: 0px;
	position: relative;
	width:619px;
}

#preview_item  ul.bookmarks {
	width:300px;
}

.bookmarks .description {
	font-size: 12px;
	line-height: 19px;
	line-break: normal;
}

.bookmarks h2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.byLine {
	color: #888 !important;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
}
.byLine a {
	color: #888888 !important;
	text-decoration: underline;
	line-height:24px;
}
.bookmarks .actionLink{
	font-size: 12px;
	line-height: 19px;
	text-decoration:underline;
}
li.actionLink {
	border-bottom: 1px solid #ccc;
	display: block;
	line-height: 19px;
}
li.actionLink a {
	/*width: 100%;*/
	display: block;
	color: #222 !important;
	text-decoration: none !important;
	padding: 2px 10px 2px 10px;
	/*padding-left: 2px;*/
}
li:hover.actionLink {
	background-color: #006EF2;
}
li:hover.actionLink a {
	background-color: #006EF2;
	color: #fff !important;
	padding: 2px 10px 2px 10px;
}

li:hover.actionLink .yellowhighlight {
	color: #000 !important;
}

li.actionLink.last {
	border-bottom: none	!important;
}

.actionLink.special a {
	background-color: #fafad4;
	font-style: italic;
}

.bookmarks .commentList .text {
	line-height: 19px;
}

.bookmarks .bookmarkLink {
	text-decoration: underline;
	color: #222;
}

.fileBookmarkLink  {
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}

.bookmarks li {
	display: block;
	text-align: left;
}
.bookmarks .saved {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bookmarks .thumbnail {
	float: left;
	width: 120px;
	/*height: 90px;*/	
	padding: 1px;
	background-color: #d0d9de;
	border: 2px solid #dfe9ee;
	overflow: hidden;
}
.bookmarks .deleteLink {
	font-size: 12px;
	color: #666 !important;
	height:12px;
}
.bookmarks .additionalInfoEdit {
	background:transparent;
	position:relative;
	font-size: 12px;
	clear:both;
}
.bookmarks .additionalInfoEdit .info {
	padding: 5px;
}
.bookmarks .additionalInfoEdit .info .inner {
	padding: 5px 15px 5px 15px;
}
.bookmarks .additionalInfoEdit em.dialogArrow {
	background:transparent url(/images/qitera/dialog_box_arrow.gif) no-repeat scroll 0 0;
	display:block;
	height:15px;
	position:absolute;
	left:25px;
	top:-14px;
	_top: -13px;
	width:30px;
}
.bookmarks .additionalInfoEdit #newTopicAssist {
	background-color: #FAFAC4;
	border: 1px solid #888;
	padding:5px;
}
.additionalInfoEdit {
	color: #000 !important;
	background-color: #FBF1E2;
} 
.bookmarks .comments {
	font-size: 12px; 
}
.bookmarks .topics {
	font-size: 12px;
	text-align: right;
	line-height:25px;
	padding-bottom:3px;
	margin-bottom:5x;
}
.bookmarks .topics a {
	margin-left:2px;
	margin-right:2px;
}

.bookmarktopic {
	font-size:11px;
	background: #EDEFF4 ;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:2px;
    margin-right:5px;
}

/* ---- New Bookmarks --- */
.bookmarks .saved .item .headline .wrapper{
	position: relative;
}
.bookmarks .item .headline h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 44px;
}
.bookmarks .item .headline h2 a {
	color: #000;
}
.bookmarks .saved .item, .bookmarks .saved .metadata {
	width: 610px;
} 
.bookmarks .saved .item .userThumbnail {
	position: relative;
	float: left;
	width: 32px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding: 1px;
	border: 1px solid #888;
}
.bookmarks .saved .item .screenshot {
	display: block;
}
.bookmarks .saved.bookmark .item .screenshot {
	width: 126px; /* 135 was actually planned */ 
	padding-left: 45px;
}
.bookmarks .saved .metadata .actionsContainer {
	width: 126px; /* 135 was actually planned */ 
	padding-left: 40px;
	padding-top: 5px;
}
.bookmarks .saved .metadata .topics {
	padding-top: 9px;
}
.bookmarks .saved.note .item .screenshot, 
.bookmarks .saved.noimage .item .screenshot {
	width: 45px;
	padding: 0px;
}
.bookmarks .saved.note .item .screenshot a, 
.bookmarks .saved.noimage .item .screenshot a {
	display: none;
}
.bookmarks .saved.video .item .screenshot {
	/*width:	380px;*/
	width: 610px;
	padding-left: 45px;
}

.bookmarks .saved.map .item .screenshot {
	/*width:	380px;*/
	width: 575px;
	padding-left: 45px;
}

.bookmarks .saved.video .item object, 
.bookmarks .saved.video .item embed {
	/*width: 380px;*/
	width: 575px;
}


.bookmarks .saved .description {
	padding-left: 10px;
}
.bookmarks .saved .description,
.bookmarks .saved .item .metadata .topics {
	width: 439px; /* 610 - 45 - 126 */
}
.bookmarks .saved.note .item .description,
.bookmarks .saved.noimage .item .description {
	padding-left: 0px;
	width: 565px; /* 610 - 45 */
}
.bookmarks .saved.video .description {
	/*width: 185px;*/ /* 610 - 45 - 380 */
	width: 590px;
	padding-left: 45px;
	padding-top: 10px;
}

.bookmarks .saved.map .description {
	/*width: 185px;*/ /* 610 - 45 - 380 */
	width: 590px;
	padding-left: 45px;
	padding-top: 10px;
}

.bookmarks .saved .item .description .descriptionContent {
	overflow: hidden;
	float: left;
}
.bookmarks .saved.bookmark .item .description .descriptionContent {
	width: 429px;
}
.bookmarks .saved.note .item .description .descriptionContent,
.bookmarks .saved.noimage .item .description .descriptionContent {
	width: 555px;
}
.bookmarks .saved.video .item .description .descriptionContent {
	/*width: 175px;*/
	width:	555px;
}	
.favicon {
	width: 16px; 
	height: 16px; 
	vertical-align: top;
}
.bookmarks .saved .item .bookmarkUrl {
	color: #888888;
	font-style: normal;
	float: left;
	font-size: 12px;
	line-height: 19px;
}
.bookmarks .saved .item .bookmarkUrl a {
	text-decoration: none;
	color:green;
}
.bookmarks .saved .metadata .dialogContainer {
	margin-left: 45px;  
	width:480px;
}

/* hack for IE */
* html .bookmarks .saved.note .description ul, * html .bookmarks .saved.note .description ol {
	LIST-STYLE-POSITION: inside !important;
}
.bookmarks .saved.note .description ul {
	padding-left:40px;
	display:block !important; 
	list-style-type:disc !important;
	margin:1em 0 !important;
}
.bookmarks .saved.note .description ol {
	padding-left:40px;
	display:block !important;
	list-style-type:decimal !important;
	margin:1em 0 !important;
}
.bookmarks .saved.note .description li {
	display:list-item !important;
	list-style-position:inherit !important;
	margin: 0px !important;
}


/* @end */

/* @group Bookmark Comments */
#hideComments, #showComments {
	float: left;
	clear: both;
	margin: 0.25em 0px 0.25em 30px;
	font-size: 12px;
}
.comments {
	clear: both;
	padding-left: 35px;
	padding-top: 5px;
}
.bookmarks li.comment {
	margin: 0px 0px 0px 0px;
}
.comment td {
	vertical-align: top;
}
.commentList {
	clear: both;
}
.commentList .comment .bullet {
	padding-right: 5px;
	float: left;
	height: 19px;
}
.bookmarks .commentList .text {
	color: #444;
	width:400px;
}
.bookmarks .commentList .bullet img {
	vertical-align: middle;
}
.commentList .deleteLink {
	float: none !important;
}
.bookmarks .comment .additionalInfoEdit {
	margin-top: 20px;
}
.bookmarks .comment em.dialogArrow {
	background:transparent url(/images/qitera/dialog_box_arrow.gif) no-repeat scroll 0 0;
	display:block;
	height:15px;
	position:absolute;
	left:25px;
	top:-14px;
	_top: -13px;
	width:30px;
}
/* @end */

/* @group Contacts */
#newSubscription {
	text-align: left;
}
/* @end */

/* @group Profile Page */
#profilePage {
	height: 1%;
}
#profilePage #tearsheet {
	display: block;
	margin-bottom: 10px;
	padding: 20px 0px 20px 0px;
}

#welcome_greeting {
	font-size:16px;
}


.settingsData {
	font-size:12px;
	text-align: left;
}

.settingsData  #image-container {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 1px;
	background-color: #d0d9de;
	border: 4px solid #dfe9ee;
}

.settingsData td {
	vertical-align: top;
	padding-bottom:20px;
}

.settingsData .label {
	padding-right:15px;
	text-align:right;
	color:#444;
	font-weight:bold;
}
.settingsData .value {
	padding-right:20px;
}
.settingsData  .action {
	text-decoration:underline;
}

.settingsData h2 {
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(204, 204, 204); 
}

.settingsData .inputfield {
	border:1px solid #888;
	padding:3px;
}

.settingsData .inputfield:focus {
	border: 1px solid #900;
	background-color: #FAFAC4;
}

.settingsData .settingsDataFixed {
	color:#0000cc;
	font-weight:bold;
	font-size:14px;
}

/* @end */

/* @group migmag installation */
.installation li {
	float: left;
	margin: 30px;
}
#installContent {
	margin-left: 30px;
	text-align: left;
}
#installContent tr td{
	padding:10px;
	vertical-align:top;
}
.install-instructions h2 {
	margin-bottom: 20px;
}
.flash_active {
	display: block;
}


#paging {
	clear: both;
	margin: 10px 0px 20px 0px;
	text-align:center;
}

#paging a {
	padding: 5px;
	font-size: 12px;
	line-height: 24px;
}

#paging a:hover {
	background-color: #ccc;
}
/* @end */


/* @group Feedback */

#feedback {
	background: transparent url(/images/qitera/feedback.png) no-repeat; 
	position: absolute; 
	left: 0px; 
	top: 40px; 
	width:35px; 
	height: 105px;
	behavior: url(/stylesheets/iepngfix.htc);
}
	
#feedbackForm .textBox {
	border:1px solid #888;
	padding:3px;
}

/* @end */



.highlight {
	background: #FFF01C;
	font-weight: normal;
	color: #444;
}

.installPluginLink {
	color: #fff; 
	font-size: 14px; 
	line-height: 30px; 
	display: block;
	float: left;
}
.closeLinkPlugin {
	font-size: 12px; 
	display: block;
	float: right;
	margin-right: 10px;
	position: absolute;
	top: 7px;
	right: 10px;	
}
.feedLink {
	background: transparent url(/images/qiteraIcons/feed-icon-16x16.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;	
}
#footer .feedLink {
	background: transparent url(/images/qiteraIcons/feed-icon-16x16-dark.png) no-repeat left 50%;
}

.installPluginLink a:link, .installPluginLink a:hover, .installPluginLink a:visited {
	color: #fff;
}
.installationLink {
	background: transparent url(/images/qiteraIcons/q16_dark.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;
}
.installationLinkFF {
	background: transparent url(/images/qiteraIcons/firefox.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;
}
.installationLinkIE {
	background: transparent url(/images/qiteraIcons/ie.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;
}
.installationLinkSafari {
	background: transparent url(/images/qiteraIcons/safari.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;
}
.helpLink {
	background: transparent url(/images/qiteraIcons/help.png) no-repeat left 50%;
	padding: 5px 0px 5px 20px;
}

.helpinfotext {
	color:#666;
	font-size:11px;
}
.yellowinfotext {
	background: #FAFAC4 ;
	padding: 5px;
}
.redinfotext {
	background: #FF0000;
	color: #fff;
	padding: 5px;
}


.contactImage {
	background:transparent url(/images/userback12.gif) no-repeat scroll 0%;
	height:142px;
	line-height:110px;
	text-align:center;
	width:122px;
}
.contactImage img {
	vertical-align: middle;
}
.contactImage img {
	margin-top: 11px;
}

.contactImage2 {
	text-align:center;
	width:100px;
}
.contactImage2 img {
	vertical-align: middle;
}

.introscreen {
	font-size:11px;
	color: #444;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ebb28a;
	clear:both;
	margin-bottom:10px;
}
.introscreen p {
	margin-top: 10px;
}
.introscreen ul {
	margin: 10px 0px 0px 30px;
}
.introscreen ul li {
	list-style: disc;
	padding-bottom:5px;
}
.introscreen .qplus {
	background:transparent url(/images/qiteraIcons/qplus.jpg) no-repeat scroll 0%;
	padding-left:20px;
}
.introscreen .addorange {
	background:transparent url(/images/qiteraIcons/add_orange.gif) no-repeat scroll 0%;
	padding-left:20px;
}

.introscreen .hide {
	float: right;
}
.introscreen h2 {
	font-size:16px;
	color: #F7a73c;
	font-weight:bold;
	padding-bottom:10px;
}
.introscreen td {
	padding-top:20px;
}

/* group News feedlist */

#feedList .selected .date {
	color: #FFF !important;
}

#feedList .selected {
	background-color:#006EF2;
	color:#FFF;	
}

#feedList .selected a{
	color:#FFF;	
}


#feedList .bold td {
	font-weight: bold;
}

#feedList  td {
	cursor:pointer;
}

#feedList  .update:hover {
	background-color:#e8EEF2;
}

#feedList  .selected.update:hover {
	background-color:#006EF2;
}


#preview_content {
	min-height: 300px;
	height: auto;
	_height: 300px;
}

#preview_spinner {
	min-height: 300px;
	height: auto;
	_height: 300px;
}

#preview_item {
	padding-top:10px;
}

.newsTitle {
	background-color:#888888;
	border: 1px solid #CCC;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding: 10px;
	margin-top:5px;
	margin-left:10px;
}
/* end group News feedlist */




/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #888; /* set border COLOR as desired */
	list-style-type: none;
	padding: 5px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	/*margin-left:10px;*/
	margin-right:10px;
	width:282px;
}

ul#tabnav li { /* do not change */
	display: inline;
}

div#tabcont.tab1sel li.tab1, div#tabcont.tab2sel li.tab2 , div#tabcont.tab3sel li.tab3 { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

div#tabcont.tab1sel li.tab1 a, div#tabcont.tab2sel li.tab2 a, div#tabcont.tab3sel li.tab3 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	font-weight:bold;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #888; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #FFF; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	font-weight:normal;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/* end css tabs */


.close {
	font-size:11px;
	text-decoration:underline;
}

.inputfieldselected {
	text-decoration:underline;
	color:#00c;
}

.blueinfobox {
	font-size:11px;
	color: #444;
	padding: 10px;
	background: #EDEFF4;
	border: 1px solid #ccc;
}

.yellowinfobox {
	color: #444;
	background: #FAFAC4 ;
	padding: 10px;
	border:1px solid #ccc;
}

.blue-box {
	color: #444;
	padding: 10px;
	background: #EDEFF4;
	border: 1px solid #ccc;
}

.yellow-box {
	color: #444;
	padding: 10px;
	background: #FAFAC4;
	border: 1px solid #ccc;
}

.qigreen {
	background: #5fad00;
	color:#fff;
}

.qigreenbutton {
	background-color:#56AD00;
	border-color:#C4E2A7 rgb(117, 168, 72) rgb(117, 168, 72) rgb(196, 226, 167);
	color: #fff !important;
	padding: 0.6em 0.8em;
	font-size:14px;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
}



.qigreenbutton  a {
	color: #fff;
}



#firststepsbox td a {
	color:#ccc;
	font-size:12px;
}

#firststepsbox td a:hover {
	color:#fff;
}

.shareNum {
	font-weight:bold;
}



/* @end */


#enterpriseregisterform  {
	font-size:12px;
}

#enterpriseregisterform  .textBox{
	border:1px solid #888;
	padding:3px;
	width:150px;
}

#enterpriseregisterform  .label{
	text-align:right;
}

#enterpriseregisterform  td{
	padding:3px;
}

.progressBar{
	width:516px;
	height:41px;
	background:url(/images/progressbar/bg_bar2.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:483px;
	height:25px;
	background:url(/images/progressbar/bar3.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:500px;
	height:25px;
	background:url(/images/progressbar/bg_cover.gif) repeat-x 0 0;
	top:0;
}
.enterpriseMemberList .selected {
	background-color:#006EF2;
	color:#FFF;	
}

#teams .selected {
	background-color:#D8E8FF !important;
}

#teams .selected a {
	font-weight:bold;
}

.contact_page_letter:hover {
  background-color:#ccc;
}

.adminlink {
  background-color:#800;
  padding: 4px 5px;
  color:#fff !important;
}

#sharetopicdlg table td {
	padding-top:5px;	
	padding-bottom:5px;	
}
	
.yellow-dlg-head {
	border-bottom: 1px dotted rgb(136, 136, 136); 
	margin-bottom: 10px; 
	font-size: 13px; 
	font-weight: bold;	
}


.flash_content_preview {
	/*bottom:0px;*/
	position: absolute; /*ie6 and above*/
	height:100%;
	width:100%;
	background:#fff;
}	


.close-button-big {
	background: transparent url(/images/qiteraIcons/cross.png) no-repeat left 50%;
	padding-left:20px;
	behavior: url(/stylesheets/iepngfix.htc);
}

/* topic  alerts sidebar */
#sb-alerts {
}

#sb-alerts .header, #sb-chat .header {
	padding: 0px 5px 0px 10px !important;
	line-height: 28px;
	/* background: #10598A  url(/images/comments/shop.png) no-repeat 10px 50%;*/
	background: #10598A;
}

.alert-item {
	padding:15px 0px 5px 0px;
	width:600px;
	overflow:hidden;
	line-height:19px;
	border-bottom:1px dotted #ccc;
}

.alert-item em {
	font-weight:bold;
	font-style:normal;
}

.alert-item  h2 {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.alert-item  h2 a {
	color:#000;
	text-decoration:underline;
}

.alert-item-url a {
	color:green;
	text-decoration:none;
}

.alert-item .actionLink  {
	text-decoration:underline;
}

.item-selected-class {
	background-color:#eee;
}

.small-link-underline {
	font-size:11px;
	text-decoration:underline;
	color:#0000CC;
}

.mod-track {
	color:#fff;
	background:#8c6945;
	padding:0px 3px;
}

a.bc-link {
	color:#000 !important;
	border-bottom:1px dotted #888;
}

.emptyresults {
	padding-left:25px; 
	padding-top:20px; 
	padding-right:30px;
	font-size:13px;
}

.application-info {
	padding:20px 10px;
	color:#444;
	border-top:1px dotted #ccc;
}

.application-info.with-border {
	border-bottom:1px dotted #ccc;
}

.application-info .image {
	float:left;
	height:70px;
	width:70px;
}

.application-info h2 {
font-size:14px;
font-weight:bold;
line-height:1.75em;
text-transform:none;
color: #5a911a;
}

.application-info .action {
	font-weight:bold;
}

.application-info p {
	margin-top:0.5em;
}


.topicsbox {
	margin: 10px 0px 0px 0px;
	width: 300px;
}
.topicsbox .content {
	font-size: 12px;
}
.topicsbox .header {
	padding-bottom: 5px;
	background:url(/images/topicsbox-header.gif) repeat-x 0 0;
	behavior: url(/stylesheets/iepngfix.htc);
	border-bottom: 1px solid #888;
	line-height:24px;
	padding:0px 0px 0px 5px !important;
}
.topicsbox .header h2 {
	font-weight: bold;
	font-size:14px;
	color: #ffffff;
}
.topicsbox .listContainer {
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	width:300px;
}
.topicsbox .scrollable {
	height: 185px;
	overflow:auto;
	overflow-x: hidden;
}

.topicsbox_cell {
	margin-top:10px;
}


.topics-page-sort {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	margin:14px 10px 10px 10px;
}


.topics-page-nav li.selected a{
	color:#222;
}

.topics-page-nav  li{
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}

.topics-page-nav  li.first{
	border-top:1px solid #ccc;
}

.topics-page-nav  li.selected{
	font-weight:bold;
	background:#eee;
}


.link-in-news {
	font-weight:bold;
	border-bottom:1px solid;
}
