a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  background-color: #9e9e9e;
  font-family: arial, sans-serif;
}

h2
{
  color: #336;
  font-family: 'myriad web', verdana, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #036;
}

h3
{
  font-size: 100%;
  font-weight: bold;
  color: #336;
}

p img
{
  float: none;
  margin: 0;
}

h2 p
{
  display: inline;
}

/* Some common styles */
table
{
  border-collapse: collapse;
  line-height: 1;
}

p.notice
{
  border: 1px solid #036;
  color: #036;
  font-weight: bold;
  padding: 0.2em 0.2em 0.2em 1em;
}

div.pageLinks
{
  margin: 1em auto;
  text-align: center
}

/*Layout elements */
#header
{
  width: 950px;
  height: 24px;
  margin: 0 auto;
  background-image: url('/images/header_bg.jpg');
}

#contentContainer
{
  background-color: #fff;
  background-image: url('/images/content_bg.jpg');
  background-repeat: repeat-y;
}

#footer
{
  width: 950px;
  height: 26px;
  margin: 0 auto;
  background-image: url('/images/footer_bg.jpg');
}

#leftColumn
{
  padding-left: 10px;
  padding-top: 15px;
  line-height: 1;
}

#mainColumn
{
  padding: 0 1em;
  border-left: 1px solid #016fae;
  margin-bottom: 15px; /* hack: same space for bottom */
}

#mainColumn.rightBorder
{
  border-right: 1px solid #016fae;
}

#pageContainer
{
  position: relative;
  margin: 0 auto;
  width: 950px;
}

#logo
{
  position: absolute;
  top: -20px;
  left: -30px;
}

/*site navigation and breadcrumb*/
ul.siteNavigation, ul#breadcrumb_trail
{
  margin: 10;
  padding: 0;
  list-style: none;
}

ul#breadcrumb_trail li
{
  display: inline;
}

ul#breadcrumb_trail li a.cms_page_navigation
{
  padding-right: 16px;
  background: url(../sfSimpleCMSPlugin/images/tab_right.png) right no-repeat;
}

.siteNavigation a:link, .siteNavigation a:visited, .siteNavigation span
{
  display: block;
  vertical-align: middle;
  color: #000;
  text-align: left;
  padding-top: 2px;
  text-decoration: none;
}

.siteNavigation a:hover
{
  text-decoration: none;
  color: #aaa;
}

div.siteNavigation span.title, div.siteNavigation span.titlehidden, div.siteNavigation span.rtitlehidden 
{
  display: block;
  font-weight: bold;
  font-size: 0.9em;
}

div.siteNavigation span.title span { background-image: url(../images/sdexpanded.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.siteNavigation span.title:hover span { background-image: url(../images/sdexpandedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.siteNavigation span.titlehidden span {background-image: url(../images/sdcollapsed.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.siteNavigation span.titlehidden:hover span {background-image: url(../images/sdcollapsedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.siteNavigation span.rtitlehidden span {background-image: url(../images/sdsquare.gif); background-repeat: no-repeat; background-position: 6px 50%; }
div.siteNavigation span.rtitlehidden:hover span {background-image: url(../images/sdsquareOn.gif); background-repeat: no-repeat; background-position: 6px 50%; }

div.siteNavigation span.tt, div.siteNavigation span.tthidden 
{ 
  display:block; 
  margin-left: 5px; 
  padding: 0px 5px 5px 25px;
  border-bottom: 1px dashed #ccc;
}

div.siteNavigation div.submenu 
{
	overflow: hidden;
	-moz-box-sizing:border-box;
}

div.siteNavigation div.submenu span.s { display:block; margin-left: 0.5em; padding-left: 0.5em; border-left: #ccc solid 1px; }
div.siteNavigation div.submenu a:hover span.s { border-left: #FF6600 solid 1px; }

#leftColumn h3
{
  margin-left: 10px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#rightColumn h2
{
  margin-right: 10px;
}

.styledTable {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #eee;
}

.styledTable td {
	color: #000;
	text-align: left;
	border: 1px solid #eee;
	padding: 0.1em 0.5em;
	vertical-align: top;
}

.styledTable th, .styledTableHeader td{
	color: #336;
	background: #eee;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0.5em 0.5em 0.2em 0.5em;
	vertical-align: top;
}

a.asc {
  background-image: url('../images/icon_arrow_down.gif');
  background-position: right 4px;
  background-repeat: no-repeat;
  padding-right: 10px;
}

a.desc {
  background-image: url('../images/icon_arrow_up.gif');
  background-position: right 4px;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.siteNavigation a.logout
{
  color: red;
}

/* Tableless forms */

div.form_error, p.error
{
  font-weight: bold;
  color: red;
}

div.form-row label, div.form-row input
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div.form-row label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

div.form-row input[type="checkbox"], div.form-row input[type="radio"]
{
  width: auto;
}
/*
input[type="submit"]
{
  margin-left: 95px;
}
*/
div.form-row
{
  clear: left;
}

fieldset
{
  border: none;
}

form > fieldset > legend
{
  font-size: 100%;
  font-weight: bold;
  color: #336;
}

div.filters
{
  border: 1px solid #eee;
  padding: 0.5em;
}

div.advertEntry
{
  border: 1px solid #eee;
  margin: 0.5em 0;
}

div.advertEntry h3
{
  background-color: #eee;
  margin: 0;
  margin-bottom: 0.2em;
  padding: 0.3em 0.5em 0.3em;
}

div.advertEntry p, div.advertEntry small
{
  padding: 0.3em 0.5em 0.3em;
}

/* Actions etc */
ul.td_actions
{
  list-style-type: none;
}

ul.td_actions > li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions, ul.actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

ul.sf_admin_actions li input
{
  height: auto !important;
  width: auto;
}


ul.sf_admin_actions a
{
  color: #333;
}

ul.sf_admin_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions input, ul.actions input, fieldset.action input
{
  padding: 3px 3px 3px 20px !important;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
  cursor: hand;
  cursor: pointer;
}

.sf_admin_action_create
{
  background: url(/sf/sf_admin/images/add.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save_and_add
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save_and_list
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_delete
{
  background: url(/sf/sf_admin/images/delete.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_cancel
{
  background: url(/sf/sf_admin/images/cancel.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_filter, input.filter
{
  background: url(/sf/sf_admin/images/filter.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.sf_admin_action_reset_filter, input.reset
{
  background: url(/sf/sf_admin/images/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_list
{
  background: url(/sf/sf_admin/images/list.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.sf_admin_default_action
{
  background-color: #fc6 !important;
  font-weight: bold !important;
}

form.styled fieldset div.sf_admin_edit_help
{
  display: inline;
}

/* Styles for some specific elements */
#sf_guard_auth_forgot_password
{
  margin-left: 1em;
}

#rightColumn ul, #rightColumn li
{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

#rightColumn li
{
  margin-bottom: 5px;
}

#rightColumn h2
{
  font-size: 100%;
}

#sfNewsDate
{
  color: #777;
}

#sfNewsContent
{
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Blog */
.sfSimpleBlog .post h2
{
  font-size: 100%;
}

.sfSimpleBlog .post .details
{
  margin-bottom: 1em;
}

.sfSimpleBlog .post .related_details
{
  margin-top: 1em;
  margin-bottom: 2em;
}

.sfSimpleBlog .post .extract
{
  font-weight: bold;
}

.comment
{
  margin: 1em 0 2em 1em;
	border: 1px solid #eee;
}

.comment .author
{

	color: #336;
	background: #eee;
	font-weight: bold;
	border-top: 1px solid #eee;
	padding: 0.3em;
}

.comment .body
{
	padding: 1em 0.3em 1em 0.3em;
}

input#openid_url
{
  background: #FFFFFF url('/images/openid/openid-icon-small.gif') no-repeat scroll 0pt 50%;
  padding-left: 18px;
}

div#sf_guard_auth_form
{
  float: left;
  margin-right: 1em;
}

div#alternative_logins
{
  float: right;
  width: 400px;
}