body, html {
	font-family:Arial, Verdana;
	font-size:12px;
	padding:0;
	margin:0;
}

a {
	color:#333
}
a:hover {
	color:#CC0204;
}

h1#logo {
	width:235px; height:140px;
	padding-bottom:20px;
	background:url(../images/logo.png) no-repeat;
	text-indent: -9999em;
	overflow:hidden;
}

#master {
	padding:15px;
	margin:0 auto;
}

#main-content {
	border:1px solid #ccc;
}
#main-content h2 {
	background:#eee;
	font-size:18px;
	color:#777;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #ccc;
}
#main-content h3 {
	background:#ddd;
	font-size:15px;
	color:#999;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}
#main-content h3 a {
	color:#999;
	text-decoration:none;
}
#main-content h3 a:hover {
	color:#444;
}
#main-content h4 {
	font-size:15px;
	font-weight:bold;
	margin-top:6px;
	font-variant:small-caps;
	color:#555;
}
#main-content p {
	padding:8px 0;
	line-height:1.2em;
}
.inside-content {
	padding:15px;
}
#logout {
	float:right;
	position:relative;
	margin-top:-70px;
	right:-2px;
	text-align:right
}
#logout strong {
	display:block;
	font-size:14px;
	text-align:right;
	padding-bottom:5px;
	color:#555;
}
#logout strong small {
	display:block;
	font-size:12px;
	color:#CD0034;
}
.hidden {
	display:none;
}

form input, form select, form textarea {
	padding:4px;
}

form div.row {
	overflow:hidden;
	display:block;
	padding:5px 0;
}

form input[type="submit"] {
	margin-top:5px;
	margin-left:150px;
}

form div.row label {
	float:left;
	width:150px;
	padding-top:7px;
}

form div.row input, form span textarea, form span select {
	float:left;
}

form div.row span.help-error {
	color: #C00;
	vertical-align: middle;
	margin-left: 10px;
}

form span div {
	float:left;
	overflow:hidden;
}

form span div label,
form span div input,
form span div select
{
	float:none;
}

form span p.description {
	float:left;
	color:#777;
	padding:7px 0 0 5px;
	font-style:italic;
	font-size:11px;
}

table.datagrid {
	margin:10px 0;
	border:1px solid #bbb;
	min-width:70%;
}
table.datagrid th {
	text-align:left;
	font-size:13px;
}
table.datagrid td, table.datagrid th {
	padding:5px;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
}

table.datagrid-scroll {
    height: 600px;
}
table.datagrid-scroll tbody {
    overflow:scroll;
}
table.datagrid tbody tr:hover {
	background:#f5f5f5;
}
table.datagrid td {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
table.datagrid .center {
	text-align:center;
}
table.datagrid .right {
	text-align:right;
}

.dataTable tr.error-member td.total-vote,
.dataTable tr.error-member td.total-member,
.dataTable td.error
{
	color: #F00;
	font-weight: bold;
}

.dataTable td.error
{
    background-color: #F2C4C4
}

.dataTable td {
	border: 1px solid #CCC;
}

.error-message {
	padding:6px;
	margin:0 0 10px 0;
}
button.continue {
	float:left;
	margin-left:6px;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.2em 2.1em 0.2em 1em !important;
}
.user-locked {
	color:#999;
}
.pagination {
	margin:15px 0 10px 0;
}
.pagination li {
	display:inline-block;
	padding:0 6px 0 0;
}
.pagination li a {
	padding:5px;
	text-decoration:none;
}
#footer {
	padding-top:12px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
#footer li {
	display:inline-block;
	margin-left:10px;
}
#footer li a {
	color:#888;
}
#footer li a:hover {
	color:#222;
}
input[type="submit"].send-bvp {
	margin:0;
}
.depart-name a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
.depart-name a:hover {
	color:#CC0204;
}
table.datagrid thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.datagrid thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.datagrid thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.dataTable td input {
	border: 1px solid #CCC;
}

.container {
	overflow:hidden;
	width:100%;
}
.toolbox {
	border:1px solid #999;
	border-radius: 10px;
	margin-bottom: 20px;
}
#main-content .toolbox h2 {
	font-size:14px;
	background:0 none;
	color:#CD0034;
	border:0 none;
}
#main-content .toolbox h2 span {
	font-size:12px;
	float:right;
	display:block;
	color:#555;
}
.candidats {
	float:left;
	width:35%;
}
.feed {
	float:right;
	width:60%;
}
.datagrid-container {
	width:100%;
	overflow:auto;
}
.datagrid {
	width:100%;
	border:1px solid #aaa;
    padding: 4em 0 3em;
	border-radius:2px;
    position:relative;
}
.datagrid .datagrid-inner   {
    overflow:auto;
    height: 500px;
}
.datagrid tr.odd {
	background:#eee;
}
.datagrid tr .t1 {
    width:25px;
}

.datagrid tr .t2 {
    width:150px;
}

.datagrid tr .t3 {
    width:70px;
}
.datagrid tr .t4 {
    width:70px;
}

.datagrid tr .t5 {
    width:70px;
}

.datagrid tr .t6 {
    width:70px;
}

.datagrid tr .t7 {
    width:28px;
}

.datagrid tr .t8 {
    width:70px;
}

.datagrid tr .tcand {
    width:90px;
}

.datagrid tr .t17 {
    width:70px;
}

.datagrid tr .t18 {
    width:70px;
}

.datagrid tr .t19 {
    width:20px;
}

.datagrid tr .t20 {
    width:90px;
}
.datagrid tr .tdpt {
    width:150px;
}



.datagrid table {
}

.datagrid table thead tr {
    height:25px;
    position:absolute;
    top: 5px;
    left: 0;
    width: 100%;
}

.datagrid table thead th {
	padding:5px;
	font-size:12px;
	border-bottom:1px solid #444;
	border-right:1px dotted #444;
	background:#eee;
	vertical-align: middle;
}
.datagrid table thead th a {
	color:#000;
}
.datagrid table tbody {
}
.datagrid table tbody td {
	border-right:1px dotted #999;
	border-bottom:1px solid #999;
	padding:5px;
	font-size:11px;
}

.datagrid table tbody tr {
    /*border-bottom:1px solid #aaa;*/
}

.datagrid table tbody td.collapsed {
	border-bottom-style: dotted;
}

.menu {
	float:right;
	margin-top:-4px;
}
.menu a {
	font-size:13px;
}

.head-actions {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.head-actions .right {
    display: block;
    float: right;
}

.head-actions .left {
    display: block;
    float: left;
}

.amendement-stats td {
    text-align:center;
    padding: 2px;
}
