/*Collapsible fieldsets*/
fieldset.collapsed
{
	border-bottom-width: 0;
  	border-left-width: 0;
  	border-right-width: 0;
  	margin-bottom: 0;
}

fieldset.collapsed *
{
	display: none;
}

fieldset.collapsed legend,
fieldset.collapsed legend *
{
	display: inline;
}

fieldset.collapsible legend a.collapse
{
	background: transparent url(images/collapse.png) no-repeat left;
	padding-left: 15px;
}

fieldset.collapsible legend a.expand
{
	background: transparent url(images/expand.png) no-repeat left;
	padding-left:  15px;
}

/*Teaxtarea Resizer*/
div.grippie {
	background:#EEEEEE url(images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}

.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
}

/*Generated Forms*/
form .caption
{
	margin-top: 20px;
}

form fieldset
{
	margin-top: 20px;
}

form .caption .required
{
	color: red;
	font-weight: bold;
	font-size:  18px;
}

form .description
{
	font-size: 12px;
}

form .form-text
{
	width: 310px;
}

form .form-password
{
	width: 310px;
}

form .form-textarea
{
	width: 100%;
	height: 120px;
}

form .form-submit
{
	margin-top: 15px;
}

form .edit-user-picture
{
	margin-bottom: 15px;
}

/*Messages*/
#messages
{
	background-color: #fff1b9;
	margin-bottom: 10px;
	border: solid 1px #e9f2f5;
	padding: 3px;
	color: #429042;
	font-weight: bold;
}

#messages .error
{
	color: #ca1919;
}

/*Tabs*/
.tabs
{
	padding: 0;
	margin: 0;
	display: block;
}

.tabs li
{
	list-style-type: none;
	float: left;
}

.tabs li a
{
	display: block;
	padding: 5px;
	border: solid 1px #d3d3d3;
	background-color: #e9f2f5;
	margin-right: 3px;
}

.tabs li a:hover
{
	color: #a52a2a;
}

.tabs li a.selected
{
	color: #ffffff;
	border: solid 1px #d3d3d3;
	background-color: #df7500;
}

.tabs li a.selected:hover
{
	color: #ffffff;
}

.tabs-clear
{
	clear: both;
	padding: 5px;	
}

/*Search results page*/
.search-results .text
{
	padding-left: 30px;
	border-bottom: dashed 1px #d3d3d3;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.search-results .search-highlight
{
	font-weight: bold;
	color: #800000;
}

.search-results .navigation
{
	text-align: center;
}

.search-results .navigation .page
{
	padding: 10px;
}

.search-results .navigation .current-page
{
	font-weight: bold;
	color: #000000;
}

.search-results .navigation .previous, .search-results .navigation .next
{
	font-weight: bold;
	padding: 5px;
	border: solid 1px #d3d3d3;
	background-color: #e9f2f5;
	margin: 5px;
}

.search-results .navigation .current-page
{
	font-weight: bold;
	color: #000000;
}

/*Administration Page*/
.administration-list .section h2.section-title
{
	cursor: pointer;
}
