body {
	background: white;
	top: 10px;
	left: 10px;
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc;
	text-align: center;
	margin: 0 0 25px 0;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
img {
	border: none;
}
ul, li {
/*	behavior: url(/stylesheets/iepngfix.htc)*/
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 1px;
}
div.formError {
	padding-top: 6px;
	padding-bottom: 1px;
	font-size: 10px;
	color: red;
}
div.formNotice {
	
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	color: green;
}
span.warning {
	color: red;
}
span.highlight {
	background-color: #FFF1BA;
	padding-left: 0px;
	padding-right: 0px;
}
p.info {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #333;
}
#content .info_float {
	width: 45%;
	float: left;
}
#content .second_float {
	margin: 0 0 0 5%;
}
#wrapper {
	width: 847px;
	padding: 0 8px 0 6px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/bg.jpg);
}
#header {
	background: #fff url(/images/new/headerBg.png) repeat-y top right;
	padding: 0 0 41px 0;
	position: relative;
}
#user {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	font-size: 11px;
	color: #fff;
}
#user ul {
	list-style: none;
}
#user li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}
#user li:last-child {
	padding: 0;
}
#user li a {
	color: #fff;
}
#user .notifications a {
	display: block;
	width: 26px;
	height: 22px;
	text-align: center;
	background: url(/images/notification.png);
	text-decoration: none;
	color: #ae1f1b;
}
#header .loginBox {
	position: absolute;
	top: 76px;
	right: 0!important;
	right: 7px;
	padding: 10px 15px;
	font-size: 11px;
	color: #666;
	text-align: right;
}
#header .loginBox .iT {
	font-size: 10px;
	padding: 3px 5px 2px 5px;
	width: 100px;
}
#header .loginBox a {
	color: #333;
}
#header .loginBox p:first-child {
	margin: 0 0 3px 0;
}
#header .loginBox p.login_elements {
    float: left;
    margin-right: 6px;
	text-align: left;
}
#header .loginBox p.login_elements_last {
    padding-top: 4px;
    float: left;
	text-align: left;
}
#header .loginBox p.login_hint {
	text-align: left;
	padding-bottom: 10px;
}
#header .loginBox input#remember_me {
	vertical-align: middle;
	margin-left: 5px;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
}
#header h1 a {
	display: block;
	width: 158px;
	height: 169px;
	background: url(/images/new/header.gif) no-repeat center center;
}
#navigation {
	position: absolute;
	background: url(/images/new/nav.png);
	width: 100%;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	font-size: 13px;
}
#navigation li a.navItem {
	display: block;
	padding: 15px 22px 10px 22px !important;
	padding: 15px 22px 8px 22px;
	background: url(/images/new/nav_off.png) no-repeat top right;
	color: #fff;
	text-decoration: none;
}
#navigation li a.navItem:hover {
	background: url(/images/new/nav_hover.png) no-repeat top right;
}
#navigation .active a.navItem {
	background: url(/images/new/nav_hover.png) no-repeat top right;
	text-decoration: underline;
}
#navigation li.loginBoxNav, #navigation li.loginBoxNav a {
	font-size: 11px;
	color: #fff;
}
#navigation li.loginBoxNav {
	padding-right: 15px;
}
#navigation .login {
	float: right;
}
#sub_nav {
	font-weight: normal;
	background:  url(/images/new/sub.png) repeat-x top left;
	text-align: left;
}
#sub_nav ul {
	list-style: none;
}
#sub_nav li {
	float: left;
	font-size: 11px;
}
#sub_nav li a {
	display: block;
	padding: 13px 22px 6px 22px !important;
	padding: 12px 22px 5px 22px;
	color: #870613;
	text-decoration: none;
	background: url(/images/new/sub.png) repeat-x top left;
}
#sub_nav li a:hover {
	text-decoration: underline;
}
#special_navigation {
	margin-bottom:20px;
	font-size: 11px;
}
#container {
	position: relative;
}
#container h2 {
	font-weight: normal;
	font-size: 16px;
	color: #222;
	padding: 0 0 12px 0;
	text-align: left;
}
#language {
	list-style: none;
	position: absolute;
	right: 0;
	top: 185px;
	font-size: 11px;
	width: 100px;
	z-index: 1000;
	background-image: url(/images/whiteArrowDown.gif);
	background-repeat: no-repeat;
	background-position: 70px center;
}
#language li {
	color: #fff;
	cursor: pointer;
}
#languages {
	position: absolute;
	top: 15px;
	right: 15px;
	border-top: none;
	font-size: 11px;
	z-index: 1000;
}
#languages ul {
	list-style: none;
}
#languages li {
	margin: 0 12px 0 0;
	float: left;
}
#languages li:last-child {
	margin: 0;
}
#languages li a {
	color: #444;
	text-decoration: none;
}
#languages li a:hover {
	text-decoration: underline;
}
#languages .currentLanguage  {
	color: #af1b12;
}
#scrollContent {
	height: 300px;
	width: 400px;
	background: #ccc;
	overflow: hidden;
}
#content {
	background: #fff url(/images/contentBg.png) repeat-x top left;
	padding: 35px 40px 45px 40px;
    min-height: 350px;
}
#content .formNotice {
	padding: 10px 20px;
	border: 4px solid #dbdbdb;
	background: url(/images/noticeBg.png);
	margin: 0 0 10px 0;
}
#content .formNotice p {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding: 10px 0;
	text-indent: 30px;
	background: url(/images/varning.gif) no-repeat left center;
}
#content input.iT:focus {
    background: #fdf0d6;
}
#content textarea.focused {
    background: #fdf0d6;    
}
#content a, #footer a {
	color: #2d80a6;
}
#content a:hover, #footer a:hover {
	color: #c30;
}
#content a.nolink, #content a.nolink:hover {
    color: black;
    cursor: default;
}
#content .no-border {
	border: none;
	padding: 0;
	width: 550px;
	position: absolute;
	top: 68px;
	right: 0;
}
#content .no-border .iTa {
	width: 514px;
}
#content .align_right {
	text-align: right;
}
#content .no-border .iTb {
	margin-top: 3px;
	width: 87%;
	font: 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	border: 1px solid #C3C3C3;
	padding: 3px;
	overflow: hidden;
	width: 514px;
}
#content .no-border .inputP {
	width: 50%;
	float: left;
}
#content fieldset {
	border: none;
	border: 4px solid #dbdbdb;
	padding: 15px 20px;
	margin: 0 0 15px 0;
}
#content fieldset.search_box {
	width: 40%;
	float: right;
	margin-top: -34px;
	padding: 10px 3px 15px 15px !important;
}
#content fieldset.search_box .button{
	margin: 0 0 0 0 !important;
}
#content fieldset.report_box {
	width: 50%;
	float: right;
	margin-top: -34px;
	padding: 10px 3px 15px 15px !important;
}
#content fieldset.report_box .button{
	margin: 0 0 0 0 !important;
}

#content input.search_input {
	width: auto !important;
	margin-top: 0px !important;
  margin-right: 5px;
	height: 15px;
	vertical-align: top;
	font-size: 0.8em;
	padding: 8px !important;
}
#content fieldset.new_job_form {
	min-height: 60px!important;
	min-height: auto;
	height: auto!important;
	height: 60px;
}
#content fieldset.new_job_form .submits {
    padding: 0px;
}
#content fieldset .iT {
	width: 87%;
   margin-top: 3px;
	padding: 3px;
	border: 1px solid #C3C3C3;
}
#content fieldset select#user_gender {
    width: 43%;
}
#content fieldset .iT.small {
	width: 39%;
	padding: 3px;
	border: 1px solid #C3C3C3;
}

#content fieldset .iT.readonly {
    background: #ECECEC;
}
#content fieldset .iTa {
  margin-top: 3px;
	width: 87%;
	font: 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	height: 88px;
	border: 1px solid #C3C3C3;
	padding: 3px;
/*	overflow: hidden;*/
	overflow: visible;
}
#content fieldset .iTa#comment {
	width: 98%;
	height: 100px;
}
#content fieldset .iTa#job_note {
	height: 126px;
}
#content p.job_notes {
	margin-top: 5px;
}
#content p.job_reference_code {
	margin-top: 5px;
}
#content fieldset .iTCalendar {
	border: none;
	background: #fff;
	width: 100%;
}
#content fieldset .fileForm {
    margin-top: 0px;
}
#content fieldset .comment_body {
	padding-top: 5px;
	font-size: 12px;
}
#content fieldset .message_body {
	font-size: 12px;
	padding-bottom: 10px;
}
#content fieldset .customer_rating {
	padding-top: 10px;
	font-size: 12px;
}
#content .collapsed {
	border: none;
	border-top: 4px solid #dbdbdb;
	margin: 0 0 15px 0;
	position: relative;
}
#content .expanded {
	border: 4px solid #dbdbdb;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	position: relative;
}
#content .hidden {
	display: none;
}
#content legend {
	color: #222;
	padding: 0 4px;
	font-size: 13px;
}
#content label {
	font-size: 10px;
	color: #333;
}
#content label.needs_reply {
    color: green;
    font-weight: bold;
}
#content .div50 {
	width: 50%;
	float: left;
}
#content .div35 {
	width: 35%!important;
	width: 33%;
	float: left;
}
#content .div30 {
	width: 30%;
	float: left;
}
#content .div25 {
	width: 25%;
	float: left;
}
#content select {
	width: 90%;
	margin: 0 0 6px 0;
	background: #fff;
}
#content select.reporting {
	width: 20%;
	margin: 0 0 6px 0;
	background: #fff;
}
#content ul {
	list-style: none;
	padding: 10px 0 10px 0;
}
#content ul.info {
	list-style: disc;
    padding-left: 16px;
}
#content ul.info li {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #333;
}
#content ul.checkbox_list {
	font-size: 10px;
	padding: 0 0 0 0;
}
#content ul.checkbox_list li {
	padding-top: 5px;
	vertical-align: top;
}
#content ul.checkbox_list li input {
	margin-right: 5px;
	vertical-align: top;
}
#content p.translator_contexts {
	padding-top: 5px;
}
#content #sourceLangList {
	padding: 0 0 10px 0;
}
#content .submits {
	padding: 5px 0;
}
#content table {
	width: 100%;
}
#content .tdCenter {
	text-align: center;
}
#content td, th {
	font-size: 11px;
	padding: 7px 10px 5px 10px;
	vertical-align: top;
}
#content th {
	color: #444;
	padding: 7px 10px 5px 10px;
	font-weight: normal;
}
#content .selectTranslator td {
	cursor: pointer;
}
#content .listFirst td {
	background: #e6e6e6;
	border-bottom: 1px solid #c1c1c1;
}
#content .listSecond td {
	background: #f0f0f0;
	border-bottom: 1px solid #c1c1c1;
}
#content .listHighlight td {
	background: #e3f9b8;
	border-bottom: 1px solid #c1c1c1;
}
#content .listWarning td {
	background: #FF8B8B;
	border-bottom: 1px solid #c1c1c1;
}
#content .listMixed td {
	background: #FFCC66;
	border-bottom: 1px solid #c1c1c1;
}
#content .listSelected td {
	background-color: #e3f9b8;
	border-bottom: 1px solid #c1c1c1;
}
#content .listReport td {
	border-top: 1px solid #333;
}
#content .listReportDetail td {
	border-top: none;
}
#content table.listReport {
	border-bottom: 1px solid #333;
}
#content .listFirst .transSelection, #content .listSecond .transSelection {
	width: 8px;
	background-image:  url(/images/tdDot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content .listSelected .transSelection {
	width: 8px;
	background-image:  url(/images/tdDotGreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content .transSelectionRadio {
	display: none;
}
#content .dataList {
	font-size: 11px;
  width: 84%;
	padding: 7px 7px 5px 10px;
	background: #e6e6e6;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
}
#content .dataList .words {
	font-style: italic;
	color: #666;
}
#content .second {
	background: #f0f0f0;
}
li.multiFileList {
	list-style-type: none;
}
ul.multiFileList {
	padding-top:50px;
	list-style-type: none;
	border: 1px solid red;
}
input.multi { margin-bottom: 10px; }

#content tr.divider_row {
	height:10px;
}
#content tr.divider_row td {
	border-bottom: 1px solid #c1c1c1;
}
#content td.detail { border-left:1px solid #c1c1c1;border-right:1px solid #c1c1c1; }
#job_document_attributes__paperclip_wrap_list {  }
#multiFile-list { }
#content .dataList .remove {
	display: block;
	width: 15px;
	height: 15px;
	font-size: 1px;
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(/images/remove.gif) no-repeat center center;
	cursor: pointer;
}
#content .infoDiv {
	padding: 12px 20px;
	font-size: 10px;
	background: #e6e6e6;
	border-bottom: 1px solid #c1c1c1;
	margin: 10px 0 10px;
	line-height: 1.7;
	color: #333;
}
#content .customerRating {
	list-style: none;
	margin-left: -3%;
	margin-right: 3%;
}
#content .customerRating li {
	float: left;
	display: block;
	width: 10%;
	text-align: center;
	padding: 5px 0px 10px 0px;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
#content .customerRating li:hover {
	color: #222;
	background: #ccc;
}
#content .customerRating .selected, #content .customerRating .selected:hover {
	background: #be311f;
	color: #fff;
	text-decoration: none;
}
#content .div50first {
	width: 44%;
	float: left;
	margin: 0 2% 0 0;
}

#content .div50second {
	width: 44%;
	float: left;
}
#content .content h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #444;
}
#content .content p {
	font-size: 11px;
	color: #222;
	line-height: 1.5;
}
#content div.jobs_search_status {
  float:left;
  font-size: 10px;
	color: #333;
	padding-top: 5px;
}
#content p#jobs_completed_table_header {
  margin-top: 15px;
}
#content p.jobs_table_header {
	font-size: 10px;
	color: #333;
	border-bottom: #dbdbdb solid 1px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#content th.selected a {
    padding-right: 12px;
    background: url(/images/tableArrowUp.png) no-repeat center right;
    outline: 0;
}
#content th.inverse a {
    padding-right: 12px;
    background: url(/images/tableArrowDown.png) no-repeat center right;
    outline: 0;
}
#content .content_navigation {
	width: 60%;
	float: left;
	margin: 0 0 0 0;
	font-size: 12px;
	background:transparent url(/images/new/home_spacer.gif) no-repeat right center;
}
#content .content_navigation .active {
	background: #C3C3C3;
}
#content .content_navigation li {
	cursor: pointer;
	display: block;
	width: 80%;
	padding: 10px 0;
	text-indent: 10px;
}
#content .content_navigation li:hover {
	background: #eee;
}
#content .content_navigation .active:hover {
	background: #C3C3C3;
}
#content .right_side_content {
	width: 40%;
	float: left;
	font-size: 11px;
	line-height: 1.5;
}
#content .right_side_content li {
	display: none;
}

#warning, #notice {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/images/warningBackground.gif);
	text-align: center;
	z-index: 1000;
	display: none;
}
#warning .close, #notice .close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(/images/warningClose.gif);
	cursor: pointer;
}
#warning p, #notice p {
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}
#warning strong, #notice strong {
	color: #a0141c;
}
/********* BUTTONS *********/
.button {
  cursor: pointer;
	margin: 8px 3px 0 0!important;
	text-decoration: none;
}
span.locked_buttons .button {
  cursor: default;
}

/***** END OF BUTTONS *****/

/* HOME SCREEN */
#content #home_news {
	margin-right: -40px;
	padding-right: 40px;
	margin-bottom: -30px;
	padding-bottom: 30px;
	background: url(/images/gr_news_corner.jpg) no-repeat bottom right;
}
#content #home_news_inner {
	margin-left: -30px;
	margin-top: -15px;
	padding-left: 140px;
	height:130px;
	vertical-align:center;
	background: url(/images/gr_globe.jpg) no-repeat center left;
}
#content #home_news_inner p {
	font-size:12px;
	line-height:20px;
}
#content #home_big {
	float: left;
	width: 340px;
	padding: 0px 75px 0 0;
	margin: 0 15px 0 0;
	background: url(/images/new/home_spacer.gif) no-repeat center right;
}
#content #home_big h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
#content #home_big strong {
	color: #af1b12;
}
#content #home_small {
	width: 307px;
	float: left;
}
#home_small p, #home_big p, #home_header p {
	font-size: 11px;
	line-height: 1.5;
	color: #222;
	margin: 0 0 12px 0;
}
/* END OF HOME SCREEN */

.locked_buttons {
    filter:alpha(opacity=35);
    -moz-opacity:.35;
    opacity:.35;
}

#agent_actions.unlocked {
}

#footer {
	width: 861px;
	height: 58px;
	background: url(/images/footer.jpg);
	margin: 0 auto;
}
#footer p {
	font-size: 11px;
	color: #333;
	padding: 19px 0 0 0;
}

/* SEARCH */
.hint {
	color: Grey;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


/** DatePicker **/
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #ffffff;
	font-size: 11px;
	border: 4px solid #d3d3d3;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
#ui-datepicker-div, .ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(/images/calPrev.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(/images/calNext.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/images/calPrev.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/images/calNext.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/images/calPrev.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/images/calNext.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
.ui-datepicker-next label, .ui-datepicker-prev label {
	display: none;
}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada;
}
table.ui-datepicker td a:active {
	border: 1px solid #C3C3C3;
	color: #222222;
	background: #ffffff;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
	/*border-bottom: 1px solid #d3d3d3;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}


/*******/


#content ul.activity_legend {
	margin: 0;
	padding: 0;
}

#content ul.activity_legend li {
	font-size: 11px;
	float: left;
	width: 50%;
}


#content .loginBox {
	padding: 15px 20px;
	font-size: 11px;
	color: #333;
	text-align: right;
	border: 4px solid #dbdbdb;
}
#content .loginBox .iT {
	font-size: 12px;
	padding: 3px 5px 2px 5px;
	width: 200px;
}
#content .loginBox a {
	color: #333;
}
#content .loginBox p:first-child {
	margin: 0 0 3px 0;
}
#content .loginBox p {
	text-align: left;
}
#content .loginBox p.login_hint {
	padding-bottom: 5px;
}
#content .loginBox input#remember_me {
	vertical-align: middle;
	margin-left: 5px;
}
#content .agent_actions_warning {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 1px;
}

.greenButton {
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida Grande";
	background: url(/images/newGreenButton.png) repeat-x bottom left;
	color: #fff;
	border: 2px solid #ccc;
	padding: 7px 8px 7px 8px;
	cursor: pointer;
	text-decoration: none;
}


.redButton {
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida Grande";
	background: url(/images/newRedButton.png) repeat-x bottom left;
	color: #fff;
	border: 2px solid #ccc;
	padding: 7px 8px 7px 8px;
	cursor: pointer;
	text-decoration: none;
}
.loginButton {
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande";
	background: url(/images/newGrayButton.png) repeat-x bottom left;
	color: #fff;
	border: 2px solid #ccc;
	padding: 3px 4px 3px 4px;
	cursor: pointer;
	text-decoration: none;
}
#content a.loginButton { color: #fff; }
input.greenButton, input.redButton {
	padding: 7px 8px 7px 8px!important;
	padding: 7px 0px 7px 0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

img.tm_delete {
    vertical-align: middle;
    padding-bottom: 1px;
    padding-left: 3px;
}

p.tm_links {
    margin-top: 4px;
}
p.total_price {
	text-decoration: underline;
	text-align: right;
}
p.discount_price {
	font-size: 12px;
	text-align: right;
}

fieldset#upload_new_tm_file {
    margin-top: 25px;
}
p#translation_memory_file_description_field {
    margin-top: 4px;
}

p.directly_approve_quote {
    margin-top: 4px;
}

div#birthday {
	position:absolute;
	right:10px;
	top:40px;
}