@charset "utf-8";
/* CSS Document */

.participants {
	/*background-image: url(../../img/welcome.gif);
	background-repeat: no-repeat;
	background-position: top; */
	min-height:300px;
	padding: 10px;
	width: 635px;
	float: left;
	clear: left;
	background-color: #FFFFFF;
    clear:both;
}

#content-participants {
	position:relative;
	clear:both;
	padding-left:35px;
	background-color: #324a4e;

}
#content-main td {
	border: 1px dotted #CCCCCC;
}
#content-main form {
	line-height: normal;
}
.participants table,th,td	{	border:none;  
	border-collapse:collapse; 
	}
.participants table		{	
width: 595px;
margin-left:20px;
background:white; 
-webkit-border-radius:6px; 
-moz-border-radius:6px; 
border-radius:6px; 
-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3); 
-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3)
}
.participants caption		{	text-align:left; text-transform:uppercase; font-size:150%; font-weight:bold; padding:1.5em 0; color:black}

.participants thead, 
.participants tfoot			{	color:white; }

.participants thead th				{	padding:0.5em 1em; text-transform:uppercase; text-align:left; }
.participants thead th:first-child	{	width:10em; text-align:right; }

.participants tbody td,
.participants tbody th				{	font-size:100%; padding:0.5em 1em; background-color:#e5dccb; vertical-align:top}
.participants tbody th				{	color:#222;	text-align:right; background-image:url(tabel.png); background-repeat:repeat-y; border-right:1px solid #ccc;
background-repeat:repeat-y;
color:#FFFFFF;
background-color: #324a4e}
.participants tbody td:last-child		{	border-right:1px solid #ccc}

.participants tbody tr.odd th, 
.participants tbody tr.odd td			{	background-color:#eee; color:#222}

.participants tfoot td,
.participants tfoot th				{	border:none; padding:0.5em 1em 2em; font-size:130%}
.participants tfoot th				{	text-align:right}

.participants table a:link	{	outline: none; line-height:1em; display:inline-block; padding:3px 7px; margin:-3px -7px}
.participants table a:visited	{	color:#555; outline: none;}
.participants table a:hover	{	outline: none; text-decoration:none; background:#234a4e; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
.participants table a:active
{
  outline: none;
}
.returnMap a:link	{	outline: none; text-decoration:none; background:#234a4e; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
.returnMap a:visited	{	outline: none; text-decoration:none; background:#234a4e; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
.returnMap a:hover	{	outline: none; text-decoration:none; background:#234a4e; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
.returnMap a:active
{
  outline: none;
}

::-moz-selection{	background:#202020; color:white}
::selection		{	background:#202020; color:white}

.participants thead ::-moz-selection, 
.participants tfoot ::-moz-selection	{	background:white; color:#202020}
.participants thead ::selection, 
.participants tfoot ::selection		{	background:white; color:#202020}
.participants .checkbox {
	margin-right:20px;
	margin-left:15px;
}
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		
		text-decoration: none; /* no underline */
		color: #324a4e;
	}
	div.pagination a:hover, div.digg a:active {
		border: 1px solid #324a4e;

		color: #000;
	}
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #324a4e;
		
		font-weight: bold;
		background-color: #324a4e;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
h3 {
    color:#324493;
}
ul.NoBullet {
  	list-style-type: none;
}
ul.NoBullet ul{
  	list-style-type: none;
}
ul.NoBullet li a{
  	text-decoration:none;
    color:#324493; 
}

ul.NoBullet ul li a:link {
color:#7D6A40;
text-decoration:underline;
}
ul.NoBullet ul li a:visited {
color:#7D6A40;
text-decoration:underline;
}
ul.NoBullet ul li a:hover {
color:#B3954D;
text-decoration:underline;
}





.Indent {
    margin-left:20px;
    margin-right:20px;
}
