/* CSS Document */ /* GENERAL STYLE*/
body {
	margin: 0px;
	padding: 0px;
}

a,.active,.each-tab-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
}

a:hover {
	text-decoration: none;
}

.links-inside:link,.links-inside:visited,.exit:link,.exit:visited {
	font-size: 10px;
	color: #999999;
}

a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input,textarea {
	margin: 0px;
}

/* HEADER STYLES*/
.header-top {
	width: 981px;
	height: 11px;
	font-size: 5px;
	background: no-repeat top url("img/header-top.gif");
}

.header {
	width: 979px;
	height: 85px;
	background: repeat-y right url("img/backg/header-back.gif");
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.logo {
	float: left;
	width: 267px;
	height: 57px;
	background-color: #EEE;
	margin: 15px 0px 0px 15px;
}

.exit-button {
	float: right;
	margin: 10px 8px 0px 0px;
	background: no-repeat right 1px url("img/exit-button.gif");
	padding-bottom: 20px;
}

.exit-button:hover {
	background: no-repeat right 1px url("img/exit-button-hover.gif");
}

.exit {
	padding-right: 15px;
}

.header-bottom {
	width: 979px;
	height: 2px;
	font-size: 1px;
	border: 1px solid #CCC;
	background-color: #E9E9E9;
}

.general-content {
	width: 979px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	display: table;
}

/*MENU STYLES*/
.menu {
	width: 179px;
	float: left;
	background: repeat-x top url("img/backg/top-menu.gif");
	background-color: #D0DDA4;
	height: 100%;
	padding: 9px;
}

.menu-logo {
	padding-top: 9px;
	padding-bottom: 9px;
}

.top-menu-buttons {
	height: 4px;
	width: 183px;
	background: no-repeat top url("img/backg/top-menu-buttons.gif");
	margin: 15px 0px 0px 0px;
	font-size: 2px;
}

.menu-buttons {
	width: 183px;
	height: 200px;
	background: repeat-y url("img/backg/menu-buttons-back.gif");
}

.bottom-menu-buttons {
	height: 16px;
	width: 183px;
	background: no-repeat url(img/backg/bottom-menu-buttons.gif);
	font-size: 2px;
}

.normal:link,.normal:visited,.active {
	display: block;
	float: left;
	height: 18px;
	width: 160px;
	margin-left: 1px;
	padding-left: 15px;
	background: no-repeat right url("img/backg/back-button-normal.gif");
	background-color: #99CC00;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

.normal:hover {
	background: no-repeat right url("img/backg/back-button-hover.gif");
	background-color: #B8F400;
}

.active {
	background-image: none;
	background-color: #668800;
	color: #C0CE96;
	cursor: text;
}

.arrow-menu {
	background: no-repeat center url("img/arrow-menu.gif");
	height: 41px;
	width: 179px;
	margin-top: 10px;
}

/* MAIN CONTENT STYLES*/
.main-content {
	width: 742px;
	height: auto;
	float: left;
	background: no-repeat top url("img/backg/top-main-content.gif");
	background-color: #EBF0D9;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 22px;
	/*overflow: scroll;*/ /*optional*/
}

.each-tab:link,.each-tab:visited,.each-tab-active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right: 3px;
}

.left-tab,.each-tab-active .left-tab {
	background: no-repeat left url("img/left-tab.jpg");
	width: 4px;
	height: 17px;
	display: block;
	float: left;
}

.each-tab-active .left-tab {
	background: no-repeat left url("img/left-tab-active.gif");
}

b,.each-tab-active b {
	background: repeat-x url("img/tab-back.jpg");
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	height: 17px;
	font-weight: normal;
}

.each-tab-active b {
	background: repeat-x url("img/tab-back-active.gif");
}

.right-tab,.each-tab-active .right-tab {
	background: no-repeat left url("img/right-tab.jpg");
	width: 4px;
	height: 17px;
	display: block;
	float: left;
}

.each-tab-active .right-tab {
	background: no-repeat left url("img/right-tab-active.gif");
}

.tabs {
	float: left;
}

.tabs-bottom {
	height: 4px;
	width: auto;
	font-size: 3px;
	background-color: #719700;
	border-bottom: 1px solid #FFF;
	clear: both;
}

.nav-right-menu {
	float: right;
	display: block;
	height: 16px;
	border-right: 4px solid #D0DDA4;
	border-left: 4px solid #D0DDA4;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: -38px;
}

.nav-right-menu a:link,.nav-right-menu a:visited {
	color: #999999;
}

.content-for-tab {
	height: auto;
	width: 722px;
	border-top: 6px solid #8C9F4D;
	background-color: #FFF;
	font-size: 5px;
	padding: 10px;
	float: left;
	/*display: table; */
}

.left-boxes {
	width: 356px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.right-boxes {
	width: 356px;
	height: auto;
	float: left;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 1px solid #CCC;
}

.title-box {
	height: 19px;
	width: 354px;
	border: 1px solid #CCC;
	background-color: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #557100;
	text-align: left;
	float: left;
	display: block;
}

.line-between-words {
	height: 13px;
	width: 1px;
	background-color: #CCC;
	margin-top: 2px;
	display: block;
	float: left;
	font-size: 2px;
}

.title-box span {
	padding-left: 4px;
	padding-right: 4px;
	display: block;
	float: left;
}

.text-box {
	height: auto;
	width: 354px;
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: left;
	display: block;
}

.text-box p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	width: 112px;
	height: 20px;
	padding: 4px 0px 0px 4px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
}

.text-box h5 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	width: 240px;
	height: 20px;
	padding: 4px 0px 0px 4px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

.text-box h6 {
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	margin-bottom: 4px;
	width: 230px;
	height: 24px;
	float: left;
	text-align: left;
	padding: 4px 0px 0px 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text-box input [password |text],.text-box textarea {
	margin: 0px 0px 0px 0px;
	width: 164px;
	border: 1px solid #999;
	float: left;
	display: block;
	position: absolute;
}

.text-box input [checkbox |radio] {
	margin-left: 40px;
	border: 1px solid #999;
	float: left;
	display: block;
	position: absolute;
}

.text-box .in-but {
	margin: 0px 0px 0px 0px;
	width: 50px;
	border: 1px solid #999;
	float: right;
	display: block;
	position: absolute;
}

.text-box h6 select {
	margin: 0px;
	width: 200px;
	height: 20px;
	float: left;
	color: #666666;
}

.text-box .date {
	width: 71px;
}

.content-button,.content-button-login {
	display: block;
	height: 30px;
	margin: 10px 0px 0px 0px;
	float: right;
}

.content-button-login {
	text-align: center;
	float: none;
	margin-left: 150px;
}

/*GENRAL STYLES FOR ALL BUTTONS*/
.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.button-left {
	background: no-repeat url("img/button-left.jpg");
	height: 23px;
	width: 7px;
	display: block;
	float: left;
}

.button-center {
	background: repeat-x url("img/button-center.jpg");
	height: 23px;
	padding-top: 3px;
	display: block;
	float: left;
	text-decoration: none;
}

.button-right {
	background: no-repeat url("img/button-right.jpg");
	height: 23px;
	width: 7px;
	display: block;
	float: left;
}

/*RESULT BOX*/
.result-title {
	height: 17px;
	width: auto;
	display: block;
	padding-top: 2px;
	background-color: #A5B863;
	clear: both;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #999999;
	text-align: left;
	padding-left: 8px;
}

.result-box {
	height: auto;
	width: auto;
	border: 1px solid #CCC;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	text-align: left;
}

.text {
	border: 0px;
	background: none;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text b {
	border: 0px;
	background: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	display: inline;
	float: inherit;
	padding: 0px;
}

.result-box h3 {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/*login styles*/
.login {
	width: 342px;
	height: 218px;
	margin-top: 18%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.top-login {
	background: no-repeat 0px 0px url(img/top-login.gif);
	width: 342px;
	height: 12px;
}

.main-content-login {
	border: 1px solid #999;
}

.content-logo {
	text-align: center;
	padding-top: 10px;
	border-bottom: 0px;
}

.content-fields {
	padding: 20px 0px 0px 0px;
}

.content-fields p {
	width: 118px;
	height: 22px;
	float: left;
	display: block;
	text-align: right;
	margin: 0px 4px 6px 0px;
	padding: 0px;
}

.content-fields h6 {
	height: 22px;
	width: auto;
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.content-fields h6 .login-field {
	margin: 0px;
	height: 18px;
	width: 164px;
	border: 1px solid #999;
}

.content-check {
	clear: both;
	font-size: 10px;
	text-align: left;
	padding-left: 122px;
}

.content-check input,.content-check textarea {
	margin: 0px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.bottom-login {
	background: no-repeat url(img/bottom-login.gif);
	width: 342px;
	height: 16px;
}

.in-but {
	width: 70px;
}

/*new styles april 25th*/
.event-id-event {
	width: auto;
	padding: 3px 8px 3px 8px;
	background-color: #99cc00;
	border: 1px solid #CCCCCC;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #495C0E;
	text-align: left;
}

.event-id-event span {
	color: #fff;
}

.action {
	width: auto;
	height: 100%;
	background-color: #ebf0d9;
	border: 1px solid #CCC;
	padding: 5px 8px 1px 8px;
	display: block;
}

.action div {
	display: table-cell;
	width: 100%;
	height: 100%;
}

/*BUTTONS ACTIONS*/
.button-actions:link,.button-actions:visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 2px;
	display: block;
}

.button-actions .button-left-action {
	background: no-repeat url("img/button-left-actions.jpg");
	height: 19px;
	width: 3px;
	display: block;
	float: left;
}

.button-actions .button-center-action {
	background: repeat-x url("img/button-center-actions.jpg");
	height: 19px;
	padding: 3px 2px 0px 3px;
	padding-top: 3px;
	display: block;
	float: left;
	text-decoration: none;
}

.button-actions .button-right-action {
	background: no-repeat url("img/button-right-actions.jpg");
	height: 20px;
	width: 4px;
	display: block;
	float: left;
}

.results {
	width: 700px;
	height: 250px;
	overflow: scroll;
	border: 1px solid #CCC;
}

.results-short {
	width: 700px;
	height: 100px;
	overflow: scroll;
	border: 1px solid #CCC;
}

.results table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #A3B566;
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;
	border-bottom: 3px solid #A3B566;
}

.results table thead td {
	font-weight: bold;
	padding: 6px 0px 6px 6px;
	text-align: center;
	background-color: #62664B;
	color: #FFFFFF;
	border-top: 1px solid #FFF;
}

.results table thead td span {
	border-right: 1px solid #FFF;
	display: block;
	padding-right: 9px;
}

.results table thead th {
	border-right: 1px solid #FFF;
	padding-right: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #62664B;
}

.results table tbody td {
	font-weight: normal;
	padding: 2px 6px 2px 6px;
	text-align: center;
	background-color: #F2F2F2;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.results table tbody .selected td {
	background-color: #CCC;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .60;
}

.white_content {
	display: none;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 800px;
	height: 700px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	-moz-border-radius: 10px 10px;
}

#searchCoincidences {
	position: absolute;
	width: 750px;
	/*z-index:1003;*/
	margin-top: 275px;
	background-color: #FFFFFF;
}

#searchCoincidences results-title {
	background-color: #A5B863;
}

#message {
	font-size: 	12px;
	position: 	absolute;
	z-index:	1009;
	text-align:	justify;
	color:		#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-style:	normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	-moz-border-radius: 10px 10px;
}
#message p{
	font-size: 	12px;
}
ul.error li {
	list-style-image:	url("/img/error.png");
}

ul.recommendation li {
	list-style-image:	url("/img/warning.png");
}

.field{
	width:	144px;
	float:	left;
}

fieldset{
	border:	1px solid #CCCCCC;
}

fieldset legend {
	font-weight:	bold;
	color: #557100;
	display: block;
}
fieldset label {
	width:		84px;
	padding:	4px 0 0 4px;
	float: 		left;
	display:	block;
	margin-left:	3px;
	valign:	top;
}

