a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
    line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	padding-top:-2px;
}

a.button, span.button, del.button, a.button span, span.button button, span.button input, del.button span{
    background-image:url(../images/form_buttons.png);
}

a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1.2em;
	letter-spacing:0 !important;
	font-family:"Arial" !important;
	font-size:12px !important;
	font-weight:bold !important;
	font-style:normal;    
	background-color:transparent;
	background-position:100% 0%;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0px 10px;
	margin:0px -16px 0px 10px;
	border:none;
	vertical-align:text-top;	
}


/* No tocar
a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
    line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	padding-top:-2px;
}

a.button, span.button, del.button, a.button span, span.button button, span.button input, del.button span{
    background-image:url(../images/form_buttons.png);
}

a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1.2em;
	letter-spacing:0 !important;
	font-family:"Arial" !important;
	font-size:12px !important;
	font-weight:bold !important;
	font-style:normal;    
	background-color:transparent;
	background-position:100% 0%;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0px 10px;
	margin:0px -16px 0px 10px;
	border:none;
	vertical-align:text-top;	
}

*/

span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus, html.safari span.button button:focus{
    outline:none;
}

del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
        color:#aaa !important;
	background-position:100% -120px;
}

span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

/** optional **/
#delete_message_icon{
  padding-left:5px;
}

#solved_icon{
  margin-left:10px;
}

/*Hover Style*/

a.button:hover,  span.button:hover, a.button:focus, a.dom-button-focus, span.button-behavior-hover{
	background-position:0 -60px;
	color:#222222;
	text-decoration:none;
}

a.button:hover span, span.button:hover button, a.button:focus span, span.button-behavior-hover button, span.button-behavior-hover input{
	background-position:100% -60px;
}

a.button:active, a.button:focus span{
	color:#444444;
}

del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}

del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}
	/* ADD-CONTENT-BUTTON; */

#add_button{
  float:right;
  margin-right:15px;
  margin-top:-30px;
}

	/* VOTES BUTTONS */
	
.vote_button{
	width:30px;
	height:30px;
	cursor:pointer;
	display:block;
	float:left;
}	

.content_vote_up{
	background:url(../images/vote_positive.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
}

.content_vote_down{
	background:url(../images/vote_negative.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
}

.content_vote_up a:hover,.content_vote_up a:active {
	background:url(../images/vote_positive_active.png) no-repeat scroll 0px 0px;
}
	
.content_vote_down a:hover, .content_vote_down a:active{
	background:url(../images/vote_negative_active.png) no-repeat scroll 0px 0px;
}

.vote_up_disabled{
	background:url(../images/vote_positive_disabled.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
	cursor:not-allowed;
}
.comment_vote_up_disabled, .content_vote_up_disabled{
	background:url(../images/vote_positive_disabled.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
	cursor:not-allowed;
}
	
.vote_down_disabled, .comment_vote_down_disabled{
	background:url(../images/vote_negative_disabled.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
	cursor:not-allowed;
}

.content_vote_down_disabled{
	background:url(../images/vote_negative_disabled.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
}

.comment_vote_up{
	background:url(../images/comment_vote_positive.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
}

.comment_vote_down{
	background:url(../images/comment_vote_negative.png) no-repeat scroll 0px 0px;
	display:block;
	float:left;
	width:30px;
}
	
.comment_vote_down a:hover,.comment_vote_down a:active  {
	background:url(../images/comment_vote_negative_active.png) no-repeat scroll 0px 0px;
}

.comment_vote_up a:hover,.comment_vote_up a:active{
	background:url(../images/comment_vote_positive_active.png) no-repeat scroll 0px 0px;
}
	
span.TabLink, span.TabLink:link{
background:transparent url(../images/top-middle.gif) repeat-x scroll 0 50%;
padding:5px 18px;
border:1px solid #e5e5e5;
}

span.TabLink a:link{
color:#666666 !important;
}

span.TabLink a:hover{
color:#3DA1CB !important;
}

span.TabLink:hover{
background:transparent url(../images/top-middle_hover.gif) repeat-x scroll 0 50%;
border:1px solid #3DA1CB;
cursor:pointer;
}

span.TabLink_selected{
padding:4px 22px;
background:transparent url(../images/top-selected.gif) repeat-x scroll 0 0%;
color:#106D81 !important;
border:1px solid #3DA1CB;
}

.content_type_icon{
	vertical-align:middle;
	padding:2px;
}

.stat_icon{
	height:24px;
	width:24px;
	margin-right:10px;
	float:left;
	clear:both;
}

#stat_data{
	padding:2px 0px;
	margin-left:5px;
}

#knowledge_stars{
	width: 150px;
	height:22px;
}
.knowledge0{
	background: url(../images/level_0.png) no-repeat scroll 0 0;
	height:100%;
}
.knowledge1{
	background: url(../images/level_1.png) no-repeat scroll 0 0;
	height:100%;
}

.knowledge2{
	background: url(../images/level_2.png) no-repeat scroll 0 0;
	height:100%;
}

.knowledge3{
	background: url(../images/level_3.png) no-repeat scroll 0 0;
	height:100%;
}

.knowledge4{
	background: url(../images/level_4.png) no-repeat scroll 0 0;
	height:100%;
}

.OptionLink{
  position:relative;
  float:none;
  padding:3px 15px 3px 15px;
  text-align:center;
  width:180px;
  border:1px solid #BECCC9;
  margin-left:5px;
  margin-bottom:5px;
  background: url(../images/optionlinkbg.png) repeat-x scroll 0 0;
}

.OptionLink:hover, .tag_OptionLink:hover{
   border:1px solid #3DA1CB;
   background: url(../images/optionlinkhover.png) repeat-x scroll 0 0;
   cursor:pointer;
   color:#3DA1CB !important;
}

.OptionLink a:link, .tag_OptionLink a:link,.OptionLink a:visited, .tag_OptionLink a:visited {
   color:#106D81 !important;
}

.OptionLink a:hover, .tag_OptionLink a:hover{
   color:#3DA1CB !important;
}

#group_view_more a{
	float:right;
	display:block;
	font-size:0.85em;
	width:50px;
}

#group_add_new a{
	float:right;
	display:block;
	font-size:0.85em;
}

#group_add_new a:hover, #group_view_more a:hover{
	color:#3DA1CB !important;
}

#group_order_by_title_desc:link, #group_order_by_title_desc:visited{
	background:url(../images/z-a.png) no-repeat scroll 100px 0px;
	padding:3px 35px 10px 0;
	color:#797979;
}

#group_order_by_title_desc:hover{
	background:url(../images/z-a_hover.png) no-repeat scroll 100px 0px;
	color:#ff9933;
}

#group_order_by_title_asc:link, #group_order_by_title_asc:visited{
	background:url(../images/a-z.png) no-repeat scroll 100px 0px;
	padding:3px 35px 10px 0;
	color:#797979;
}

#group_order_by_title_asc:hover{
	background:url(../images/a-z_hover.png) no-repeat scroll 100px 0px;
	color:#ff9933;
}

.tag_OptionLink{
  position:relative;
  float:left;
  padding:3px 15px 3px 15px;
  text-align:center;
  border:1px solid #BECCC9;
  margin-left:5px;
  margin-bottom:5px;
  background: url(../images/optionlinkbg.png) repeat-x scroll 0 0;
}
