html,
body
{
  font-family     : "Arial","Helvetica","Verdana","sans-serif";
  font-size       : 13px;
  line-height     : 18px;
  color           : #000000;
/*  background-image: url("/images/owner/gradient_squares.png") ;*/
}

div#page,
form#frame
{
  min-height   : 100%;
  height       : auto !important;
  height       : 100%;
  margin-top   : 0;
}

div#page
{
  height        : inherit;	
  height        : auto !important;
  min-height    : 100%;
}

div#page,	
div#footer
{
  width           : 930px;
  margin-left     : auto;
  margin-right    : auto;
}

.box
{
	padding: 20px 20px 20px 40px;
	margin-top: 30px;
	background: white;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

div.input-field{
	position: static;
} 

div.error-message 
{
    color: #C03A3F;
}

div.input-field div.error-message 
{
    width: 25%;
    float: right;
}

div.input-field input, 
div.input-field select, 
div.input-field textarea 
{
  font-size       : 12px;
}

.clearfix                           {clear: both;}
.floatfix                           {overflow: auto; width: 100%}
.overflow                           {overflow: auto;}

.input-field                        {margin: 10px 0px;}
.input-field label                  {padding: 3px 5px;}
.input-field .option                {padding: 3px 0px;}

.clickable {cursor:pointer}

.shadow
{
  border: 2px solid #DBDBDB
/*
  -moz-box-shadow: 0 0 2px 2px #DBDBDB;
  -webkit-box-shadow: 0 0 2px 2px #DBDBDB;
  box-shadow: 0 0 2px 2px #DBDBDB;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0,  Color='#DBDBDB'),
          progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#DBDBDB')
          !important;
 */
}

.round-top
{
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.round
{
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

fieldset
{
	padding: 10px 0 20px 10px;
	border-bottom: 1px solid lightgrey;
	margin-top: 20px;
}

fieldset legend
{
	font-weight: bold;
	text-decoration: underline; 
	padding-top: 10px; 
}

fieldset.last
{
	border-bottom: none;
}

.hidden
{
	display: none;
}

.right-float
{
	float: right;   
}

.left-float
{
	float: left;   
}

.position-origin
{
  position: relative;
}

.page-content
{
	min-height: 400px;
}

.vertical-list 
{
	list-style: disc inside none;
}

.vertical-list-indent
{
	list-style: disc outside none;
}
/* ----------------------Buttons---------------------------------------- */

.back-button
{
	background-position: -134px -2px;
	display: block; 
	position: absolute;
	top: 10px;
	padding-right: 10px;
	left: 10px;
}

div#back-button
{
  padding-left:40px;
  width: 93px;
}

.next-button
{
	background-position: -79px -25px;
	display: block; 
	position: absolute;
	top: 10px;
	padding-right: 10px;
	right: 10px;
}

.button
{
  position: relative;
	width: 190px;
	border: 1px solid lightgrey;
	font-weight: bold;
	cursor: pointer;
	height: 37px;
	line-height: 37px;
	padding-left: 20px;
	background-image: url('/images/owner/button-background.png');
	background-position: center bottom; 
	background-repeat: no-repeat;
	margin: 5px 0px;
}

.disabled
{
}

.button:not(.disabled):hover
{
	border: 3px solid lightgrey;
	text-decoration: underline;
	width: 186px;
	height: 33px;
	line-height: 33px;
}

div.sprite.register
{
	background-position: -79px -2px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.sprite
{
  background-image: url("/images/owner/congo-vote-sprites.png");
  width: 20px;  
  height: 20px;
}

.inline 
{
	display: inline-block;
}
div.sprite.hotspot        {background-position: 1px -1px; cursor: pointer; position: relative; top: 3px}
div.sprite.hotspot.open   {                              background-position: 1px -21px;}
div.sprite.voting         { width: 27px;  height: 18px;  background-position: -21px -17px;}
div.sprite.voting-passive { width: 27px;  height: 17px;  background-position: -21px   0px; float: right}
div.sprite.vote-arrow     { background-position: -101px 0px; position: absolute; left: -19px;}
.vote-type-ABST { width:  15px; height: 15px;  background-position: -50px -1px; }
.vote-type-CAGS { width:  15px; height: 15px;  background-position: -19px -1px;}
.vote-type-CFOR { width:  15px; height: 15px;  background-position: -35px -1px;}
label.sprite.vote-type-ABST.checked { background-position: -50px -35px; }
label.sprite.vote-type-CAGS.checked { background-position: -19px -35px;}
label.sprite.vote-type-CFOR.checked { background-position: -35px -35px;}

.button-bar
{
	padding: 50px 20px 20px 20px;
}

/* -------------------MENU--------------------------------- */
.menu li
{
  float      : left;
  display    : inline;
  padding    : 3px 10px;
  background : url("/images/owner/menu-separator.png")  no-repeat scroll 0 5px transparent;
  font-size  : 14px;
  line-height: 18px;
  cursor     : pointer;
}

.menu li.first {background: none; padding-left: 0; cursor: text;}

.menu li div:hover
{
  background: url("/images/bg-menu-hover.png") bottom repeat-x ;
}

.menu li.disabled {color: #aaaaaa; cursor:auto;}
.menu li.active   {color: #eb7527; cursor:auto;}

#vote-menu img
{
  /*
	margin-bottom: 5px;
	margin-right: 5px;
	*/
}

#home-page-header #vote-menu, #home-page-header #vote-menu li, td.agent
{
	cursor: text;
}

.menu li a
{
	color: black;
}
/* -----------------------HEADER------------------------------ */

#vote-logo
{
	float: right;
	width: 15%;
}

#vote-logo span
{
	float: right;
	text-align: right;
}

#vote-menu
{
  /*
	float: left;
	width: 50%;
	*/
}

#meeting-application-header
{
	padding-bottom: 20px;
} 

#vote-menu img, #vote-menu ul
{
  /*
	display: inline-block;
	*/
}

#home-page-header
{
  padding-bottom: 20px;
  /*
	min-height: 60px;
	border-bottom: 7px solid #EB7527;
	*/
}

/* ------------------------FOOTER-------------------------------- */
#footer-evo-info #vote-menu ul
{
	float: right;
}

div#footer
{
	border-top: none;
	height: 50px;
	padding-top: 20px;
}

#footer ul li
{
	text-align: center;
	vertical-align: middle;
}

#powered-by
{
	padding-bottom: 10px;
}

#footer a
{
	text-decoration: underline;
}
/* ---------------MEETING-HEADER---------------------------------- */

#meeting-header
{
	width: 100%;
}

#meeting-vote-header
{	
	background-color: white;
}

#meeting-data .name, #meeting-data .time, #meeting-data .place 
{
	display: inline-block;	
	vertical-align: top;
}

#meeting-data img
{
	padding-left: 10px;
	padding-top: 10px;
}

#meeting-data .name
{
	padding-left: 20px;
	width: 305px;
}
#meeting-data .time
{
	width: 280px;
}

#meeting-title
{
  background: url("/images/owner/gradient-banner.png") no-repeat;
	padding-top: 15px;
	margin-top: 0px;
	background-color: white;
}

#meeting-title .title
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#meeting-title .button
{
	float: right;
	display: inline-block;
}

div.input-field input, div.input-field select, div.input-field textarea
{
  float: left;
  width: 60%;
}

.box-arrow
{
	width: 28px;  
	height: 20px; 
	background-position: -101px -17px;
	background-image: url("/images/owner/congo-vote-sprites.png");
	position: relative;
}

.box-arrow-positioning
{
	margin-top: 16px;
    position: absolute;
}

.box-arrow-header-positioning
{
	bottom: -37px;
}
/* --------------------HOME-PAGE----------------------- */

#instructions, #upcoming-meetings
{
	overflow: auto;
}

#instructions h1, #upcoming-meetings h1
{
/*	text-align: center; */
	padding-bottom: 20px;
}

#home-page table
{
/*	width: 49%; */
}

#left-table
{
	float: left;
}

#right-table
{
	float: right;
}
#right-table tr:FIRST-CHILD td
{
	border-top:none;
}
#right-table tr td:FIRST-CHILD
{
	width:95px;
}

td.agent
{
	vertical-align: top;
}
td.line
{
	 background-color: lightgrey; 
	
}
#table-divider
{
	background-color: lightgrey;
    /* display: inline-block;
    height: 100%;
    position: relative;
    left: 18px; */
    width: 2px;
    height: 100%;
}

table.list  td.no-border
{
	width: 20px;
	border-top: none;
}
/* --------------------LISTS--------------------------- */
#meetingList                       {padding:10px;}
#meetingList tr.meeting            {clear: left; padding: 10px;}
#meetingList tr.meeting img        {float: left; padding-right: 10px;}
div.issuer                         {font-size: 14px; font-weight: bold;}

table.list
{
	border-collapse: collapse;
	width: 100%;
}
table.list td
{
	border-top: 2px solid lightgrey;
	padding: 15px 0;
}

table.list td.first
{
	border-top:none;
}

table.list img
{
	padding-right: 10px;
}

table.list .title
{
	font-style: italic;
}
/* ------------------MEETING-OVERVIEW------------------ */

#meeting-overview
{
	margin-top: 30px;
}

#vote-button-icon
{
  position: absolute;
  top: 10px;
  right: 5px;
}

#meeting-overview ul
{
	display: inline-block;
}

#meeting-options li, #locales li
{
	font-size: 13px;
}

#meeting-options h3, #locales h3
{
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
}

.label-option
{
	width: 126px;
}

#meeting-overview #language
{
	position: relative;
	padding-bottom: 20px;
}

#meeting-overview table.meeting-options td {
    border-top: 1px solid #DDDDDD;
    padding: 0 10px;
    vertical-align: baseline;
    border-top: none;
    padding-left: 0;
}

.document
{
	text-decoration: underline;
}

#meeting-vote-button
{
	padding-right: 0px;
}

#documents
{
	margin-top: 10px;
}

#meeting-details
{
	padding: 20px 20px 20px 0px;
}
/* ------------------AGENDA --------------------------- */
table.agenda
{
  width: 100%;
}

table.agenda td
{
  border-top: 1px solid #dddddd;
  padding: 20px 10px;
}

table.agenda td.no-border
{
  border-top: none;
  padding: 20px 10px;
}

table.agenda td.label
{
  white-space: nowrap;
}

table.agenda tr.top td
{
  border-top: none;
}

table.agenda tr.top td.vote
{
  border-top: 1px solid #fe5b03;
  border-left: 1px solid #fe5b03;
  border-right: 1px solid #fe5b03;
   
  -moz-border-radius-topright: 3px;
  -khtml-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;

  -moz-border-radius-topleft: 3px;
  -khtml-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  
  -moz-box-shadow:    0 -3px 2px 2px #DBDBDB;
  -webkit-box-shadow: 0 -3px 2px 2px #DBDBDB;
  box-shadow:         0 -3px 2px 2px #DBDBDB;
}

table.agenda td.vote-label
{
  position: relative;
  border-left: 1px solid #fe5b03;
  border-top: none;
  -moz-box-shadow:    -4px 0px 2px -2px #DBDBDB;
  -webkit-box-shadow: -4px 0px 2px -2px #DBDBDB;
  box-shadow:         -4px 0px 2px -2px #DBDBDB; 
}

table.agenda td.vote-type.first
{
  border-left: none;
}

table.agenda td.vote-type
{
  border-left: 1px solid #dddddd;
  border-top: none;
}

table.agenda td.vote-end
{
  border-right: 1px solid #fe5b03;
  border-top: none;
  -moz-box-shadow:    4px 0px 2px -2px #DBDBDB;
  -webkit-box-shadow: 4px 0px 2px -2px #DBDBDB;
  box-shadow:         4px 0px 2px -2px #DBDBDB; 
}

table.agenda tr.bottom td.vote
{
   border-top: none;
   border-left: 1px solid #fe5b03;
   border-right: 1px solid #fe5b03;
   border-bottom: 1px solid #fe5b03;
   
  -moz-border-radius-bottomright: 3px;
  -khtml-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;

  -moz-border-radius-bottomleft: 3px;
  -khtml-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  
  -moz-box-shadow:    0 3px 2px 2px #DBDBDB;
  -webkit-box-shadow: 0 3px 2px 2px #DBDBDB;
  box-shadow:         0 3px 2px 2px #DBDBDB;
}

table.agenda td.text
{
  width: 520px;
  padding-right: 50px;
}

table.agenda td.vote-type
{
  width: 22px;
}

table.agenda td.vote-type .sprite
{
  position: absolute;
  top: -25px;
  left: 4px;
  cursor: pointer;
}

table.agenda td.vote-type input
{
  cursor: pointer; 
}

table.agenda #error-message
{
  color: red;
  font-weight: bold;
  text-align: center; 
}

/* -------------------REQUEST----------------------------- */

#request, #confirm
{
	overflow: auto;
}

#request div.input-field div.collection {
    float: left;
    width: 40%;
}

#request div.input-field div.error-message {
    float: right;
    width: 35%;
}
#request div.input-field input, div.input-field select, div.input-field textarea {
    float: left;
}
/* ----------------VOTE------------------------------------- */
.vote-icons
{
	display: inline-block;
	float: right;
}

label.abstain
{
	width: 80%;
	position: relative;
	padding-left: 30px;
}

.agenda div.input-field label {
    float: left;
}

.agenda div.input-field div.error-message {
    float: right;
    width: 58%;
}

/* ---------------------CONFIRM-TEXT--------------------------- */

div.message
{
	padding: 20px 10px;
	border-bottom: 1px solid lightgrey;

}

div.message.last
{
  padding-bottom: 5px;
  border-bottom:  none;
}

.custodian
{
	text-decoration: underline;
}

div.vote-collection-point label
{
  padding-left:0px;
  margin-bottom:40px;
  margin-top:-3px;
  width:150px;
}

.registration-accepted
{
  color       : green;
  font-weight : bold;
}

.registration-rejected
{
  color       : red;
  font-weight : bold;
}

.registration-pending
{
  color       : #0066FF;
  font-weight : bold;
}

.registration-pending-details
{
  color       : #0066FF;
}

.list-link
{
  text-decoration: underline;
  cursor: pointer
}

a.list-link
{
  text-decoration: underline;
  cursor: pointer;
  color : black;
}
/* -------------------BREADCRUMS -------------------------- */
div.breadcrums
{
  margin: 10px 10px -20px 10px;
}

div.breadcrums ul
{
  overflow: auto;
}

div.breadcrums li
{
  float: left;
}

div.breadcrums li.current
{
  color: #fe5b03;
}

div.breadcrums li.grayed
{
  color: #7F7F7F;
}

div.breadcrums li a
{
  cursor: pointer;
}

div.breadcrums a:hover
{
  text-decoration: underline;
}

div.breadcrums li span
{
  padding: 0px 5px;
  font-weight: bold;
  color: #fe5b03;
}
