/* ====================================
  
  Common utility class rules
====================================*/

a.doc {
	background: transparent url(/images/doc-word.gif) right 50% no-repeat; 
	padding-right: 18px; 
	display: inline-block;
	vertical-align: top;
}
a.pdf {background-image: url(/images/doc-pdf.gif);}
a.excel {background-image: url(/images/doc-excel.gif);}
a.pict {background-image: url(/images/doc-pict.gif);}

.photo {
  border: 1px solid #ccc;
  padding: 4px;
}
.photo.left {float: left; margin: 0 10px 10px 0;}
.photo.right {float: right; margin: 0 0 10px 10px;}

.caption {
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	width: 324px;
	font-size: 12px;
	line-height: 1.1;
	color:; #555;
}
.caption.right {
	float: right; 
	margin: 1.5em 0 1.5em 1.5em; 
}
.caption img {
	padding: 8px; 
	border: 1px solid #ccc;
}

.event .date {
  font-size: 16px;
  font-weight: bold;
}

.column-2 {
  float: left;
  width: 48%;
}
.column-3 {
  float: left;
  width: 32%;
}

.no-bullets {
  list-style: none;
}

.yes {background-color: #4AAA42;}
.no {background-color: red;}
.yes, .no, .special, .status {
	font-size: 10px; 
	font-weight: bold;
	color: #fff;
	padding: 1px 2px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	font-size: 9px !important;
	font-family: sans-serif !important;
	text-decoration: none !important;
}
.special, .status {background-color: #2149d5;}
a .yes, a .no, a .special, a.status {text-decoration: none !important;}

.clear {clear: both;}

fieldset {
  border: 0;
  padding: 0 10px 0 0;
  margin: 0 0 25px 0;
}
fieldset.actions {
  padding: 0px 0;
  margin: 0;
}

label, span.label {
  display: block;
  font-size: 16px;
  color: #555;
  margin: .4em 0 .4em 0;
}

input[type=text], input[type=password], textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 8px 4px;
  margin: 0 0 5px 0;
  font-size: 15px;
  background: #fff url(/images/input-bg.png) left top repeat-x;
}
textarea {height: 120px;}
input.resource-name {
  font-size: 18px;
  font-weight: bold;
}

#search-input {
  padding: 2px;
  width: 200px;
}