body {
	background: #f3f3f3;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

h1 {
    border-bottom: 1px #CCC solid;
	font: bold 24px/24px Georgia, serif;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

#login {
	background: #FFF;
	border: 2px #CCC solid;
	margin: 16px auto;
	padding: 16px;
	position: relative;
	width: 288px !important;
	width /**/:252px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#login a,
#login a:active,
#login a:visited {
    color: #00F;
	position: absolute;
	right: 16px;
	text-decoration: none;
	top: 24px;
}

#login a:hover {
	text-decoration: underline;
}

#login p {
	padding: 2px 0;
}

#login label {
	float: left;
	margin-top: 4px;
	padding-right: 8px;
	text-indent: 8px;
	width: 80px !important;
	width /**/:72px;
}

#login input {
	width: 192px;
}

#login .submit {
	background: #FFC;
	border: 1px #FC0 solid;
	margin: 8px 0 0 80px;
	padding: 2px;
	width: 126px !important;
	width /**/:120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#login .error {
	color: red;
	font-size: 12px;
	margin: 0 0 8px 92px;
}

#login .invalid {
    margin: 0 0 8px 0;
}

#container {
    background: #FFF;
    border: 2px #CCC solid;
    margin: 16px auto;
	overflow: hidden;
    padding: 16px;
    position: relative;
    width: 960px !important;
    width /**/:924px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#navigation {
    position: absolute;
    right: 16px;
    top: 24px;
}

#navigation li {
    display: inline;
}

#navigation a,
#navigation a:active,
#navigation a:visited {
    color: #00F;
    display: block;
    float: left;
    margin-left: 8px;
}

#subnav {
    overflow: hidden;
    position: relative;
}

#subnav li {
    display: inline;
}

#subnav li.heading {
    color: #ff0000;
    float: left;
    font-family: Georgia, serif;
    font-weight: bold;
    margin-right: 8px;
    padding: 4px 0;
}

#subnav a {
    color: #333;
    display: block;
    float: left;
    margin-left: 8px;
    padding: 4px;
    text-decoration: none;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subnav .actions a {
	background: #FFC;
	border: 1px #FC0 solid;
}

#subnav .pagination {
    position: absolute;
    top: 0;
    right: 0;
}

#subnav .pagination li.heading {
	margin-left: 16px;
}

#subnav .pagination a {
    background: #f4f4f4;
    border: 1px #CCC solid;
    padding: 4px 8px;
}

#subnav .pagination strong {
    float: left;
    font-weight: bold;
    padding: 4px 8px;
}

#container table {
    margin: 16px 0;
    width: 100%;
}

#container thead td,
#container tfoot td {
    background: #d5f3ff;
    border-top: 1px #bbd6e1 solid;
    border-bottom: 1px #bbd6e1 solid;
	font-weight: bold;
    padding: 4px 4px;
}

#container thead a,
#container thead a:active,
#container thead a:visited,
#container tfoot a,
#container tfoot a:active,
#container tfoot a:visited {
	color: #000;
}

#container thead a:hover,
#container tfoot a:hover {
	color: #ff0000;
}

#container tbody td {
    border-bottom: 1px #bbd6e1 solid;
    padding: 8px 4px;
	vertical-align: top;
}

#container tbody img {
	border: 1px #000 solid;
}

#container tbody a,
#container tbody a:active,
#container tbody a:visited {
    color: #00F;
    display: block;
    margin-bottom: 4px;
}

#container tbody a:hover {
	color: #ff0000;
}

#container .column {
	float: left;
    margin-bottom: 16px;
	padding-right: 16px;
}

#container .section {
    border: 1px #bbd6e1 solid;
    background: #ebf9ff;
    float: left;
    margin-left: 8px;
    margin-bottom: 16px;
    padding: 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#container form h2 {
    clear: left;
	color: #00F;
	font: bold 16px/16px Georgia, serif;
	margin-bottom: 8px;
}

#container form p {
	padding: 2px 0;
}

#container form p + h2 {
    margin-top: 16px;
}

#container form label {
	float: left;
	margin-top: 4px;
	padding-right: 8px;
	text-indent: 8px;
	width: 104px !important;
	width /**/:96px;
}

#container .section label {
    text-indent: 0;
    width: 128px !important;
}

#container form input,
#container form select {
    padding: 2px;
    width: 256px;
}

#container form .check {
    width: auto;
}

#container p.clear {
  clear: left;
}

#container .section label.small {
    width: 50px !important;
}

#container .section input.small {
  display: inline;
  width: 16px !important;
}

#container form textarea {
    font: normal 12px/12px Arial, Helvetica, sans-serif;
    margin-left: 8px;
}

#container form a,
#container form a:active,
#container form a:visited {
    font-size: 12px;
    margin-left: 116px;
}

#container form a.remove {
    color: red;
    margin: 0;
}

#container form .error {
	color: red;
	font-size: 10px;
	margin: 0 0 8px 116px;
}

#container form .submit {
    background: #FFC;
	border: 1px #FC0 solid;
    clear: both;
    float: right;
	margin: 16px 0 0;
	padding: 2px;
	width: 126px !important;
	width /**/:120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}