.eMember_text_input { font-size: 1.3em; height:16px; color: #444; background: #ffffff; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; width: 85%; }
.eMember_text_input:focus { height:16px; background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
.eMember_logged_widget{
margin: 0px;
}
.eMember_highlight {
    
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.eMember_label {
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.eMember_button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 30px 3px 30px !important;
  color: #fff;
  font-weight: bold;
  background: #4780AE;
  border-left: 1px solid #7ab7e8;
  border-top: 1px solid #7ab7e8;
  border-right: 1px solid #084577;
  border-bottom: 1px solid #084577;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0px 5px 0px;
  cursor: pointer;
}
.eMember_button:hover {
	border: 1px solid #555;
	background: #7f7e7d;
}

/********************************/
/*body { margin: 0px; padding: 0px; }
a:visited { color: #000000; }*/
/*
* courtesy : http://tweetmeme.com
*/
.emember_bookmark_button { font-family: arial; height: 60px; width: 60px; }
.emember_bookmark_button a { text-decoration: none; border: none; }
.emember_bookmark_button a:hover { text-decoration: none; }
.emember_bookmark_button .count { background: url('http://tweetmeme.com/images/widget.gif') no-repeat; position:relative; display: block; text-decoration: none; width: 50px; height: 34px; text-align: center; font-size: 17px; color: #444444; padding: 4px 0px; }
.emember_bookmark_button .count span.t { font-size: 10px; line-height: 10px; position: absolute; display: block; top: 23px; left: 5px; }
.emember_bookmark_button .emember { height: 16px; width: 50px; background: url('http://tweetmeme.com/images/widget.gif') no-repeat 0px -45px; text-align: center; margin-top: 3px; display: block; cursor: pointer; padding: 0px 0px 0px; font-size: 11px; color: #FFF; text-decoration: none; line-height: 16px; }
.emember_bookmark_button .emember:hover, #emember_bookmark_button .emember.selected { background-position: 0px -61px; color: #80b62a; }
.emember_bookmark_button .emember.selected { cursor: text; } 
/****************************************/
/*.emember-error{
border:solid 1px #DEDEDE;
background:#EFEFEF;
color:red;/*#222222;*/
padding:4px;
float:left;
width:82%;
text-align:left;
}
.emember-msg{
border:solid 1px #DEDEDE;
float:left;
width:82%;
background:#EFEFEF;
color:#222222;
padding:4px;
text-align:left;
}*/
.emember_upload { padding: 0 20px; float: left; width: 230px; }
.emember_upload_wrapper { width: 133px;  }		
.emember_upload_div {
	height: 24px;	
	width: 133px;
	background: #eee 0 0;			
	font-size: 14px; color: #000; text-align: center; padding-top: 0px;
	position:relative;
	width: 37%;
	top:3%;
	left:31%;
}
/* 
We can\'t use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with JavaScript. 
 */
.emember_upload_div.hover {
	background: #6D6D6D 0 56px;
	color: #F00;	
}
.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #ECECEC;
	color: #000000;
	background: #ECECEC;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #ffffff;
    color: #000000;
	border: solid 1px #ECECEC;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
.widefat{
background-color:#FFFFFF;
border-color:#DFDFDF;
border-spacing:0;
border-style:solid;
border-width:1px;
clear:both;
margin:0;
width:100%;
}
.widefat thead tr th{
background:url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
color:#333333;	
}
.widefat th {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	width: 70px;
	padding-left: 10px;
}
.widefat td {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	width: 70px;
	padding-left: 10px;
}
.alternate{
	background-color:#F9F9F9;
}
#emember_user_search p input,#emember_user_search p select{
	width: 60px;
}
.emember_profile{
	border-left: 2px solid #ECECEC;
	border-right: 2px solid #ECECEC;
	padding-left: 5px;
	padding-right: 5px;
}
.emember_profile_cell{
	padding-bottom: 3px;
	font-size: small;
}

.emember_profile_head{
	color: maroon;
	padding-bottom: 15px;
	
}
.emember_profile_user_name{
	font-size: large;
	padding-bottom:15px; 
}