/* CSS Document */
/* Global Styles */

HTML,BODY,P,IMG,H1,H2,H3,H4,OL,FORM {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

BODY {
	text-align:center; /* this jugglery is done so that the layout is centered - RT */	
	voice-family: "\"}\""; 
	voice-family:inherit;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1F1F1F; 
	/*background:url(http://images.postalz.com/images/bg_global.jpg);*/
	background-color:#F8F2E2;
	padding-top:0px;
	SCROLLBAR-FACE-COLOR: #dcddde; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: silver; 

}

LABEL { 
	font-size:11px;
}

INPUT.input_1 {
	FONT-SIZE:11px;
	FONT-FAMILY: "Trebuchet MS", Arial; text-decoration:none;
}


H2 {
	font-family:"Helvetica", Arial;
	font-size:24px; 
	color:#CC0000;
	font-weight:normal;
}

A {
	font-family:Arial, Helvetica, sans-serif;
	color:#002D94;
}

A:hover {
	color:#002D94;
	text-decoration:none;
}

A:visited {
	color:#002D94;
}

A:active{
	color:#993300;
}

/* Announcment box */

.annoucementBox {
	background: #e4ecee url(http://images.postalz.com/images/commentBox.jpg) no-repeat;
	padding-top: 20px;
	margin-bottom:15px;
}

/* Tip  */

.tip {
	font-family:Tahoma;
	font-size:11px;
	background:#FFFFCC;
	-moz-border-radius:8px;
	padding:10px;
	border:1px solid #efefef;
}

/* /Tip */

/* /Announcement box */

/*-- HEADER STYLES   --*/

#PostalzHeader
{
	padding:0; margin:0;

}

/*#plogo
{
	background-image:url(http://images.postalz.com/images/logo.gif);
	background-repeat:no-repeat;
	width:166px;
	height:47px;
	float:left;
	position:relative;
	top:8px; left:20px;}*/
/*--------top menu margin login*/	
#topMenu
{
	float:left;
	height:28px;
	
}


/*-----------------*/
/*--------top menu margin logout*/	
#topMenu_logout
{
	float:left;
	height:28px;
	width:100%;
}
/*-----------------*/
#welcome_message {
	color:#fff;
	font-size:10px;
	margin-right:10px;
}

#welcome_message a{
	color:#fff;
	text-decoration:none;
}

#welcome_message a:hover{
	color:#fff;
	text-decoration:underline;
}

#TopNav 
{
	margin:0; list-style:none; list-style-image:none; 
	/*background-image:url(http://images.postalz.com/images/postalz_logo_in.gif);*/
	background-repeat:no-repeat;
	height:28px;
	padding:0;
}



#TopNav li
{
	display:inline;
	text-decoration:none;
	font-family:Arial, sans-serif; font-size:12px;
	color:#fff; 
	font-weight:normal;
	padding:0 5px;
	line-height:30px;

}

#TopNav li A
{	
	color:#fff; 
	text-decoration:none;
	padding:3px 5px 10px 5px;

}

#TopNav li A:hover
{
	color:#fff;
	padding:3px 5px 8px 5px;
	background-color:#D43439;
}

/*#TopNav li A:active
{
	color:#CC0000;
	text-decoration:none;}*/

#TopNav span#current
{
	color:#990000;
	padding:3px 5px 8px 5px;
	background-color:#fff;
}
/*-----------------prashant will use it later----------------*/
#TopNav span#current_ico
{
	color:#990000;
	padding:3px 5px 8px 25px;
	background-color:#fff;
	background-image:url(http://images.postalz.com/images/create_card_ico1.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

#TopNav a#current_ico
{
	color:#fff;
	padding:3px 5px 6px 25px;
	background-image:url(http://images.postalz.com/images/create_card_ico.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
/*-- /HEADER STYLES  --*/
/* /Global Styles */

/*----------------------------------------------Postalz Viewer Styles -------------------------------------------------------*/

div#postalzMain {	
    /* MAIN LAYOUT CONTAINER  */
	/* background:url(http://images.postalz.com/images/top_header.jpg) no-repeat; */
	margin:0 auto;	
	width:980px;
	text-align:left;	
	/*background:url(http://images.postalz.com/images/bg.gif) repeat-y; */
	padding:5px;
	background:#fff;

}  

#pMiddle 
{
 	/* This is just one single pane just ater the Top Navigation which contains the 2 columned
	   Work Area and Right Pane */
	width: 980px; 
	min-height:500px; 
	_height:auto !important;
	padding:0px;
}

#pWorkArea {
	clear:both;
	position:relative;
	/*left:-8px;  RT: DONE FOR STUPID PATHETIC IE 6 */
	float:left; 
	width:790px;
/* ON SPECIAL REQUEST MADE ONLY FOR IE 6 
   UNLESS WE SHOW display:inline; IE will always double the float on left 
   http://www.positioniseverything.net/explorer/doubled-margin.html
>>  display:inline; */
}

#pRightPane {
	float:left; position:relative; 
	width:185px;  
	margin-left:2px; 
	/*min-height:670px; */
	_height:auto !important;
/*	border:1px solid #000;*/

}

.pRightPaneLeftBorder
{ background-image:url(http://images.postalz.com/images/Rightpannel_leftborder.gif); background-repeat: repeat-y; float:left;}

.pRightPaneHeader
{ text-transform: uppercase; font-size:14px; font-weight:bold; line-height:26px;}

.pRightPanetext
{ font-size:10px; line-height:16px;} 

.pRightPaneDate
{ text-transform:uppercase; font-size:10px; color:#999999;}

#pIntroPane{
	background-image:url(http://images.postalz.com/images/pIntroPane.gif); background-repeat:no-repeat;
	width:559px; height:126px;
	}
	
.whatis_postalz {
	background-image:url(http://images.postalz.com/images/whatis_postalz.gif);
	background-repeat:no-repeat;
	background-color:#F4F4F4;
	background-position:20px 20px; 
	width:558px;
	height:180px;	
}

.whatis_postalz ul {
	position:relative;
	top:65px;
	left:30px;
	font-size:16px;
	line-height:26px;
}

.whatis_postalz li {
	list-style-image:url(http://images.postalz.com/images/home_bul.gif);
	vertical-align:middle;
}

#layer1 {	
	font-family:Tahoma; 
	font-size:11px; 	
	position:absolute; 
	left:115px; 
	width:559px; 
	background-color:#F4F4F4;
	text-align:left; 
	visibility:hidden;
	height:125px;
	line-height:20px;
}



#zMain {
    /* MAIN LAYOUT CONTAINER  */
	margin:0 auto;	
	width:980px;
	text-align:left;
	background:url(http://images.postalz.com/images/bg_MainBanner.jpg) no-repeat;
	background-color: #fff;
}

	/* Header Styles */
	
		#zHeader {
			display:block;
			height:64px;
		}

		.zPrimaryNav {
			width:79%;
			float:left;	
			margin-top:15px;
		}		
		
		.zUserInfo {
				text-align:right;
		}
		
	/* /Header Styles */

.zLogo {
	width:180px;
	height:64px;
	background: url(http://images.postalz.com/images/logo_Postalz.jpg) no-repeat;
	float:left;
}


#zPC_TitleBar {
	font-size:14px;
	padding:5px 0 0 10px;
}

#zPC_TitleBar_Commands {
	width:70%;
	float:left;
}

#zPC_TitleBar_SecNav {
	text-align:right;
}

#zPostcard_Viewer {
	 display:block;
	 /*margin:0px auto; */
	 width: auto;
	 color:#666;
	 width:988px;
	 height:550px;
	  /*background:transparent url(alphacube/postcard.png) no-repeat;
	 _background-image:url(alphacube/postcard.gif);
	default, width of left corner */
	 /*margin-bottom:0.5em;  spacing under postcard 
	 background:url(http://images.postalz.com/images/bg_Postcard.jpg) no-repeat;*/
	 background:transparent url(http://images.postalz.com/themes/alphacube/postcard_Viewer.png) no-repeat;
	 _background-image:url(http://images.postalz.com/themes/alphacube/postcard_Viewer.gif);
}

#zPC_Canvas {
	clear:both;height: 520px; width: 798px
	
}

#canvas {
	width:799px;
	height: 522px;
	background-image:url(http://images.postalz.com/images/canvas.jpg);
	float:left;
}



.zRightPanePostcard {
	position:relative;
	float:left; 
/*	padding:2px;
	border:1px solid #000;*/
	width:170px;
	padding-left:5px;

}

.zPrivatePostcard {	
 	position:absolute;
	left:140px;
	top:2px;
	background:url(http://images.postalz.com/images/icon_lock.gif) no-repeat; 
	width:32px; 
	height:32px;
	z-index:50;
}

#zStamp {
	position:relative;
	width:100%;
	height:100px;
	background:url(/images/stampsVault/ds_15.png) no-repeat;
	background-position:center;
	top:15px;
	font-weight:bold;
}

#zStampConfidential {
	width:200px;
	height:56px;
	position:absolute;
	background:url(http://images.postalz.com/images/stamp_Confidential.gif) no-repeat;
	z-index:10;
}

#zPostcardFooter {
}

/* --  ACCORDION -- */
#zContainer {
	background: url(http://images.postalz.com/themes/container.png) top center repeat-y !important;
	background: url(http://images.postalz.com/themes/container.gif) top center repeat-y; /*stoopid ie*/
	width: 150px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	font-size:12px;
}

.zAccordion-click {
	font-weight:bold;
	font-size:12px;
	width:100%;
	height:28px;
	cursor:hand;
	color:#fff;
}

.zAccordion-contents {
	background:#fff;
	font-size:12px;
	border:1px solid #2967B4;;	
}

#oldspotdiv {
 width:799px;
 height: 522px;
 z-index:10; 
 float:left;
}
/* -- /ACCORDION -- */

/* Viewer footer */

#zPostcardCreator {
	font-size:14px;
}

.selectedRow {
	background:url(http://images.postalz.com/images/selectedRow.gif) no-repeat;
}
/* /Viewer footer */

/* Stamp Area */

.overlayedStamp {
	position:absolute;
	width:150px;
	height:71px;
	background:url(http://images.postalz.com/images/overlayedStamp.gif) no-repeat;		
	font-weight:bold;	
	text-align:center;	
	color:#000;	
	font-size:12px;
	top:5px;
	left:79px;
}

#dateStamp {
	position:absolute;
	top:15px;
	left:20px;
	line-height:12px;
}

#dd {
	position:relative;
}

#mm {
	position:relative;
}

/* /Stamp Area */

/*--  THUMBNAIL GRID LAYOUT --*/

DIV.thumbnail {
	width:245px;
	height:178px;	
	margin-bottom:10px;

	 /* was 175px changed to 179 as thumbnailImage top padding changed*/
/*	background:url(http://images.postalz.com/images/bg_Thumbnail_0.gif);
	background-repeat:no-repeat;*/
}

DIV.thumbnail:hover {
	/*background-image:url(http://images.postalz.com/images/bg_Thumbnail_0.gif);
	background-repeat:no-repeat;*/
}

.thumbnailImage {
	width:201px;
	height:134px;
	float:left;
	padding-top:4px;/* was 7px changed to 4px for IE */
	padding-left:5px;
}

.thumbnailInfo {
	font-family:Tahoma;
	font-size:11px;
	clear:left;
}


/*-- /THUMBNAIL GRID LAYOUT --*/

/*-- REPLY TABLE STYLES --*/
TABLE.zAddToTrail {
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dashed #ccc;
}

TABLE.zAddToTrail TR {
	height:30px;
	cursor:hand;
	cursor:pointer;
}

TABLE.zAddToTrail TD {
	padding-left:15px;
}

TABLE.zAddToTrail TD.selectedRow {
	background:url(http://images.postalz.com/images/selectedRow.gif) no-repeat;
}

TABLE.zAddToTrail TR#zAltRow{
	background:#F1F1F1;
}

.zTime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}
/*-- /REPLY TABLE STYLES --*/
/*---------------------------------------------- /Postalz Viewer Styles ------------------------------------------------------*/


/*------------------------------------------ Postalz My Postbox Styles -------------------------------------------------- */


/* ------------------------------------------*/
			
/* -----------------SIGN IN / SIGN UP-------------------------*/


#sign_panel_wrapper .input_text{
	width:150px;
	border:1px solid #ccc;
	margin-bottom:10px;
	
}

#sign_panel_wrapper{
	width:185px;	
	font-family:Arial, sans-serif; 
	font-size:12px;		
}


#sign_panel_wrapper #sign_in,#sign_up{
	padding:8px;
}

#sign_panel_wrapper #sign_in input,#sign_up input{
	margin-bottom:0px;
}

#sign_panel_head div{
	height:25px;
	background-color:#BD2122;
	display:inline;
	font-weight:bold;	
	font-family:Arial, sans-serif; 
	font-size:14px;	
}

#sign_panel_head {
	background-color:#BD2122;
	padding-top:0px;
}

#sign_in label, #sign_up label {
	color:#000000;
	font-family:Arial, sans-serif; 
	font-size:12px;
	font-weight:normal;	
}

#sign_in input, #sign_up input{
	border:1px solid #ccc;
}

#sign_in #remember, #sign_up #agree{
	border:0px;	
}


.btn input{
	background-color:#002D94;
	border:0;
	font-weight:bold;
	color:#fff;
	padding:3px;
}

#sign_panel_head .sel{
	background-color:#fff;	
}

#sign_panel_head .sel a{	
	padding:0px 20px;
	color:#bd2122;
	text-decoration:none;
	
}

#sign_panel_head .nonsel {
	background-color:#D3E0FC;	
}

#sign_panel_head .nonsel a{
	padding:0px 20px;
	color:#002D94;
	text-decoration:none;
}

/*-------------------- Home page styles -----------------------------*/
#pPostcardContainer
{
	/*width:570px;*/
	width:790px;
}

#pPostcardCreateContainer
{ 	width:495px;
	text-align:left;
	margin:0 auto;
}

#pPostcardCreateContainer h2 a
{
	text-decoration:none;	
}


#pPostcardCreateContainerFrame
{
	background-image:url(http://images.postalz.com/images/postcard_frame.jpg);
	width:490px; height:279px; background-repeat:no-repeat; margin-top:5px; margin-bottom:5px;
}

#pWidgetPane
{	width:185px; height:190px;
	border-bottom:1px; border-bottom-color:#333; border-bottom-style:dotted;
	border-left:1px; border-left-color:#333; border-left-style:dotted; margin-bottom:20px;
}

#pWidgetTop
{
	background-image:url(http://images.postalz.com/images/widget_top_bg.jpg); width:186px; height:26px;
}
#pWidgetInnerPane
{
 width:180px; margin:3px;}
 
.userlanding_main  {	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
}

.userlanding_main span {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.userlanding_main a{
	color:#002D94;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}


.userlanding_notification {
	background-color:#fff;
	margin:15px;
	padding:15px;
	line-height:20px;		
}



.userlanding_notification span {
	font-size:12px;
	font-weight:normal;
}

.userlanding_action {
	margin:15px;
	padding:6px;		
}

.userlanding_action1 {
	margin:0 0 0 15px;
	padding:0;		
}

.userlanding_left {
	background-color:#F4F4F4;
}

.userlanding_right {

}

.userlanding_pic{	
	width:50px;
	height:50px;
	float:left;
	border:1px solid #F4F4F4;
}

/*-------------------- /Home page style -----------------------------*/

/*-------------FOOTER-----------*/
#pFooter
{
	font-size:11px; 
	font-family:arial; 
	clear:both; 
/*	margin:5px 137px;*/
	width:955px;
	padding:0px 0px 0px 25px;
}

.pFooterText:hover
{ color:#b3000000; text-decoration:underline;}
/*------------ /FOOTER ---------------*/


/*=============================================================================================================================*/
/*                                                   compose postcard styles begin                                             */
/*=============================================================================================================================*/

.zPostcard {
	display:block;
	 position:relative;
	 /*margin:0px auto; */
	 width:988px;
	 color:#666;
	 height:650px;
	 background:transparent url(http://images.postalz.com/themes/alphacube/postcard.png) no-repeat;
	 _background-image:url(http://images.postalz.com/themes/alphacube/postcard.gif);
	 /*default, width of left corner */
	 /*margin-bottom:0.5em;  spacing under postcard */		
}

.zWorkareaPostcard {
	clear:both;
	position:relative;
	/*left:-8px;  RT: DONE FOR STUPID PATHETIC IE 6 */
	float:left; 
	width:795px;
	text-align:left;
/*	margin:0px 0px 0px 8px;*/
	padding:5px 0 0 5px;
/* ON SPECIAL REQUEST MADE ONLY FOR IE 6 
   UNLESS WE SHOW display:inline; IE will always double the float on left 
   http://www.positioniseverything.net/explorer/doubled-margin.html
>>display:inline;  */ 
}

.zRightPanePostcard {
	position:relative;
	float:left; 
	width:178px;
/*	padding:2px;
	border:1px solid #000;*/

}

.zPostcardPlayer {
	float:left;
}

.zPlayerControlsContainer{
	float:left;
	height:41px;
}

.zSeperator_1 {
	background:url(http://images.postalz.com/images/seperator_1.gif) no-repeat;
	backgorund-position:center;
	height:40px;
	width:1px;
	float:left;
	padding-left:2px;
	padding-right:2px;
}

#postcardTitle {
	width:280px;
	padding-left:5px;
	padding-top:10px;
	float:left;
	font-size:16px;
	color:#993300;

}

/* CANVAS STYLES */

#canvasHeader {

	float:left;
	width:798px;
	height:28px;
	background:url(http://images.postalz.com/images/Bg_Postcard_Title.gif);
	color:blue;
}

#zPlayerCanvasTitle {
           float:left;
           padding:1px 2px 0px 5px;
           font-family:"Trebuchet MS", Tahoma, Arial;
           font-weight:bold;
           color:#FFFFFF;
           width:92.5%;
}

#canvas {
	width:799px;
	height: 522px;
	background-image:url(http://images.postalz.com/images/canvas.jpg);
	float:left;
}

#zStamp {
	width:100px;
	height:100px;
	background:url(http://images.postalz.com/images/stamp.jpg) no-repeat;
	left:10px;
}

#zAuthorDetails {
	margin-top:5px; /* because it was going behind the stamp */
	width:145px;
	font-size:12px;
	color:#993300;
	float:left;
}

#canvasFooter {
	font-family:Arial,"Trebuchet MS", Tahoma, ;
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
	position:absolute;
	top:590px;
	padding-top:3px;
	width: 798px;

}

/*  canvas buttons */
a.button {
    background: transparent url('http://images.postalz.com/images/bg_button_a.gif') no-repeat scroll top right;
    color:blue;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 7px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://images.postalz.com/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 13px;
    padding: 4px 0 5px 7px;
}

a.button:hover {
    background-position: bottom right;
}

a.button:hover span{
    background-position: bottom left;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 7px; /* push text down 1px */
} 


label.labelRadio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	cursor:hand;
	white-space: nowrap;
}

/* /canvas buttons */

/*=============================================================================================================================*/
/*                                                   compose postcard styles ends                                              */
/*=============================================================================================================================*/



/*=============================================================================================================================*/
/*                                                   About Me styles Begin                                          		   */
/*=============================================================================================================================*/

#pAboutmeUserThumbFrame
{	width:176px; height:151px; background-image:url(http://images.postalz.com/images/AboutMe_user_thumb.jpg); background-repeat:no-repeat;}

#pAboutmeUserThumb
{	padding:19px;}

#pAboutmeUserComments
{	background-image:url(http://images.postalz.com/images/AboutMe_seal_comments.jpg); width:125px; height:150px; background-repeat:no-repeat;}

#pAboutmeUserCommentsCount
{	padding:50px 20px 0 20px;  color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; line-height:normal;}

.pAboutmeUserCommentstext
{	color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}

.pAboutmeUserTitle
{	text-transform:uppercase; font-size:12px; font-family:Arial, "Helvetica", sans-serif; letter-spacing:0.51px;}

.pAboutmeUserName
	{	font-size:14px; font-weight:bold; line-height:1px;}
	
.p1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif; font-size:11px;
}
/*=============================================================================================================================*/
/*                                                   About Me styles End                                          		   */
/*=============================================================================================================================*/	

/*=============================================================================================================================*/
/*                                                   Edit Profile styles Start                                          		   */
/*=============================================================================================================================*/	
.profile_main {
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#F4F4F4;
	width:500px;
	height:560px;
	padding:15px;
	margin:20px 0px 30px 0px;	
}

.profile_main input {
	border:1px solid #ccc;
}

.profile_main iframe{
	font-family:Arial, Helvetica, sans-serif;		
}

.btn input{
	background-color:#002D94;
	border:0;
	font-weight:bold;
	color:#fff;
	padding:3px;
}
	
/*=============================================================================================================================*/
/*                                                   Edit Profile styles End                                          		   */
/*=============================================================================================================================*/	


/*=============================================================================================================================*/
/*                                                   Community styles Begins                                          		   */
/*=============================================================================================================================*/	


.pDate{
	font-family:"Trebuchet MS", Arial; font-size:11px; text-transform:uppercase; color:#555454; letter-spacing:0.1em; 
	word-spacing:0.1em; line-height:2em;
}
.pComments { font-size:12px; font-style:normal; text-align:left;}

.pPostcardComment{
	FONT-SIZE: 11px; FONT-FAMILY: "Trebuchet MS", Arial; text-decoration:none;
	white-space:nowrap;
}

.pPostcardEmbed {
	white-space:nowrap;
	FONT-SIZE: 11px; FONT-FAMILY: "Trebuchet MS", Arial; text-decoration:none;
}

/*=============================================================================================================================*/
/*                                                   Community styles Ends                                          		   */
/*=============================================================================================================================*/	

/*=============================================================================================================================*/
/*                                                   My Postbox styles Begins                                          		   */
/*=============================================================================================================================*/	

/* ------------------------------------- LEFT PANE --------------------------------------------*/
/* LEFT PANE IS USED IN SCREEN LIKE MAILBOX, PERSONALIZE WHERE THE RIGHT PANE WITH NICE SKIN IS TURNED OFF AND THE LAYOUT SHOWS
   LEFT PANE AND CONTENT */

#zLeftPane {
	position:relative;
	float:left; 
	width:180px;	
	/*background:url(/images/mailboxLeftPane_1.jpg) no-repeat; */
	background-position:bottom;
	height:600px;	
}

#zLeftPaneContent {
	padding:40px 0 0 5px;
}

#zLeftPaneNavListContainer {
	position:relative;
/*background-color:#F0F7FA;*/

	padding-top:10px;
	padding-left:5px;
}

A.btn_CreatePostcard{
	width:133px;
	height:41px;
	background-position:0 0;
	background:url(http://images.postalz.com/images/btn_CreatePostcard.gif);
	background-repeat:no-repeat;
}

A.btn_CreatePostcard:hover, #selected {
	background-position:0px -41px;
}

#zLeftPaneNavList, #zLeftPaneNavChannels {
  list-style:none;
  padding: 0;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-left:5px;
	
}

#zLeftPaneNavList li, #zLeftPaneNavChannels li{
	display:block;
	width:140px;
	height:30px;
	padding-top:10px;
	padding-left:10px;

	vertical-align:middle;
/*	border:1px solid #000;*/
}

#zLeftPaneNavList li a, #zLeftPaneNavChannels li a{
  	height: 40px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 40px;
	text-decoration: none;
	color:#002D94;
}

#zLeftPaneNavList li.current,  #zLeftPaneNavChannels li.current {
	background:url(http://images.postalz.com/images/Bg_LeftPane_SelectedLink.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:bold;
}
/* ------------------------------------- /LEFT PANE --------------------------------------------*/

/* work area for postbox */

.zWorkAreaPostbox {
	float:left;
	width:780px;
	float:left;
	position:relative;
	padding:0px;
/*	border:1px solid #000;*/
}

.zWorkArea1 H2 {
	font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#336DCC;font-weight:normal;
}

.zContent {
	display:block;
	border:1px solid #000;
	height:100%;
	background:#fff;
}

TABLE.zToolbar {
	background:#efefef; border-top:1px dotted #999; border-bottom:1px dotted #999; white-space:nowrap;
}

TABLE.zToolbar TD{
	white-space:nowrap;
}

.zTime {
 	/* date & time stamp for thumbnails */ 
	padding-top:9px;
	font-size:9px;
	color:#999999;
}

#Announcement {
	background-color:#FFFFE1;
	padding:5px;
	width:auto;
	border: 1px solid #CCCCCC;
}

.zSpotsIndicatorIcon {
	position:absolute; 
	width:50px;/* was 64 */ 
	height:50px; /* was 64 */
	margin:100px 0px 0px 180px; 
	/*background:url(http://images.postalz.com/images/icon_64x64_Spots.gif) no-repeat;	*/
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.zTrailIndicatorIcon {
	position:absolute; 
	width:64px; 
	height:64px; 
	margin:100px 0px 0px 180px; 
	background:url(http://images.postalz.com/images/icon_64x64_Trail.gif) no-repeat;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.zNewPostIndicatorIcon {
	position:absolute; 
	width:64px; 
	height:64px; 
	margin:100px 0px 0px 180px; 
	background:url(http://images.postalz.com/images/icon_64x64_NewPost.gif) no-repeat;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.zTrailAndSpotsIndicatorIcon {
	position:absolute; 
	width:64px; 
	height:64px; 
	margin:100px 0px 0px 180px; 
	background:url(http://images.postalz.com/images/icon_64x64_TrailAndSpots.gif) no-repeat;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

/* /work area for postbox */

/* ---------------------------- Postbox - postcard thumbnail STYLES ----------------------------------- */

.zNewPostcard {
	font-weight:bold;
	background:url(http://images.postalz.com/images/icon_16x16_NewPostcard.gif) no-repeat;
	background-position: 23px 3px;
}

.zReadPostcard {
	background:url(http://images.postalz.com/images/icon_16x16_ReadPostcard.gif) no-repeat;
	background-position: 23px 3px;
}

/* ---------------------------- Postbox - postcard thumbnail STYLES  ---------------------------------- */
/*=============================================================================================================================*/
/*                                                   My Postbox styles Ends                                          		   */
/*=============================================================================================================================*/	