*
{
	outline: none;
	/*margin:0;*/
}

html,
body
{
	height: 100%;
	min-height: 100%;
	margin: 0;
    padding: 0;
}

* html #tinychat {
    height: 100%;
}

body
{
	background: #d3f0fc url(../images/bg.png) repeat-x top center; 
	width: 100%;
     background-attachment:fixed;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

a
{
	color: #1a6c96;
	text-decoration: none;
}

a[href]
{
	cursor: pointer;
}

a:hover
{
	color: #062738;
	text-decoration: underline;
}

form { display: inline; margin: 0; padding: 0; }

table
{
	width: 100%;
}

tr,
td
{
	text-align: left;
}

#tinychat
{
	background: transparent url(../images/bg_overlay.jpg) no-repeat top center;
	background-attachment:fixed;
	padding: 0 5px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

#wrapper
{
	text-align: left;
	width: auto;
	/*margin: 0 auto;*/
	position: relative;
	/*min-height: 600px;*/

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	padding-bottom: 56px;

}

#wrapper.frame
{
	padding: 50px;
}

#header
{
	background: rgb(37,90,181);
	background: -moz-linear-gradient(top,  rgba(37,90,181,1) 0%, rgba(17,59,137,1) 5%, rgba(15,51,109,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,90,181,1)), color-stop(5%,rgba(17,59,137,1)), color-stop(100%,rgba(15,51,109,1)));
	background: -webkit-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 5%,rgba(15,51,109,1) 100%);
	background: -o-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 5%,rgba(15,51,109,1) 100%);
	background: -ms-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 5%,rgba(15,51,109,1) 100%);
	background: linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 5%,rgba(15,51,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255ab5', endColorstr='#0f336d',GradientType=0 );

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);

	min-height: 43px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin: 5px 0;
}


#logo
{
	padding-left: 10px;
	padding-top: 5px;
	width: 120px;
}

#logo a img 
{
	width: 120px;
}


#navigation
{
	padding: 5px;
	float: right;
}

#navigation > a
{
	line-height: 35px;
}

#user-menu
{

	background: rgb(70,153,234);
	background: -moz-linear-gradient(top, rgba(70,153,234,1) 0%, rgba(64,142,219,1) 23%, rgba(43,109,174,1) 77%, rgba(36,98,158,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,153,234,1)), color-stop(23%,rgba(64,142,219,1)), color-stop(77%,rgba(43,109,174,1)), color-stop(100%,rgba(36,98,158,1)));
	background: -webkit-linear-gradient(top, rgba(70,153,234,1) 0%,rgba(64,142,219,1) 23%,rgba(43,109,174,1) 77%,rgba(36,98,158,1) 100%);
	background: -o-linear-gradient(top, rgba(70,153,234,1) 0%,rgba(64,142,219,1) 23%,rgba(43,109,174,1) 77%,rgba(36,98,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(70,153,234,1) 0%,rgba(64,142,219,1) 23%,rgba(43,109,174,1) 77%,rgba(36,98,158,1) 100%);
	background: linear-gradient(top, rgba(70,153,234,1) 0%,rgba(64,142,219,1) 23%,rgba(43,109,174,1) 77%,rgba(36,98,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4699ea', endColorstr='#24629e',GradientType=0 );
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #0b2e4f;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px;
	position: relative;
	cursor: pointer;
}

#navigation .button,
#user-menu
{
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}


#user-menu a
{
	color: #fff;
}

#user-menu:hover
{
	background: rgb(36,98,158);
	background: -moz-linear-gradient(top,  rgba(36,98,158,1) 0%, rgba(43,109,174,1) 23%, rgba(64,142,219,1) 77%, rgba(70,153,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,98,158,1)), color-stop(23%,rgba(43,109,174,1)), color-stop(77%,rgba(64,142,219,1)), color-stop(100%,rgba(70,153,234,1)));
	background: -webkit-linear-gradient(top,  rgba(36,98,158,1) 0%,rgba(43,109,174,1) 23%,rgba(64,142,219,1) 77%,rgba(70,153,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(36,98,158,1) 0%,rgba(43,109,174,1) 23%,rgba(64,142,219,1) 77%,rgba(70,153,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,98,158,1) 0%,rgba(43,109,174,1) 23%,rgba(64,142,219,1) 77%,rgba(70,153,234,1) 100%);
	background: linear-gradient(top,  rgba(36,98,158,1) 0%,rgba(43,109,174,1) 23%,rgba(64,142,219,1) 77%,rgba(70,153,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24629e', endColorstr='#4699ea',GradientType=0 );
}


#user-menu .username
{
	padding-right: 20px;
	background: url(../images/user_menu_arrow.png) no-repeat center right;
	color: #0f336d;
	font-weight: bold;
}


#user-menu .username a
{
	text-decoration: none;
}

#badge #avatar img
{
	width: 20px;
	height: 18px;
	margin-right: 5px;
}

#badge .notifications
{
	background: #e90000;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	height:10px;
	line-height: 10px;
	z-index: 101;
	position: absolute;
	right: -5px;
	top: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

#user-links,
#badge .name,
#badge .email,
#user-logout
{
	display: none;
}

#user-menu.active,
#user-menu:active
{
	background: #fff;
	text-shadow: 0px 1px 1px #fff;
	color: #222;
}

#user-menu.active a,
#user-menu:active a
{
	color: inherit;
}

#user-menu #user-info
{
	line-height: 120%;
	display: none;
	position: absolute;
	right: 0;
	z-index: 300;
	padding: 10px;
	width: 300px;
	background: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.6);
	box-shadow: 0 3px 4px rgba(0,0,0,.6);
}

#user-info .name
{
	font-size: 15px;
	color: #222;
}

#user-info .email
{
	font-size: 10px;
	color: #888;
}

#user-info-data
{
	width: 180px;
	overflow: hidden;
}

#user-menu #user-info .avatar
{
	vertical-align: top;
}

#user-menu #user-info .avatar img
{
	height: 100px;
	width: 100px;
	margin-right: 10px;
}

#user-menu.active #user-links,
#user-menu.active #badge .name,
#user-menu.active #badge .email,
#user-menu.active #user-logout,
#user-menu.active #user-info,
#user-menu:active #user-links,
#user-menu:active #badge .name,
#user-menu:active #badge .email,
#user-menu:active #user-logout,
#user-menu:active #user-info
{
	display: block;
}


#user-menu.active #user-logout,
#user-menu:active #user-logout
{
	background: #eee;
	padding: 5px;
	color: #b90c0c;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#user-logout a
{
	color: inherit;
}

#user-links
{
	margin: 0;
	padding: 5px 0;
	padding-bottom: 15px;
	list-style-type: none;
	line-height: 150%;
}

#user-links li
{
	margin: 0;
	width: 59%;
	text-align: center;
}

#userlinks
{
	float: right;
	line-height: 44px;
	vertical-align: middle;
	width: 600px;
	padding-right: 5px;
	color: #fff;
}

#userlinks .button
{
	font-size: 11px;
	padding: 7px 12px;
	text-decoration: none;
}

#userlinks .button.blue
{
}


.logged_in#userMenu {
	text-align: right;
}

#user_button,
#userlinks #user_button
{
	padding-left: 5px; 
	text-align: left;
}

#user_button img
{
	border: 1px solid #0a4ca1;
}


.btn-group
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.btn-group .button,
.btn-group .btn
{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.btn-group .dropdown-menu
{
	display: none;
	width: 120px;
}

.btn-group.active .dropdown-menu
{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	margin: 0;
	margin-top: 2px;
	list-style-type: none;
	padding: 0;
}

.btn-group.active .dropdown-menu li
{
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
}


.btn-group .dropdown-menu li:last-child
{
	border: 0;
}



#container
{
	clear: both;
}


#footer
{
	border: 1px solid #c0d1e1;
	background: #fff;
	padding: 15px;
	/*margin-top: 25px;
	margin-bottom: 30px;*/
	margin-top:-56px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer .left
{
	font-weight: bold;
}

#footer .right a,
#website a
{
	margin-left: 10px;
	color: #fb8b00;
}

#footer .right a:hover,
#website a:hover
{
	color: #9f5800;
}

#language_selector
{
	width: 600px;
	font-size: 11px;
	padding-top: 2px;
	float: left;
}

#share_tinychat
{
	width: 200px;
	margin-left: 20px;
	float: right;
}

#language_selector a 
{
	color: #4e4e4e;
	margin-right: 5px;
}

#userStatus
{
	color: #fff;
	padding-bottom: 5px;
	text-align: right;
}

#userMenu .nounderline
{
	color: #fff !important;
}

#userMenu.logged_in #menuButton
{
	float: right;
}

#user_button.active
{
	background: #fff;
	color: #606060;
	text-shadow: none;
}

#userDropdown
{
    z-index: 444;
	position: absolute;
	width: 130px;
	height: 170px;
	right: 6px;
	text-align: left;
	display: none;
}

#userOptions
{
	background: #fff;
	border: 1px solid #153c63;
	border-top: 0;
	-webkit-box-shadow: 1px 3px 2px #153c63;
	-moz-box-shadow: 1px 3x 2px #153c63;
	box-shadow: 1px 3px 2px #153c63;
	-webkit-box-shadow: 1px 3px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 1px 3px 2px rgba(0,0,0,.6);
	box-shadow: 1px 3px 2px rgba(0,0,0,.6);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position:relative;
	top: -10px;
	z-index: 555;
	line-height: 150%;
}

#userOptions ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#userOptions li
{
	vertical-align: middle;
	margin: 0;
}


#userOptions li a
{
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #606060;
	text-decoration: none;
}

#userOptions li:hover
{
	background: #f4f4f4;
}

#userOptions li:last-child:hover
{

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#userOptions li:hover a,
#userOptions li:hover a:hover
{
	text-decoration: none;
	color: #444;
}

#menuButton
{
	z-index: 99;
	position: relative;
	cursor: pointer;
	margin-right: 4px;
}

#userOptions li:last-child a
{
	border: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.block
{
	background: #fff;
	border: 1px solid #c0d1e1;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px;
}


.center
{
	text-align: center;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
	
	line-height: 150%;
}


ul li
{
	margin-bottom: 5px;
}

ul li
{
	padding: 0;
}

table
{
	width: 100%;
}

tr,
td
{
	padding: 0;
}


input[type=text],
input[type=password],
textarea,
select
{
	background: #fff;
	border: 1px solid #c2c2c2;
	color: #999;
	padding: 6px 8px;
	font: 13px "Lucida Grande", Tahoma, Arial, Verdana;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0px 1px 1px #d9d9d9;
	-moz-box-shadow: inset 0px 1px 1px #d9d9d9;
	box-shadow: inset 0px 1px 1px #d9d9d9;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
	color: #444;
}

select
{
	padding: 1px;
}


input:focus,
textarea:focus,
select:focus
{
	background: #fff;
	border: 1px solid #aaa;
	color: #222;
}


.hide
{
	display: none;
}

select
{
	padding: 1px;
}


input:focus,
textarea:focus,
select:focus
{
	background: #fff;
	border: 1px solid #aaa;
	color: #222;
}


.button,
button,
input[type=submit],
input[type=button]
{
	background: rgb(254,254,254);
	background: url(../images/ui_button.png);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(248,248,248,1) 25%, rgba(239,239,239,1) 46%, rgba(235,235,235,1) 50%, rgba(232,232,233,1) 63%, rgba(229,229,229,1) 67%, rgba(222,222,222,1) 88%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(8%,rgba(254,254,254,1)), color-stop(25%,rgba(248,248,248,1)), color-stop(46%,rgba(239,239,239,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(63%,rgba(232,232,233,1)), color-stop(67%,rgba(229,229,229,1)), color-stop(88%,rgba(222,222,222,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(254,254,254,1) 8%,rgba(248,248,248,1) 25%,rgba(239,239,239,1) 46%,rgba(235,235,235,1) 50%,rgba(232,232,233,1) 63%,rgba(229,229,229,1) 67%,rgba(222,222,222,1) 88%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(254,254,254,1) 8%,rgba(248,248,248,1) 25%,rgba(239,239,239,1) 46%,rgba(235,235,235,1) 50%,rgba(232,232,233,1) 63%,rgba(229,229,229,1) 67%,rgba(222,222,222,1) 88%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(254,254,254,1) 8%,rgba(248,248,248,1) 25%,rgba(239,239,239,1) 46%,rgba(235,235,235,1) 50%,rgba(232,232,233,1) 63%,rgba(229,229,229,1) 67%,rgba(222,222,222,1) 88%,rgba(221,221,221,1) 100%);
	background: linear-gradient(top, rgba(254,254,254,1) 0%,rgba(254,254,254,1) 8%,rgba(248,248,248,1) 25%,rgba(239,239,239,1) 46%,rgba(235,235,235,1) 50%,rgba(232,232,233,1) 63%,rgba(229,229,229,1) 67%,rgba(222,222,222,1) 88%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 );
	border: 1px solid #ddd;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 6px 10px;
	color: #333333;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #fff;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-shadow:inset 0 0 1px #fff;
	-moz-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
}


input.success,
select.success
{
	color: green;
}

input.error,
select.error
{
	color: red;
}

a.button
{
	text-decoration: none;
}


.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button.hover
{
	background: rgb(232,232,233);
	background: -moz-linear-gradient(top, rgba(232,232,233,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,233,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(232,232,233,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(232,232,233,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,232,233,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(top, rgba(232,232,233,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e9', endColorstr='#cccccc',GradientType=0 );
	color: #444;
	color: #222;
}


.button:active,
button:active,
input[type=submit]:active,
input[type=button]:active
{
	background: rgb(221,221,221);
	background: url(../images/ui_button_active.png);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(222,222,222,1) 13%, rgba(229,229,229,1) 33%, rgba(232,232,233,1) 38%, rgba(235,235,235,1) 50%, rgba(239,239,239,1) 54%, rgba(248,248,248,1) 75%, rgba(254,254,254,1) 92%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(13%,rgba(222,222,222,1)), color-stop(33%,rgba(229,229,229,1)), color-stop(38%,rgba(232,232,233,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(75%,rgba(248,248,248,1)), color-stop(92%,rgba(254,254,254,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(222,222,222,1) 13%,rgba(229,229,229,1) 33%,rgba(232,232,233,1) 38%,rgba(235,235,235,1) 50%,rgba(239,239,239,1) 54%,rgba(248,248,248,1) 75%,rgba(254,254,254,1) 92%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(222,222,222,1) 13%,rgba(229,229,229,1) 33%,rgba(232,232,233,1) 38%,rgba(235,235,235,1) 50%,rgba(239,239,239,1) 54%,rgba(248,248,248,1) 75%,rgba(254,254,254,1) 92%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(222,222,222,1) 13%,rgba(229,229,229,1) 33%,rgba(232,232,233,1) 38%,rgba(235,235,235,1) 50%,rgba(239,239,239,1) 54%,rgba(248,248,248,1) 75%,rgba(254,254,254,1) 92%,rgba(254,254,254,1) 100%);
	background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(222,222,222,1) 13%,rgba(229,229,229,1) 33%,rgba(232,232,233,1) 38%,rgba(235,235,235,1) 50%,rgba(239,239,239,1) 54%,rgba(248,248,248,1) 75%,rgba(254,254,254,1) 92%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 );
}

.button.blue,
button.blue,
input[type=button].blue,
input[type=submit].blue
{
	background: #4699ea;
	background: -moz-linear-gradient(top,  #4699ea 0%, #2b6dae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4699ea), color-stop(100%,#2b6dae));
	background: -webkit-linear-gradient(top,  #4699ea 0%,#2b6dae 100%);
	background: -o-linear-gradient(top,  #4699ea 0%,#2b6dae 100%);
	background: -ms-linear-gradient(top,  #4699ea 0%,#2b6dae 100%);
	background: linear-gradient(to bottom,  #4699ea 0%,#2b6dae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4699ea', endColorstr='#2b6dae',GradientType=0 );
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.button.blue:hover,
* .button.blue:hover,
* input[type=button].blue:hover,
* input[type=submit].blue:hover
{
	background: #4699ea;
	background: -moz-linear-gradient(top,  #4699ea 0%, #0d60ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4699ea), color-stop(100%,#0d60ad));
	background: -webkit-linear-gradient(top,  #4699ea 0%,#0d60ad 100%);
	background: -o-linear-gradient(top,  #4699ea 0%,#0d60ad 100%);
	background: -ms-linear-gradient(top,  #4699ea 0%,#0d60ad 100%);
	background: linear-gradient(to bottom,  #4699ea 0%,#0d60ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4699ea', endColorstr='#0d60ad',GradientType=0 );

}

.button.blue:active,
button.blue:active,
input[type=button].blue:active,
input[type=submit].blue:active
{
	background: #0d60ad;
	background: -moz-linear-gradient(top,  #0d60ad 0%, #4699ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d60ad), color-stop(100%,#4699ea));
	background: -webkit-linear-gradient(top,  #0d60ad 0%,#4699ea 100%);
	background: -o-linear-gradient(top,  #0d60ad 0%,#4699ea 100%);
	background: -ms-linear-gradient(top,  #0d60ad 0%,#4699ea 100%);
	background: linear-gradient(to bottom,  #0d60ad 0%,#4699ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d60ad', endColorstr='#4699ea',GradientType=0 );

}

.button.green,
button.green,
input[type=button].green,
input[type=submit].green
{
	background: #afe118;
	background: -moz-linear-gradient(top,  #afe118 0%, #86bc21 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe118), color-stop(100%,#86bc21));
	background: -webkit-linear-gradient(top,  #afe118 0%,#86bc21 100%);
	background: -o-linear-gradient(top,  #afe118 0%,#86bc21 100%);
	background: -ms-linear-gradient(top,  #afe118 0%,#86bc21 100%);
	background: linear-gradient(to bottom,  #afe118 0%,#86bc21 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe118', endColorstr='#86bc21',GradientType=0 );
	color: #fff !important;
	border: 1px solid #45511e;
	text-shadow: 0 1px 1px rgba(0,0,0,0.9);
}

.button.green:hover,
button.green:hover,
input[type=button].green:hover,
input[type=submit].green:hover
{
	background: #8bd600;
	background: -moz-linear-gradient(top,  #8bd600 0%, #69b500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bd600), color-stop(100%,#69b500));
	background: -webkit-linear-gradient(top,  #8bd600 0%,#69b500 100%);
	background: -o-linear-gradient(top,  #8bd600 0%,#69b500 100%);
	background: -ms-linear-gradient(top,  #8bd600 0%,#69b500 100%);
	background: linear-gradient(to bottom,  #8bd600 0%,#69b500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd600', endColorstr='#69b500',GradientType=0 );

}

.button.green:active,
* .button.green:active,
* .button.green.active,
* input[type=button].green:active,
* input[type=button].green.active,
* input[type=submit].green:active,
* input[type=submit].green.active
{
	background: rgb(124,191,0);
	background: -moz-linear-gradient(top,  rgba(124,191,0,1) 0%, rgba(175,225,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,191,0,1)), color-stop(100%,rgba(175,225,24,1)));
	background: -webkit-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbf00', endColorstr='#afe118',GradientType=0 );
}



.button.orange,
button.orange,
input[type=button].orange,
input[type=submit].orange
{
	background: rgb(225,169,0);
	background: -moz-linear-gradient(top, rgba(225,169,0,1) 0%, rgba(222,153,0,1) 29%, rgba(220,120,0,1) 74%, rgba(217,107,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,169,0,1)), color-stop(29%,rgba(222,153,0,1)), color-stop(74%,rgba(220,120,0,1)), color-stop(100%,rgba(217,107,0,1)));
	background: -webkit-linear-gradient(top, rgba(225,169,0,1) 0%,rgba(222,153,0,1) 29%,rgba(220,120,0,1) 74%,rgba(217,107,0,1) 100%);
	background: -o-linear-gradient(top, rgba(225,169,0,1) 0%,rgba(222,153,0,1) 29%,rgba(220,120,0,1) 74%,rgba(217,107,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,169,0,1) 0%,rgba(222,153,0,1) 29%,rgba(220,120,0,1) 74%,rgba(217,107,0,1) 100%);
	background: linear-gradient(top, rgba(225,169,0,1) 0%,rgba(222,153,0,1) 29%,rgba(220,120,0,1) 74%,rgba(217,107,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a900', endColorstr='#d96b00',GradientType=0 );
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.button.orange:hover,
button.orange:hover,
input[type=button].orange:hover,
input[type=submit].orange:hover
{
	background: rgb(243,190,21);
	background: -moz-linear-gradient(top, rgba(243,190,21,1) 0%, rgba(242,185,8,1) 3%, rgba(241,173,8,1) 25%, rgba(237,136,7,1) 72%, rgba(235,119,6,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,190,21,1)), color-stop(3%,rgba(242,185,8,1)), color-stop(25%,rgba(241,173,8,1)), color-stop(72%,rgba(237,136,7,1)), color-stop(100%,rgba(235,119,6,1)));
	background: -webkit-linear-gradient(top, rgba(243,190,21,1) 0%,rgba(242,185,8,1) 3%,rgba(241,173,8,1) 25%,rgba(237,136,7,1) 72%,rgba(235,119,6,1) 100%);
	background: -o-linear-gradient(top, rgba(243,190,21,1) 0%,rgba(242,185,8,1) 3%,rgba(241,173,8,1) 25%,rgba(237,136,7,1) 72%,rgba(235,119,6,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,190,21,1) 0%,rgba(242,185,8,1) 3%,rgba(241,173,8,1) 25%,rgba(237,136,7,1) 72%,rgba(235,119,6,1) 100%);
	background: linear-gradient(top, rgba(243,190,21,1) 0%,rgba(242,185,8,1) 3%,rgba(241,173,8,1) 25%,rgba(237,136,7,1) 72%,rgba(235,119,6,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be15', endColorstr='#eb7706',GradientType=0 );
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #492a0b;
}

.button.orange:active,
button.orange:active,
input[type=button].orange:active,
input[type=submit].orange:active
{
	background: rgb(211,107,7);
	background: -moz-linear-gradient(top, rgba(211,107,7,1) 0%, rgba(226,121,20,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,107,7,1)), color-stop(100%,rgba(226,121,20,1)));
	background: -webkit-linear-gradient(top, rgba(211,107,7,1) 0%,rgba(226,121,20,1) 100%);
	background: -o-linear-gradient(top, rgba(211,107,7,1) 0%,rgba(226,121,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,107,7,1) 0%,rgba(226,121,20,1) 100%);
	background: linear-gradient(top, rgba(211,107,7,1) 0%,rgba(226,121,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36b07', endColorstr='#e27914',GradientType=0 );
}

.button.purple,
button.purple,
input[type=button].purple,
input[type=submit].purple
{
	background: #7346ea;
	background: -moz-linear-gradient(top,  #7346ea 0%, #5d31d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7346ea), color-stop(100%,#5d31d6));
	background: -webkit-linear-gradient(top,  #7346ea 0%,#5d31d6 100%);
	background: -o-linear-gradient(top,  #7346ea 0%,#5d31d6 100%);
	background: -ms-linear-gradient(top,  #7346ea 0%,#5d31d6 100%);
	background: linear-gradient(to bottom,  #7346ea 0%,#5d31d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7346ea', endColorstr='#5d31d6',GradientType=0 );
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.button.purple:hover,
button.purple:hover,
input[type=button].purple:hover,
input[type=submit].purple:hover
{
	background: #7346ea;
	background: -moz-linear-gradient(top,  #7346ea 0%, #4c1bd3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7346ea), color-stop(100%,#4c1bd3));
	background: -webkit-linear-gradient(top,  #7346ea 0%,#4c1bd3 100%);
	background: -o-linear-gradient(top,  #7346ea 0%,#4c1bd3 100%);
	background: -ms-linear-gradient(top,  #7346ea 0%,#4c1bd3 100%);
	background: linear-gradient(to bottom,  #7346ea 0%,#4c1bd3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7346ea', endColorstr='#4c1bd3',GradientType=0 );

}

.button.purple:active,
.button.purple:active,
input[type=button].purple:active,
input[type=submit].purple:active
{
	background: #4c1bd3;
	background: -moz-linear-gradient(top,  #4c1bd3 0%, #7346ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c1bd3), color-stop(100%,#7346ea));
	background: -webkit-linear-gradient(top,  #4c1bd3 0%,#7346ea 100%);
	background: -o-linear-gradient(top,  #4c1bd3 0%,#7346ea 100%);
	background: -ms-linear-gradient(top,  #4c1bd3 0%,#7346ea 100%);
	background: linear-gradient(to bottom,  #4c1bd3 0%,#7346ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1bd3', endColorstr='#7346ea',GradientType=0 );

}


.button.red,
button.red,
input[type=button].red,
input[type=submit].red
{
	background: #f21010;
	background: -moz-linear-gradient(top,  #f21010 0%, #ce1212 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f21010), color-stop(100%,#ce1212));
	background: -webkit-linear-gradient(top,  #f21010 0%,#ce1212 100%);
	background: -o-linear-gradient(top,  #f21010 0%,#ce1212 100%);
	background: -ms-linear-gradient(top,  #f21010 0%,#ce1212 100%);
	background: linear-gradient(to bottom,  #f21010 0%,#ce1212 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21010', endColorstr='#ce1212',GradientType=0 );
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.button.red:hover,
button.red:hover,
input[type=button].red:hover,
input[type=submit].red:hover
{
	background: #cd0b0b;
	background: -moz-linear-gradient(top,  #cd0b0b 0%, #ad0f0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0b0b), color-stop(100%,#ad0f0f));
	background: -webkit-linear-gradient(top,  #cd0b0b 0%,#ad0f0f 100%);
	background: -o-linear-gradient(top,  #cd0b0b 0%,#ad0f0f 100%);
	background: -ms-linear-gradient(top,  #cd0b0b 0%,#ad0f0f 100%);
	background: linear-gradient(to bottom,  #cd0b0b 0%,#ad0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0b0b', endColorstr='#ad0f0f',GradientType=0 );

}

.button.red:active,
.button.red:active,
input[type=button].red:active,
input[type=submit].red:active
{
	background: #ad0f0f;
	background: -moz-linear-gradient(top,  #ad0f0f 0%, #cd0b0b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad0f0f), color-stop(100%,#cd0b0b));
	background: -webkit-linear-gradient(top,  #ad0f0f 0%,#cd0b0b 100%);
	background: -o-linear-gradient(top,  #ad0f0f 0%,#cd0b0b 100%);
	background: -ms-linear-gradient(top,  #ad0f0f 0%,#cd0b0b 100%);
	background: linear-gradient(to bottom,  #ad0f0f 0%,#cd0b0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0f0f', endColorstr='#cd0b0b',GradientType=0 );

}

button.long,
a.button.long
{
	margin-top: 5px;
	background: #fff;
	color: #777;
	border: 1px solid #d9d9d9;
	padding: 8px;
	width: inherit;
}

button.long:hover,
a.button.long:hover
{
	border: 1px solid #aaa;
	background: #d2eff9;
	color: #444;
}


button.long:active,
a.button.long:active
{
	border: 1px solid #888;
	background: #e8f7fc;
	color: #555;
}

button.long[disabled],
button.long[disabled=disabled],
button.long.disabled,
a.button.long.disabled,
button.long[disabled]:hover,
button.long[disabled=disabled]:hover,
button.long.disabled:hover,
a.button.long.disabled:hover
{
	background: #f1f1f1;
	cursor: default;
	border: 1px solid #d9d9d9;
	color: #a1a1a1;
}


ul,
ol
{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}



.ui_menu_container
{
	position: relative;
	width: inherit;
	min-height: 25px;

}

.ui-slate
{
	background: #d6e2f4;
}

.ui_menu,
.ui_dropdown
{
	background: #eaeaea url(../images/ui_menu.png) repeat-x top center;
	-webkit-box-shadow:inset 0 0 1px #fff;
	-moz-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
	border: 1px solid #c7c7c7;
	text-shadow: 0px 1px 1px #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	list-style-type: none;
	cursor: pointer;
	width: inherit;
	position: absolute;
}


.ui_menu:hover,
.ui_dropdown:hover
{
	background: #ececec url(../images/ui_menu_hover.png) repeat-x top center;
	border: 1px solid #cdcdcd;
}


.ui_menu_container.selected .ui_menu,
.ui_menu_container.selected .ui_dropdown
{
	background: #fff;
	-webkit-box-shadow: 1px 2px 1px #aaa;
	-moz-box-shadow: 1px 2px 1px #aaa;
	box-shadow: 1px 2px 1px #aaa;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,.3);
	box-shadow: 1px 2 px 1px rgba(0,0,0,.3);
}


.ui_menu_container.selected .ui_menu > div,
.ui_menu_container.selected .ui_dropdown > div,
.ui_menu_container.selected .ui_menu > div a,
.ui_menu_container.selected .ui_dropdown > div a,
.ui_menu_container .ui_menu > div.first,
.ui_menu_container .ui_dropdown > div.first,
.ui_menu_container .ui_menu > div.first a,
.ui_menu_container .ui_dropdown > div.first a
{
	color: #666;
}


.ui_menu > div,
.ui_dropdown > div
{
	display: none;
	font-size: 12px;
	padding: 4px 8px;
	color: #494949;
}

.ui_menu > div.first,
.ui_dropdown > div.first
{
	background: transparent url(../images/ui_menu_arrow.png) no-repeat 95% center;
	display: block;
	padding-right: 15px;
}

.ui_menu_container.selected .ui_menu > div,
.ui_menu_container.selected .ui_dropdown > div
{
	display: block;
}


.ui_menu_container.selected .ui_menu > div.option,
.ui_menu_container.selected .ui_dropdown > div.option,
.ui_menu_container.selected .ui_menu > div.last,
.ui_menu_container.selected .ui_dropdown > div.last
{
	border-top: 1px solid #e5e5e5;
}


.ui_menu > div a,
.ui_dropdown > div a
{
	text-decoration: none;
}

img,
input,
textarea,
select
{
	vertical-align: middle;
}

img,
a img
{
	border: 0;
}

.title
{
	font-size: 18px;
	color: #0f3f7e;
}


#js_o_popup
{
	background: #0F3A70;
	color: #222;
	box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0 0 5px #222;
	padding: 5px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	display: none;
	z-index: 10;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#js_o_popup .block
{
	margin: 0;
}

.hovercard_name
{
	font-size: 12px;
	font-weight: bold;
}

.hovercard_top
{

}

.hovercard_info
{
	float: left;
	width: 220px;
}

.hovercard_name a
{
	color: #e1770a;
	text-decoration: none;
}

.hovercard_avatar
{
	float: left;
	width: 60px;
}


.hovercard_avatar img
{
	border: 1px solid #ddd;
	padding: 1px;
	width: 45px;
	height: 45px;
}

.hovercard_room
{
	overflow-x: hidden;
}

.hovercard_pics
{
}

.hovercard_stats
{
	font-size: 11px;
	color: #777;
}

.hovercard_pics img
{
	margin-top: 5px;
	padding: 1px;
	border: 1px solid #ddd;
}

.themePicker
{
	float: left;
	width: 150px;
	height: 80px;
	margin: 0 35px;
	border: 1px solid #ccc;
	padding: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}

.themePicker a
{
	width: 150px;
	height: 80px;
	overflow: hidden;
	display: block;
}

.themeActive { border: 3px solid #fb6d04; }

#embed_maker
{

}

#embed_maker_options
{
	background: #e9f1f5;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
}

#embed_maker_options .title
{
	text-transform: none;
	font-size: 13px;
}

.embed_maker_option input,
#embed_maker_code textarea
{
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 5px;
	font-size: 15px;
	width: 98%
}

.embed_maker_option input:focus,
#embed_maker_code textarea:focus
{
	border: 1px solid #bbb;
}


.embed_color_block
{
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 1px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

.embed_color_block.active
{
	border: 1px solid #f5940a;
}

.embed_color_block.active,
.embed_color_block:hover
{
	opacity: 1;
	filter:alpha(opacity=1);
}

.embed_color_block div
{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#embed_qtip
{
	display: none;
}

.person_block.left
{
	width:195px;
	height: 55px;
	float: left;
	margin-bottom: 20px;
	margin-left: 30px;
	overflow: hidden;
}

.person_block .person_avatar
{
	float: left;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
}

.person_block .person_details
{
	float: left;
	overflow: hidden;
	width: 135px;
	font-size: 12px;
}

.person_name
{
	font-weight: bold;
}

.person_block a 
{
	text-decoration: none;
}

.follow_via,
.follow_via a
{
	font-size: 10px;
	color: #999;
}

#visitor_popup
{
	background: #fff url(../images/visitor_popup.gif) no-repeat center center;
	width: 494px;
	height: 144px;
	position: fixed;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;

	font-size: 14px;
	text-align: left;
	border: 10px solid #1a91b6;
}

#visitor_popup > a
{
	position: relative;
	right: 0;
	float: right;
}

#visitor_popup span
{
	color: #2dabd2;
}

#visitor_popup div
{
	padding-left: 32px;
	padding-top: 85px;
	padding-right: 250px;
	cursor: pointer;
}

#preloader
{
	color: #fff;
	padding-top: 25px;
	font-size: 12px;
}

.popup_message
{
	position: fixed;
	top: 50%;
	z-index: 99;
	left: 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid #1a91b6;
	background: #fff;
	padding: 10px 20px;
	width: 400px;

}

.vcard
{
	padding: 10px;
	border-top: 1px solid #eee;
}

.vcard_pics img
{
	margin: 1px;
}

.vcard_avatar
{
	width: 60px;
	padding-top: 10px;
	float: left;
}

.vcard_details
{
	width: 410px;
	float: left;
}

.vcard_button
{
	width: 80px;
	float: right;
	text-align: right;
}

.vcard_name
{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}


.vcard_name a
{
	color: #000;
	text-decoration: none;
}

.vcard_pics
{
	margin: 5px 0;
	float: left;
	width: 330px;
}

.vcard_stats,
.vcard_location
{
	font-size: 11px;
	color: #666;
}

.blip_live
{
	font-size: 12px;
	text-transform: uppercase;
	background: #63af1d url(../images/blip_live.png) repeat-x top center;
	color: #fff;
	text-shadow: 0 0 2px #3c6404;
	padding: 2px 5px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sign_up,
#login
{
	position: fixed;
	background: #327dc5;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 60;
	width: 605px;
	text-align: left;
}

#sign_up .close,
#login .close
{
	position: absolute;
	right: -5px;
	top: -5px;
}

#sign_up .body,
#login .body
{
	background: #edf4fa;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#signup_form,
#login_form
{
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 15px 20px;
	width: 260px;
	float: left;
	min-height: 325px;
}

#signup_form .title,
#login_form .title
{
	font-size: 17px;
	color: #225e9a;
	margin-bottom: 10px;
}

#login_form .title
{
	margin-bottom: 35px;
}

#signup_options,
#login_options
{
	text-align: center;
	padding: 10px;
	float: right;
	width: 250px;
	color: #3f3f3f;
	font-weight: bold;
	line-height: 300%;
}

#signup_options
{
	width: 300px;
	padding: 0;
	background: #fff;
	height: 320px;
}


#login_options
{
	padding-top: 15px;
}

#signup_options .button,
#login_options .button
{
	font-size: 14px;
	padding: 8px 15px;
}

.signup_field,
.login_field
{
	margin-bottom: 10px;
}

.signup_field input,
.login_field input
{
	width: 240px;
}

#exclaimMe
{
	font-size: 10px;
	color: #5e5e5e;
}

#signup_submit,
#login_submit
{
	border-top: 1px solid #ddd;
	padding-top: 8px;
	margin-top: 10px;
	line-height: 25px;
	vertical-align: middle;
}

#login_submit
{
	margin-top: 20px;
}

#signup_submit .button
{
	border-color: #81a01b;
}

#signup_submit .button,
#login_submit .button
{
	font-size: 15px;
	padding: 6px 15px;
}


#live_now_slider
{
	background: #fff;
	border: 1px solid #cadbe2;
	margin-top: 5px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 5px;
}

#live_now_slider .hovercard_room
{
	display: none;
}


#container,
.clear
{
	clear: both;
}

#footer_bottom .left,.person_name
{
	font-weight: 700;
}

#usermenu.logged_in #menubutton,.right,.list_user_row > .action
{
	float: right;
}


.hide,#embed_qtip,#live_now_slider .hovercard_room
{
	display: none;
}

a.button,.ui_menu > div a,.ui_dropdown > div a,.person_block a
{
	text-decoration: none;
}

.loading_bit
{
	text-align: center;
	padding: 10px;
	margin: 5px;	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.loading_bit img
{
	background: #f2f9fc;
	padding: 3px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bit_missing 
{
	margin: 5px;	
}

.user
{
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
	position: relative;
}

#logo,
#navigation,
#user-menu,
#badge #avatar,
#badge .notifications,
#user-menu .avatar,
#badge .username,
#user-info-data,
.user .avatar,
.user .info,
.user .user_count,
.user .join,
.user .tags li,
#tag_list li,
.badge,
.message-compose .message-recepients,
.message-compose .message-content,
#message-center .message .avatar,
#message-center .message .content,
#message-center ul li,
#navigation > a,
#coins-purchase #order-details,
#coins-purchase #order-continue,
.tc-ui #package-list li,
#order-progress-bar li,
#coins-purchase #payment-methods li,
.billing-field,
#existing-card-list li,
#user-links li,
.good,
#your-cart .good .name,
#your-cart .good .value,
#your-cart .good .image,
.inline,
#people .user
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.user .user_count img
{
	margin-top: -3px;
}

.user .follow
{
	float: right;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.user .info
{
	line-height: 150%;
}

.user .avatar
{
	margin-right: 5px;
}

.user .avatar img
{
	width: 30px;
	height: 30px;
}

.user .tags
{
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

.user .tags,
#tag_list
{
	overflow: hidden;
	white-space: nowrap;
}

.user .tags li,
#tag_list li
{
	background: #eee;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
	margin: 0;
	margin-bottom: 2px;
	padding: 1px 3px;
	margin-right: 2px;
	font-weight: bold;
}

.user .stats
{
	color: #777;
	font-size: 11px;
}

.user:after
{
	clear: both;
}

.user .user_count
{
	background: url(../images/icon_user_count.png) no-repeat center left;
	padding-left: 11px;
	vertical-align: top;
	right: 10px;
	top: 15px;
	position: absolute;
	color: #444;
	font-size: 11px;
	font-weight: bold;
}


.user .join
{
	vertical-align: bottom;
	right: 10px;
	bottom: 15px;
	position: absolute;
}

.list_user_row .avatar img
{
	width: 45px;
	height: 45px;
}

.list_user_row > .action
{
	display: none;
	padding-top: 5px;
}

.list_user_row:hover > .action
{
	display: block;
}



.timeline .entry .avatar,
.timeline .entry .status,
.timeline .entry .private_label,
.timeline .entry .delete
{
	display: -moz-inline-stack;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}



.timeline
{
	background: #fff;
}



.timeline .entry
{
	padding: 10px 5px;
	text-shadow: 0 1px 1px #fff;
	position: relative;
	z-index: 2;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

.timeline .entry.highlight,
.timeline .entry.highlight:hover
{
	background: #feffea;
}


.timeline .entry.highlight:hover
{
	border-bottom: 1px solid #d6d88f;
	box-shadow: 0 0 5px #d6d88f;
	-moz-box-shadow: 0 0 5px #d6d88f;
	-webkit-box-shadow: 0 0 5px #d6d88f;
}

.timeline .entry.author,
.timeline .entry.author:hover
{
	background: #f4fcff;
}

.timeline .entry.author:hover
{
	border-bottom: 1px solid #d7e9ef;
	background: #f4fcff;
	box-shadow: 0 0 5px #a9ccd8;
	-moz-box-shadow: 0 0 5px #a9ccd8;
	-webkit-box-shadow: 0 0 5px #a9ccd8;
}


.timeline .entry .avatar img
{
	background: #fff;
	padding: 1px;
	border: 1px solid #eee;
	width: 50px;
	height: 40px;
	margin-right: 5px;
}

.timeline .entry .status
{
	line-height: 150%;
	overflow: hidden;
	width: 270px;
}

.timeline .entry .name,
.timeline .entry .name a
{
	color: #222;
	font-size: 14px;
}

.timeline .entry .date
{
	font-size: 11px;
	color: #777;
}

.timeline .entry .delete
{
	display: none;
	position: absolute;
	width: 27px;
	right: 0;
	top: 5px;
	
}

.timeline .entry .delete a
{
	background: url(../images/icon_close.png) no-repeat center center;
	color: transparent;
	width: 9px;
	text-shadow: none; 
	height: 9px;
}

.timeline .entry:hover
{
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	z-index: 7;
}

.timeline .entry:hover .delete
{
	display: -moz-inline-stack;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.timeline .entry .delete a
{
	border: 1px solid transparent;
	border-top: 0;
	text-decoration: none;
	padding: 5px;
}

.timeline .entry .delete:hover a
{
	background-color: #ffd3d3;
	border-color: #e69191;
}

.timeline .entry .avatar,
.timeline .entry .status
{
	vertical-align: middle;
}

.timeline .entry.private
{
	background: #e8fce8;
}

.timeline .entry.private:hover
{
	background: #e8fce8;
	border-bottom: 1px solid #cbedcb;
	box-shadow: 0 0 5px #a7cea7;
	-moz-box-shadow: 0 0 5px #a7cea7;
	-webkit-box-shadow: 0 0 5px #a7cea7;
}

.timeline .entry .private_tip
{
	position: absolute;
}

.timeline .entry .private_label,
.timeline .entry .reply
{
	color: #557f47;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.timeline .entry .reply
{
	background: url(../images/icon_reply.png) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	display: none;
	cursor: pointer;
	float: right;
	color: #777;
}

.timeline .entry .reply:hover
{
	color: #444;
}

.timeline .entry:hover .reply
{
	display: inline;
}

.timeline .bumper
{
	padding: 5px;
	background: #7ba6b7;
	height: 1px;
}


.blank_response,
.view_more
{
	background: #f8f8f8;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin: 5px;
	text-shadow: 0 1px 1px #fff;
	color: #444;
	font-size: 16px;
	
}

.view_more
{
	background: rgb(254,255,255);
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1)));
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	background: linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
	border: 1px solid #cedfea;
	padding: 10px 20px;
	color: #333333;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #fff;
	
	
	-webkit-box-shadow:inset 0 0 1px #fff;
	-moz-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
}

.view_more:hover
{
	background: rgb(210,235,249);
	background: -moz-linear-gradient(top, rgba(210,235,249,1) 0%, rgba(254,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,235,249,1)), color-stop(100%,rgba(254,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%);
	background: linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 );
}

.view_more:active
{
	background: rgb(150,213,247);
	background: -moz-linear-gradient(top, rgba(150,213,247,1) 0%, rgba(210,235,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,213,247,1)), color-stop(100%,rgba(210,235,249,1)));
	background: -webkit-linear-gradient(top, rgba(150,213,247,1) 0%,rgba(210,235,249,1) 100%);
	background: -o-linear-gradient(top, rgba(150,213,247,1) 0%,rgba(210,235,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(150,213,247,1) 0%,rgba(210,235,249,1) 100%);
	background: linear-gradient(top, rgba(150,213,247,1) 0%,rgba(210,235,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d5f7', endColorstr='#d2ebf9',GradientType=0 );
	border: 1px solid #96d5f7;
}

.view_more
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/* 
================================================================================================
In order to better format different styles, please name sets of styles
================================================================================================
*/

.soft.large
{
	font-size: 18px;
	padding: 8px 15px;
	line-height: 40px;
}

/* Soft style */
.soft
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 13px "Lucida Grande", Tahoma, Arial, Verdana;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.soft:hover
{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.soft:active
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button.soft,
a.button.soft,
input[type=button].soft,
input[type=submit].soft
{
	padding: 5px 12px;
	cursor: pointer;
}

.soft.gray
{
	background: #eee;
	border: 1px solid #ccc;
	color: #444;
}

.soft.gray:hover
{
	background: #e8e8e8;
	border: 1px solid #aaa;
	color: #333;
}

.soft.gray:active
{
	background: #f1f1f1;
	color: #555;
}

.soft.cyan
{
	background: #45abd3;
	border: 1px solid #2c94ba;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.soft.cyan:hover
{
	background: #4ca9ce;
}

.soft.cyan:active
{
	background: #6ccef5;
	border: 1px solid #45abd3;
}

.soft.green
{
	background: #79a068;
	border: 1px solid #5a8447;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.soft.green:hover
{
	background: #5a8447;
}


.soft.green:active
{
	background: #639e48;
}


.error
{
	background: #f6e5e5;
	padding: 10px;
	font-size: 14px;
	color: #7e0909;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.success
{
	background: #a0ffc8;
	padding: 10px;
	font-size: 14px;
	color: #174227;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.highlight
{
	background: #feffc8;
	color: #878812;
	padding: 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.error .title,
.highlight .title
{
	background: none;
	margin: 0;
	padding: 0;
	margin-bottomn: 5px;
	font-weight: bold;
}

.block-title
{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1faff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1faff',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f1faff 100%);
	padding: 5px 10px;
	font-size: 15px;
	color: #0f3f7e;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #c6d2de;
	
	-moz-border-radius-topleft: inherit;
	-moz-border-radius-topright: inherit;
	-webkit-border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	-khtml-border-top-left-radius: inherit;
	-khtml-border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}


.block-body
{
	padding: 10px;
}



.pagination {
	line-height: 100%;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	position: relative;
	border:1px solid #ccc;
	border-left: 0;
	border-right: 0;
	text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.pagination .previous {
	border-right:1px solid #d9d9d9;
	text-align:center;
	position: absolute;
	left: 0;
	width: auto;
	top: 0;
	cursor: pointer;
}

.pagination .next {
	border-left:1px solid #d9d9d9;
	text-align:center;
	position: absolute;
	width: auto;
	right: 0;
	cursor: pointer;
	top: 0;
}

.pagination .previous:hover,
.pagination .next:hover
{
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );

}

.pagination .previous:active,
.pagination .next:active
{
	background: #fff;

}

.pagination .previous,
.pagination .next,
.pagination .current
{
	text-shadow: 0px 1px 1px #fff;
	padding: 15px 25px;
	z-index: 5;
}

.pagination .current
{
	z-index: 1;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	width: 100%;
}


.pagination .previous a,
.pagination .next a,
.pagination .current a
{
	color: #494949;
	text-decoration: none;
	font-weight: bold;
}

.pagination .previous.disabled,
.pagination .next.disabled
{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	color: #888;
	pointer: default;
}

.pagination a
{
	color: inherit;
}

.ad_horizontal
{
	background: -moz-linear-gradient(top, rgba(109,109,109,0.8) 0%, rgba(14,14,14,0.8) 1%, rgba(16,16,16,0.8) 2%, rgba(16,16,16,0.83) 11%, rgba(18,18,18,0.84) 14%, rgba(15,15,15,0.89) 26%, rgba(15,15,15,0.92) 33%, rgba(15,15,15,0.92) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,109,109,0.8)), color-stop(1%,rgba(14,14,14,0.8)), color-stop(2%,rgba(16,16,16,0.8)), color-stop(11%,rgba(16,16,16,0.83)), color-stop(14%,rgba(18,18,18,0.84)), color-stop(26%,rgba(15,15,15,0.89)), color-stop(33%,rgba(15,15,15,0.92)), color-stop(100%,rgba(15,15,15,0.92)));
	background: -webkit-linear-gradient(top, rgba(109,109,109,0.8) 0%,rgba(14,14,14,0.8) 1%,rgba(16,16,16,0.8) 2%,rgba(16,16,16,0.83) 11%,rgba(18,18,18,0.84) 14%,rgba(15,15,15,0.89) 26%,rgba(15,15,15,0.92) 33%,rgba(15,15,15,0.92) 100%);
	background: -o-linear-gradient(top, rgba(109,109,109,0.8) 0%,rgba(14,14,14,0.8) 1%,rgba(16,16,16,0.8) 2%,rgba(16,16,16,0.83) 11%,rgba(18,18,18,0.84) 14%,rgba(15,15,15,0.89) 26%,rgba(15,15,15,0.92) 33%,rgba(15,15,15,0.92) 100%);
	background: -ms-linear-gradient(top, rgba(109,109,109,0.8) 0%,rgba(14,14,14,0.8) 1%,rgba(16,16,16,0.8) 2%,rgba(16,16,16,0.83) 11%,rgba(18,18,18,0.84) 14%,rgba(15,15,15,0.89) 26%,rgba(15,15,15,0.92) 33%,rgba(15,15,15,0.92) 100%);
	background: linear-gradient(top, rgba(109,109,109,0.8) 0%,rgba(14,14,14,0.8) 1%,rgba(16,16,16,0.8) 2%,rgba(16,16,16,0.83) 11%,rgba(18,18,18,0.84) 14%,rgba(15,15,15,0.89) 26%,rgba(15,15,15,0.92) 33%,rgba(15,15,15,0.92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6d6d6d', endColorstr='#eb0f0f0f',GradientType=0 );
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}


/* 
================================================================================================
tc.ui
================================================================================================
*/

#js_overlay
{
	top: 0;
	left: 0;
	position: fixed;
	background: transparent url(../images/overlay_70.png) repeat;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
}

#js_html
{
	text-align: left;
}

/* message.new*/
.tc-ui
{
	background: #fff;
	border: 5px solid #0F3F7E;
	margin: 0 auto;
	text-align: left;
	position: fixed;
	z-index: 60;
	top: 50px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.6);
	box-shadow: 0 0 25px rgba(0,0,0,.6);
}

.tc-ui .ui-close
{
	background: transparent;
	border: 0;
	color: #eee;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;

	padding: 3px 6px;
	z-index: 200;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, "Lucida Grande";
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}


.tc-ui .ui-close:hover,
#coins-purchase .ui-close
{
	background: rgb(255,26,0);
	background: -moz-linear-gradient(top,  rgba(255,26,0,1) 0%, rgba(255,26,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,26,0,1)), color-stop(100%,rgba(255,26,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%);
	background: linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00',GradientType=0 );

	color: #fff;
}


.tc-ui .ui-close:active
{
	background: rgb(204,0,0);
	background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );

}

.tc-ui .ui-actions
{
	background: #e5eaf3;
	border-top: 1px solid #315daf;
	padding: 5px;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tc-ui .ui-confirm
{
	background: #79a068;
	border: 1px solid #5a8447;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tc-ui .ui-confirm:hover
{
	background: #5a8447;
}

.tc-ui .ui-response
{
	background: eee;
	color: #444;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

.tc-ui .title
{
	font-size: 15px;
	background: #315daf;
	border-bottom: 1px solid: #173e87;
	color: white;
	padding: 10px;
}


#message-compose .ui-close,
#message-center .ui-close
{
	background: #aaa;
	top: 20px;
	right: 20px;	
}

.message-compose
{
	width: 400px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;

}


#message-compose h2
{
	color: #444;
	padding: 20px;
	padding-bottom: 0;
}

.message-compose .ui-response
{
	margin-top: 20px;
	background: #698e44;
	font-size: 18px;
	color: #fff;
	padding: 20px;
	
}

.message-compose .message-recepients
{
	border-right: 3px solid #0F3F7E;
	width: 150px;
	vertical-align: top;
}

.message-compose .message-content
{
	width: 442px;
	vertical-align: top;
}


.message-compose textarea.message-text,
textarea.message-text
{
	margin: 10px 0;
	resize: none;
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.message-compose .ui-actions
{
	border: 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.message-compose .ui-actions .loading
{
	display: none;
}



#message-center
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 500px;
}

#message-list 
{
	padding: 20px;
}

#message-list #inbox
{
	max-height: 600px;
	overflow: auto;
}


#message-list #inbox button.delete
{
	display: none;
}

#message-list #notifications
{
	max-height: 300px;
	overflow: auto;
}

#message-center .message
{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

#message-center #notifications .message
{
	background: transparent url(../images/eye.png) no-repeat 1% 50%;
}

#message-center #notifications .message.coins
{
	background: transparent url(../images/bg_coin.png) no-repeat 1% 50%;
}


#message-center .message .avatar img
{
	width: 50px;
	margin-right: 10px;
	height: 50px;
}

#message-list #notifications .message
{
	padding-left: 60px;
}


#message-center .message .content
{
	max-width: 510px;
}

#message-center .message .name
{
	font-weight: bold;
	font-size: 15px;
	color: #111;
}

#message-center .message .name a
{
	color: inherit;
}


#message-center ul
{
	position: relative;
	padding-bottom: 0;
}


#message-center ul li
{
	margin: 0;
	margin-right: 5px;
	padding: 5px 10px;
	cursor: pointer;
}

#message-center ul li.active
{
	cursor: default;
	background: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	top: 1px;
	position: relative;
	padding-bottom: 7px;
}



#message-center .message
{
	position: relative;
}

#message-center .message .delete
{
	display: none;
	position: absolute;
	right: 5px;
	background: #ad0707;
	padding: 5px 7px;
	font-weight: bold;
	font-size: 12px;
	z-index: 101;
	position: absolute;
	font-family: Tahoma, Helvetica, Arial, "Lucida Grande";
	border: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}


#message-center .message:hover .delete
{
	display: block;
}

#message-center .message .date
{
	margin-top: 5px;
	color: #777;
}


#coins-purchase
{
	background: #6ccef5 url(../images/city_small_bg.jpg) repeat-x top center;
	color: #637075;
	font-size: 14px;
	width: 800px;
}

#coins-purchase-container
{
	background: transparent url(../images/city_small.jpg) no-repeat top right;
	position: relative;
}

#coins-purchase #step_1,
#coins-purchase #step_2,
#coins-purchase #step_3,
#coins-purchase #step_4
{
	padding: 40px;
	padding-bottom: 0;
	position: relative;
	width: 450px;
	text-align: center;
}

#coins-purchase,
.order-title
{
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#coins-purchase h1
{
	font-family: Pacifico, cursive;
	font-size: 30px;
	font-weight: normal;
	color: #166a8b;
	margin-bottom: 5px;
}

#coins-purchase p
{
	line-height: 150%;
}

#coins-purchase #package-select 
{
	margin-top: 20px;
}

#coins-purchase strong
{
	color: #1a6a89;
	font-size: 16px;
	text-shadow: none;
}

.tc-ui #package-list
{
	list-style-type: none;
	text-align: center;
	margin: 0;
}

.tc-ui #package-list,
#coins-purchase #order-payment
{
	padding: 20px 0;
}

.tc-ui #package-list li,
.tc-ui #package-list li.disabled,
.tc-ui #package-list li.disabled:hover,
.tc-ui #package-list li.disabled:active
{
	background: rgb(239,250,255);
	background: -moz-linear-gradient(top,  rgba(239,250,255,1) 0%, rgba(226,246,255,1) 23%, rgba(196,238,254,1) 55%, rgba(187,234,252,1) 73%, rgba(190,236,252,1) 80%, rgba(202,238,254,1) 83%, rgba(210,240,251,1) 86%, rgba(212,239,250,1) 88%, rgba(207,239,250,1) 89%, rgba(191,231,243,1) 90%, rgba(178,224,240,1) 91%, rgba(173,221,243,1) 92%, rgba(140,205,233,1) 94%, rgba(133,202,235,1) 95%, rgba(131,200,233,1) 96%, rgba(130,199,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,250,255,1)), color-stop(23%,rgba(226,246,255,1)), color-stop(55%,rgba(196,238,254,1)), color-stop(73%,rgba(187,234,252,1)), color-stop(80%,rgba(190,236,252,1)), color-stop(83%,rgba(202,238,254,1)), color-stop(86%,rgba(210,240,251,1)), color-stop(88%,rgba(212,239,250,1)), color-stop(89%,rgba(207,239,250,1)), color-stop(90%,rgba(191,231,243,1)), color-stop(91%,rgba(178,224,240,1)), color-stop(92%,rgba(173,221,243,1)), color-stop(94%,rgba(140,205,233,1)), color-stop(95%,rgba(133,202,235,1)), color-stop(96%,rgba(131,200,233,1)), color-stop(100%,rgba(130,199,232,1)));
	background: -webkit-linear-gradient(top,  rgba(239,250,255,1) 0%,rgba(226,246,255,1) 23%,rgba(196,238,254,1) 55%,rgba(187,234,252,1) 73%,rgba(190,236,252,1) 80%,rgba(202,238,254,1) 83%,rgba(210,240,251,1) 86%,rgba(212,239,250,1) 88%,rgba(207,239,250,1) 89%,rgba(191,231,243,1) 90%,rgba(178,224,240,1) 91%,rgba(173,221,243,1) 92%,rgba(140,205,233,1) 94%,rgba(133,202,235,1) 95%,rgba(131,200,233,1) 96%,rgba(130,199,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,250,255,1) 0%,rgba(226,246,255,1) 23%,rgba(196,238,254,1) 55%,rgba(187,234,252,1) 73%,rgba(190,236,252,1) 80%,rgba(202,238,254,1) 83%,rgba(210,240,251,1) 86%,rgba(212,239,250,1) 88%,rgba(207,239,250,1) 89%,rgba(191,231,243,1) 90%,rgba(178,224,240,1) 91%,rgba(173,221,243,1) 92%,rgba(140,205,233,1) 94%,rgba(133,202,235,1) 95%,rgba(131,200,233,1) 96%,rgba(130,199,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,250,255,1) 0%,rgba(226,246,255,1) 23%,rgba(196,238,254,1) 55%,rgba(187,234,252,1) 73%,rgba(190,236,252,1) 80%,rgba(202,238,254,1) 83%,rgba(210,240,251,1) 86%,rgba(212,239,250,1) 88%,rgba(207,239,250,1) 89%,rgba(191,231,243,1) 90%,rgba(178,224,240,1) 91%,rgba(173,221,243,1) 92%,rgba(140,205,233,1) 94%,rgba(133,202,235,1) 95%,rgba(131,200,233,1) 96%,rgba(130,199,232,1) 100%);
	background: linear-gradient(top,  rgba(239,250,255,1) 0%,rgba(226,246,255,1) 23%,rgba(196,238,254,1) 55%,rgba(187,234,252,1) 73%,rgba(190,236,252,1) 80%,rgba(202,238,254,1) 83%,rgba(210,240,251,1) 86%,rgba(212,239,250,1) 88%,rgba(207,239,250,1) 89%,rgba(191,231,243,1) 90%,rgba(178,224,240,1) 91%,rgba(173,221,243,1) 92%,rgba(140,205,233,1) 94%,rgba(133,202,235,1) 95%,rgba(131,200,233,1) 96%,rgba(130,199,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effaff', endColorstr='#82c7e8',GradientType=0 );
	height: 100px;
	width: 82px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	margin: 0 3px;
	padding: 15px 0;
	padding-top: 5px;
	line-height: 220%;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5398b4;
	font-size: 13px;
	font-family: Pacifico, cursive;
	cursor: pointer;
	
}


.tc-ui #package-list li input
{
	margin-bottom: 10px;
}

.tc-ui #package-list li .coins
{
	color: #48b4dd;
	font-size: 35px;
}

.tc-ui #package-list li .cost
{
	color: #5f9b0a;
}

.tc-ui #package-list li span
{
	display: block;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.tc-ui #package-list li label
{
	cursor: pointer;
}


.tc-ui #package-list li:active,
.tc-ui #package-list li.active,
.tc-ui #package-list li:hover
{
	background: rgb(52,153,195);
	background: -moz-linear-gradient(top,  rgba(52,153,195,1) 0%, rgba(61,164,205,1) 31%, rgba(85,188,229,1) 82%, rgba(89,192,233,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,153,195,1)), color-stop(31%,rgba(61,164,205,1)), color-stop(82%,rgba(85,188,229,1)), color-stop(100%,rgba(89,192,233,1)));
	background: -webkit-linear-gradient(top,  rgba(52,153,195,1) 0%,rgba(61,164,205,1) 31%,rgba(85,188,229,1) 82%,rgba(89,192,233,1) 100%);
	background: -o-linear-gradient(top,  rgba(52,153,195,1) 0%,rgba(61,164,205,1) 31%,rgba(85,188,229,1) 82%,rgba(89,192,233,1) 100%);
	background: -ms-linear-gradient(top,  rgba(52,153,195,1) 0%,rgba(61,164,205,1) 31%,rgba(85,188,229,1) 82%,rgba(89,192,233,1) 100%);
	background: linear-gradient(top,  rgba(52,153,195,1) 0%,rgba(61,164,205,1) 31%,rgba(85,188,229,1) 82%,rgba(89,192,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3499c3', endColorstr='#59c0e9',GradientType=0 );
	color: #afe8ff;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.45);
	cursor: pointer;
}


.tc-ui #package-list li:active span,
.tc-ui #package-list li.active span,
.tc-ui #package-list li:hover span
{
	color: #fff;
}



.tc-ui #package-list li.disabled:active span,
.tc-ui #package-list li.disabled.active span,
.tc-ui #package-list li.disabled:hover span
{
	color: inherit;
}


.tc-ui #package-list li:active,
.tc-ui #package-list li.active
{
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);	
}

#coins-purchase #order-progress
{
	background: rgb(94,178,212);
	background: -moz-linear-gradient(top,  rgba(94,178,212,1) 0%, rgba(101,193,230,1) 13%, rgba(102,196,232,1) 18%, rgba(104,198,236,1) 20%, rgba(104,198,236,1) 26%, rgba(91,174,206,1) 70%, rgba(91,171,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,178,212,1)), color-stop(13%,rgba(101,193,230,1)), color-stop(18%,rgba(102,196,232,1)), color-stop(20%,rgba(104,198,236,1)), color-stop(26%,rgba(104,198,236,1)), color-stop(70%,rgba(91,174,206,1)), color-stop(100%,rgba(91,171,204,1)));
	background: -webkit-linear-gradient(top,  rgba(94,178,212,1) 0%,rgba(101,193,230,1) 13%,rgba(102,196,232,1) 18%,rgba(104,198,236,1) 20%,rgba(104,198,236,1) 26%,rgba(91,174,206,1) 70%,rgba(91,171,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(94,178,212,1) 0%,rgba(101,193,230,1) 13%,rgba(102,196,232,1) 18%,rgba(104,198,236,1) 20%,rgba(104,198,236,1) 26%,rgba(91,174,206,1) 70%,rgba(91,171,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(94,178,212,1) 0%,rgba(101,193,230,1) 13%,rgba(102,196,232,1) 18%,rgba(104,198,236,1) 20%,rgba(104,198,236,1) 26%,rgba(91,174,206,1) 70%,rgba(91,171,204,1) 100%);
	background: linear-gradient(top,  rgba(94,178,212,1) 0%,rgba(101,193,230,1) 13%,rgba(102,196,232,1) 18%,rgba(104,198,236,1) 20%,rgba(104,198,236,1) 26%,rgba(91,174,206,1) 70%,rgba(91,171,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb2d4', endColorstr='#5babcc',GradientType=0 );

	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);	
	padding: 20px;
	padding-top: 25px;
}

#coins-purchase #order-progress-bar-rail
{
	padding: 0 50px;
}

#coins-purchase #order-progress-bar-rail > div
{
	background: #56a8c9;
	border: 1px solid #2f5c6e;
	border-bottom-color: #c0e3f1;
	padding: 3px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
}



#coins-purchase #order-progress-bar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#coins-purchase #order-progress-bar li
{
	width: 157px;
	margin: 0 20px;
	position: relative;
	top: -12px;
	text-align: center;
	font-size: 12px;
	color: #0d4c65;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	cursor: pointer;
}


#coins-purchase #order-progress-bar li.active
{
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#coins-purchase #order-progress-bar li:first-child
{
	margin-left: 0;
	position: relative;
	left: -30px;
}

#coins-purchase #order-progress-bar li:last-child
{
	margin-right: 0;
	position: relative;
	left: 30px;
}


#coins-purchase #order-progress-bar li span
{
	background: #56a8c9;
	padding: 3px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
}

#coins-purchase #order-progress-bar li.active span
{
	background: rgb(240,249,255);
	background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(230,249,255,1) 17%, rgba(225,246,251,1) 33%, rgba(210,242,255,1) 50%, rgba(190,238,252,1) 83%, rgba(186,234,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(17%,rgba(230,249,255,1)), color-stop(33%,rgba(225,246,251,1)), color-stop(50%,rgba(210,242,255,1)), color-stop(83%,rgba(190,238,252,1)), color-stop(100%,rgba(186,234,255,1)));
	background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(230,249,255,1) 17%,rgba(225,246,251,1) 33%,rgba(210,242,255,1) 50%,rgba(190,238,252,1) 83%,rgba(186,234,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(230,249,255,1) 17%,rgba(225,246,251,1) 33%,rgba(210,242,255,1) 50%,rgba(190,238,252,1) 83%,rgba(186,234,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(230,249,255,1) 17%,rgba(225,246,251,1) 33%,rgba(210,242,255,1) 50%,rgba(190,238,252,1) 83%,rgba(186,234,255,1) 100%);
	background: linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(230,249,255,1) 17%,rgba(225,246,251,1) 33%,rgba(210,242,255,1) 50%,rgba(190,238,252,1) 83%,rgba(186,234,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#baeaff',GradientType=0 );

	border: 2px solid #56a8c9;
	
	-webkit-box-shadow: 0 0 1px #2f5c6e;
	-moz-box-shadow: 0 0 1px #2f5c6e;
	box-shadow: 0 0 1px #2f5c6e;	
	width: 6px;
	height: 6px;
	
}

#coins-purchase #coins-wallet
{
	position: absolute;
	left: 625px;
	top: 45px;
	z-index: 10;
	color: #499ab9;
	font-size: 11px;
}


#coins-purchase #order-continue
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-align: center;
	color: #1a6a89;
	font-size: 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	line-height: 200%;
	width: 230px;
}


#coins-purchase #order-continue button
{
	background: rgb(239,250,254);
	background: -moz-linear-gradient(top,  rgba(239,250,254,1) 0%, rgba(228,247,254,1) 20%, rgba(217,244,253,1) 30%, rgba(207,240,255,1) 46%, rgba(203,239,253,1) 48%, rgba(203,239,255,1) 50%, rgba(199,238,253,1) 52%, rgba(187,234,254,1) 76%, rgba(177,227,250,1) 85%, rgba(178,225,251,1) 87%, rgba(175,228,246,1) 89%, rgba(139,205,231,1) 91%, rgba(129,199,233,1) 93%, rgba(131,200,233,1) 96%, rgba(127,202,233,1) 98%, rgba(130,201,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,250,254,1)), color-stop(20%,rgba(228,247,254,1)), color-stop(30%,rgba(217,244,253,1)), color-stop(46%,rgba(207,240,255,1)), color-stop(48%,rgba(203,239,253,1)), color-stop(50%,rgba(203,239,255,1)), color-stop(52%,rgba(199,238,253,1)), color-stop(76%,rgba(187,234,254,1)), color-stop(85%,rgba(177,227,250,1)), color-stop(87%,rgba(178,225,251,1)), color-stop(89%,rgba(175,228,246,1)), color-stop(91%,rgba(139,205,231,1)), color-stop(93%,rgba(129,199,233,1)), color-stop(96%,rgba(131,200,233,1)), color-stop(98%,rgba(127,202,233,1)), color-stop(100%,rgba(130,201,231,1)));
	background: -webkit-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(228,247,254,1) 20%,rgba(217,244,253,1) 30%,rgba(207,240,255,1) 46%,rgba(203,239,253,1) 48%,rgba(203,239,255,1) 50%,rgba(199,238,253,1) 52%,rgba(187,234,254,1) 76%,rgba(177,227,250,1) 85%,rgba(178,225,251,1) 87%,rgba(175,228,246,1) 89%,rgba(139,205,231,1) 91%,rgba(129,199,233,1) 93%,rgba(131,200,233,1) 96%,rgba(127,202,233,1) 98%,rgba(130,201,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(228,247,254,1) 20%,rgba(217,244,253,1) 30%,rgba(207,240,255,1) 46%,rgba(203,239,253,1) 48%,rgba(203,239,255,1) 50%,rgba(199,238,253,1) 52%,rgba(187,234,254,1) 76%,rgba(177,227,250,1) 85%,rgba(178,225,251,1) 87%,rgba(175,228,246,1) 89%,rgba(139,205,231,1) 91%,rgba(129,199,233,1) 93%,rgba(131,200,233,1) 96%,rgba(127,202,233,1) 98%,rgba(130,201,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(228,247,254,1) 20%,rgba(217,244,253,1) 30%,rgba(207,240,255,1) 46%,rgba(203,239,253,1) 48%,rgba(203,239,255,1) 50%,rgba(199,238,253,1) 52%,rgba(187,234,254,1) 76%,rgba(177,227,250,1) 85%,rgba(178,225,251,1) 87%,rgba(175,228,246,1) 89%,rgba(139,205,231,1) 91%,rgba(129,199,233,1) 93%,rgba(131,200,233,1) 96%,rgba(127,202,233,1) 98%,rgba(130,201,231,1) 100%);
	background: linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(228,247,254,1) 20%,rgba(217,244,253,1) 30%,rgba(207,240,255,1) 46%,rgba(203,239,253,1) 48%,rgba(203,239,255,1) 50%,rgba(199,238,253,1) 52%,rgba(187,234,254,1) 76%,rgba(177,227,250,1) 85%,rgba(178,225,251,1) 87%,rgba(175,228,246,1) 89%,rgba(139,205,231,1) 91%,rgba(129,199,233,1) 93%,rgba(131,200,233,1) 96%,rgba(127,202,233,1) 98%,rgba(130,201,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effafe', endColorstr='#82c9e7',GradientType=0 );
	padding: 10px 10px 15px 10px;

	border: 1px solid #64bfe4;
	color: #057cab;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	-webkit-box-shadow: 0 1px 5px #3a94b8;
	-moz-box-shadow: 0 1px 5px #3a94b8;
	box-shadow: 0 1px 5px #3a94b8;	
	width: 100%;
	cursor: default;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
}


#coins-purchase #order-continue button.active
{
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#coins-purchase #order-continue button.active:hover,
#coins-purchase #order-continue button.final
{
	cursor: pointer;
	background: rgb(239,250,254);
	background: -moz-linear-gradient(top,  rgba(239,250,254,1) 0%, rgba(238,251,242,1) 11%, rgba(238,251,241,1) 16%, rgba(235,250,217,1) 32%, rgba(231,251,180,1) 61%, rgba(229,250,173,1) 73%, rgba(233,252,173,1) 75%, rgba(231,251,166,1) 80%, rgba(229,248,167,1) 86%, rgba(231,248,170,1) 89%, rgba(226,247,172,1) 91%, rgba(199,228,122,1) 93%, rgba(179,215,89,1) 95%, rgba(176,215,88,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,250,254,1)), color-stop(11%,rgba(238,251,242,1)), color-stop(16%,rgba(238,251,241,1)), color-stop(32%,rgba(235,250,217,1)), color-stop(61%,rgba(231,251,180,1)), color-stop(73%,rgba(229,250,173,1)), color-stop(75%,rgba(233,252,173,1)), color-stop(80%,rgba(231,251,166,1)), color-stop(86%,rgba(229,248,167,1)), color-stop(89%,rgba(231,248,170,1)), color-stop(91%,rgba(226,247,172,1)), color-stop(93%,rgba(199,228,122,1)), color-stop(95%,rgba(179,215,89,1)), color-stop(100%,rgba(176,215,88,1)));
	background: -webkit-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
	background: linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effafe', endColorstr='#b0d758',GradientType=0 );
	color: #70843f;

}

#coins-purchase #order-continue button.active:active
{
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

#coins-purchase #payment-methods
{
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

#coins-purchase #payment-methods li
{
	margin: 15px;
	padding: 0;
}


#coins-purchase #payment-methods li.active img,
#coins-purchase #payment-methods li.active input
{
	
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 20px rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(255,255,255,1);
}


#coins-purchase #billing-new-card strong
{
	display: block;
	margin-top: 10px;
}


#coins-purchase #billing-new-card-form
{
	text-align: left;
	width: 740px;
	padding: 40px 0;
}

#coins-purchase #order-billing-form
{
	text-align: left;
}


#coins-purchase .billing-field
{
	margin: 5px;
	width: 200px;
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

#coins-purchase #order-success
{
	padding: 90px;
	color: #fff;
}

#order-success #order-title
{
	text-shadow: 0 1px 1px #444;
}

#coins-purchase .billing-field label
{
	display: block;
	color: #1a6a89;
	font-weight: bold;
	font-size: 14px;
}



#coins-purchase .billing-field input,
#coins-purchase .billing-field select
{
	background: #d3f1fc;
	border: 1px solid #379ec7;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	margin: 0;
}

#order-review
{
	background: #fff;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	padding: 20px;
	text-align: left;
}

#order-review > strong
{
	margin-bottom: 10px;
}

#order-review button
{
	border: 1px solid #666;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	padding: 10px 40px;
}

#order-payment-method
{
	margin-bottom: 10px;
}

#order-loading,
#review-payment
{
	background: #fff;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	padding: 30px;
	margin-bottom: 20px;
}


#review-payment
{
	text-align: left;
}

#billing-existing-cards
{
	height: 70px;
	overflow: hidden;
	text-align: left;
}

#existing-card-list
{
	padding: 10px 0;
	margin: 0;
}

#existing-card-list li label
{
	background: #f4fcff;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	padding: 10px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 10px;
	display: block;
}


.billing-field input.error,
.billing-field select.error
{
	color: red;
}

.billing-field input.success,
.billing-field select.success
{
	color: green;
}

#pro-popup
{
	width: 800px;
}

#add-card-error .error
{
	margin: 10px 0;
}

#authenticate #wrapper
{
	width: 500px;
}

#authenticate-block
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #327dc5;
}

#authenticate-block h1
{
	font-size: 17px;
	color: #225e9a;
	margin-bottom: 10px;
}

#authenticate .field
{
	line-height: 200%;
	padding: 10px;
}

#authenticate .field label
{
	font-weight: bold;
	display: block;
	font-size: 16px;
}

#authenticate .field input
{
	width: 240px;
}

#get-iphone-app label
{
	cursor: pointer;
}


#purchase
{
	width: 800px;
}

#purchase-container
{
	position: relative;
}

#purchase-checkout
{
	background: #ddd;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	color: #777;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


#purchase-checkout .left
{
	padding: 8px;
}

#purchase-wallet span,
#purchase-total span
{
	font-weight: bold;
}


.purchase-screen,
#your-cart
{
	height: 350px;
	overflow: auto;
}

.purchase-screen
{
	background: #eee;
	width: 560px;
	float: left;
	display: none;
}


#buying-choices .good .value
{
	position: absolute;
	right: 5px;
	top: 5px;
	color: green;
	font-weight: bold;
	font-size: 12px;
}

#your-cart
{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,241,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,241,244,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,241,244,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,241,244,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,241,244,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,241,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf1f4',GradientType=0 );


	border-left: 1px solid #ccc;
	width: 239px;
	position: relative;
	float: right;
}

.good
{
	text-align: center;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	border: 0;
	margin-right: 2px;
	margin-bottom: 1px;
}

#buying-choices .good
{
	width: 70px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}


#buying-choices .good:hover
{
	background: #feffea;
	cursor: pointer;
}



#your-cart .good
{
	background: #d2f0fb;
	margin: 3px;
	padding: 0;
	text-align: right;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 48px;
}

#your-cart .good .image img
{
	width: 15px;
	height: 15px;
}

#your-cart .good:hover
{
	background: #ffe6e6;
	cursor: pointer;
}

#your-cart .good:before
{
	background: url(../images/delete.png) no-repeat center center;
	width: 20px;
	height: 20px;
	position: absolute;
	content: " ";
	left: 5px;
}

#your-cart .good
{
	display: block;
	width: auto;
	text-align: right;
	padding: 5px;
}



.goods .good .name
{
	font-size: 11px;
	color: #467895;
}

.goods .good .from
{
	color: #9a9a9a;
	font-size: 9px;
}

.goods .good .from span
{
	color: #777;
	font-size: 10px;
}

.goods .good .value
{
	color: #81aa41;
	font-weight: bold;
	font-size: 10px;
}


.goods .good .value img
{
	width: 10px;
	height: 10px;
}


.good .image img
{
	height: 50px;
}

.purchase-screen #billing-new-card
{
	padding: 20px;
	line-height: 150%;
}


.purchase-screen h2
{
	color: #222;
}

.purchase-screen .billing-field
{
	width: 200px;
	padding: 5px 0;
}

.purchase-screen label
{
	font-weight: bold;
	display: block;
	font-size: 14px;
}


.purchase-screen .avatar
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}

.purchase-screen input
{
	margin: 0;
}

.purchase-screen table
{
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}


#purchase.coins #buying-choices .good .value
{
	position: static;
	display: block;
	text-align: center;
}

#get-android-app
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	height: 100%;
	width: 100%;
	margin: 0;
}

#get-android-app .logo
{
	background: rgb(37,90,181);
	background: -moz-linear-gradient(top,  rgba(37,90,181,1) 0%, rgba(17,59,137,1) 55%, rgba(15,51,109,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,90,181,1)), color-stop(55%,rgba(17,59,137,1)), color-stop(100%,rgba(15,51,109,1)));
	background: -webkit-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: -o-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: -ms-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	background: linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 55%,rgba(15,51,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255ab5', endColorstr='#0f336d',GradientType=0 );
	padding: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}



#get-android-app li
{
	margin-bottom: 10px;
}

body .adaptv-interstitial-bg{	background: transparent; background: rgba(0,0,0,0.5);}


#people > .left
{
	width: 630px;
	border-right: 1px solid #dce9f6;
}

#people_list
{	padding: 5px;
	overflow: hidden;
}

#people > .right
{
	width: 266px;
}

#people .right iframe
{
	border: 0;
	width: 100%;
	height: 279px;
}

#people
{
	padding: 0;
}

#people .user
{
	text-align: center;
	width: 114px;
	height: 112px;
	margin: 2px;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c7e0eb;
}

#people .user .name
{
	border-top: 1px solid #c7e0eb;
	background: #f5fcff;
	color: #1d477f;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#people .user .avatar
{
	margin: 0;
	padding: 5px;
}

#people .user .avatar img
{
	border: 1px solid #c7e0eb;
	padding: 2px;
	width: 98px;
	height: 70px;
}

#people .title
{
	padding: 0 10px;
}

#authenticate #navigation,
#authenticate #share_tinychat
{
	display: none;
}


#download-app
{
	background: #fff;
	width: 200px;
	padding: 20px 10px;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	z-index: 15;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 40px;
	margin-left: -45px;
	display: none;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4); 
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

#download-app a
{
	font-size: 16px;
	margin: 0 3px;
}


#download-app:before
{
  	content: " ";
  	position: absolute;
	border-color: transparent transparent #fff transparent;
	border-style:solid;
	border-width:10px;
	width:0;
	height:0;
	top: -20px;
	left: 45%;
	
}


div.bsap
{
	min-height: 90px;
}


#category-bar .tag
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;	
}


#category-bar
{
	background: rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 5px;
	margin-bottom: 5px;
	text-align: center;
}


#category-bar .button
{
	white-space: nowrap;
	line-height: 100%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}


#general-green-buttom {
	font-size: 11px;
	/*font-size: 14px;*/
	padding: 4px 6px 5px 7px;
    /*padding: 10px;*/
    color: white !important;
    text-shadow: 0px 1px 2px black;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #ACDE19 0%, #88be21 100%);
    background-image: -moz-linear-gradient(top, #ACDE19 0%, #88be21 100%);
    background-image: -o-linear-gradient(top, #ACDE19 0%, #88be21 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ACDE19), color-stop(100, #88be21));
    background-image: -webkit-linear-gradient(top, #ACDE19 0%, #88be21 100%);
    background-image: linear-gradient(to bottom, #ACDE19 0%, #88be21 100%);
}
#general-green-buttom:hover{
background-image: -ms-linear-gradient(top, #cafc36 0%, #88be21 100%);
background-image: -moz-linear-gradient(top, #cafc36 0%, #88be21 100%);
background-image: -o-linear-gradient(top, #cafc36 0%, #88be21 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cafc36), color-stop(100, #88be21));
background-image: -webkit-linear-gradient(top, #cafc36 0%, #88be21 100%);
background-image: linear-gradient(to bottom, #cafc36 0%, #88be21 100%);
}

#general-green-buttom:active{
background-image: -ms-linear-gradient(top, #99c90d 0%, #88be21 100%);
background-image: -moz-linear-gradient(top, #99c90d 0%, #88be21 100%);
background-image: -o-linear-gradient(top, #99c90d 0%, #88be21 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99c90d), color-stop(100, #88be21));
background-image: -webkit-linear-gradient(top, #99c90d 0%, #88be21 100%);
background-image: linear-gradient(to bottom, #99c90d 0%, #88be21 100%);
}

#general-grey-buttom {
    padding: 10px;
    color: white !important;
    font-size: 14px;
    text-shadow: 0px 1px 2px black;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #a1a6a9 0%, #7c7f81 100%);
    background-image: -moz-linear-gradient(top, #a1a6a9 0%, #7c7f81 100%);
    background-image: -o-linear-gradient(top, #a1a6a9 0%, #7c7f81 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1a6a9), color-stop(100, #7c7f81));
    background-image: -webkit-linear-gradient(top, #a1a6a9 0%, #7c7f81 100%);
    background-image: linear-gradient(to bottom, #a1a6a9 0%, #7c7f81 100%);
}

#general-grey-buttom:hover{
background-image: -ms-linear-gradient(top, #B8BCBF 0%, #7c7f81 100%);
background-image: -moz-linear-gradient(top, #B8BCBF 0%, #7c7f81 100%);
background-image: -o-linear-gradient(top, #B8BCBF 0%, #7c7f81 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B8BCBF), color-stop(100, #7c7f81));
background-image: -webkit-linear-gradient(top, #B8BCBF 0%, #7c7f81 100%);
background-image: linear-gradient(to bottom, #B8BCBF 0%, #7c7f81 100%);
}

#general-grey-buttom:active{
background-image: -ms-linear-gradient(top, #7c7f81 0%, #7c7f81 100%);
background-image: -moz-linear-gradient(top, #7c7f81 0%, #7c7f81 100%);
background-image: -o-linear-gradient(top, #7c7f81 0%, #7c7f81 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7f81), color-stop(100, #7c7f81));
background-image: -webkit-linear-gradient(top, #7c7f81 0%, #7c7f81 100%);
background-image: linear-gradient(to bottom, #7c7f81 0%, #7c7f81 100%);
}

#user-links > li {
	display:block;
	text-align: left;
	font-size: 14px;
	color:#31b0e3;
	padding-left:0px !important;
	margin-bottom: 7px;
}

#user-links:last-child {
	margin-bottom: 0px;
}


