h2 {
	font-size: 18px;
	margin:0px 0px 0px 0px; 
	padding:18px 0px 13px 0px;
}
h3 {
	font-size: 14px;
	margin:0px 0px 0px 0px; 
	padding:10px 0px 10px 0px;
}
h4 {
	font-size: 13px;
	color:#fffe5c;
	margin:0px 0px 5px 0px; 
  padding:5px 0px 0px 0px;
}
.yellow_text{
  color:#fffe5c;
}
p.name {
	float: left;
	width: 45%;
	margin: 0px 20px 20px 0;
	text-align: left;
	font-style: italic;
}
p.name strong {
	font-size: 14px;
	line-height: 28px;
	font-style: normal;
}
table th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;	
}
table.grid {
	margin: 5px 0 25px 0;
	border-collapse: collapse;
	width: 100%;
	border-top: 2px solid silver;
	background-color: #303030;
}
table.grid td, table.grid th {
	border-bottom: 1px solid #4d4d4d;
	padding: 5px ;
}
table.grid th span {
	font-weight: normal;
}
table.price{
  color:#999;
}
table.price th{
  width:145px;
}
table.include th{
  width:50%;
}
table.include td{
  font-size:0.9em;
}
.right {
	text-align: right;
}

input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
}
input.text {
	width: 200px;
	border: 1px solid gray;
	background: url(../img/input_bg.gif) repeat-x left top;
	padding: 2px ;
		
}
input.submit {
	background: black url(../img/btn_bg.gif) repeat-x center center;
	border: 1px solid gray;
	line-height: 18px;
	width: 200px;
}
.notice {
	padding: 10px;
	border: 1px solid silver;
	margin-top: 40px;
}
img.right{
  float:right;
  margin-left:10px;
  border:2px solid #c0c0c0;
}
img.border{
  border:2px solid #c0c0c0;
}
.half_left{
  float:left;
  width:46%;
  margin-right:15px;
}
.half_right{
  float:left;
  width:46%;
}
#col-right ul{
  margin:0px 0px 1.3em 25px;
  padding:5px 0px 0px 0px;
}
#col-right ul li{
  margin:0.3em 0px 0.3em 0px;
  padding:0px 0px 0px 0px;
}

table.listofparticipants thead th {
	background-color: #4D4D4D;
}
table.listofparticipants tr.leadchar {
	background-color: black;
	color: #FFFE5C;
	font-size: 14px;
}
table.listofparticipants tr.leadchar td {
	padding-top: 10px;	
}
table.listofparticipants td.completed {
	color: #00A600;
}
table.listofparticipants td.pending {
	color: #E2430E;
}
a.download {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 48px;
	margin: 10px 10px 10px 0;
	color:#fffe5c;
	text-decoration: none !important; 
	line-height: 15px;
}
a.download:hover{
  text-decoration: underline !important; 
}
a.download span {
	display: block;
	color: #fff;
	font-size: 12px;
}
a.download.pdf {
	background-image: url(../img/pdf.icon.gif);
}

.urgent {
	border: 1px solid #FFD700;
	margin-bottom: 20px;
	margin-top: -15px;
	color: black;
	padding: 1px;
	position: relative;
}
.urgent div {
	background-color: #FFD700;
	padding: 10px;
}
.urgent div div {
	padding: 0;
}
.urgent h2 {
	margin-top:0;
	padding-top:0;
	padding-bottom:2px;
	font-size: 16px
}
.urgent p {
	color: black
}
.urgent a {
	color: #AC4830
}
#col-right ul.gallerylist {
	margin: 0 0 20px 0;
	padding: 0 ; 
}
#col-right ul.gallerylist li {
	list-style: none;
	display: block;
	width: 200px;
	float: left;
	background: url(../img/folder.gif) no-repeat left 3px;
	padding: 3px 0px 3px 25px;
	margin: 0 ;
}
#col-right div.photos img {
	margin: 0 5px 5px 0 ;
	padding: 1px ;
	border: 1px solid #fffe5c;
}
#col-right div.photos img {
	margin: 9px	
}
#col-right div.photos a:hover img {
	border-width: 4px;
	margin: 6px;
}
#col-right div.photos {
	text-align: center;
}






