* { padding:0; margin:0; }
	
body {
	background: #fff url(../images/sb.gif) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	line-height: 20px;
	min-width: 900px;
	}
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: underline;
	}
	
a:hover {
	color: #3aaef7;
	text-decoration: none;
	}

	
/* Header */
	
#header {
	background: #35383d;
	padding: 0 20px;
	height: 50px;
	}
	
#header h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	float: left;
	}
	
#header h1 a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	}
	

/* User menu */
	
#header .userprofile {
	float: right;
	height: 50px;
	background: url(../images/hsep.gif) top right repeat-y;
	padding-right: 20px;
	}

#header .userprofile ul {
	font-size: 12px;
	padding-top: 8px;
	}

#header .userprofile ul li {
	padding: 7px 12px 7px 9px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#header .userprofile ul li:hover {
	background: url(../images/tt.png) 0 0 repeat;
	}

#header .userprofile ul li a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	}

#header .userprofile ul li a:hover {
	color: #fff;
	}

#header .userprofile ul li a img {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-right: 3px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	}
	
#header .userprofile ul li ul {
	display: none;
	background: url(../images/tt.png) 0 0 repeat;
	font-size: 11px;
	position: absolute;
	padding: 5px 0;
	min-width: 100%;
	left: 0;
	top: 28px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#header .userprofile ul li:hover ul {
	display: block;
	}
	
#header .userprofile ul li ul li {
	padding: 0;
	}

#header .userprofile ul li ul li:hover {
	background: 0;
	}

#header .userprofile ul li ul li a {
	padding: 0 10px;
	color: #999;
	display: block;
	}

	
/* Search form */
	
#header form {
	float: right;
	padding-top: 11px;
	height: 29px;
	position: relative;
	margin-left: 20px;
	}

#header form input.text {
	width: 100px;
	border: 0;
	background: url(../images/srch.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaa;
	padding: 8px 0 11px 11px;
	text-shadow: 0 1px 0 #000;
	outline: none;
	float: left;
	}

#header form input.text:focus {
	color: #ccc;
	}

#header form input.submit {
	width: 29px;
	height: 29px;
	float: left;
	border: 0;
	background: url(../images/srch.gif) top right no-repeat;
	outline: none;
	cursor: pointer;
	}

#header form .loading {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 17px;
	right: 8px;
	background: url(../images/srch_loader.gif) center no-repeat;
	}	
	
#header form .quickresults {
	display: none;
	width: 200px;
	padding: 5px 0;
	background: url(../images/tt.png) 0 0 repeat;
	position: absolute;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
	top: 40px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#header form .quickresults ul li a {
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0 12px;
	text-shadow: 0 1px 0 #000;
	}

#header form .quickresults ul li a:hover {
	color: #fff;
	}
		
	
/* Sidebar */
	
#sidebar {
	width: 200px;
	float: left;
	}
	
#sidebar ul#nav li {
	font-size: 14px;
	}

#sidebar ul#nav li a {
	display: block;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bec9d0;
	color: #5e6a80;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	}

#sidebar ul#nav li a strong {
	background: url(../images/mac.png) center right no-repeat;
	display: block;
	margin-right: -1px;
	color: #333;
	}

#sidebar ul#nav li a img {
	vertical-align: text-bottom;
	}

#sidebar ul#nav li a:hover {
	background: #005598 url(../images/mbg.jpg) 0 0 repeat-x;
	border-top: 1px solid #0095d8;
	border-bottom: 1px solid #003868;
	color: #fff;
	text-shadow: 0 1px 0 #014076;
	}

#sidebar ul#nav li a:hover strong {
	color: #fff;
	}
	
#sidebar ul#nav li a span {
	float: right;
	background: #e0e5e9;
	font-size: 11px;
	border: 1px solid #bec9d0;
	line-height: 18px;
	margin-right: 15px;
	padding: 0 6px;
	
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#sidebar ul#nav li a:hover span {
	background: #085a9f;
	border: 1px solid #014076;
	text-shadow: 0 1px 0 #333;
	
	box-shadow: 0 1px 0 #1484e2;
	-moz-box-shadow: 0 1px 0 #1484e2;
	-webkit-box-shadow: 0 1px 0 #1484e2;
	}

#sidebar ul#nav li ul {
	padding: 5px 0;
	padding-left: 15px;
	background: #e0e5e9;
	border-bottom: 1px solid #becad1;
	}

#sidebar ul#nav li ul li {
	border: 0;
	font-size: 12px;
	}

#sidebar ul#nav li ul li a {
	padding: 3px 10px;
	border: 0;
	}

#sidebar ul#nav li ul li a:hover {
	border: 0;
	background: none;
	color: #008ee8;
	text-shadow: 0 1px 0 #fff;
	}

#sidebar .status_box {
	width: 170px;
	position: fixed;
	bottom: 0;
	margin: 15px;
	}
	
#sidebar .status_box ul {
	padding: 7px 10px;
	background: #e0e5e9;
	border: 1px solid #becad1;
	font-size: 12px;
	
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#sidebar .status_box ul li a {
	color: #5e6a80;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	}

#sidebar .status_box ul li a:hover {
	text-decoration: underline;
	}

#sidebar .status_box ul li a.online {
	padding-left: 12px;
	background: url(../images/st_online.png) 0 3px no-repeat;
	}

#sidebar .status_box ul li a.warning {
	padding-left: 12px;
	background: url(../images/st_warning.png) 0 3px no-repeat;
	}
	
#sidebar .status_box ul li a.offline {
	padding-left: 12px;
	background: url(../images/st_offline.png) 0 3px no-repeat;
	}
		
	
/* Content */
	
#content {
	overflow: auto;
	padding: 0 20px;
	}
	
#content .breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	border-bottom: 1px solid #ddd;
	padding: 11px 0;
	margin-bottom: 5px;
	}
	
#content .breadcrumb a {
	color: #777;
	}
	
#content .breadcrumb a:hover {
	color: #008ee8;
	}

#content h1,	
#content h2 {
	font-size: 24px;
	line-height: 36px;
	color: #333;
	padding-bottom: 5px;
	}

#content h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	}

#content h4 {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	}
	
#content hr {
	border: 0;
	height: 1px;
	background: #ccc;
	color: #ccc;
	font-size: 1px;
	line-height: normal;
	clear: both;
	margin: 15px 0;
	}
	
#content table {
	text-align: left;
	margin-bottom: 15px;
	}

#content table a {
	text-decoration: none;
	}

#content table tr.even td {
	background: #fbfbfb;
	}
	
#content table tr:hover {
	background: #c0c0c0;
	}
	
#content table.nohover tr:hover {
	background: #FFFFFF;
	}
#content table.nohover a {
	text-decoration:underline;
	}
	
#content table tr td,
#content table tr th {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	line-height: normal;
	text-align: left;
	}

#content table tr th.headerSortUp {
	color: #333;
	background: url(../images/sortd.gif) 95% center no-repeat;
	}

#content table tr th.headerSortDown {
	color: #333;
	background: url(../images/sorta.gif) 95% center no-repeat;
	}

#content table tr td {
	color: #000000;
	font-size: 13px;
	}
	
#content table tr td.delete {
	width: 29px;
	text-align: center;
	}
	
#content table tr td.delete a {
	opacity: .50;
	-moz-opacity: .50;
	}
	
#content table tr td.delete a:hover {
	opacity: 1;
	-moz-opacity: 1;
	}

#content .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
	}

#content .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}
	
#content .tableactions input.submit {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #014076;
	background: #085a9f url(../images/mbg.jpg) center repeat-x;
	padding: 1px 6px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content .tableactions input.submit:hover {	
	background: #ed9c34 url(../images/mbgh.jpg) center repeat-x;
	border: 1px solid #c05f05;
	text-shadow: 0 1px 0 #6e3704;

	-moz-box-shadow: inset 0 1px 0 #f3cf8c;
	-webkit-box-shadow: inset 0 1px 0 #f3cf8c;
	box-shadow: inset 0 1px 0 #f3cf8c;
	}
		
#content .table_pagination {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	}

#content .table_pagination.right {
	float: right;
	text-align: right;
	border: 0;
	width: 500px;
	overflow: hidden;
	padding-top: 1px;
	}

#content .table_pagination a {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 7px;
	margin: 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#content .table_pagination a.active {
	border: 1px solid #0082d5;
	}

#content .table_pagination a:hover {
	color: #fff;
	background: #008ee8;
	border: 1px solid #0069ac;
	text-shadow: 0 1px 0 #333;
	}
	
	
/* Statistics */
	
#content .today_stats {
	border: 1px solid #ccc;
	background: #fbfbfb;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#content .today_stats tr td {
	width: 25%;
	text-align: center;
	padding: 10px 0;
	color: #888;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 0;
	vertical-align: top;
	}

#content .today_stats tr td.last {
	border-right: 0;
	}

#content .today_stats tr td strong {
	display: block;
	font-size: 22px;
	color: #555;
	}

#content .today_stats tr td span {
	font-size: 13px;
	display: block;
	line-height: 18px;
	}
	
#content .today_stats tr td span.goup {
	color: #508600;
	}

#content .today_stats tr td span.godown {
	color: #e3302c;
	}
	

/* Messages */
	
#content .message {
	padding: 10px 15px 10px 40px;
	margin-bottom: 15px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#content .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
#content .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
#content .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
#content .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
#content .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
#content .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
#content .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}
	
	

	
/* Progress bars */

#content .progress_bar {
	background: #eee url(../images/prsep.gif) center repeat;
	padding: 3px;
	padding-right: 5px;
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #333;
	
	-moz-box-shadow: inset 0 1px 3px #ccc;
	-webkit-box-shadow: inset 0 1px 3px #ccc;
	box-shadow: inset 0 1px 3px #ccc;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#content .progress_bar .progress_complete {
	text-align: center;
	background: #0180c8 url(../images/prstr.png) center repeat-x;
	border: 1px solid #005aa4;
	-moz-box-shadow: inset 0 1px 0 #36b7f1;
	-webkit-box-shadow: inset 0 1px 0 #36b7f1;
	box-shadow: inset 0 1px 0 #36b7f1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
#content .progress_bar .progress_complete.green {
	background: #34ad10 url(../images/prstr.png) center repeat-x;
	border: 1px solid #437f43;	
	-moz-box-shadow: inset 0 1px 0 #76d559;
	-webkit-box-shadow: inset 0 1px 0 #76d559;
	box-shadow: inset 0 1px 0 #76d559;
	}

#content .progress_bar .progress_complete.red {
	background: #e93030 url(../images/prstr.png) center repeat-x;
	border: 1px solid #900606;
	-moz-box-shadow: inset 0 1px 0 #ef7d7d;
	-webkit-box-shadow: inset 0 1px 0 #ef7d7d;
	box-shadow: inset 0 1px 0 #ef7d7d;
	}
	
#content .progress_bar .progress_complete.orange {
	background: #ffaa24 url(../images/prstr.png) center repeat-x;
	border: 1px solid #c37700;
	-moz-box-shadow: inset 0 1px 0 #f4db81;
	-webkit-box-shadow: inset 0 1px 0 #f4db81;
	box-shadow: inset 0 1px 0 #f4db81;
	}


/* Small progress bars */

#content .progress_bar.small {
	padding: 2px;
	padding-right: 10px;
	-moz-box-shadow: inset 0 1px 1px #ccc;
	-webkit-box-shadow: inset 0 1px 1px #ccc;
	box-shadow: inset 0 1px 1px #ccc;
	}

#content .progress_bar.small .progress_complete {
	padding: 3px;
	}

#content .progress_bar.small .progress_complete span {
	display: none;
	}
	
	
/* Forms */

#content form p {
	overflow: hidden;
	padding-bottom: 20px;
	padding: 10px 0;
	}

#content form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
	vertical-align: middle;
	}

input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	border: 1px solid #bbb;
	outline: none;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
input.text.error {
	border: 2px solid #e75c5c;
	}

#content form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	border: 1px solid #bbb;
	outline: none;
	overflow: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
#content form textarea.wysiwyg {
	height: 200px;
	padding: 0;
	}
	
#content form .custom_file input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #014076;
	background: #085a9f url(../images/mbg.jpg) center repeat-x;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-moz-box-shadow: inset 0 1px 0 #66b6f8;
	-webkit-box-shadow: inset 0 1px 0 #66b6f8;
	box-shadow: inset 0 1px 0 #66b6f8;	
	}

#content form .custom_file input.file {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	width: 1px;
	position: absolute;
	cursor: pointer;
	}

#content form .custom_file em {
	font-size: 11px;
	background: #eee;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-left: 0;
	font-style: normal;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

#content form input.date_picker {
	font-size: 13px;
	width: 80px;
	padding-right: 36px;
	cursor: pointer;
	background: url(../images/cal.jpg) center right no-repeat;
	}
	



#content form input.radio,
#content form input.checkbox {
	vertical-align: text-bottom;
	}

#content form .onoffswitch label {
	float: left;
	padding: 0 10px;
	line-height: 28px;
	}

#content form .onoffswitch input {
	float: left;
	}
	
#content form .onoff_box {
	float: left;
	width: 80px;
	height: 26px;
	background: url(../images/onoff.gif) 0 0 no-repeat;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#content form .onoff_box.checked {
	background: url(../images/onoff.gif) -40px 0 no-repeat;
	}

#content form .onoff_box input {
	position: absolute;
	left: -20px;
	}
	
#content form .note {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	vertical-align: middle;
	}

#content form .note.error { color: #e3302c; }
			
#content form input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #014076;
	background: #085a9f url(../images/mbg.jpg) center repeat-x;
	padding: 7px 15px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-moz-box-shadow: inset 0 1px 0 #73b9f3;
	-webkit-box-shadow: inset 0 1px 0 #73b9f3;
	box-shadow: inset 0 1px 0 #73b9f3;
	}
	
#content form input.submit:hover {
	background: #ed9c34 url(../images/mbgh.jpg) center repeat-x;
	border: 1px solid #c05f05;
	text-shadow: 0 1px 0 #6e3704;

	-moz-box-shadow: inset 0 1px 0 #f3cf8c;
	-webkit-box-shadow: inset 0 1px 0 #f3cf8c;
	box-shadow: inset 0 1px 0 #f3cf8c;
	}
	
#content form input.submit.disabled {
	background: #ddd;
	color: #999;
	border: 1px solid #aaa;
	text-shadow: 0 1px 0 #fff;
	
	-moz-box-shadow: inset 0 1px 0 #eee;
	-webkit-box-shadow: inset 0 1px 0 #eee;
	box-shadow: inset 0 1px 0 #eee;
	}


.buttonBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #014076;
	background: #085a9f url(../images/mbg.jpg) center repeat-x;
	padding: 7px 15px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-moz-box-shadow: inset 0 1px 0 #73b9f3;
	-webkit-box-shadow: inset 0 1px 0 #73b9f3;
	box-shadow: inset 0 1px 0 #73b9f3;
	}
	
.buttonBlue:hover {
	background: #ed9c34 url(../images/mbgh.jpg) center repeat-x;
	border: 1px solid #c05f05;
	text-shadow: 0 1px 0 #6e3704;

	-moz-box-shadow: inset 0 1px 0 #f3cf8c;
	-webkit-box-shadow: inset 0 1px 0 #f3cf8c;
	box-shadow: inset 0 1px 0 #f3cf8c;
	}
	
	
/* Image list */

#content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	}

#content .imglist ul {
	padding: 0;
	}

#content .imglist li {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 10px 23px 10px 0;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}

#content .imglist li:hover {
	cursor: move;
	}
	
#content .imglist li img {
	width: 100px;
	height: 100px;
	}

#content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(../images/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 20px;
	top: 22px;
	display: none;
	}
	
#content .imglist li:hover ul {
	display: block;
	}

#content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
	
#content .imglist .ui-state-highlight {
	border: 1px dashed #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

#content .imglist .ui-sortable-helper {
	opacity: .80;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
	}

#content .imglist li ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
#content .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
#content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }


/* Text boxes */
#content .textbox {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#content .textbox h2 {
	background: #f3f3f3;
	line-height: normal;
	padding: 12px 15px;
	font-size: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

#content .textbox .textbox_content {
	padding: 15px 15px 5px;
	}
	
.half {
	width: 48.8%;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}


/* Chat, Discussion */

#content .chat {
	overflow: hidden;
	}

#content .chat h3 {
	font-size: 13px;
	color: #454545;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	}

#content .chat_messages {
	padding-right: 230px;
	}

#content .chat_messages ul li {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	line-height: 20px;
	}

#content .chat_messages ul li.sysmsg {
	color: #888;
	}

#content .chat_messages ul li .avatar {
	float: left;
	}

#content .chat_messages ul li .avatar img {
	width: 32px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content .chat_messages ul li .username {
	margin-left: 10px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: normal;
	}

#content .chat_messages ul li span {
	float: right;
	color: #999;
	font-size: 11px;
	}

#content .chat_messages ul li p {
	padding: 0;
	margin-left: 42px;
	color: #666;
	}

#content .chat_messages form {
	overflow: hidden;
	padding: 15px 0;
	}

#content .chat_messages form img {
	float: left;
	width: 32px;
	margin-right: 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content .chat_messages form input.text {
	float: left;
	width: 290px;
	margin-right: 10px;
	}

#content .chat_messages form input.submit {
	float: left;
	}

#content .chat_users {
	float: right;
	width: 200px;
	}

#content .chat_users ul {
	padding-top: 15px;
	}

#content .chat_users ul li {
	padding-bottom: 10px;
	}

#content .chat_users ul li a {
	text-decoration: none;
	font-weight: bold;
	}

#content .chat_users ul li a img {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content .chat_users ul li a.remove {
	float: right;
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	
#content .chat_users ul li a.remove:hover {
	-moz-opacity: 1;
	opacity: 1;
	}

	

/* Slider */

.ui-slider {
	position: relative;
	text-align: left;
	background: #eee;
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	margin-bottom: 20px;
	
	-moz-box-shadow: inset 0 1px 3px #ccc;
	-webkit-box-shadow: inset 0 1px 3px #ccc;
	box-shadow: inset 0 1px 3px #ccc;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 22px;
	height: 22px;
	outline: none;
	line-height: normal;
	background: url(../images/handle.png) top left no-repeat;
	}
	
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 1%;
	display: block;
	background: #1a83db;
	-moz-box-shadow: inset 0 0 3px #072743;
	-webkit-box-shadow: inset 0 0 3px #072743;
	box-shadow: inset 0 0 3px #072743;
	}

.ui-slider-horizontal { width: 100%; height: 11px; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -13px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 11px; height: 200px; }
.ui-slider-vertical .ui-slider-handle { left: -6px; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Login page */

.loginpage {
	background: #eceff1;
	}
	
.backlink {
	line-height: 50px;
	padding: 0 20px 0 30px;
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
	float: right;
	background: url(../images/hsep.gif) 0 0 repeat-y;
	}
	
.backlink:hover {
	color: #fff;
	}

#content.loginbox {
	background: #fff;
	width: 400px;
	margin: 100px auto 100px;
	border: 1px solid #b0bec6;
	padding: 20px 0 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	}

#content.loginbox .message {
	margin: 0 20px 10px;
	}

#content.loginbox form p {
	padding: 0 20px 20px;
	
	}
	
#content.loginbox form .formend {
	padding-top: 20px;
	border-top: 1px solid #bbb;
	background: #eee;
	
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	}
	
#content.loginbox form input.text {
	width: 344px;
	}
	
#content.loginbox form input.submit {
	margin-right: 10px;
	}
	


/**
 * 	New icon set
 */
.i-lang-bg {padding-left:20px !important; background:url(../images/flags/bg.png) no-repeat 0 50% transparent;}
.i-lang-en {padding-left:20px !important; background:url(../images/flags/en.png) no-repeat 0 50% transparent;}
.i-lang-fr {padding-left:20px !important; background:url(../images/flags/fr.png) no-repeat 0 50% transparent;}
.i-lang-ru {padding-left:20px !important; background:url(../images/flags/ru.png) no-repeat 0 50% transparent;}
.i-lang-de {padding-left:20px !important; background:url(../images/flags/de.png) no-repeat 0 50% transparent;}


/**
 * 	some stuff by Blago
 */
.margin-top-5 {margin-top:5px;}


.paydesk-selected-input
{
	border:3px solid blue !important;
}


.pager a {
	width: 25px;
	display:block;
	float:left;
	border: 1px solid #005598;
	padding: 3px 0px;
	margin:2px;
	text-align:center;
}

.pager a:hover, a.active {
	background-color: #005AA4;
	color: white;
}





/* DATABASE */
.application-debug-log {
	direction:ltr !important;
	display:block;
	/*width:98%;*/
	height:auto;
	margin:0px 0 0 0;
	padding:20px 10px 10px 10px;
	color:#333;
	font:normal 8.5pt Tahoma,sans-serif;
	line-height:9pt;
	text-align:left; 
	background-color:#ccc;	
	}

.stat-title {
	color:#000;
	font:bold 11pt Arial,sans-serif;
	line-height:12pt;
	}

.stat-log-tbl {
	margin:2px 0 10px 0 !important;
	background-color:#fff;
	cursor:default;
	box-shadow:0 1px 3px #333;	
	-moz-box-shadow:0 1px 3px #333;
	-webkit-box-shadow:0 1px 3px #333;		
	}	
.stat-log-tbl th {
	padding:5px;
	font:bold 10pt Arial,sans-serif;
	text-align:left;	
	text-transform:uppercase;
	background-color:#dcdcdc;
	border-top:1px solid #999;
	border-bottom:1px solid #fff;	
	}
.stat-log-tbl td {
	padding:6px 4px;
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;	
	}

.stat-log-tbl tr:hover {
	color:#000;
	background-color:#ffc!important;
	}



/**PRICING TABLE STYLES**/
#pricing-table { margin:0px auto 35px; overflow:hidden; width:940px; }
#pricing-table .table-text { color:#575757; font:15px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:26px; margin:0px 0px 47px; text-align:center; }
#pricing-table .table-text a { color:#000; }
#pricing-table .table-text a:hover,#pricing-table .table-text a:focus { text-decoration:underline; }
#pricing-table ul{ margin:0px;}
#pricing-table ul li{ padding:0px; background:none;}
#pricing-table ul .red { color:#9f0000; }
#pricing-table ul .green { color:#518a3b; }
#pricing-table ul .cross { background:url(../images/pckg-no-bg.png) no-repeat center center; display:block; } 
#pricing-table ul .tick { background:url(../images/pckg-yes-bg.png) no-repeat center center; display:block; }
#pricing-table .choose-plan { float:left; margin:0px 0px 0px 20px; width:245px; }
#pricing-table .choose-plan .heading { background:url(../images/pckg-yl-bg.png); height:95px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; z-index:25; }
#pricing-table .choose-plan .heading h4 { color:#d7d7d7; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; margin:0px 0px 0px 22px; padding:22px 0px 0px; }
#pricing-table .choose-plan .heading h4 strong { font:21px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .choose-plan ul { background:#f3f3f3; border:1px solid #ccc; margin:-5px 0px 0px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; z-index:15; }
#pricing-table .choose-plan ul li { border-bottom:1px solid #d3d3d3; color:#4e4e4e; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; padding:0px 0px 0px 20px; }
#pricing-table .standard-plan { float:left; margin:0px 0px 0px -5px; width:216px; z-index:25; }
#pricing-table .standard-plan .heading { background:url(../images/pckg-yl-bg.png); height:95px; overflow:hidden; position:relative; z-index:25; }
#pricing-table .standard-plan .heading p { margin:0px; background:url(../images/packg-standard-bg.png) repeat-x; color:#bdbcbc; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 0px 15px; text-shadow:1px 1px 1px #1a1a1a; }
#pricing-table .standard-plan .heading h4 { color:#b7b7b7; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; margin:0px;}
#pricing-table .standard-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .standard-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .standard-plan ul { background:#f3f3f3; margin-top: -5px; }
.ie7 .standard-plan ul { padding-top: 5px;}
#pricing-table .standard-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .business-plan .heading { background:url(../images/pckg-business-bg.png) #518a3b repeat-x; height:85px; overflow:hidden; position:relative; top:-10px; -webkit-box-shadow: 0px 0px 2px #989898; -moz-box-shadow:0px 0px 2px #989898; box-shadow: 0px 0px 2px #989898;  z-index:35; }
#pricing-table .business-plan .heading p { margin:0px; background:#518a3b; color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 10px 15px; text-shadow:1px 1px 1px #14230f; }
#pricing-table .business-plan .heading h4 { padding-top:20px; color:#284b1b; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; text-shadow:1px 1px 1px #8ab179; margin:0px; }
#pricing-table .business-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px #15230f; }
#pricing-table .business-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px #15230f; }
#pricing-table .business-plan ul { background:#fff; border:1px solid #ccc; margin:-10px 0px 0px; -webkit-box-shadow: 0px 0px 5px #989898; -moz-box-shadow:0px 0px 5px #989898; box-shadow: 0px 0px 5px #989898;  }
.ie7 #pricing-table .business-plan ul { position: relative; top: -10px; }
#pricing-table .business-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .premium-plan { float:left; margin:0px 0px 0px -4px; width:214px; }
#pricing-table .premium-plan .heading { background:url(../images/pckg-yl-bg.png); height:95px; overflow:hidden; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  z-index:25; }
#pricing-table .premium-plan .heading p { margin:0px; background:url(../images/packg-standard-bg.png) repeat-x; color:#bdbcbc; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 0px 15px; text-shadow:1px 1px 1px #1a1a1a; -webkit-border-top-right-radius: 7px; -moz-border-radius-topright: 7px; border-top-right-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  }
#pricing-table .premium-plan .heading h4 { color:#b7b7b7; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; margin:0px; }
#pricing-table .premium-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .premium-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .premium-plan ul { background:#f3f3f3; border:1px solid #ccc; margin:-5px 0px 0px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  }
#pricing-table .premium-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .purchase-btn { background:url(../images/perchaise-btn.png) no-repeat left top; color:#fff; cursor:pointer; display:block; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; height:28px; line-height:28px; margin:14px auto 0px; text-align:center; text-shadow:1px 1px 1px #255c1a; width:92px; }
#pricing-table .purchase-btn:hover,#pricing-table .purchase-btn:focus { background:url(../images/perchaise-btn.png) no-repeat left bottom; }


.adminReceiptDemo
{
	border:3px solid #c9c9c9;
}

.adminReceiptDemo table tr td, .adminReceiptDemo table tr th
{
	border:0px !important;
}


.pluginBox
{
	border: 2px solid #4baa10;
	padding: 10px;
	margin: 5px;
	width: 280px;
	height: 130px;
	float: left;
	-moz-border-radius:15px;
	border-radius: 15px;
}
.pluginBox:hover
{
	background-color: #ebffdf;
}


.clientPopupBox
{
	display:block;
	border: 2px solid #c0c0c0;
	padding: 5px;
	margin: 5px;
	width: 233px;
	height: 35px;
	float: left;
	font-size:15px;
	-moz-border-radius:10px;
	border-radius: 10px;
	text-decoration:none;
	color:black;
	text-align:center;
}
.clientPopupBox:hover
{
	border: 2px solid #4baa10;
	background-color:#ebffdf;
	color:black;
}


.shopBox
{
	border: 2px solid #4baa10;
	padding: 10px;
	margin: 5px;
	width: 280px;
	height: 150px;
	float: left;
	-moz-border-radius:15px;
	border-radius: 15px;
}
.shopBox:hover
{
	background-color: #ebffdf;
}



/* BUTTONS */
.btn,
a.btn:link,
a.btn:visited {
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
	padding:9px 16px;
	color:#666;
	font-family:'Open Sans Condensed',Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-shadow:1px 1px 0 #eee;
	text-align:center;
	border:1px solid #bbb;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff;
	cursor:pointer;
}

.btn-small {
	padding:6px 8px !important;
	font-size:18px !important;
	line-height:18px !important;
}

/* COLORS */
.btn-gray {
	color:#666 !important;
	text-shadow:1px 1px 1px #fff !important;
	background: #f3f3f3;
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=0 );
}
button:hover .btn-gray,
a.btn-gray:hover,
.btn-gray:hover {
	color:#444 !important;
	background:#ececec !important;
	box-shadow:0 1px 3px #bbb, inset 0 1px 1px #fff !important;
	-webkit-box-shadow:0 1px 3px #bbb, inset 0 1px 1px #fff !important;	
}

.btn-green {
	color:#eee !important;
	text-shadow:1px 1px 1px #236617 !important;
	border:1px solid #19720c !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #9edb8f;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #9edb8f;
	background: #62c54a;
	background: -moz-linear-gradient(top,  #62c54a 1%, #2d9d1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#62c54a), color-stop(100%,#2d9d1c));
	background: -webkit-linear-gradient(top,  #62c54a 1%,#2d9d1c 100%);
	background: -o-linear-gradient(top,  #62c54a 1%,#2d9d1c 100%);
	background: -ms-linear-gradient(top,  #62c54a 1%,#2d9d1c 100%);
	background: linear-gradient(to bottom,  #62c54a 1%,#2d9d1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c54a', endColorstr='#2d9d1c',GradientType=0 );
}
button:hover .btn-green,
a.btn-green:hover,
.btn-green:hover {
	color:#fff !important;
	background:#47b730 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #9edb8f !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #9edb8f !important;	
}

.btn-yellow {
	color:#747a01 !important;
	text-shadow:1px 1px 1px #fff !important;
	border:1px solid #989d4e !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #f9fbdb;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #f9fbdb;
	background: #f5f8c5;
	background: -moz-linear-gradient(top,  #f5f8c5 0%, #ecf19a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f8c5), color-stop(100%,#ecf19a));
	background: -webkit-linear-gradient(top,  #f5f8c5 0%,#ecf19a 100%);
	background: -o-linear-gradient(top,  #f5f8c5 0%,#ecf19a 100%);
	background: -ms-linear-gradient(top,  #f5f8c5 0%,#ecf19a 100%);
	background: linear-gradient(to bottom,  #f5f8c5 0%,#ecf19a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8c5', endColorstr='#ecf19a',GradientType=0 );

}
button:hover .btn-yellow,
a.btn-yellow:hover,
.btn-yellow:hover {
	background:#f5f8c5 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #f9fbdb !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #f9fbdb !important;	
}

.btn-blue {
	color:#435e82 !important;
	text-shadow:1px 1px 1px #fff !important;
	border:1px solid #7288a6 !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #eff2fb;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #eff2fb;
	background: #e5eaf9;
	background: -moz-linear-gradient(top,  #e5eaf9 0%, #cfd7f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5eaf9), color-stop(100%,#cfd7f3));
	background: -webkit-linear-gradient(top,  #e5eaf9 0%,#cfd7f3 100%);
	background: -o-linear-gradient(top,  #e5eaf9 0%,#cfd7f3 100%);
	background: -ms-linear-gradient(top,  #e5eaf9 0%,#cfd7f3 100%);
	background: linear-gradient(to bottom,  #e5eaf9 0%,#cfd7f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eaf9', endColorstr='#cfd7f3',GradientType=0 );
}
button:hover .btn-blue,
a.btn-blue:hover,
.btn-blue:hover {
	background:#e5eaf9 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #eff2fb !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #eff2fb !important;	
}

.btn-pink {
	color:#b85050 !important;
	text-shadow:1px 1px 1px #fff !important;
	border:1px solid #e47878 !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fdefef;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fdefef;
	background: #fce5e5;
	background: -moz-linear-gradient(top,  #fce5e5 0%, #f7c6c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce5e5), color-stop(100%,#f7c6c6));
	background: -webkit-linear-gradient(top,  #fce5e5 0%,#f7c6c6 100%);
	background: -o-linear-gradient(top,  #fce5e5 0%,#f7c6c6 100%);
	background: -ms-linear-gradient(top,  #fce5e5 0%,#f7c6c6 100%);
	background: linear-gradient(to bottom,  #fce5e5 0%,#f7c6c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce5e5', endColorstr='#f7c6c6',GradientType=0 );
}
button:hover .btn-pink,
a.btn-pink:hover,
.btn-pink:hover {
	background:#fce5e5 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #fdefef !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #fdefef !important;	
}

.btn-cream {
	color:#a6723e !important;
	text-shadow:1px 1px 1px #fff !important;
	border:1px solid #be8853 !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff3e4;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff3e4;
	background: #ffecd3;
	background: -moz-linear-gradient(top,  #ffecd3 0%, #ffd9b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffecd3), color-stop(100%,#ffd9b0));
	background: -webkit-linear-gradient(top,  #ffecd3 0%,#ffd9b0 100%);
	background: -o-linear-gradient(top,  #ffecd3 0%,#ffd9b0 100%);
	background: -ms-linear-gradient(top,  #ffecd3 0%,#ffd9b0 100%);
	background: linear-gradient(to bottom,  #ffecd3 0%,#ffd9b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd3', endColorstr='#ffd9b0',GradientType=0 );
}
button:hover .btn-cream,
a.btn-cream:hover,
.btn-cream:hover {
	background:#ffecd3 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #fff3e4 !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #fff3e4 !important;	
}

.btn-violet {
	color:#a65ab4 !important;
	text-shadow:1px 1px 1px #fff !important;
	border:1px solid #b96dc7 !important;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #f9ebfb;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #f9ebfb;
	background: #f5dff9;
	background: -moz-linear-gradient(top,  #f5dff9 0%, #ecc4f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5dff9), color-stop(100%,#ecc4f3));
	background: -webkit-linear-gradient(top,  #f5dff9 0%,#ecc4f3 100%);
	background: -o-linear-gradient(top,  #f5dff9 0%,#ecc4f3 100%);
	background: -ms-linear-gradient(top,  #f5dff9 0%,#ecc4f3 100%);
	background: linear-gradient(to bottom,  #f5dff9 0%,#ecc4f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dff9', endColorstr='#ecc4f3',GradientType=0 );
}
button:hover .btn-violet,
a.btn-violet:hover,
.btn-violet:hover {
	background:#f5dff9 !important;
	box-shadow:0 1px 3px #999, inset 0 1px 1px #f9ebfb !important;
	-webkit-box-shadow:0 1px 3px #999, inset 0 1px 1px #f9ebfb !important;	
}

.btn-small-size  {width:60px;}
.btn-normal-size {width:auto;}
.btn-medium-size {width:100px;}
.btn-big-size 	 {width:150px;}
.btn-large-size  {width:200px;}



/*TABS control*/
.tabs {
	margin:0;
}
	.live-tabs-nav {
		display:block;	
	}
		.tabs .tab-item {
			display:inline-block;
			opacity:0.5;
			filter:alpha(opacity=50);
		}
		.tabs .tab-item:hover {
			opacity:0.8;
			filter:alpha(opacity=80);
		}
		.tabs .tab-item.active {
			opacity:1;
			filter:alpha(opacity=100);
		}
		
	.live-tabs-sections {
		display:block;
	}
		.tab-section {
			display:none;
			margin:0;
			padding:0;
		}	
		.tab-section-visible {
			display:block !important;
		}
		

/* SHORTCUT PANEL*/
.shorcut-nav {
	padding:4px;	
}
.shorcut-nav .btn {
	margin:2px !important;
}
.shorcut-content {
	display:block;
	height:540px;
	margin-top:10px;
	padding:2px;
	overflow:auto;
}

.p-btn {
	display:inline-block;
	width:118px;
	height:80px;
	margin:4px;
	padding:3px;
	text-align:center;
	border:1px solid #bbb;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff;
	-webkit-box-shadow:0 1px 2px #cacdcf, inset 0 1px 1px #fff;
	cursor:pointer;
	vertical-align:top;
}
.p-img {
	display:inline-block;
	width:80px;
	height:80px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden;
}
.p-img img {
	display:inline-block;
	width:80px;
	height:80px;
}

.p-btn-title {
	display:inline-block;
	/*margin-top:6px;*/
	font-size:15px;
}

/* Order Panel */
.panel {
	background-color:#fff;
	border:1px solid #c3c3c3;
	border-radius:3px;	
	-webkit-border-radius:3px;
	box-shadow:1px 2px 5px #bbb;
	-webkit-box-shadow:1px 2px 5px #bbb;
}


.toplineLetters
{
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 42px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 38px;
	margin: 3px 5px 4px 5px;
	text-decoration: none;
}




.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

