*:focus {outline: none;}

img {
    border: none;
}

html, body {
    min-width: 980px;
}

body {
/*	background: url('../i/bg-fr-05.jpg') no-repeat white middle center; */
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-family: Arial, Tahoma, Verdana;
    min-width: 980px;
}

body > * {
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px;
}

h2 {
	font-size: 20px;
	color: #000000;
	margin: 10px 0px;
}

/* URLs */

a {
	text-decoration:underline;
	color:#009999;}

a:hover {
	text-decoration:none;
	color:#009999;}

#home .noBackground a:hover { 
	background: none;
}


.noBackground a:hover { 
	background: none;
	color: white;
	text-shadow: 2px 2px 2px #000;
}


p {
	color: #000; 
	margin: 15px 0px; 
	font-size: 14px ;
}

.messagebox 	{  }
.messageboxok 	{ color: green; }
.messageboxerror{ color: red; }

/* @group Toolbar */

.toolbar {
	padding: 4px;
	height: 30px;
	background-color:#a4145b;
	margin: 0px 0px 0px 0px;
}

.toolbar h1 {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 14px;
	line-height: 1em;
	margin: 1px 0 0 -75px;
	height: 40px;
	font-size: 24px;
	width: 150px;
	font-weight: bold;
    text-shadow: rgba(0,0,0,1) 0 -1px 1px;
    text-shadow: rgba(0,0,0,1) 0px 0px 0px;
	text-align: center;
/* text-overflow: ellipsis; */
	color: #999;
}

body.landscape .toolbar > h1 {
	margin-left: -125px;
	width: 250px;
}

h1.link {
	background:transparent;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
h1.link a, h1.link a:hover {
	text-decoration: none;
	color:#000000;}

.button, .back, .cancel, .add {
	position: absolute;
	overflow: hidden;
	top: 12px;
	right: 4px;
	margin: 0;
	border: solid 5px;
	padding: 0 3px;
	width: auto;
	height: 36px;
	line-height: 32px;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
	/* text-overflow: ellipsis; */
	text-decoration: none;
    
	border: solid 5;
	-webkit-border-image: url(img/grayButton.png) 0 5 0 5 stretch stretch;
	-moz-border-image: url(img/grayButton.png) 0 5 0 5 stretch stretch;
}

.blueButton {
	-webkit-border-image: url(img/blueButton.png) 0 5 0 5;
	border: solid 5px;
}

.back {
	left: 14px;
	right: auto;
	padding: 0;
	max-width: 75px;
}

.back.active {
	-webkit-border-image: url(img/back_button_clicked.png) 0 8 0 14;
}


.leftButton, .cancel {
	left: 14px;
	right: auto;
}

.add {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.whiteButton,
.grayButton {
	display: block;
	border: solid 12px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-decoration: inherit;
	color: inherit;
}

.whiteButton {
	-webkit-border-image: url(img/whiteButton.png) 0 12 0 12;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
	-webkit-border-image: url(img/grayButton.png) 0 12 0 12;
	color: #fff;
}

/* @end */

/* @group Lists */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
	margin-top: 0;
}

ul {
	color: #333;
	font-size:  14px ;
	padding-left: 0px;
	padding-right: 0px;
	margin: 15px 0px 17px 0px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}


input[type="submit"], input[type="button"], .subm-button {
	color: #000;
    border: none !important;
	font-size: 18px;
	padding:5px;
	border-radius:8px 8px 8px 8px;
	behavor: url(PIE.htc);
	cursor:pointer;
	background-color:transparent;
}

.subm-button:hover {
	background-color:#a4145b !important;
	color:#FFFFFF !important;}


#homepage ul {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #4a3f3f),color-stop(0.44, #a61e1e)),
		-moz-linear-gradient(
			center bottom,
			rgb(51,51,51) 10%,
			rgb(199,199,199) 60%);
			
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4a3f3f', endColorstr='#a61e1e'); 		/* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4a3f3f', endColorstr='#a61e1e')"; 	/* IE8 */
	
	color: #333;
	border: 0px solid #333333;
	font-size:  18px ;
	padding: 0;
	margin: 15px 10px 17px 10px;
	-webkit-box-shadow: #666 1px 1px 3px;
	-moz-box-shadow: #666 1px 1px 3px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	
	border: 1px solid rgba(0,0,0,0.5);
		border-radius: 10px 10px 2px 2px;
	background: rgba(0,0,0,0.25);
		box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#homepage ul.noBorder, #homepage ul li.noBorder,
#login ul.noBorder, #login ul li.noBorder,
#register ul.noBorder, #register ul li.noBorder {
	background: none;
	color: #333;
	border: 0px solid #333333;
	font-size:  18px ;
	padding: 0;
	margin: 15px 10px 17px 10px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 0px;
	-moz-box-shadow: rgba(0,0,0,.3) 0px 0px 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px
	

}
#login ul,
#register ul,
#pwdReset ul {
	color: #333;
	border: 1px solid rgba(0,0,0,0.5);
		border-radius: 10px 10px 2px 2px;
	background: url('i/bg-fr-01.jpg') rgba(0,0,0,0.25);
		box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
		

}
#account ul li select,
#login ul li input,
#register ul li input,
#register ul li select,
#register ul li select option,
#pwdReset ul li input {
}

ul li {
	color: #000;
	list-style-type: none;
	padding: 10px 0 10px 0;
}

ul li.inputText {
	border-bottom: 1px solid #999;
}

li:first-child, li:first-child a {
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

li:last-child, li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul li.arrow {
	border-bottom: 1px solid #a4145b;}

ul .arrow a.active {
	background: url(img/chevron.png) right center no-repeat;
}

ul li.forward {
	background-image: url(img/chevron_circle.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#dddddd));
	background-position: right center;
	background-repeat: no-repeat;
}

ul .forward a.active {
	background-image: url(img/chevron_circle.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul li a.active.loading {
	background-image: url(img/loading.gif);
	background-position: 95% center;
}

.plastic ul li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* universal links on list */


ul li a.active, ul li a.button {
}

ul li.img a + a {
	margin: -10px 10px -20px -5px;
	font-size: 18px;
	font-weight: bold;
}

ul li.img a + a + a {
	font-size: 18px;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 0;
}

ul li.img a + small + a {
	margin-left: -5px;
}

ul li.img a + small + a + a {
	margin-left: -10px;
	margin-top: -20px;
	margin-bottom: -10px;
	font-size: 18px;
	font-weight: normal;
}

ul li.img a + small + a + a + a {
	margin-left: 0px !important;
	margin-bottom: 0;
}

ul li a + a {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}



/*
 @end */

/* @group Forms */

ul.form li {
	padding: 7px 10px;
}

ul.form li.error {
	border: 2px solid red;
}

ul.form li.error + li.error {
	border-top: 0;
}

.toolbar input[type="submit"] {
	width: 	90px;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea {
	color: #000000;
	border:solid 1px #a4145b;
	font-size:  14px ;
	padding: 2px;
	margin-top: 5px;
	display: block;
	width:974px;
}
ul li textarea {
	height: 170px;
}

ul li select {
    border:solid 1px #a4145b;
	font-size:  14px;
	background-color: transparent;
	margin: 0px;
	width: 980px;
    height: 24px;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
	margin: 0;
	padding: 10px 10px;
}

ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
	content: attr(title);
	font-size: 18px ;
	display: block;
	width: 246px;
	color: #777;
	margin: -12px 0 0 17px;
	
	-webkit-gradient(linear,left bottom,left top,color-stop(0.19, rgb(51,51,51)),color-stop(0.6, rgb(199,199,199)));
	-moz-linear-gradient(center bottom,rgb(51,51,51) 19%,rgb(199,199,199) 60%);
}

/* @end */

/* @group Edge to edge */

.edgetoedge h4 {
	color: #3e9ac3;
	border-top: 0px solid #666;
	text-shadow: #000 0 1px 0;
	margin: 0;
	padding: 2px 10px;
}

.edgetoedge, .metal {
	margin: 0;
	padding: 0;
}

.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.metal ul {
	border-top: 0;
	border-bottom: 0;
}

.edgetoedge ul li {
	font-size: 18px;
	border-top: 0px solid #4a4b4d;
	border-bottom: 0px solid #ccc;
}

.edgetoedge ul li small {
	font-size: 18px;
	line-height: 28px;
}

.edgetoedge li, .metal li {
	-webkit-border-radius: 0;
}

.edgetoedge li em {
	font-weight: normal;
	font-style: normal;
}

.edgetoedge li:first-child a, .edgetoedge li:last-child a {
	-webkit-border-radius: 0;
}

.edgetoedge h4 + ul {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

/* @end */

/* @group Mini Label */

ul li small {
	color: #64c114;
	font-size:  24px ;
	text-align: right;
	/* text-overflow: ellipsis; */
	overflow: hidden;
	display: block;
	width: 23%;
	float: right;
	padding: 0;
}

ul li.arrow small {
	padding: 0 15px;
}

ul li small.counter {
	font-size: 18px;
	line-height: 13px;
	font-weight: bold;
	color: #999;
	-webkit-border-radius: 11px;
	padding: 4px 10px 5px 10px;
	display: block;
	width: auto;
	margin-top: -22px;
	-webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0;
}

ul li.arrow small.counter {
	margin-right: 15px;
}

/* @end */

/* @group Plastic & Metal */

.plastic ul li, .metal ul li {
}


.plastic ul li.arrow, .metal ul li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.metal ul li {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

.metal ul li a {
	line-height: 26px;
	margin: 0;
	text-shadow: #fff 0 1px 0;
	padding: 13px 0;
}

.metal ul li a.active {
	color: rgb(0,0,0);
}

.metal ul li a em {
	display: block;
	font-size: 18px;
	font-style: normal;
	color: #444;
	width: 50%;
	line-height: 14px;
}

.metal ul li small {
	float: right;
	position: relative;
	margin-top: 10px;
	font-weight: bold;
}

.metal ul li.arrow a small {
	padding-right: 15px;
	line-height: 17px;
}

.metal ul li.arrow {
	background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
    background-repeat: no-repeat;
    background-position: right center;
}

.plastic {
	margin: 0;
	padding: 0;
}

.plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.plastic ul li {
	-webkit-border-radius: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.plastic ul li:nth-child(odd) {
}

.plastic ul li small {
	color: #888;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
}

/* @end */

/* @group Individual */

ul.individual {
	border: 0;
	clear: both;
	overflow: hidden;
	padding-bottom: 3px;
	-webkit-box-shadow: none;
}

ul.individual li {
	/*color: rgb(183,190,205);*/
	border: 0px solid #333;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	-webkit-box-sizing: border-box;
	width: 48%;
	float: left;
	display: block;
	padding: 11px 10px 14px 10px;
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
}

ul.individual li + li {
	float: right;
}

ul.individual li a {
	color: #333;
	line-height: 16px;
	margin: -11px -10px -14px -10px;
	padding: 11px 10px 14px 10px;
	-webkit-border-radius: 8px;
}

/* @end */

/* @group Toggle */

.toggle {
	width: 94px;
	position: relative;
	height: 27px;
	display: block;
	overflow: hidden;
	float: right;
}

.toggle input[type="checkbox"]:checked {
	left: 0px;
}

.toggle input[type="checkbox"] {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	-webkit-border-radius: 5px;
	background: #fff url(img/on_off.png) 0 0 no-repeat;
	height: 27px;
	overflow: hidden;
	width: 149px;
	border: 0;
	-webkit-appearance: textarea;
	-webkit-transition: left .15s;
	position: absolute;
	top: 0;
	left: -55px;
	
	-webkit-gradient(linear,left bottom,left top,color-stop(0.19, rgb(51,51,51)),color-stop(0.6, rgb(199,199,199)));
	-moz-linear-gradient(center bottom,rgb(51,51,51) 19%,rgb(199,199,199) 60%);
}



/* @end */

.info {
	font-size: 24px;
	line-height: 16px;
	text-align: center;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: #444;
	padding: 15px;
	border-top: 0px solid rgba(255,255,255,.2);
	font-weight: bold;
}

#send textarea { 
	font-size:  110%;
	color: black;
	margin-top: 15px;
}


#login .noBorder, #register .noBorder, #homepage .noBorder { border: 0px; }

/* 20100708 - smuli - Gloss, dude, gloss! Everyone loves it, right ... ;) You've been GLOSSIEFIED! */

.twitter_container{
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	width: 100%;
	margin: 0 auto;
}
.twitter_container a{
	color:#fff;
	font-weight:bold;
	text-align: left;
	margin-left: 60px;
}
.twitter_status{
	height:60px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_posted_at{
 font-size:11px;		
 padding-top:4px;
 color:#999;
}

.facebook_container {
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	width: 100%;
	margin: 0 auto;
	background: none;
	padding: 0px;
	margin: 0px;
}
.item { box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	border-bottom:1px solid #ccc;
	position:relative;
	padding:10px;
	margin:0;
	background-color:none;
	font-size:12px;
	color:#eee;
	overflow:none;
	vertical-align: middle; }
.item_loadmore{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-bottom:1px solid #d8dfea;position:relative;padding:5px 10px;margin:0;background-color:#edeff4;overflow:auto}
.item_loadmore .item_loadmore_text{color:#eee;font-size:12px;float:left;margin:0 10px 0 0;font-weight:bold}
.item_loadmore .item_loadmore_text > img{margin-left:4px;margin-bottom:3px}
.item_section_header{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;position:relative;padding:5px 10px;background-color:#eceff5;font-size:12px;font-weight:bold;color:#eee}
.item_section_header.first{border-top:1px solid #ccc;margin-top:5px}
.item .squareimage{width:50px;height:50px;float:left}
.line{height:1px;margin:0;background-color:#ccc}
.top_border{border-top:1px solid #ccc}
.item .item_intentional,
.item .item_comment{padding-left:60px;word-wrap:break-word}
.item .item_intentional .item_intentional_name,
.item .item_comment .item_comment_name{font-weight:bold}
.item .item_intentional .item_intentional_message,
.item .item_comment .item_comment_message{font-size:12px;line-height:20px;margin:0 0 0 0; padding: 0px; vertical-align: middle; }
.item .item_intentional .item_intentional_attached{margin:0px 0 0px 0}
.item .item_intentional .item_intentional_attached
.item_intentional_attached_image{width:50px;float:left;margin:0 10px 0 0}
.item .item_intentional .item_intentional_attached
.item_intentional_attached_title{font-size:12px;font-weight:bold;margin:0 0 1px 0}
.item .item_intentional .item_intentional_attached
.item_intentional_attached_caption{font-size:12px;font-weight:bold;margin:0 0 5px 0;color:#eee}
.item .item_intentional .item_intentional_attached
.item_intentional_attached_text{font-size:12px;margin:0 0 7px 0;color:#eee}
.item .item_intentional .item_intentional_info,
.item .item_comment .item_comment_info{margin:5px 0 0 0;font-weight:normal;font-size:12px;line-height:14px;color:#eee}
.item .item_intentional .item_intentional_info > img{margin-right:3px;margin-bottom:-2px;height:14px; vertical-align: middle;}
.item .item_likebox{display:block;margin:5px 0 3px 0}
.item .item_likebox .item_likebox_text{padding:5px 7px;font-size:12px;background-color:#none;color:#eee;line-height:20px}
.item .item_likebox .item_likebox_text img{vertical-align:-2px;margin-right:3px}
.item .item_event{padding-left:45px}
.item .item_event .item_event_name{color:#eee;font-weight:bold;font-size:12px;margin:0 0 5px 0}
.item .item_event .item_event_tagline{margin:0 0 10px 0;font-size:12px;font-weight:normal;color:#eee}
.item .item_event .item_event_time{font-size:12px;font-weight:normal;color:#eee;margin:0}
.item .item_event .item_event_rsvp{font-size:12px;font-weight:normal;color:#eee;float:right;text-align:left;margin:0 0 10px 0;width:50px}
.item_event_selected_rsvp{color:#eee;font-weight:bold}
.item_event_rsvp_left{font-size:12px;font-weight:normal;text-align:left;float:left;display:inline;color:#eee;width:50px}
.item .item_request{padding-left:45px}
.item .item_request .item_request_name{font-size:12px;font-weight:bold;margin:0 0 5px 0}
.item .item_request .item_request_message{margin:0 0 10px 0;font-size:12px;font-weight:normal;color:#eee}
.item .item_request .item_request_mutual{font-size:12px;font-weight:normal;color:#eee;margin:0 0 10px 0}
.item .item_info_section{font-size:12px;font-weight:bold;color:#eee;margin:0}
.item .item_info{margin:5px 0}
.item .item_info .item_info_title{font-size:12px;font-weight:bold;color:#eee;margin:0;float:left}
.item .item_info .item_info_description{}
.item .item_recent{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-color:#fff;font-size:12px;line-height:14px;color:#eee;padding-left:45px;margin-bottom:7px}
.item .item_recent img{margin-right:5px;margin-bottom:-3px}
.item .item_recentheader{padding-left:45px;font-size:10px;font-weight:bold;color:#eee;margin-bottom:10px}
.item .item_recent_actions{font-size:10px}
.item .item_recent .item_likebox{display:block;margin:7px 0 3px 0}
.item .item_recent .item_likebox .item_likebox_text{padding:5px 7px;font-size:11px;background-color:#eceff5;color:#eee;line-height:20px}
.item .item_recent .item_likebox .item_likebox_text img{vertical-align:-2px;margin-bottom:0;margin-right:3px}
.item .item_messagesummary{padding-left:45px}
.item .item_messagesummary .item_messagesummary_name{font-size:12px;font-weight:bold;margin:0 0 2px 0}
.item .item_messagesummary .item_messagesummary_snippet{font-size:12px;font-weight:normal;color:#eee;margin:0}
.item .item_messagesummary .item_messagesummary_subject{font-size:12px;font-weight:normal;color:#eee;margin:0 0 10px 0}
.item.unread .item_messagesummary .item_messagesummary_subject{font-weight:bold}
.item .item_messagesummary .item_messagesummary_timestamp{font-size:12px;font-weight:normal;color:#eee;float:right;margin:0 0 10px 10px;width:60px}
.item .item_messagesummary .item_messagesummary_delete_link{color:#eee}
.item.unread{background-color:#eceef4}
.item .item_message{padding-left:45px}
.item .item_message_info{font-size:11px;color:#eee;margin:0 0 7px 0}
.item .item_message_name{font-size:12px;color:#eee;font-weight:bold}
.item .item_message_text{font-size:12px;color:#eee;margin:0}
.item .item_message_attachment{margin:5px 0 0 0;font-size:11px;color:#eee}
.item_message_subject{font-size:12px;font-weight:bold;color:#eee;padding:10px 10px 5px 10px;border-bottom:1px solid #ccc;margin-bottom:1px}
.item.topborder{border-bottom:none;border-top:1px solid #ccc}
.item .item_friend{padding-left:45px}
.item .item_friend_name{font-size:12px;font-weight:bold;color:#eee;margin-bottom:2px}
.item .item_friend_tag{font-size:12px;font-weight:normal;color:#eee}
.item .item_friend_network{font-size:12px;font-weight:normal;color:#eee}
.item .item_friend_phone{font-size:9px;font-weight:normal;color:#eee}
.item .item_friend_phone a{font-size:12px}
.item.feedback{background-color:#eceff5;border-bottom:1px solid #fff}
.item_form_label{font-size:12px;color:#eee;font-weight:bold;margin-bottom:10px}
.item { margin-top: 0px; }
.item p { margin: 0px; padding: 0px; font-size: 14px; }

.item .item_intentional .item_intentional_message { margin: 0px; padding: 0px; font-size: 14px; }

.item u { text-decoration: none; }
.item a { vertical-align: middle; text-decoration: none; }
.item .abbr { text-decoration: none; }
.item .timestamp { text-decoration: none; }
.item .img { vertical-align: middle; }




.MasterPanel, .sent_messages {}



.backlink {
	display:inline-block;
	color:#ffffff !important;
	text-decoration:none;
	font-weight:bold;
	padding:9px 0 0 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	border:none;
	height: auto;
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-shadow:none;
	text-decoration: none;
	-webkit-border-image:none;
	-moz-border-image:none;
	text-align:left !important;
}

.set-sublist {
	list-style-type:disc !important;
	margin-top:-14px;}

.set-sublist li {
	list-style-type:disc !important;
	margin-left:90px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:12px;}

ol li a {
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	color:#000000;
}

#longUrl {
	background-color:#ffffff !important;
	border: solid 1px #a4145b !important;}

.arrow a, .arrow a:hover {
	color:#000000;
	text-decoration:none;}

input[type="checkbox"] {
	border:solid 1px #a4145b;}

input.toolbar {
	font-family:Arial, Helvetica, sans-serif  !important;
	font-size: 16px  !important;
	padding:0px 0px 0px 3px  !important;
	margin:0px  !important;
	font-weight:bold !important;
	color:#FFFFFF !important;
	text-align:left !important;}
 
 .buttonlink {
	display:inline-block;
	padding:5px 20px;
	text-align:center;
	border-radius:8px 8px 8px 8px;
	behavor: url(PIE.htc);
	margin:0px;
	color:#000000;
	text-decoration:none;
    font-weight: bold;}
.buttonlink:hover {
	color:#ffffff !important;
	text-decoration:none;
	text-shadow:none;
	background-color:#a4145b;
    font-weight: bold;}
 
 .set-list {
    color: #000000;
 }
 
  .set-list:hover {
    color: #009999;
 }
 
 .masterul li {
    padding: 3px 0px !important;
 }
 
 .masterul li input[type="text"], .masterul li input[type="password"] {
    margin-bottom: 8px;
    background-color: #ffffff;
    margin-top: 0px;
 }
 
 .masterul li select {
    background-color:#FFFFFF !important;
	border:solid 1px #a4145b;
	font-size:14px !important;
	color:#000000 !important;
    width: 980px !important;
    margin: 0px 0px 5px 0px !important;
    height: 24px;
 }
 
.ui-helper-hidden-accessible {
				position: absolute;
				left: -999em;
			}


span.ui-checkbox, span.ui-checkbox-state-hover {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/themes/sereive/img/check.gif) 0 0px no-repeat;}

span.ui-checkbox-state-checked, span.ui-checkbox-state-checked-hover {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/themes/sereive/img/check.gif) no-repeat;
	background-position: center bottom !important;}

span.ui-checkbox-state-checked-disabled, span.ui-checkbox-state-checked-disabled-hover {
	background-position: center -50px !important;}
span.ui-checkbox-state-disabled, span.ui-checkbox-state-disabled-hover {
	background-position: center -25px !important;}

span.ui-radio, span.ui-radio-state-hover  {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/themes/sereive/img/radio.gif) 0 0px no-repeat;
	user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none !important;}

span.ui-radio-state-checked, span.ui-radio-state-checked-hover {
	background-position: center bottom !important;}


.nopaddins li {
    padding: 2px 0px !important;
}

.nopaddins li input, .nopaddins li select {
    margin-bottom: 15px;
}

.wallselect {
    margin-left: 56px;
    margin-top: 4px;
    width: 923px;
}

.wallmargin {
    margin:15px 0px 0px 56px;
}

.type_file {
	position: absolute;
	height: 23px;
    width: 59px;
    right: 0px;
    top: 103px;
}

#upload {
    position: absolute; /* абсолютное позиционирование, чтобы можно было совместить поле и блок с оформлением */
	top: 0;
	left: 0;
	z-index: 2; /* z-слой должен быть больше, чем у блока с оформлением */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* делаем поле абсолютно прозрачным */
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 59px;
    height: 23px;
    cursor: pointer;
}
.gecko #upload {
    left: -32px;
}

.fonTypeFile { /* блок с оформлением */
	width: 59px; /* размеры картинки для оформления */
	height: 23px;
	background: url(/themes/sereive/img/new/foto.png); /* картинка оформления поля */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; /* z-слой меньше, чем у поля выбора файла */
    cursor: pointer;
}

#sendImage {
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
    margin-right: 65px;
    position: relative;
    top: -34px;
    border: none !important;
}

.gecko #sendImage {
    top: -38px;
}

#upload_area {
    text-align: right;
}
#changePlans {
	max-width:980px;
    min-width: 240px;
    margin: 0px auto;}
     .pplan {
    border-collapse: collapse;
    width: 75%;
    float: left;
 }
 
 .pplan tr th {
    border: solid 2px #bfbfbf;
    background-color: #bfbfbf;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    padding: 7px;
 }
 
 .pplan tr td {
    border: solid 2px #bfbfbf;
    font-size: 12px;
    color: #000000;
    text-align: center;
    padding: 7px;
    vertical-align: top;
    width: 18%;
 }
.pplan tr td strong {
    font-size: 14px;
}
 .pplan tr td.first {
    background-color: #e3e4e4;
    font-weight: bold;
    color: #000000;
    text-align: left;
    width: 28% !important;
 }
 
 .buttonlink {
	display:inline-block !important;
	padding:5px 20px !important;
	text-align:center !important;
	border-radius:8px 8px 8px 8px !important;
	behavor: url(PIE.htc);
	margin:0px;
	color:#000000 !important;
	text-decoration:none !important;
    font-weight: bold !important;}
.buttonlink:hover {
	color:#ffffff !important;
	text-decoration:none !important;
	text-shadow:none !important;
	background-color:#a4145b !important;
    font-weight: bold !important;}
 
 .pdescr {
    width: 23%;
    float: right;
    padding-top: 25px;
    margin-left: 10px;
    font-size: 14px;
 }
 
