/* CSS Document */

body {
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #EBEBEB; 
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #3B3B74;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #999999;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #08C30D;
	margin: 0px;
} 

#leftSubColumn {
	width: 150px;
	min-height: 300px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	display: inline;
	border-right: 1px solid #DDDDDD;
	
}

#leftColumn {
	width: 150px;
	min-height: 500px;
	float: left;
	
	margin-right: 5px;
	display: inline;
}

#leftColumn ul {
	list-style:none;
	list-style-type: none;
	padding-left: 0px;
	font-size: 14px;
	
}	

#leftColumn ul li {
	line-height: 1.7em;
	cursor: pointer;
	padding-left: 15px;
}

#leftColumn ul li:hover {
	background-color: #EEEEEE;
	
}

#leftSubColumn {
	display: inline;
}

#leftSubColumn ul li {
	padding-left: 10px;
	line-height: 1.7em;
	cursor: pointer;
}

#leftSubColumn ul li:hover {
	background-color: #EEEEEE;
	
}

#leftSubColumn ul {
	list-style:none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
}	


#rightColumn {
	 margin: 0px 10px 0px 10px;	
	padding-left: 10px;
	
	float: left;
	display: inline;
	
}

#categoryID {
	display: none;	
}

.breadCrumb {
	font-size: 12px;
	cursor: pointer;
}

.smallcheck {
	vertical-align: bottom;
	cursor:pointer;
}

#addEntryFormDiv {
	display: inline;
	border: 1px solid red;
	float: left;
}

#banner {
	width: 100%;
	background-image: url('../images_day/bannerbg.jpg');
	background-repeat: repeat-x;
	height: 129px;
	text-align: center;
}

#bannerContent {
	width: 1000px; 
	margin: 0 auto;
	backround-color: red;
	height: 100%;
	vertical-align: baseline
}

#bannerGraphic {
	float: left;
	position: relative;
	top: 27px;
}

#bannerCornerArea {
	float: right;
	padding-right: 15px;
	font-size: 12px;
	color: #EBEBEB;
	position: relative;
	top: 85px;
}

#navigation {
	position: relative;
	top: -20px;
	left: 75px;
	font-weight: bold;
}

#navigation a {
	color: #101023;
}

#navigation ul {
	list-style-type: none;
	display: inline;
	margin: none;
	padding: none;
	position: relative;
	left: -35px;
	top: -15px;
	text-decoration: none;
	float: left;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
	margin-left: 0px;
	text-decoration: none;
	padding: none;
}

#navigation ul li a {
	text-decoration: none;
	color: #101023;
}

#bannerCornerArea a {
	color: #EBEBEB;
	text-decoration: none;
}

#bannerCornerArea a:link, #bannerCornerArea a:visisted {
	color: #EBEBEB;
}

#bannerConerArea a:hover {
	color: white;
}

#mainOuterWrapper {
	width: 100%;
}

#mainContentWrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 500px;
	padding: 0px 15px 0px 15px;
	
	
}

.entryListItem {
	background-color: #EEEEEE;
	margin: 5px;
	padding: 10px;
}


.clear {
	clear: both;
}


.homeContainer {
	background-color: white;
	border: 1px solid white;
	color: #7D7D7D;
	font-size: 11px;
	padding: 10px;
        margin-bottom:5px;
	
}

.innerContainer {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	color: #7D7D7D;
	font-size: 11px;
	padding: 10px;
    margin-bottom:5px;
	
}

#newMessageContainer {
	margin-top: 15px;
	width: 500px;
}

textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.messageRow {
	background-color: #D8E7FF;
	border-bottom: 1px solid white;
}

.messageTableHeader {
	background-color: #D1D1D1;
	font-weight: bold;
	border-bottom: 1px solid gray;
	font-size: 12px;
	color: #000066;
}


#topLeftCorner {
	border-bottom: 1px solid gray;
}

#topRightCorner {
	border-bottom: 1px solid gray;
}

.homeContainerHandle {
	background-color: red;
	border: 1px solid black;
}




#profileImagePlaceHolder {
	width: 150px;
	height: 150px;
	min-height: 150px;
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
	text-align: center;
	color: #666666;
	
}

.smallTitle {
	font-size: 14px;
	font-weight: bold;
	color: #1E1E3F;
}

.messagingTitle {
	font-size: 14px;
	font-weight: normal;
	color: #1E1E3F;
	margin-right: 20px;
}

.pseudoButton {
	background-color: #181835;
	color: #CCCCCC;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}

.pseudoButton:hover {
	background-color: #CCCCCC;
	color: #181835;
}

.pseudoButtonWrapper {
	text-decoration: none;
}

.divider {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#homeContent {
	overflow: visible;
	margin-right: 15px;
	display: inline;
	
	
}

#notificationsBox {
	width: 230px;
	min-height: 250px;
	height: 250px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#recipientWishesBox {
	float: left;
	width: 375px;
	min-height: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 250px;
}

.manageLink {
	float: right;
}

ul.sortable li {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
        z-index:2000;
}

#wishList li {
	list-style-type: none;
	
}

.bottomgray {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.claimedbottomgray {
	background-color: #DFF0F4;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#wishList {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
}

.recipientBox {
	border: 1px solid #77C2D2;
	background-color: #FFFFFF;
	height: 45px;
	padding: 5px;
	float: left;
	margin: 10px;
	width: 160px;
	vertical-align: text-top;
	overflow: hidden;

}

 .recipientName
{
	font-weight: bold;
}

#listWrapper {
	display: inline;
	width: 600px;
	min-height: 400px;
	min-width: 600px;
	float: left;
	
}

.tinyprofileimage {
	float: left;
	margin-right: 5px;
}	

.expiredList {
	color: red;
}

.expiredList a, .expiredList a:hover, .expiredList a:visited {
	color: red;
}


