/* Symfony */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background-color: #fff;
}

body
{
  /*padding: 20px;*/
}

/* Layout */

body, p, td, label, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

body, p, label, input, textarea {
	text-align: left;
}

a {
	color: #404040;
}

a:visited {
	color: #404040;
}

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

pre {
	font-size: 8pt;
	border: 1px solid #D0D0D0;
	background-color: #F6F6F6;
	margin-top: 5px;
	padding: 3px;
}

/* Action message */
.flash {
	text-align: left;
	padding: 4px 16px 4px 32px;
	margin: 4px;
	border-style: solid;
    border-width: 1px 0;
    font-weight: bold;
    /* color: #000; */
}
.error {
	background: #ffd5cc url(../images/default/flash/exclamation.png) 8px 50% no-repeat;
    color: #c2462c; border-color: #c2462c;
}
.warning {
	background: #fff1cc url(../images/default/flash/error.png) 8px 50% no-repeat;
    color: #c16803; border-color: #c16803;
}
.confirmation {
	background: #c5ffb2 url(../images/default/flash/accept.png) 8px 50% no-repeat;
    color: #1e731a; border-color: #1e731a;
}
.information {
	background: #cce7ff url(../images/default/flash/information.png) 8px 50% no-repeat;
    color: #344f88; border-color: #344f88;
}

/* List */

table.list {
	border: 1px solid #C0C0C0;
	width: 760px;
}

table.list thead tr th {
	font-weight: bold;
	background-color: #E5E5E5;
}

/* Form */

div.form-content {
	width: 445px;
}

.form_error {
	color: red;
}

fieldset {
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 445px;
}

legend {
	border: 1px solid #C0C0C0;
	background-color: #E5E5E5;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

table.form tr {
	vertical-align: top;
}

table.form tr th, table.form tr td {
	text-align: left;
	padding: 2px;
}

table.form tr th {
	width: 120px;
}

div.buttons-block {
	margin-top: 10px;
}

div.buttons-block input {
	background: transparent url(../images/default/button.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	width: 80px;
}

div.buttons-block input:hover {
	background-position: 0 -26px;
}

/* Forms */
.form-error {
	color: #c2462c; border-color: #c2462c;
}

/* Actions */
a { text-decoration: underline }
a.action-default { font-weight: bold }
a.action-add     { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/add.png) 0% 50% no-repeat; margin-right: 20px }
a.action-edit    { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/pencil.png) 0% 50% no-repeat; margin-right: 20px }
a.action-delete  { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/delete.png) 0% 50% no-repeat; margin-right: 20px }
a.action-send    { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/email_attach.png) 0% 50% no-repeat; margin-right: 20px }
a.action-beta    { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/group_gear.png) 0% 50% no-repeat; margin-right: 20px }
a.action-login   { padding: 2px 2px 2px 17px; background: transparent url(../images/icons/house_link.png) 0% 50% no-repeat; margin-right: 20px }

/* Tables */
table.pretty {
	margin				: 2px;
	background-color	: #A0A0A0;
}

table.pretty td.btCell, table.pretty td {
	background-color	: #FFFFFF;
	vertical-align		: top;
	/*text-align: left;*/
	padding: 2px;
}

table.pretty th.btHead, table.pretty th {
	background-color	: #e5e5e5;
	vertical-align		: top;
}

/* Tables - Licenses */
tr.license-expired td{
	background-color: #FFDFDF;
	color: #990000;
}

tr.license-valid td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.license td{
	background-color: #DFFFDF;
	color: #009900;
}

/* License request */
#license-request{
	margin: 3px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 5px;
}

#license-request-answer{
	margin: 3px;
	background-color: #FFDFDF;
	border: 1px solid #990000;
	color: #990000;
	padding: 5px;
	margin-left: 30px;
}

/* Tables - Invoices */
tr.invoice-proposal-expired td{
	background-color: #F6F6F6;
	color: #BFBFBF;
}

tr.invoice-proposal td{
	background-color: #FFDFDF;
	color: #990000;
}

tr.invoice td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.invoice-sent td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.invoice-paid td{
	background-color: #DFFFDF;
	color: #009900;
}

tr.invoice-irrecoverable td{
	background-color: #fbf1c3;
	color: orange;
}

/*- Menu Tabs G--------------------------- */
/* http://exploding-boy.com/images/cssmenus/menus.html */

.tabsG {
  float:left;
  width:100%;
  background:#FFF;
  line-height:normal;
  }
.tabsG ul {
  margin:0;
  padding:5px 5px 0 5px;
  list-style:none;
  }
.tabsG li {
  display:inline;
  margin:0;
  padding:0;
  }
.tabsG a {
  float:left;
  background:url("../../images/tabs/tableftG.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.tabsG a span.span-tab {
  float:left;
  display:block;
  background:url("../../images/tabs/tabrightG.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsG a span {float:none;}
/* End IE5-Mac hack */
.tabsG a:hover span.span-tab, .tabsG a.active span.span-tab {
  color:#FFF;
  }
.tabsG a:hover, .tabsG a.active {
  background-position:0% -42px;
  }
.tabsG a:hover span.span-tab, .tabsG a.active span.span-tab {
  background-position:100% -42px;
  }