/* For each link item. */
.link{float:left; width:141px; text-decoration:none; color:black; font-size:11px; margin:2px 2px 2px 4px; padding:2px 0px 2px 2px;}
	.link:hover {background:#E64F73; color:white;}
/* Title for suggesting an addition */
.htitle{background:#E2E2E2; border-top:1px solid #EEEEEE; height:13px; color:black; font-size:10px; line-height:10px; font-weight:bold; font-family:verdana; padding:1px 2px 1px 2px; border-bottom:2px solid #CACACA;}
/* Formsets */
.inputtextbox {width:723px; padding:5px; border:1px solid #CACACA; color:#747473; font-family:arial; background:white; font-size:14px; margin:5px;}
.formtitle {width:745px; border-bottom:1px dashed white; padding:2px; font-family:arial; font-size:12px; font-weight:bold; color:black; padding:2px;}
	.formtitle .span {font-size:11px; font-family:Arial; color:#F84467; font-weight:normal;}

.submitsplit{width:740px; height:20px; background:#F84467; padding:4px; text-align:right;}
	.submitbox{width:100px; height:20px; background:white; border:1px solid white; color:grey; font-family:arial; font-size:12px; margin-right:5px;}
/* Success & Fail */
.success{width:740px; background:#10C530; padding:4px; text-align:left; color:white; font-family:arial; font-size:14px; font-weight:bold;}
.fail{width:740px; background:#F51B1B; padding:4px; text-align:left; color:white; font-family:arial; font-size:14px; font-weight:bold;}
	.success .small{font-size:10px; font-weight:normal; font-family:verdana; line-height:10px;}
	.fail .small{font-size:10px; font-weight:normal; font-family:verdana; line-height:10px;}
/* Design Library Items */
.dlibrary{height:140px; padding:3px; color:black; font-family:verdana; font-size:11px; line-height:14px; background:white; border-bottom:1px solid #E2E2E2;}
	.dlibrary{border:0; text-decoration:none; color:white;}
	.dlibrary a{color:black;}
	.dlibrary .i{margin:1px; float:left; width:128px; padding:5px 8px 5px 8px; background:#EFD97D; border-bottom:1px solid #E9C736; border-right:1px solid #E9C736; border-top:1px solid #FDF0B5; border-left:1px solid #FDF0B5;}
	.dlibrary .i:hover{background:#FB4467; border-bottom:1px solid #D16E89; border-right:1px solid #D16E89; border-top:1px solid #FC86A9; border-left:1px solid #FC86A9; color:white;}
	.dlibrary .i:hover img{border:1px solid white;}
		.dlibrary .i img {border-top:1px solid #E9C736; border-left:1px solid #E9C736; border-bottom:1px solid #FDF0B5; border-right:1px solid #FDF0B5;}
		.dlibrary .i .date{font-size:10px; color:#F0F0E6; font-family:arial; width:64px; float:left; height:14px;}
		.dlibrary .i .category{font-size:10px; color:#313131; font-family:arial; width:64px; float:right; height:14px; text-align:right;}

