@charset "utf-8";
/* landing page CSS */


/* ************************************************** */
/* ******* Base Elements ************************ */
/* ************************************************** */
*{padding: 0; margin: 0;}

body { margin:0px;
	padding:0px;
	text-align:center;
	background: #efefef url('../img/background_image.gif') repeat-x;
	/* background-color:#fff; */
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	/* font-family: arial, tahoma, 'trebuchet ms', helvetica, sans-serif; */
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	color:#888;
	}

	/* base link behaviours */
	a:link { color:#a61f61;text-decoration: none}
	a:active { color:#a61f61;text-decoration: none}
	a:visited { color:#a61f61;text-decoration: none}
	a:hover { color:#ff1f61;text-decoration: underline;}

/* ********* FONT DEFINITIONS ************** */

ul,ol { }
ul{list-style:none;} 
ul, li {
	margin: 0;
	padding: 0;
}

H1{
	display:block;
	font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 26px;
	line-height: 30px;
	margin-top:0px;
	margin-left:45px;
	color: #325062;
	}

H2, .displayName  {
	font-family: arial, tahoma, 'trebuchet ms', helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: 14px;
	margin-top:0px;
	}
	/* H2 variants */
	H2 STRONG {
	font-weight: bold;
	color: #325062;
	}
	/* H1 variants */
	.displayName {
	display:block;
	font-weight: bold;
	margin-top:12px;
	font-size: 14px;
	line-height: 18px;
	}
	
H3, UL, OL, LI, P {
	font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: 13px;
	color: #7182AF;
	}


H4 {
	font-family: tahoma, 'trebuchet ms', arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: 11px;
	color: #bbb;
	}
	/* H4 variants */
	
H5, H5 LI  {
	display:inline;
	font-family: tahoma, 'trebuchet ms', arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: 11px;
	color: #da0955;
	margin-right:5px;
	}
	/* H5 variants */


H6  {
	font-family: tahoma, 'trebuchet ms', helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 9px;
	line-height: 10px;
	color: #8888aa;
	margin:3px;
	}
	
.register_message{
	font-family: times, 'Times New Roman', 'Times Roman', serif;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 21px;
	color: #363e59;
	}	
	
.edit_confirm  {
	font-family: arial, tahoma, 'trebuchet ms', helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	color:#88;
	}
	
.edit_confirm STRONG {
	color: #da0955;
	}

	
	
.copyright_text {
	font-family: tahoma, 'trebuchet ms', helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 9px;
	line-height: 12px;
	color: #bbb;
	margin:3px;
	}

	#m_username, #m_email, #m_password {
	font-family : tahoma, arial, 'trebuchet ms', sans-serif ;
	font-size : 9pt;
	font-weight: normal;
	color:#274794;
	background-color:#dedede;
	}
	
	H1 option { color: #000000}
	H1 a:link { color: #000000; background: transparent; text-decoration: none}
	H1 a:active { color: #000000; background: transparent; text-decoration: none}
	H1 a:visited { color: #000000; background: transparent; text-decoration: none}
	H1 a:hover { color: #FF1137; background: transparent; text-decoration: none}

	H2 option { color: #000000}
	H2 a:link { color: #000000; background: transparent; text-decoration: none}
	H2 a:active { color: #000000; background: transparent; text-decoration: none}
	H2 a:visited { color: #000000; background: transparent; text-decoration: none}
	H2 a:hover { color: #FF1137; background: transparent; text-decoration: underline}
	
	H3 option { color: #172955; font-weight: bold; }
	H3 a:link { color: #172955; background: transparent; font-weight: bold; text-decoration: underline}
	H3 a:active { color: #172955; background: transparent; font-weight: bold; text-decoration: underline}
	H3 a:visited { color: #172955; background: transparent; font-weight: bold; text-decoration: underline}
	H3 a:hover { color: #172955; background: transparent; font-weight: bold; text-decoration: underline}
	
	H6 option { color: #b88; font-weight: normal; }
	H6 a:link { color: #b88; background: transparent; font-weight: normal; text-decoration: none}
	H6 a:active { color: #b88; background: transparent; font-weight: normal; text-decoration: none}
	H6 a:visited { color: #b88; background: transparent; font-weight: normal; text-decoration: none}
	H6 a:hover { color: #466e83; background: transparent; font-weight: normal; text-decoration: underline}
	
	
	#wrapper {
	position:absolute;
	left:50%;
	width:900px;
	margin-left:-450px;
	margin-top:0px;
	text-align:left;
	background-color:#fff;
	border:0px solid #f00;
	}

/* ************************************************** */
/* ******* plinth content area ************************ */
/* ************************************************** */

	#topspace {
	width:100%;
	height:35px;
	margin:0;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}
	#topspace_nav {
	float:left;
	width:550px;
	height:34px;
	margin:0;
	margin-left:20px;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}
	#topspace_socials{
	float:right;
	width:200px;
	height:34px;
	margin:0;
	margin-right:80px;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}
	
	#plinth {
	width:100%;
	height:230px;
	margin:0;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}
	#plinth H3 {color:#a61b60;}
	#plinth a {color:#3c5562;}
	#plinth H1 a {color:#466e83;}
	
	#left_topBlock {
	float:left;
	width:334px;
	height:211px;
	margin:0;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}
	#right_topBlock {
	float:left;
	width:350px;
	height:211px;
	margin:0;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}


	.topBlock_elementR {
	width:270px;
	height:auto;
	margin-left:30px;
	margin-top:1px;
	padding:0;
	border:0px solid #f00;
	}
	
	.topBlock_elementL {
	width:260px;
	height:45px;
	margin-left:30px;
	margin-top:130px;
	padding:0;
	background:transparent url('../img/envelope_header.png') no-repeat 1px 1px ;
	text-align:left;
	padding-top:30px;
	border:0px solid #f00;
	}
	.topBlock_elementL H1 {
	border:0px solid #f00;
	color:#a61b60;
	margin-left:45px;
	}
	.showLogo_Small {
	width:40px;
	height:40px;
	display:block;
	padding:0;
	background:transparent url('../img/envelope_header.png') no-repeat 1px 1px ;
	overflow:hidden;
	border:0px solid #f00;
	}
	
	.topBlock_element_Logo{
	width:290px;
	margin-left:30px;
	margin-top:1px;
	padding:0;
	background:transparent ;
	text-align:left;
	border:0px solid #f00;
	}
	
	#envelopeContainer {
	float:left;
	width:208px;
	height:211px;
	margin:0;
	padding:0;
	text-align:left;
	background:transparent;
	border:0px solid #f00;
	}

.headlogo{
width:40px;
height:40px;
margin-right:2px;
border:0;
}

.sendcard_float{
width:150px;
height:150px;
z-index:15;
position:absolute;
top:60px;
left:720px;
border:0;
}
.newcard_float_big{
width:150px;
height:150px;
z-index:15;
position:absolute;
top:60px;
left:720px;
border:0;
}

div .login_row{float:left;
width:265px;
text-align:left;
vertical-align:top;
margin-top:2px;
border:0px solid #f00;
}
div .login_fieldcol{float:left;
width:140px;
height:18px;
text-align:left;
vertical-align:top;
border:0px solid #f00;
}
.login_fieldcol INPUT {width:130px; background-color:#FFFFFF; color:#660000; border:0;}

div .login_textcol{float:left;
width:110px;
height:20px;
text-align:right;
font-weight:bold;
margin-right:8px;
vertical-align:top;
color:#666;
border:0px solid #f00;
}


/* coloured envelopes */
	.displayEnvelope{
	position:absolute;
	top:1px;
	z-index:4;
	
	right:73%;
	width:208px;
	margin-right:-150px;
	
	/*float:left;
	margin-left: 1px;
	display:block;
	width: 208px;*/
	height: 211px;
	overflow:hidden;
	}
	.eColor1{background: transparent url('../img/bigenv_red.png') no-repeat 0px 0px;}
	.eColor2{background: transparent url('../img/bigenv_blue.png') no-repeat 0px 0px;}
	.eColor3{background: transparent url('../img/bigenv_green.png') no-repeat 0px 0px;}
	.eColor4{background: transparent url('../img/bigenv_burgundy.png') no-repeat 0px 0px;}
	.eColor5{background: transparent url('../img/bigenv_beige.png') no-repeat 0px 0px;}
	.eColor6{background: transparent url('../img/bigenv_gold.png') no-repeat 0px 0px;}
	.eColor7{background: transparent url('../img/bigenv_pink.png') no-repeat 0px 0px;}
	.eColor8{background: transparent url('../img/bigenv_white.png') no-repeat 0px 0px;}
	.eColor9{background: transparent url('../img/bigenv_black.png') no-repeat 0px 0px;}
	
	a.env1 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_3.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	.env1:link {
	background: transparent url('../img/envelope_3.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env1:visited {
	background: transparent url('../img/envelope_3.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env1:hover {
	background: transparent url('../img/envelope_4.png') no-repeat 0px 0px;
	color: #fff;
	text-decoration: none;
	}
	
	a.env2 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_2.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	.env2:link {
	background: transparent url('../img/envelope_2.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env2:visited {
	background: transparent url('../img/envelope_2.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env2:hover {
	background: transparent url('../img/envelope_3.png') no-repeat 0px 0px;
	color: #fff;
	text-decoration: none;
	}

	a.env3 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_5.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	.env3:link {
	background: transparent url('../img/envelope_5.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env3:visited {
	background: transparent url('../img/envelope_5.png') no-repeat 0px 0px;
	color: #fff;
	}
	.env3:hover {
	background: transparent url('../img/envelope_6.png') no-repeat 0px 0px;
	color: #fff;
	text-decoration: none;
	}

	a.env4 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_5.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	
	a.env6 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_6.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	
	a.env7 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_7.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	
	a.env8, .env8 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_8.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}

	a.env9, .env9 {
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_9.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}

	a.env10, .env10 { /* activation link */
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_10.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}

	a.env11, .env11 { /* edit finished link */
	float:left;
	margin-left: 1px;
	display:block;
	width: 208px;
	height: 211px;
	background: transparent url('../img/envelope_11.png') no-repeat 0px 0px;
	text-align:center;
	vertical-align: middle;
	font-family: Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	overflow:hidden;
	}
	
	#randomThumb {
	position:absolute;
	top:350px;
	left:690px;
	z-index:5;
	width:165px; /* 10% oversized */
	height:110px;
	}
	
	.blockNumber {
	width:32px;
	height:32px;
	overflow:hidden;
	margin:1px;
	float:left;
	}
/* ************************************************** */
/* ******* bodyspace ******************************** */
/* ************************************************** */	

	#bodyspace {
	width:860px;
	margin-left:29px;
	margin-top:10px;
	text-align:left;
	background-color:transparent;
	border:0px solid #f00;
	/* if floating footer used */
	/* margin-bottom:100px; */
	}
	div .clearAll{
	clear:both;
	width:95%;
	height:3px;
	overflow:hidden;
	background-color:transparent;
	text-align:left;
	vertical-align:top;
	border:0px solid #f00;
	}
	#col1-10 {
	width:96px;
	float:left;
	text-align:left;
	margin-right:10px;
	background-color:transparent;
	border:0px solid #f00;
	}
	#col1-40 {
	width:365px;
	float:left;
	text-align:left;
	margin-left:40px;
	background-color:transparent;
	border:0px solid #f00;
	}
	#col1-30 {
	width:300px;
	float:left;
	text-align:left;
	margin-left:40px;
	background-color:transparent;
	border:0px solid #f00;
	}
	#col1-80 {
	width:700px;
	float:left;
	text-align:left;
	margin-left:40px;
	background-color:transparent;
	border:0px solid #f00;
	}
	#col2-50 {
	width:385px;
	float:left;
	text-align:left;
	background-color:transparent;
	margin-left:20px;
	border:0px solid #f00;
	}
	#col2-60 {
	width:480px;
	float:left;
	text-align:left;
	background-color:transparent;
	margin-left:20px;
	border:0px solid #f00;
	}
	#col3 {
	width:830px;
	float:left;
	text-align:left;
	padding:0px;
	border:0px solid #f00;
	}
	
	/* New curvy plinth stuff */
	.priceTop{
	font-family: arial, tahoma, 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 18px;
	line-height: 18px;
	color:#000;
	}
	.mainCurveHolder{
	width:98%;
	border:0px solid #f00;
	}

	.mainCurveHolderSze{
	border:0px solid #f00;
	}
	.curveBlock{
	width:100%;
	background-color:#fff;
	border:0;
	}
	.curveBlockContainer{
	margin:2px 7px;
	border:0px solid #f00;
	color:#000;
	}
	.tabR1, .tabR2, .tabR3, .tabR4 {
	overflow:hidden;height:1px;
	}
	.tabR1{margin: 0px 5px}
	.tabR2{margin: 0px 3px}
	.tabR3{margin: 0px 2px}
	.tabR4{margin: 0px 1px; height:2px;}
	
	#col3-90, .col3-91, .col3-92, .col3-93, .col3-94, .col3-95, .col3-96 {
	width:820px;
	text-align:left;
	padding:10px;
	border:0px solid #f00;
	}
	.bgStyle0{background-color:transparent;}
	.bgStyle1{background-color:#a80528;}
	.bgStyle2{background-color:#e4f4ff;}
	.bgStyle3{background-color:#e4ffe8;}
	.bgStyle4{background-color:#f7d8fd;}
	.bgStyle5{background-color:#f5f5ee;}
	.bgStyle6{background-color:#f3d8a5;}
	.bgStyle7{background-color:#ffe4f1;}
	.bgStyle8{background-color:#ffffff;}
	.bgStyle9{background-color:#363636;}
	
	#col3-90 {
	background-color:transparent;
	}
	
	#list1, #list2, #list3{
	float:left;
	width:260px;
	margin-left:5px;
	border:0px solid #f00;
	}
	
	
	/* #footerspace { // for anchored footer
	width:840px;
	margin-left:30px;
	margin-top:90px;
	text-align:left;
	background:transparent url('../img/footer_plinth.png') no-repeat 0px 0px;
	border:0px solid #f00;
	z-index:5;
	position: fixed;
	bottom: 0px;
	}
	*html #footerspace {
	width:840px;
	margin-left:30px;
	margin-top:90px;
	text-align:left;
	background:transparent url('../img/footer_plinth.png') no-repeat 0px 0px;
	border:0px solid #f00;
	z-index:5;
	position: absolute;
	bottom: 0px;
	} */

	#footerspace {
	width:840px;
	margin-left:30px;
	margin-top:90px;
	text-align:left;
	background:transparent url('../img/footer_plinth.png') no-repeat 0px 0px;
	border:0px solid #f00;
	}

	#footersub1 {
	float:left;
	width:480px;
	margin-left:15px;
	margin-top:15px;
	border:0px solid #f00;
	}

	#footersub2 {
	float:left;
	width:310px;
	margin-left:12px;
	margin-top:15px;
	border:0px solid #f00;
	}


/* ************************************************** */
/* ******* message plinths ************************** */
/* ************************************************** */	


#instruction_panel{
width:90px;
height:266px;
z-index:99;
position:absolute;
margin-top:300px;
left:805px;
border:0px solid #f00;
}
#float_finished_panel{
width:90px;
height:63px;
z-index:99;
position:absolute;
margin-top:570px;
left:805px;
border:0px solid #f00;
}
#float_finished_panel_single{
width:90px;
height:63px;
z-index:99;
position:absolute;
margin-top:300px;
left:805px;
border:0px solid #f00;
}

#leavedate_plinth{
position:absolute;
z-index:8;
left:620px;
top:220px;
width:260px;
height:30px;
padding:4px;
background:transparent url('../img/leave-date.png') no-repeat 0px 0px;
border:0px solid #f00;
}

	

#leavedate_plinth H3{
text-align:left;
color:#333333;
font-size: 14px;
line-height: 20px;
margin-left:15px;
}

.editplinth{
width:260px;
float:left;
border:0px solid #f00;
}
.editplinth H4 {
padding: 0px;
border:0px solid #f00;
}

.messageplinth{
float:left;
border:0px solid #f00;
}
.messageplinth H4 {
padding: 8px 15px 0px 15px;
border:0px solid #f00;
}

/* Style 1 */
.plinthIcons{
margin:10px 5px 0px 10px;
padding:0;
background-color: transparent;
}
.plinth_icon{
margin-right:6px;
width:24px;
height:24px;
border:0;
padding:0;
}


/* ******************* PLINTH H4 STYLES ******************** */

.plinthCard1 H4{
margin-left:30px;
font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 18px;
line-height: 20px;
color: #fad6de;
}

.plinthCard2 H4{
margin-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 19px;
line-height: 21px;
color: #000099;
}

.plinthCard3 H4{
margin-left:30px;
font-family: tahoma, helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 17px;
line-height: 19px;
color: #073412;
}

.plinthCard4 H4{
margin-left:30px;
font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 19px;
line-height: 21px;
color: #45232f;
}

.plinthCard5 H4{
margin-left:30px;
font-family: 'Courier New', Courier, monospace;
/*font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;*/
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 19px;
line-height: 21px;
color: #000;
}

.plinthCard6 H4{
margin-left:30px;
font-family: arial, 'trebuchet ms', tahoma, helvetica, sans-serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 20px;
line-height: 22px;
color: #664929;
}

.plinthCard7 H4{
margin-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 18px;
line-height: 20px;
color: #227;
}


.plinthCard8 H4{
margin-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 18px;
line-height: 20px;
color: #363636;
}


.plinthCard9 H4{
margin-left:30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-variant: normal;
font-size: 18px;
line-height: 20px;
color: #ffffff;
}

/* ******************* PLINTH H4 STYLES ******************** */




/* ******************* PLINTH SPEECH BUBBLE STYLES ******************** */
/* ******************* PLINTH SPEECH BUBBLE STYLES ******************** */
	/* Style 1 */
	.plinthStyle1{
	width:236px;
	margin:0;
	padding:0;
	background: transparent url('../img/red_plinth.png') no-repeat 2px 0px;
	}
	.plinthStyle1_foot{
	width:236px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/red_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle1_list{
	width:236px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/red_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle1Preview{
	background: transparent url('../img/env_red.png') no-repeat 30px 0px;
	}
	.plinthStyle1 H4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: 18px;
	color: #fad6de;
	}
	.p1smaller {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 2 */
	.plinthStyle2{
	width:250px;
	margin:0;
	padding:0;
	background: transparent url('../img/blue_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle2_foot{
	width:250px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/blue_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle2_list{
	width:250px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/blue_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle2Preview{
	background: transparent url('../img/env_blue.png') no-repeat 30px 0px;
	}
	.plinthStyle2 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: 18px;
	color: #000099;
	}
	.p2smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}


	/* Style 3 */
	.plinthStyle3{
	width:186px;
	margin:0;
	padding:0;
	background: transparent url('../img/green_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle3_foot{
	width:186px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/green_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle3_list{
	width:186px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/green_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle3Preview{
	background: transparent url('../img/env_green.png') no-repeat 30px 0px;
	}
	.plinthStyle3 H4 {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: 14px;
	color: #073412;
	}
	.p3smaller {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	}
	
	
	/* Style 4 */
	.plinthStyle4{
	width:230px;
	margin:0;
	padding:0;
	background: transparent url('../img/burgundy_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle4_foot{
	width:230px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/burgundy_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle4_list{
	width:230px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/burgundy_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle4Preview{
	background: transparent url('../img/env_burgundy.png') no-repeat 30px 0px;
	}
	.plinthStyle4 H4 {
	font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant:small-caps;
	font-size: 16px;
	line-height: 18px;
	color: #45232f;
	}
	.p4smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}


	/* Style 5 */
	.plinthStyle5{
	width:190px;
	margin:0;
	padding:0;
	background: transparent url('../img/beige_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle5_foot{
	width:190px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/beige_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle5_list{
	width:190px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/beige_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle5Preview{
	background: transparent url('../img/env_beige.png') no-repeat 30px 0px;
	}
	.plinthStyle5 H4 {
	font-family: 'Courier New', Courier, monospace;
	/*font-family: 'trebuchet ms', arial, tahoma, helvetica, sans-serif;*/
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: 17px;
	color: #000;
	}
	.p5smaller {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 6 */
	.plinthStyle6{
	width:256px;
	margin:0;
	padding:0;
	background: transparent url('../img/gold_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle6_foot{
	width:256px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/gold_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle6_list{
	width:256px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/gold_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle6Preview{
	background: transparent url('../img/env_gold.png') no-repeat 30px 0px;
	}
	.plinthStyle6 H4 {
	font-family: arial, 'trebuchet ms', tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 17px;
	color: #227;
	}
	.p6smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}


	/* Style 7 */
	.plinthStyle7{
	width:203px;
	margin:0;
	padding:0;
	background: transparent url('../img/pink_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle7_foot{
	width:203px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/pink_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle7_list{
	width:203px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/pink_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle7Preview{
	background: transparent url('../img/env_pink.png') no-repeat 30px 0px;
	}
	.plinthStyle7 H4 {
	font-family: arial, 'trebuchet ms', tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 17px;
	color: #227;
	}
	.p7smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	/* Style 8 */
	.plinthStyle8{
	width:235px;
	margin:0;
	padding:0;
	background: transparent url('../img/white_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle8_foot{
	width:235px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/white_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle8_list{
	width:235px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/white_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle8Preview{
	background: transparent url('../img/env_white.png') no-repeat 30px 0px;
	}
	.plinthStyle8 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	font-size: 16px;
	line-height: 19px;
	color: #363636;
	}
	.p8smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 9 */
	.plinthStyle9{
	width:245px;
	margin:0;
	padding:0;
	background: transparent url('../img/black_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle9_foot{
	width:245px;
	height:98px;
	margin:0;
	padding:0;
	background: transparent url('../img/black_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle9_list{
	width:245px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/black_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle9Preview{
	background: transparent url('../img/env_black.png') no-repeat 30px 0px;
	}
	.plinthStyle9 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: 17px;
	color: #dedede;
	}
	.p9smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 10 */
	.plinthStyle10{
	width:247px;
	margin:0;
	padding:0;
	background: transparent url('../img/vert_lemon_lime_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle10_foot{
	width:247px;
	height:60px;
	margin:0;
	padding:0;
	background: transparent url('../img/vert_lemon_lime_plinth_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle10_list{
	width:247px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/vert_lemon_lime_plinth_list.png') no-repeat 0px 0px;
	}
	.plinthStyle10Preview{
	background: transparent url('../img/vert_lemon_lime.png') no-repeat 30px 0px;
	}
	.plinthStyle10 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: 17px;
	color: #2a3f16;
	display:block;
	padding-top:45px;
	}
	.p10smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	

	
	/* Style 11 */
	.plinthStyle11{
	width:256px;
	margin:0;
	padding:0;
	background: transparent url('../img/vertical_neon_purple_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle11_foot{
	width:256px;
	height:60px;
	margin:0;
	padding:0;
	background: transparent url('../img/vertical_neon_purple_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle11_list{
	width:256px;
	height:32px;
	margin:0;
	padding:0;
	background: transparent url('../img/vertical_neon_purple_list.png') no-repeat 0px 0px;
	}
	.plinthStyle11Preview{
	background: transparent url('../img/vertical_neon_purple.png') no-repeat 30px 0px;
	}
	.plinthStyle11 H4 {
	font-family: arial, 'trebuchet ms', tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 17px;
	color: #ffe7ca;
	padding-left:32px;
	padding-right:32px;
	}
	.p11smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 12 */
	.plinthStyle12{
	width:247px;
	margin:0;
	padding:0;
	background: transparent url('../img/cherry_striped_plinth.png') no-repeat 0px 0px;
	}
	.plinthStyle12_foot{
	width:247px;
	height:60px;
	margin:0;
	padding:0;
	background: transparent url('../img/cherry_striped_foot.png') no-repeat 0px 0px;
	}
	.plinthStyle12_list{
	width:247px;
	height:24px;
	margin:0;
	padding:0;
	background: transparent url('../img/cherry_striped_list.png') no-repeat 0px 0px;
	}
	.plinthStyle12Preview{
	background: transparent url('../img/cherry_striped.png') no-repeat 30px 0px;
	}
	.plinthStyle12 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: 17px;
	color: #6e1e41;
	display:block;
	width: 192px;
	padding-top:45px;
	}
	.p12smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	/* Style 13 - no plinth / Black text */
	.plinthStyle13{
	width:240px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle13_foot{
	width:240px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle13_list{
	width:240px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle13Preview{
	background: transparent url('../img/black_text_prev.png') no-repeat 30px 0px;
	}
	.plinthStyle13 H4 {
	font-family: "Comic Sans MS", Georgia, "Courier New", "Times New Roman", cursive;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 17px;
	line-height: 18px;
	color: #111;
	}
	.p13smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}

	
	/* Style 14 - no plinth / White text */
	.plinthStyle14{
	width:240px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle14_foot{
	width:240px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle14_list{
	width:240px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle14Preview{
	background: transparent url('../img/white_text_prev.png') no-repeat 30px 0px;
	}
	.plinthStyle14 H4 {
	font-family: "Comic Sans MS", Georgia, "Courier New", "Times New Roman", cursive;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 17px;
	line-height: 18px;
	color: #e2e2e2;
	}
	.p14smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}

	/* Style 15 - no plinth / pink text */
	.plinthStyle15{
	width:220px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle15_foot{
	width:220px;
	height:10px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle15_list{
	width:220px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle15Preview{
	background: transparent url('../img/pink_text_prev.png') no-repeat 30px 0px;
	}
	.plinthStyle15 H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 18px;
	line-height: 19px;
	color: #ff88c8;
	/*display:block;
	width: 192px;
	padding-top:10px;*/
	}
	.p15smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}




	/* Style 16 - no plinth / pink text */
	.plinthStyle16{
	width:220px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle16_foot{
	width:220px;
	height:10px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle16_list{
	width:220px;
	height:20px;
	margin:0;
	padding:0;
	background-color: transparent;
	}
	.plinthStyle16Preview{
	background: transparent url('../img/blue_text_prev.png') no-repeat 30px 0px;
	}
	.plinthStyle16 H4 {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: 18px;
	color: #404a88;
	/*display:block;
	width: 192px;
	padding-top:10px;*/
	}
	.p16smaller  {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}


/* ******************* PLINTH SPEECH BUBBLE STYLES ******************** */
/* ******************* PLINTH SPEECH BUBBLE STYLES ******************** */








/* ************************************************** */
/* ******* Menu Additions ******************************** */
/* ************************************************** */	


div#menublock {
	width:100%;
	margin:0;
	padding:0;
	border:0px solid #f00;
	}

	span {}

/* left menu buttons */
	ul.menu li a {
	width:169px;
	display:block;
	margin:3px 0px 1px 0px;
	padding-left:15px;
	height:22px;
	background: transparent;
		text-align:left;
		font-family: 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 13px;
		line-height: 22px;
		text-decoration: none;
		color: #fff;
	overflow:hidden;
	border:0px solid #f00;
	}

	ul.menu li.active a{
	width:169px;
	display:block;
	margin:3px 0px 1px 0px;
	padding-left:15px;
	height:22px;
	background: transparent;
		text-align:left;
		font-family: 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 13px;
		line-height: 22px;
		text-decoration: none;
		color: #fff;
	overflow:hidden;
	border:0px solid #f00;
	}

	ul.menu li a:link {
	background: transparent;
	color: #fff;
	}

	ul.menu li a:visited {
	background: transparent;
	color: #fff;
	}

	ul.menu li a:hover {
	background: #658ca9;
	/* background: #2f6089; */
	text-decoration: none;
	color: #fff;
	}
	ul.menu li.active a:link {
	background: transparent;
	color: #fff;
	}

	ul.menu li.active a:visited {
	background: transparent;
	color: #fff;
	}

	ul.menu li.active a:hover {
	background: #658ca9;
	/* background: #2f6089; */
	text-decoration: none;
	color: #FFF;
	}

/* ************************************************** */
/* ******* download Additions ******************************** */
/* ************************************************** */	

div#downloadblock {
	width:100%;
	margin-top:150px;
	padding:0;
	border:0px solid #f00;
	}

	a.download-button {
	display:block;
	width: 111px;
	height: 29px;
	background: #fff url('../img/download-button-lo.png') no-repeat;
	text-align:left;
	vertical-align: middle;
	font-family: 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #658ca9;
	overflow:hidden;
	}

.download-button span {
	line-height:28px;
	margin-left:30px;
	}

	.download-button:link {
	background: #fff url('../img/download-button-lo.png') no-repeat;
	color: #658ca9;
	}

	.download-button:visited {
	background: #fff url('../img/download-button-lo.png') no-repeat;
	color: #658ca9;
	}

	.download-button:hover {
	background: #fff url('../img/download-button-hi.png') no-repeat;
	color: #658ca9;
	text-decoration: none;
	}
	

/* ************************************************** */
/* *********** J-Query items ************************ */
/* ************************************************** */	

.ui-tabs .ui-tabs-hide {
     display: none;
}


div.sociable { margin: 4px 0; width:240px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

div .image_container{
text-align:center;
padding: 12px 0px 0px 15px;
}

.ad_display {
display:block;
width:180px;
border:0px solid #000;
}

.homepage_display {
width:252px;
float:left;
display:block;
margin-left:10px;
margin-top:5px;
border:0px;
}

.big_display_holder {
z-index:5;
position:absolute;
left:50%;
width:520px;
margin-left:-260px;
margin-top:2px;
text-align:right;
background-color:transparent;
border:0px solid #f00;
}
	
.inputform{ width:360px;
float:left;
border:0px solid #f00;
}
.inputform INPUT {width:190px;
margin:0px 0px 0px 0px;
padding-left:3px;
display:block;
background-color:#d6dbf1;
font-size:13px;
line-height:16px;
color:#000;
border:0px solid #2e6ba4;
}
.inputform TEXTAREA {width:190px;
height:100px;
margin:0px 0px 0px 0px;
padding-left:3px;
display:block;
background-color:#d6dbf1;
font-size:13px;
line-height:16px;
color:#000;
border:1px solid #fc6700;
}
.inputform #terms_accepted {text-align:left;
width:auto;
background-color:#fff;
color:#000;
border:0;
}

.inputform #submit_button {width:auto;
}

.inputform SUBMIT {width:auto; padding-left:5px;padding-right:5px;
}

.inputform #referral {
background-color:#ebeff2;
color:#000;
border:1px solid #2e6ba4;
}
.inputform #daydropdown {
background-color:#ebeff2;
color:#000;
border:1px solid #2e6ba4;
}
.inputform #male_female {
background-color:#ebeff2;
color:#000;
border:1px solid #2e6ba4;
}
.inputform #monthdropdown {
background-color:#ebeff2;
color:#000;
border:1px solid #2e6ba4;
}
.inputform #yeardropdown {
background-color:#ebeff2;
color:#000;
border:1px solid #2e6ba4;
}

div .form_row{float:left;
width:95%px;
text-align:left;
padding:2px;
margin:0;
vertical-align:top;
border:0px solid #f00;
}
div .inputform_row{float:left;
width:350px;
text-align:left;
padding:2px;
margin:0;
vertical-align:top;
border:0px solid #f00;
}
	div .inputform_rowShort{float:left;
	width:165px;
	text-align:left;
	padding:2px;
	margin:0;
	margin: 0px 2px 0px 2px;
	vertical-align:top;
	border:0px solid #f00;
	}
div .inputform_fieldcol{float:left;
width:195px;
text-align:left;
padding:2px;
margin:0;
vertical-align:top;
border:0px solid #f00;
}
	div .inputform_fieldcolShort{float:left;
	width:80px;
	text-align:left;
	padding:2px;
	margin:0;
	margin-top:3px;
	vertical-align:top;
	border:0px solid #f00;
	}
div .inputform_textcol{float:left;
width:140px;
text-align:right;
font-weight:normal;
padding:1px;
margin:5;
margin-right:5px;
vertical-align:top;
border:0px solid #f00;
}
	div .inputform_textcolShort{float:left;
	width:75px;
	text-align:right;
	font-weight:normal;
	padding:1px;
	margin:0;
	vertical-align:top;
/*		font-size: 12px;*/
	border:0px solid #f00;
	}
	
div .inputform_clear{clear:both;
width:98%;
height:2px;
text-align:left;
padding:2px;
margin:0;
vertical-align:top;
border:0px solid #f00;
}

div .inputform_info_col{float:right;
width:165px;
height:100%;
text-align:left;
padding:0px;
margin:0;
vertical-align:top;
border:0px solid #f00;
background-color:transparent;
}


div .managerlist {
width:304px;
background-color:transparent;
border:0px solid #f00;
border-bottom:2px solid #efefef;
margin:7px;
}
div .inset_managerlist {
width:304px;
background-color:transparent;
border:0px solid #f00;
margin:1px;
}
div .managerRow {
width:298px;
border:0px solid #f00;
overflow:hidden;
background:transparent;
}
div .managerRowS {
float:left;
width:147px;
border:0px solid #f00;
}
div .contributorRow {
width:298px;
height:70px;
border:0px solid #f00;
background:transparent;
}
div .completedRow {
width:298px;
height:61px;
border:0px solid #f00;
background:transparent;
}
div .managerRowClear {
clear:both;
height:3px;
overflow:hidden;
width:298px;
border:0px solid #f00;
}

div.design_show{
float:left;
margin: 2px 2px;
width:155px;
height:196px;
background:transparent;
border:0px solid #f00;
}
div.design_show_public{
float:left;
margin: 2px 2px;
width:155px;
height:161px;
background:transparent;
border:0px solid #f00;
}
.design_pix{
width:150px;
height:100px;
margin:1px 2px;
border:0px solid #f00;
}
div.design_select{
width:150px;
height:30px;
margin:1px 2px;
overflow:hidden;
border:0px solid #f00;
}
div.design_description{
width:150px;
height:55px;
margin:1px 2px;
border:0px solid #f00;
}
.select_button{
width:100px;
height:32px;
border:0px solid #f00;
}