@charset "UTF-8";
.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(plugins/spring-security-ui-0.2/images/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}
/* Spring Security UI */

#s2ui_main {
	margin: 0px;
	width: 100%;
}

#s2ui_header {
	overflow: hidden;
}

#s2ui_header_title {
	font-size: 1.5em;
	color: black;
	text-align: center;
	margin-top: 5px;
}

#s2ui_header_body {
	width: 100%;
}

#s2ui_login_link_container {
	position: absolute;
	top: 38px;
	right: 25px;
	float: right;
	color:#fff;
}
#s2ui_login_link_container  a, #s2ui_login_link_container  a:visited{
	color:#e9e9e9 !important;
}
#s2ui_login_link_container  a:hover, #s2ui_login_link_container  a:active{
	color:#fff !important;
}

#s2ui_content {
	float: left;
	width: 80%;
	margin-top: 6px;
	margin-left: 12px;
}

.s2ui_section {
	padding: 18px;
	border: 1px solid #f2f2f2;
}

.s2ui_required {
	color: red;
	font-weight: bold;
}

.s2ui_center {
	margin-left: auto;
	margin-right: auto;
}

.s2ui_hidden_button {
	float: right;
	height: 0;
	left: 1px;
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	width: 0;
	z-index: -1000;
	border: 0;
	background: white;
}

.s2ui_error {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: normal;
	color: #D8000C;
}
.s2ui_error p {
	margin: 2px;
}

/* PAGINATION */

.paginateButtons {
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* menu overrides */
ul.jd_menu li li {
	width: 125px;
}

ul.jd_menu_slate li {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

ul.jd_menu_slate {
	height: 22px;
}

ul.jd_menu li {
	height: 16px;
}

/* standard tags */
h1 {
	font-weight: normal;
	color: #222222;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: normal;
	color: #222222;
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	color: #225989;
    font-weight: normal;
    font-size: 22px;
    margin: .3em 0 .5em 0 !important;
}

h4 {
	font-weight: normal;
	color: #222222;
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-weight: normal;
	color: #222222;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-weight: normal;
	color: #222222;
	font-size: 1em;
	font-weight: bold;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #363636;
}

a:hover {
	text-decoration: underline;
	color: #f30;
}

a:link {
	color: #039;
}

a:visited {
	color: #039;
}


ol, ul {
	list-style: none;
}

img a {
	border: none;
}

p {
	margin: 0 0 1.5em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	margin-bottom: 1.4em;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

th {
	font-weight: bold;
}

thead th {
	 background: url("images/skin/shadow.jpg") repeat scroll 0 0 #FFFFFF;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #fff;
}

tr.odd td {
	background: #f7f7f7;
}

.list table {
	margin-top:10px;
}

/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }

.login_message {
	color: red;
}

.login {
	background-color: #F1F1F1;
	margin-bottom: 15px;
	overflow: hidden;
	width: 310px;
}

.login-inner {
	color: #9B9B9B;
	padding: 16px;
}

.login-inner .sign-in h1 {
	color: #9B9B9B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
}


