h2 {font-weight: bold;
color: #003D4C;}

h2 small {
color: #888282;
font-size: 0.6em;
font-weight: normal;
}

.related h3 {
margin-top: 20px;
font-size: 1.3em;
font-weight: bold;
}

input, textarea {
	padding: 1px;
}

form div {
margin-bottom: 0;
padding: .2em;
}
form {
max-width: 400px;
}

.navigation h4 {
color: #99333B;
font-weight: bold;
font-size: 1.1em;
margin-top: 20px;
}
.alert {color: red; font-weight: bold; font-size: 1.2em;}
.actions-detail li {
	float: left;
	margin-right: 10px;
	}
.actions-detail ul {width: 100%;
}

.actions.actions-detail {width: 100% !important;
	padding: 0;}
.clearfix{clear:both;}
dl {
width: 100%;
}

.table-simple th, .table-simple td {border-bottom:none; background-color: transparent; padding:0;}

.table-simple tr,  .item-view tr {background-color: transparent !important;}

.table-simple {border-spacing: 0px;}

.item-view th {
border-bottom: 1px solid #ddd;
vertical-align: top;
color: #555555;
width: 150px;
}

.item-view h2 {font-size: 1.3em; color: #000000; font-weight: 700;}
.item-view a.edit-link, .item-view .remove-edit-link a.edit-link {font-weight: bold;font-size: 13px; color: #0085A3; padding-left: 10px;}
.item-view .remove-edit-link a{font-weight: bold;font-size: 13px; color: #9E0E1C; padding-left: 20px;}
.item-view .remove-edit-link {float: right;}
.item-view h3 {font-size: 1.1em;color: #000000;font-weight: 700;margin-bottom: 5px;}
.item-view a {font-weight: normal; color: #000000}
.item-view a.addlink {
display: block;
font-size: 0.9em;
color: #0085A3;
text-decoration: none;
font-weight: bold;
}

.item-view li {
border-bottom: 1px dotted #dddddd;
padding-bottom: 5px;
padding-top: 5px;
margin-left: 0;
}
.item-view ul {margin:0; list-style-type: none;}
.content-visibility {font-size: 0.75em; color: #555555; padding-left: 10px;;}
.linklist a {font-weight: normal;}
.linklist {margin-bottom: 5px;}
#flashMessage {
background: #ffcc00;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
background-image: linear-gradient(top, #ffcc00, #E6B800);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border: 1px solid rgba(0, 0, 0, 0.2);
margin-bottom: 18px;
padding: 7px 14px;
color: #404040;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);