img.percentImage1 {
 background: #333 url(https://plantasker.vectorns.com/images/percentImage_back1.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage2 {
 background: #333 url(https://plantasker.vectorns.com/images/percentImage_back2.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage3 {
 background: #333 url(https://plantasker.vectorns.com/images/percentImage_back3.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage4 {
 background: #333 url(https://plantasker.vectorns.com/images/percentImage_back4.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}
#element2Text {
	color: #ccc;
}
/*#slider, #slider-bar, #slider-handle {
    border: 0;
    padding: 0;
    margin: 0;
}
#slider {
    width: 175px;
	height: 15px;
	background: url(https://plantasker.vectorns.com/images/percentImage_back2.png) no-repeat;
	
	float: right;
	margin: 8px 18px 0 0;
}
#slider-bar {
	width: 175px;
	height: 15px;
	background: url(https://plantasker.vectorns.com/images/percentImage.png) no-repeat -300px;
	margin: 4px 20px 0 0;
}
#slider-handle {
    width: 175px;
	height: 22px;
	background: url(https://plantasker.vectorns.com/images/gripper.png) no-repeat;
	margin: 4px 20px 0 0;
	position: relative;
	top: -3px;
}
#percent {
    font-size: 100%;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}*/

#slider, #slider-bar, #slider-handle {
    border: 0;
    padding: 0;
    margin: 0;
}

#slider {
    width: 123px;
    height:12px;
    background: url(https://plantasker.vectorns.com/images/percentImage_back2.png) no-repeat -300px;
    margin-left: 35px;
    float: left;
    margin-top: 8px;
}

#slider-bar {
    width:123px;
    height:12px;
    background: url(https://plantasker.vectorns.com/images/percentImage.png) no-repeat;
}

#slider-handle {
    width: 20px;
height: 16px;
cursor: ew-resize;
top: -3px;
border: 1px solid #aaa;
border-radius: 8px;
/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#eee));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #eee, #bbb);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #eee, #bbb);

  /* IE 10 */
  background: -ms-linear-gradient(top, #eee, #bbb);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #eee, #bbb);
}

#debug {
    padding-top: 5px;
}

#percent {
    font-size: 100%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    float: left;
    margin-left: 5px;
}
.clear {
	clear: both;
}

.hide {
	display: none;
}

/* pages/home */
.task-filter-form {
	margin: 10px 8px 0px;
	float: right;
	text-align: right;
}

.task-filter-form .filter-value {
	margin-right: 10px;
}

.dashboard {
	float: left;
	width: 50%;
	height: 50%;
	overflow: hidden;
}

.dashboard .dashboard-fieldset {
	height: 85%;
}

.dashboard .project-empty {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	padding: 10px;
}

.dashboard-fieldset-table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-right: 0;
}

.dashboard-comment {
	display: inline;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.dashboard-task-detail {
	float: right !important;
	padding: .5em 0 !important;
	margin: 0 !important;
}

.dashboard-tasks {
	clear: both;
}

.dashboard-tasks-table {
	width: 100%;
	border: 1px solid #cccccc;
}

.dashboard-expand {
	display: inline;
	margin: 2px 5px 0 0;
	width: 13px;
	cursor: pointer;
}

.dashboard-task-edit {
	font-size: 11px; font-weight: normal;
}

.dashboard-task-hours {
	clear: both; float: right; margin-right: 15px; margin-top: 10px;
}

/* Everything Else */

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
#nivoSliderWrapper {
	position: relative;
	width: 700px;
	height: 300px;
}

.nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivoSlider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -40px; /* Tweak this to center bullets */
	display: none;
}

.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	position: absolute;
	top: 50%;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 690px;
	z-index: 8;
	padding: 5px;
	background-color: #222;
}

.nivo-caption p {
	font-weight: bold;
	font-size: 14px !important;
	color: #CCC;
}

.nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.nivo-caption a:hover {
	color: #fff;
}

.homeli ul li {
	margin: 5px 12px;
	font-size: 12px;
}

/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

/* Custom Styles */
.paginator {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

.paginator a {
	font-size: 14px;
	font-weight: bold;
}

/* Scrollbar */

/* ribbon style */
.ribbon-wrapper {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

.ribbon-front {
	background-color: #333;
	height: 60px;
	width: 760px;
	position: relative;
	left: -20px;
	z-index: 2;
}

.ribbon-front,.ribbon-back-left,.ribbon-back-right {
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.ribbon-edge-topleft,.ribbon-edge-topright,.ribbon-edge-bottomleft,.ribbon-edge-bottomright
	{
	position: absolute;
	z-index: 1;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.ribbon-edge-topleft,.ribbon-edge-topright {
	
}

.ribbon-edge-bottomleft,.ribbon-edge-bottomright {
	top: 60px;
}

.ribbon-edge-topleft,.ribbon-edge-bottomleft {
	left: -20px;
	border-color: transparent #777 transparent transparent;
}

.ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 20px 0 0;
}

.ribbon-edge-bottomleft {
	border-width: 0 20px 10px 0;
}

.ribbon-edge-topright,.ribbon-edge-bottomright {
	left: 720px;
	border-color: transparent transparent transparent #777;
}

.ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 20px;
}

.ribbon-edge-bottomright {
	border-width: 0 0 10px 20px;
}

.ribbon-back-left {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 0px;
	height: 60px;
	z-index: 0;
}

.ribbon-back-right {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 0px;
	height: 60px;
	z-index: 0;
}

/** Style the tweets */
#twitters {
	border-top: 1px solid #333;
	padding: 5px;
}

#twitters UL {
	list-style: none;
	padding: 0;
	margin: 0px;
}

#twitters LI {
	padding: 3px;
	background: none;
	margin: 0px;
}

#twitters SPAN.prefix {
	font-weight: bold;
}

#twitters SPAN.time {
	font-style: italic;
	color: #c5c5c5;
}

#twitters SPAN   ..status {
	font-style: italic;
}

#google_translate_element {
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 5px;
}

.google_plus_one {
	margin: 10px 65px;
	width: 60px;
	float: left;
}

.twitterlogo {
	margin: 10px 0;
	width: 300px;
	float: left;
	height: 241px;
	overflow: auto;
	border-top: 1px solid #333;
}

#twitterhead {
	background: url(/img/twitter_birdie.png) 0 -2px no-repeat;
}

#facebookhead {
	background: url(/img/f_logo.jpg) 0 -2px no-repeat;
}

.facebook_like {
	margin: 10px 65px;
	width: 45px;
	float: left;
}

.facebook-widget {
	border-top: 1px solid #333;
}

._4s7c {
	border: none;
}

.clearfix pam {
	/*display: none;*/
}

.phm pluginLikeboxStream {
	height: 178px;
}

.pluginBoxDivider {
	border: none;
}

.silver_package {
	float: left;
	border: 1px solid #333;
	padding: 20px 40px;
	margin: 20px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: silver;
	text-align: center;
}

.gold_package {
	float: left;
	border: 1px solid #333;
	padding: 20px 40px;
	margin: 20px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: #D4A017;
}

.platinum_package {
	float: left;
	border: 1px solid #333;
	padding: 20px 40px;
	margin: 20px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: #EDEDEF;
	text-align: center;
}

/* Settings Page */
.settings_main {
	width: 530px;
	margin: 20px auto;
	line-height: 20px;
}

.settings_main ul li {
	font-size: 16px;
	list-style-image: url(https://plantasker.vectorns.com/img/bullet-list-icon.jpg);
}

.settings_main h2 {
	font-weight: bold;
}

.user_photo {
	float: left;
	margin: 0 10px;
}

.user_data {
	float: left;
}

.user_data label {
	float: left;
	font-weight: bold;
	padding-right: 5px;
	width: 130px;
	font-size: 14px;
	text-align: right;
}

.user_data div {
	font-size: 14px;
	height: 28px;
}

/* Project Specific */
.projectinfo {
	float: left;
	padding-top: 3px;
	border-right: #777;
	background-color: rgba(5, 5, 5, 0.4);
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	margin-right: 20px;
}

.projectdata {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 15px;
	margin-bottom: 0px;
}

.project_data_title {
	float: left;
	font-weight: bold;
	display: table-cell;
}

.projects_account {
	float: left;
}

.projects.index {
	margin: 0 15px;
}

.top_left_project_data {
	float: left;
	width: 33%;
}

.top_right_project_data {
	float: left;
	width: 33%;
}

.blind_header {
	height: 30px;
	position: relative;
	background: #333333;
}

div.project_wrapper {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.users.index {
	margin: 10px 15px 0px;
}

.tips.index {
	margin: 10px 15px 0px;
}
/****** Projects View ********/
.projects.view {
	margin: 10px 15px 15px;
	padding-bottom: 15px;
	height: 100%;
}

.project_title {
	margin: 6px 0;
	line-height: 16px;
	float: left;
}

.project_title a {
	font-size: 14px;
	font-weight: bold;
}

.project_title_actions {
	margin: 6px 0px;
	line-height: 16px;
	float: right;
}

.project_title_actions a {
	
}

/* Tasks */
.task_view_wrapper {
	width: 470px;
	float: left;
	margin-right: 5px;
}

.task_comments {
	
}

.tasks.view {
	height: 380px;
	background: white;
}

.task_title {
	margin: 6px 0;
	line-height: 16px;
	clear: both;
	margin: 6px 0 6px 6px;
}

.task_title b {
	font-size: 14px;
}

.task_title a {
	font-size: 14px;
	font-weight: bold;
}

.task_title_actions {
	line-height: 16px;
	float: right;
	margin: 0 0;
}

.task_title_actions a {
	font-size: 11px;
}

.task_actions {
	margin: 6px 0;
	line-height: 16px;
}

.task.details {
	height: 86px;
}

.task_detail {
	float: left;
	margin: 0 20px 0px 0px;
	padding: .5em;
}

.tasks_detail {
	float: left;
	margin: 0 20px 0px 0px;
	padding: .5em;
}

.task_detail b {
	color: #777;
}

.right-details {
	float: left;
}

.left-details {
	float: left; 
	width: 200px;
}

.task_detail_title {
	padding: 5px;
	width: 100px;
	font-weight: bold;
	margin-right: 10px;
	font-size: 12px;
	float: left;
	text-align: right;
}

.task_comments_wrapper {
	float: left;
	width: 220px;
}
.task_comments_wrapper h2 {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 150%;
	margin: 5px 0;
	border-bottom: 1px solid #aaa;
	background-color: whitesmoke;
	padding-top: 5px;
	cursor: pointer;
}
.task_comments_wrapper h2:after {
	content: " \25B4";
	margin-left: 5px;
}
.task_comments_wrapper h2.up-arrow:after {
	content: " \25BE";
}

.milestone_detail {
	float: left;
	margin: 0 20px 0px;
	padding: .5em;
	color: #fff;
}

.milestone_detail b {
	color: #ccc;
}

.task_priority_notice {
	color: red;
	font-weight: bold;
	font-size: 14px;
	float: left;
	cursor: default;
}

.task_priority_notice img {
	margin-top: 2px;
	margin-right: 2px;
}

.notinvoiced a {
	color: red;
}

.notinvoiced a:hover {
	color: red;
}

.invoiced a {
	color: green;
}

.invoiced a:hover {
	color: green;
}

/* Navigation */
.mainMenu {
	margin: 10px 0px 0px;
	color: #000;
	float: right;
	height: 37px;
}

.mainMenu a {
	padding: 0px 10px;
}

/* Date Time */
#datetime {
	margin: 12px 0 0 20px;
	float: right;
	font-style: italic;
	font-weight: bold;
}

/* General Style Info */
html {
	height: 100%;
	overflow-y: auto;
	/*background-color: transparent;*/
}

body {
	color: #333;
	font-family: helvetica, 'lucida grande', verdana, arial, sans-serif;
	font-size: 90%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px !important;
	left: 0;
	bottom: 0;
	right: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.header {
	background: whiteSmoke;
	max-height: 50px;
}

.mainContent {
	height: 100%;
	width: 100%;
}

.dashboard_wrapper {
	height: 94%;
	margin-top: 5px;
	overflow: auto;
}

.dashboard_wrapper2 {
	height: 94%;
	margin-top: 5px;
	overflow: auto;
}

.dashboard_wrapper3 {
	height: 94%;
	margin-top: 5px;
	overflow: auto;
}

.dashboard_wrapper4 {
	height: 94%;
	margin-top: 5px;
	overflow: auto;
}

#dashboardFieldset {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px
		6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px 6px
		-6px #777;
	margin-top: 0px;
}

#tagFieldset {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px
		6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px 6px
		-6px #777;
}

#dashboardFieldset2 {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px
		6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px 6px
		-6px #777;
	margin-top: 0px;
}

#dashboardFieldset3 { -
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px
		6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px 6px
		-6px #777;
	margin-top: 0px;
}

#dashboardFieldset4 {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px
		6px -6px #777;
	box-shadow: 8px 8px 6px -6px #777, -8px 8px 6px -6px #777, 0px 6px 6px
		-6px #777;
	margin-top: 0px;
}
/*::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 10px;
display: block;
background-color: #ccc;
border: 1px solid #999;
display: none;
}
::-webkit-scrollbar-track-piece  {
background-color: #ccc;
border: 1px solid #999;
-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #999;
border: 1px solid #555;
-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal {
height: 50px;
background-color: #999;
border: 1px solid #555;
-webkit-border-radius: 0px;
}*/
a { /*background:#fff;*/
	color: #2554C7;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #2554C7;
	text-decoration: none;
}

a img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	background: #fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 190%;
	padding-bottom: 5px;
}

h3 {
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 165%;
	padding-bottom: 5px;
}

h4 {
	color: #333;
	font-weight: normal;
	padding-top: 0.5em;
}

ul,li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	height: 100%;
}

#header {
	padding: 10px 20px;
}

#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}

#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#content {
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	clear: both;
	color: #333;
	width: 100%;
}

.DynarchCalendar-topCont {
	background: none;
	border: 0;
	width: inherit;
	margin-bottom: 0;
	color: #fff;
}

.DynarchCalendar-topCont table {
	background: none;
	border: 0;
	width: inherit;
	margin-bottom: 0;
	color: #fff;
}

.DynarchCalendar-topCont tr td {
	background: none;
	border-right: 0;
	padding: 0;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px 15px;
	text-align: left;
	vertical-align: top;
}

table tr td.regrow {
	background: #fff;
}

div.regrow {
	background: #fff;
}

table tr td.altrow {
	background: #ddd;
}

.altrow {
	background: #ddd;
}

table table tr td.regrow {
	background: #fff;
}

table table tr td.altrow {
	background: #ddd;
}

table tr td.altcompleterow {
	background: #E0F8E0;
}

table tr td.completerow {
	background: #EFFBEF;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.rowActive {
	background-color: #333333;
	color: #999999;
}

.rowActive a {
	color: #CCCCCC;
}

.rowActive .task_title a {
	color: #CCCCCC !important;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
	margin-left: 20px;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
}

dt.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 11em;
	margin-top: -2em;
	vertical-align: top;
	padding-left: 10px;
}

dd.altrow {
	background: #f4f4f4;
	padding: 0 5px 0 10px;
}
/* Forms */
form {
	clear: both;
	margin: 8px auto;
	padding: 0;
	width: 70%;
}

fieldset {
	border: 2px solid #ccc;
	margin: 15px 15px 0;
	padding: 0px 10px;
	background-color: white;
}

fieldset legend {
	background: #fff;
	color: #333;
	font-size: 160%;
	font-weight: bold;
	padding: 3px 10px 0;
	border-radius: 3px;
	border: 2px solid #ccc;
	box-shadow: 1px 1px 5px #333;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div.input {
	color: #444;
}

#UserCustomBrandingForm div.input {
	height: 40px;
}

#UserCustomBrandingForm div.input input {
	clear: none;
	width: auto;
}

#UserCustomBrandingForm div.input label {
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

#UserCustomBrandingForm h3 {
	text-align: left;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

#UserSetThemeForm div.input {
	height: 40px;
}

#UserSetThemeForm div.input input {
	clear: none;
	width: auto;
}

#UserSetThemeForm div.input label {
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	margin-top: 15px;
	margin-left: 140px;
}

label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}

input,textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}

.phone {
	float: left;
	font-size: 100%;
	font-family: "fruitiger linotype", "lucida grande", "verdana",
		sans-serif;
	padding: .5em;
	margin-bottom: .5em;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 100%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 0 3px 7px 0;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	font-size: 100%;
	width: auto;
	vertical-align: bottom;
}
input[type=submit]:hover {
	color: #d9d9d9;
}

.formdiv {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.action-button {
	float: right;
	margin: 0 0 5px;
	cursor: pointer;
	background-color: #333;
	color: white !important;
	font-weight: bold;
	padding: 4px 15px;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

.action-button:hover {
	color: #d9d9d9 !important;
}

/* Notices and Errors */
/*div.message {
	clear: both;
	color: #900;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 15px 15px 0;
	padding: 5px;  
	background-color: #90EE90;
	border: 1px solid green;
}*/
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 110%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

#flash div#alert {
	border-color: #FFE76F;
	background: #FFF6C6 url(/img/warning_15x15.png) no-repeat 10px 10px;
	font-size: 13px;
	padding: 10px 0 10px 35px;
}

#flash div#tip {
	border-color: green;
	background: #99cc99 url(/img/greencheck.png) no-repeat 10px 10px;
	font-size: 13px;
	padding: 10px 0 10px 35px;
}

#flash div span.preamble {
	font-weight: bold;
	float: left;
	margin-right: 5px;
	font-size: 14px;
}

#flash div {
	border: 1px transparent solid;
	color: #333;
	padding: 15px 12px 15px 44px;
	margin: 10px 15px 0px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: background-color .5s linear;
	-webkit-transition: background-color .5s linear;
	border-image: initial;
}

.loginContent {
	background: #15191C url(../images/s5_bg.jpg) no-repeat top center; 
	overflow: auto;
}

/*  Actions  */
div.actions ul {
	margin: 0 10px 10px;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	/*line-height: 2em;*/
	margin: 0 2em 0 20px;
	/*white-space: nowrap;*/
	/*padding: 2px 5px;*/
	/*background-color: #cccccc;
	border: 1px solid black;*/
}

div.actions ul li a {
	color: #2554C7;
	text-decoration: underline;
}

div.actions ul li a:hover {
	color: #2554C7;
	text-decoration: none;
}

/*  Project Actions  */
div.project_actions {
	padding-bottom: 5px;
}

div.project_actions ul {
	margin: 0 0;
	padding: 0;
}

div.project_actions li {
	display: inline;
	list-style-type: none;
	/*line-height: 2em;*/
	margin: 0 0 0 20px;
	padding: 4px 10px;
	white-space: nowrap;
	/*padding: 2px 5px;*/
	background-color: #F0F0F0;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

div.project_actions li.carousel-selected {
	background: #333333;
}

div.project_actions li.carousel-selected a {
	color: #ccc;
}

div.project_actions ul li a {
	color: #777;
	text-decoration: none;
}

div.project_actions ul li a:hover {
	color: #777;
}

/* Related  */
div.related { /*float: left;*/
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	/*overflow: auto;*/
}

div.related table {
	width: 100%;
}

div.related .actions {
	margin: 0px;
	padding: 5px 0 0 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	float: right;
	background-color: #F0F0F0;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre,div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}

div.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}

div.code-coverage-results div.uncovered span.content {
	background: #ecc;
}

div.code-coverage-results div.covered span.content {
	background: #cec;
}

div.code-coverage-results div.ignored span.content {
	color: #aaa;
}

div.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}

div.code-coverage-results span.line-num strong {
	color: #666;
}

div.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}

div.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

div.code-coverage-results div.realstart {
	margin-top: 0px;
}

div.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}

div.code-coverage-results span.result-bad {
	color: #a00;
}

div.code-coverage-results span.result-ok {
	color: #fa0;
}

div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Scrolling Div */
div.scroll {
	max-height: 150px;
	overflow: auto;
	text-align: left;
}

div.toggler {
	border: 1px solid #ccc;
	background: url(gmail2.jpg) 10px 12px #eee no-repeat;
	cursor: pointer;
	padding: 10px 32px;
	margin-top: 4px;
}

div.toggler.read .subject {
	font-weight: normal;
}

div.toggler.unread .subject {
	font-weight: bold;
}

div.read {
	color: #666;
}

div.toggler .from,div.toggler .date {
	font-style: italic;
	font-size: 11px;
}

div.toggler.flagged {
	background-color: yellow;
}

div.body {
	padding: 10px 20px;
}

span.date {
	float: right;
	z-index: 99;
}

div.message_header {
	width: 90%;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px 32px;
	margin: 4px auto 0px;
}

div.send_message_header {
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 0;
}

div.send_message_header .subject {
	font-weight: bold;
}

div.send_message_header .from,div.send_message_header .date {
	font-style: italic;
	font-size: 11px;
}

div.message_header .subject {
	font-weight: bold;
}

div.message_controls_wrapper {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px 32px;
	margin: 0px auto;
}

div.message_controls {
	width: 85%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 24px;
	background-color: #eee;
	margin: auto;
}

div.message_controls .message_controls_link {
	width: auto;
	padding: 2px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
}

div.messages_links {
	line-height: 42px;
}

div.messages_links a {
	width: auto;
	padding: 2px 10px;
	margin: 8px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

div.message_controls .message_controls_link_delete {
	width: auto;
	padding: 2px 10px;
	margin: 0px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
	float: right;
}

div.message_body {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 32px;
	margin: 0px auto;
}

div.message_body table {
	background: inherit;
	border: 0;
	border-right: 0;
	clear: inherit;
	color: inherit;
	margin-bottom: auto;
	width: auto;
}

div.message_body table tr td {
	background: inherit;
	border-right: 0;
	padding: inherit;
	text-align: inherit;
	vertical-align: inherit;
}

div.message_attachment {
	width: 85%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 24px;
	background-color: #eee;
	margin: auto;
}

div.message_attachment .attachment_header {
	font-weight: bold;
	margin-bottom: 8px;
	color: #666;
}

div.message_attachment .attachment {
	width: auto;
	padding: 2px 10px;
	margin: 8px 5px;
	line-height: 28px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
}

.messages_search {
	float: right;
	width: 270px;
}

div.toggler .subject.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: inherit;
	display: block;
}

.top-nav-menu ul {
	margin-left: 0px;
}

.top-nav-menu ul>li {
	float: left;
	display: block;
	padding-top: 4px;
}

.top-nav-menu ul>li a {
	font-weight: normal;
	color: #000;
}

.top-nav-menu ul>li a:hover {
	color: #ffffff;
}

.main .col-left.sidebar ul li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main .col-left.sidebar ul li a {
	text-transform: uppercase;
}

#topNavSubMenu {
	display: none;
	position: absolute;
	background: #c4c4c4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC',
		endColorstr='#79818E' ) filter:    progid:DXImageTransform.Microsoft.Shadow(color='#666666',
		Direction=180, Strength=4 ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC),
		to(#79818E) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCCCCC, #79818E);
	/* for firefox 3.6+ */
	border-bottom: 1px solid #E6E6E6;
	-moz-box-shadow: 0px 2px 3px #666;
	-webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
	z-index: 1;
	width: 260px;
}

#topNavSubMenu ul {
	margin-left: 5px;
	margin-right: 5px;
}

#topNavSubMenu ul li {
	padding: 5px;
	border-top: 1px solid #E6E6E6;
}

#topNavSubMenu ul li:hover {
	background: #E6E6E6;
	border-top: 1px solid #79818E;
}

#topNavSubMenu ul li a {
	color: #000000;
	font-family: "Eurostile";
	font-size: 15px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #CCCCCC;
}

ul#menubar_categories {
	float: left;
	width: 228px;
}

#topMenu {
	float: left;
	cursor: pointer;
}

#topMenu .item {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
}

#topMenu .item>span {
	padding-right: 15px;
	background: url('../img/nav_bg_indicator.png') no-repeat right 3px;
}

#topMenu .item.hover>span {
	padding-right: 15px;
	/*background:url('../img/nav_bg_indicator_hover.png') no-repeat right 3px;*/
}

#topMenu .item .subMenuProj {
	display: none;
	position: absolute;
	left: 0;
	/*right:0;*/
	margin: 0 0;
	/*width: 300px;*/
	background-color: #a7a7a7;
	z-index: 50;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #c4c4c4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC',
		endColorstr='#AAAEB3' ) filter:    progid:DXImageTransform.Microsoft.Shadow(color='#666666',
		Direction=180, Strength=4 ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC),
		to(#AAAEB3) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCCCCC, #AAAEB3);
	/* for firefox 3.6+ */
	border-bottom: 1px solid #333333;
	moz-box-shadow: 0px 2px 3px #666;
	webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
	overflow-y: auto;
	overflow-x: hidden;
}

#topMenu .item .subMenuProj .column {
	margin: 0 10px; /*width: 250px;*/
	color: #000000;
	text-align: center;
	float: left;
}

#topMenu .item .subMenuProj .column h3 {
	text-decoration: none;
	font-size: 17px;
	margin-botom: 0;
}

#topMenu .item .subMenuProj .column ul { /*width: 300px;*/
	text-decoration: none;
	vertical-align: top;
	height: auto;
}

#topMenu .item .subMenuProj .column li {
	display: block;
	text-align: left;
	margin-left: 0px;
	text-decoration: none;
	padding: 2px 0px;
	border-top: 1px solid #E6E6E6;
	line-height: 20px;
	height: 20px;
}

#topMenu .item .subMenuProj .column li:hover {
	background: #E6E6E6;
	border-top: 1px solid #79818E;
}

#topMenu .item .subMenuProj .column li a {
	color: #000000;
	font-family: "Eurostile";
	font-size: 15px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #CCCCCC;
	margin-left: 10px;
}

#topMenu .item.hover .subMenuProj {
	display: block;
}

#topMenu>ul {
	float: left;
}

#topMenu .item li {
	border: none;
	color: #000000;
	text-align: left;
	width: 99%;
	clear: both;
}

/* USER MENU */
.mainMenu ul {
	margin-left: 0px;
}

.mainMenu ul>li {
	float: left;
	display: block;
	padding-top: 4px;
}

.mainMenu ul>li a {
	font-weight: normal;
	color: #000;
}

.mainMenu ul>li a:hover {
	color: #ccc;
}

#userMenu {
	float: left;
	background: url(../img/down_arrow.png) 100% 13px no-repeat;
	cursor: pointer;
}

#userMenu .item {
	padding: 0;
	color: #777;
	font-size: 14px;
	margin: 0px;
}

.userMenuMiddle {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

#userMenu .item>span {
	padding-right: 15px;
	background: url('../img/nav_bg_indicator.png') no-repeat right 3px;
}

#userMenu .item.hover>span {
	padding-right: 15px;
	/*background:url('../img/nav_bg_indicator_hover.png') no-repeat right 3px;*/
}

#userMenu .item .subMenu {
	display: none;
	position: fixed;
	right:20px;
	margin: 0 0;
	/*width: 300px;*/
	background-color: whitesmoke;
	z-index: 50;
	border: 1px solid #333333;
	moz-box-shadow: 0px 2px 3px #666;
	webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
	overflow-y: auto;
	overflow-x: hidden;
	height: 190px;
	width: 259px;
	margin-top: 4px;
}

.subMenu img {
	background: #c4c4c4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC',
		endColorstr='#AAAEB3' ) filter:    progid:DXImageTransform.Microsoft.Shadow(color='#666666',
		Direction=180, Strength=4 ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC),
		to(#AAAEB3) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCCCCC, #AAAEB3);
	/* for firefox 3.6+ */
	border: 1px solid #333333;
	moz-box-shadow: 0px 2px 3px #666;
	webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
}

#userMenu .item .subMenu .column {
	margin: 0 10px; /*width: 250px;*/
	color: #000000;
	text-align: center;
	float: left;
	position: absolute;
	left: 96px;
}

#userMenu .item .subMenu .column h3 {
	text-decoration: none;
	font-size: 17px;
	margin-botom: 0;
}

#userMenu .item .subMenu .column ul { /*width: 300px;*/
	text-decoration: none;
	vertical-align: top;
	height: auto;
}

#userMenu .item .subMenu .column li {
	background: url(https://plantasker.vectorns.com/img/bullet-list-icon.jpg)
		no-repeat 22px 9px;
	display: block;
	text-align: left;
	margin-left: 0px;
	text-decoration: none;
	padding: 2px 0px;
	border-top: 1px solid #E6E6E6;
}

#userMenu .item .subMenu .column li:hover {
	background: #E6E6E6
		url(https://plantasker.vectorns.com/img/bullet-list-icon.jpg) no-repeat
		27px 9px;
	border-top: 1px solid #79818E;
}

#userMenu .item .subMenu .column li a {
	color: #333;
	font-family: "Eurostile";
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #CCCCCC;
	margin-left: 10px;
	padding-left: 30px;
}

#userMenu .item.hover .subMenu {
	display: block;
}

#userMenu>ul {
	float: left;
}

#userMenu .item li {
	border: none;
	color: #000000;
	text-align: left;
	width: 99%;
	clear: both;
}

.goog-te-banner-frame {
	display: none !important;
}

.adText {
	font-size: 11px !important;
}

.adHeadline {
	font-size: 11px !important;
}

.search {
	margin: 5px 0 0 0px;
}

.searchinput {
	max-width: 120px;
}

.search .submit {
	display: none;
}

.search #ProjectTag {
	padding-left: 22px; 
	background: #fff url(/img/mag-glass.jpg) no-repeat top left;
	border-radius: 10px;
}

.project-actions {
	line-height: 20px; 
	position: absolute; 
	bottom: 5px; 
	right: 0px; 
	text-align: right; 
	padding-right: 10px;
}
.project-actions-select {
	display: none;
	line-height: 20px; 
	position: absolute; 
	bottom: 5px; 
	right: 0px; 
	text-align: right; 
	padding-right: 10px;
}
.project_actions_select {
	display: none;
}

#reportData {
	overflow: auto;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 12px;
	top: 112px;
}
#projectData {
	overflow: auto;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 46px;
	top: 112px;
}

.total_wrapper {
	border-bottom: 1px solid #ddd;
	height: 64px;
	padding-top: 8px;
}

#reportFieldset {
	position: absolute;
	bottom: 30px;
	right: 37%;
	left: 15px; 
	top: 52px;
}

#projectFieldset {
	position: absolute;
	right: 15px;
	left: 63%;
	bottom: 30px; 
	top: 52px;
}

div.normal {
	background-color: white;
}

.custom_logo {
	margin: 2px 5px;
}

.low_priority {
	color: green;
}
.medium_priority {
	color: #2554C7;
}
.high_priority {
	color: red;
}

.low_priority_lw {
	border: 5px solid green;
}
.medium_priority_lw {
	border: 5px solid #2554C7;
}
.high_priority_lw {
	border: 5px solid red;
}

.go-pro {
	background: url('../img/banner-bg.png') no-repeat;
	border: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 26px;
	border-radius: 5px;
	background-color: white;
	height: 43px;
}

.go-pro p {
	font-size: 18px;
	font-weight: bold;
	color:red;
	max-width: 298px;
	text-align: center;
	float: left;
	margin-top: 5px;
}

.go-pro a {
	margin-top: 3px;
	margin-right: 29px;
	border: 2px solid red;
}

.milestone_detail.milestoners {
	display: none;
}
.blind_header .milestone_detail {
	display: block;
}
.task-filter-form-wrapper {
	height: 24px;
}

#mobileflash {
	display: none;
}

@media screen and (max-width: 894px) {
	#mobileflash {
		display: block;
	}
	
	#mobileflash div#alert {
		border-color: #FFE76F;
		background: red url(/img/warning_15x15.png) no-repeat 10px 10px;
		font-size: 13px;
		padding: 10px 0 10px 35px;
	}
	
	#mobileflash div span.preamble {
		font-weight: bold;
		float: left;
		margin-right: 5px;
		font-size: 14px;
	}
	
	#mobileflash div {
		border: 1px transparent solid;
		color: #333;
		padding: 15px 12px 15px 44px;
		margin: 10px 15px 0px;
		font-size: 14px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		transition: background-color .5s linear;
		-webkit-transition: background-color .5s linear;
		border-image: initial;
	}
}
