/**
* AddressBee post-login page style rules
* Copyright (c) 2009, MangoSpring Technologies
* @author: Arnab Chakraborty(arnabc@mangospring.com)
*/

/*
	-----------------------------------------------------------
	Reset body styles ( Eric Meyer's reset.css )
	-----------------------------------------------------------
*/

@import url( '/ab/stylesheets/reset.css' );


/*
	Set Body Styles
*/
body {
	font-size: 1em;
	font-family: "Microsoft Sans Serif", sans-serif;
	background: #B0C3D1;
}

.body ul {
    margin-bottom:0pt;
    margin-left:0pt;
    margin-top:0pt;
    padding-left:20px;
    width:auto;
}
.body ul li {
    font-weight:normal;
    list-style-position:outside;
    list-style-type:square;
    margin:0.25em;
}  

/*
	------------------------------------------------------------------- 
	Float Fix for modern browsers i.e Mozilla, Opera & Safari    
	------------------------------------------------------------------- 
*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0pt; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display:inline-block;} 

/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 

/* ------------------------------------------------------------------- */


/* Container Styles */
#addressbee-main {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	min-width: 980px;
	max-width: 980px;
	background: #fff;
}

/* 
	------------------------------------------------------------------
	Header Styles 
	------------------------------------------------------------------
*/
#ab-header {
	padding:0;
	margin:0;
}

/* Header blue strip styles */
#masthead {
	background: #769EBF;
	color: #fff;
	padding: 2px 10px 4px 10px;
	font-size: 0.81em;
}

#masthead .top-link-cont {
	float: right;
	font-weight: bold;
	padding: 3px;
}

#masthead a.signout:link, #masthead a.signout:visited, #masthead a.signout:focus {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size:0.94em;
}

#masthead a.signout:hover {
	border-bottom: 1px solid #769FBF;
}

/* Logo container and logo styles */
#logo-container {
	padding: 10px 0 0 15px;
}

#logo-container a.logo-link {
    display: block; 
    width: 243px;
}

#logo-container .header-logo {
	width: 243px;
	height: 54px;
	border: 0;
	display: block;
	text-align: left;
}

/* Top navigation styles */
#header-nav {
	border-bottom: 2px solid #769EBF;
}
#header-nav .top-nav {
	float: right;
	margin: 0;
	list-style-type:none;
}

#header-nav .top-nav li {
	display: inline;
	margin: 0 1px;
	text-align: center;
}

#header-nav .top-nav li a {
	color: #6594BF;
	font-size: 0.81em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 0 0 0 10px; 
	background: #C4E5FF;
	margin: 0 1px;
	background: #C4E5FF url(/ab/images/tab_corners.gif) no-repeat left -72px;
}

#header-nav .top-nav li a span {
	display: block;
	padding: 6px 15px 5px 6px;
	background: #C4E5FF url(/ab/images/tab_corners.gif) no-repeat right -108px;
	float: none;
}

#header-nav .top-nav li a.selected {
	background: #77A9D6 url(/ab/images/tab_corners.gif) no-repeat left 0px;
	color: #fff;
}

#header-nav .top-nav li a.selected span {
	background: #77A9D6 url(/ab/images/tab_corners.gif) no-repeat right -36px;
	color: #fff;
}

/* --------------------- end header styles ----------------------- */


#ab-body {
	background: #fff;
}
/*
	-------------------------------------------------------------
	Footer Styles
	-------------------------------------------------------------
*/
#ab-footer {
	padding: 10px 15px;       
	background: #77A9D6
}

#ab-footer .footer-links {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 0.94em;
}

#ab-footer .footer-links a, #ab-footer .footer-links span {
	color: #fff;
	font-size: 0.80em;
}

/* ------------------------------ End Footer Styles ---------------------------- */

/*
	-------------------------------------------------------------
	Body Styles
	-------------------------------------------------------------
*/
#ab_body {
	margin: 0px;
	padding: 0px;
}

.box_340 {
	float: left;
	width: 340px;
	overflow: hidden;
	margin: 0 0px 0 10px;
}

.box_260 {
	float: right;
	width: 260px;
	overflow: hidden;
	margin: 0 10px 0;
}

#content {
  color:#5C5B5B;  
  font-size:0.9em;
}
#content .body p {
  padding:0 0 14px;
  line-height:1.2em;  
}
#content .body  h2 {  
  font-size:1.4em;
  padding:10px 0px;  
}
#content .body  h3 {
  font-size:1.2em;
  padding:10px 0px 2px;
}
/*
	---------------------------------------------------------------------
	Page Module Style
	---------------------------------------------------------------------
*/
.ab-module {
	margin-bottom: 10px;
	padding-top: 10px;
}

/* module header */
.ab-module .mod-hd {
	font-size: 0.81em;
	font-weight: bold;
	color: #5C5B5B;
	padding: 7px 5px;
	background: #EAF6FF;
}

.ab-module .mod-bd {
	margin-top: 5px;
	background: #fff;
}

/*
	---------------------------------------------------------------------
	Advertisement Module Style
	---------------------------------------------------------------------
*/
#ad {	
	margin:0 auto;
}

.ad-title {
	font-size: 0.56em;
	color: #808080;
	text-transform: lowercase;
}


/* welcome bar style */
.welcome-bar {
	background: #ECECEC;
	padding: 8px 10px;
	font-size: 1.06em;
	color: #0060B6;
}


/**
	Text controls styles
*/
.textbox {
	padding: 3px 4px;
	border: 1px solid #969696;
}

textarea {
	font-family: "Microsoft Sans Serif", sans-serif;
}

input.save_button, input.update_settings, input.send_invite, input.add_contact, 
input.get_addrbook, input.upload_button, input.unblock_contacts, input.save_add_another, input.cancel_button, input.change_passwd  {
	background: transparent url(/ab/images/save_btn.gif) no-repeat left 1px;
	border:none;
	height:35px;
	text-indent:-200px;
	width:91px;
	cursor: pointer;
}

input.save_button:hover, input.update_settings:hover, input.send_invite:hover, input.signin:hover, 
input.signup:hover, input.get_addrbook:hover, input.change_passwd:hover, 
input.upload_button:hover, input.unblock_contacts:hover, input.save_add_another:hover, input.cancel_button:hover {
	background-position: left -40px;
}

input.change_passwd {
	background: transparent url(/ab/images/change_password.gif) no-repeat left 0px;
	width: 160px;
}

input.update_settings {
	background: transparent url(/ab/images/update_settings.gif) no-repeat left 0px;
	width: 135px;
}

input.send_invite {
    background: transparent url(/ab/images/send_invite_btn.gif) no-repeat left 0px;
    width: 121px;    
}

input.add_contact {
    background: transparent url(/ab/images/add_btn.gif) no-repeat left 0px;
    width:58px;    
}

input.reset_password {
    background: transparent url(/ab/images/reset_password.gif) no-repeat left 0px;
    border:none;
    height:35px;
    text-indent:-300px;
    
	margin-left: 20px;
    width:161px;
    cursor: pointer;  
}



input.signin {
    background: transparent url(/ab/images/sign_in.gif) no-repeat left 0px;
    border:none;
    height:35px;
    text-indent:-200px;
    width:91px;
    cursor: pointer;  
}



input.signup {
    background: transparent url(/ab/images/sign_up.gif) no-repeat left 0px;
    border:none;
    height:35px;
    text-indent:-200px;
    width:91px;
    
	margin: 20px;
    cursor: pointer;  
}


input.add_contact:hover {
    background-position: left -35px;
}

input.get_addrbook {
	background: transparent url(/ab/images/get_addressbook_btn.gif) no-repeat left 0px;
	width: 146px;
}

input.upload_button {
	background: transparent url(/ab/images/upload_btn.gif) no-repeat left 0px;
	width: 103px;
}

input.unblock_contacts {
	background: transparent url(/ab/images/unblock_contacts_btn.gif) no-repeat left 0px;
	width: 144px;
}

input.save_add_another {
	background: transparent url(/ab/images/save_and_add_another.gif) no-repeat left 0px;
	width: 179px;
}

input.cancel_button {
	background: transparent url(/ab/images/cancel_btn.gif) no-repeat left 0px;
}


/* for vertically aligning chekbox contained within a label with the label text */
label.align-input {
	display: block;
    padding-left: 15px;
    text-indent: -15px;
	font-size:0.81em;
}

label.align-input input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden; /* IE hack */
}


/* utility classes */
.center {
	text-align: center;
}

.hand {
	cursor: pointer;
}

.clear {
	clear: both;
}

.align_m {
	margin: 0 auto;
}

.odd {
	background: #eee;
}

/* Wait Panel */
.wait-panel {
    font-size: 1em;
    text-align: center;
    padding: 1em;
    border: 1px solid #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    position: fixed;
    top: 40%;
    left: 35%;
    width: 30%;
    background: #FFFF9F;
    z-index: 5000
}




/* Photo List related classes */
#photo_list {
	display: none;
}

#photoListOverlay {
	border: 6px solid #A4CAEC;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}

table.avatar_list {
    border-collapse:collapse;
    width: auto;
    background: #f7f7f7;
}

table.avatar_list td{
    padding:0;
}

table.avatar_list td img {
    cursor: pointer;
}

table.avatar_list td img {
    padding:1px;
}

table.avatar_list td.bgWhite {
	background: #fff;
	height: 16px;
}

/* for photolist overlays */
.yui-overlay { border:1px solid #90BEE7;padding:0;margin:0;background:#fff }
.yui-overlay table {
    margin:0px auto;
} 
.yui-overlay .hd { margin:0;padding:0; } 
.yui-overlay .bd { margin:0;padding:0; } 
.yui overlay .ft { margin:0;padding:0; } 

/* Avatar Dropdown box upload link style */
input.hideFile  {
    position:absolute;
    z-index: 2;
    opacity: 0;
    cursor:pointer;
    clip:rect(auto, 120px, 15px, 60px);
    left:-60px;
}

#upload {
    background-color: #FFFFFF;
    z-index:1;
    width:90px;
    height:20px;
    border:none;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#0063DC;
    font-weight: normal;
    cursor:pointer;
    text-decoration: underline
}

#upload_pic_link:link, #upload_pic_link:visited {
	color: #6494C2;
	font-size: 0.81em;
}

#uploaded_avatar {
	cursor: pointer;
}



input[placeholder] {
	color: #A2AFB4;
	border:1px solid #A2AFB4;
}

input[placeholder].focus {
	color: #5C5B5B;
	border:1px solid #5C5B5B;
}



/*
	-----------------------------------------------------------------
	Left Navigation Menu styles 
	-----------------------------------------------------------------
*/
#left-nav {
	margin: 0 10px 0 8px;
}

#left-nav .left-nav-menu {
	margin: 0 5px 0 0;
}

#left-nav .left-nav-menu li {
	border-bottom: 1px dotted #77A9D6;
}

#left-nav .left-nav-menu a:link, #left-nav .left-nav-menu a:visited {
	display: block;
	text-decoration: none;
	font-size: 0.81em;
	font-weight: bold;
	color: #5C5B5B;
	padding: 10px 5px;
	margin: 1px 0;
}

#left-nav .left-nav-menu a.selected, #left-nav .left-nav-menu a.selected:hover {
	background: #76A9D6;
	color: #fff;
}

#left-nav .left-nav-menu a:hover {
	background: #C4E5FF;
}



/* Preload images */
#preload-images {
	background-image: url(/ab/images/line_top.gif);
	background-image: url(/ab/images/outlook_big.gif);
	background-image: url(/ab/images/outlook.gif);
	background-image: url(/ab/images/plaxo.gif);
	background-image: url(/ab/images/plaxo_big.gif);
	background-image: url(/ab/images/yahoo.gif);
	background-image: url(/ab/images/yahoo_big.gif);
	background-image: url(/ab/images/aol.gif);
	background-image: url(/ab/images/aol_big.gif);
	background-image: url(/ab/images/gtalk.gif);
	background-image: url(/ab/images/gtalk_big.gif);
	background-image: url(/ab/images/msn.gif);
	background-image: url(/ab/images/msn_big.gif);
}




/**
	Wait dialog modified styles
*/
.yui-skin-sam .mask {
	opacity: 0.10;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
	background: transparent;
}

.yui-skin-sam .yui-panel .hd, .yui-skin-sam .yui-panel .bd {
	border: none;
	background: none;
}

#wait-please {
	border: 8px solid #769EBF;
	background: #EAF6FF;
}

#wait-spinner {
	vertical-align: middle;
}

#wait-please .bd {
	font-size: 0.81em;
	text-align: center;
}