body
{
     padding:0px;
     margin:0px;
     text-align:center;
     font-family:verdana,sans-serif;
     font-size:10pt;
}
     
#container
{
     width:929px;
     background:red;
     margin:0px auto;
}

#panel-upper
{
     height:46px;
     background-image:url("../img/top.png");
	color:white;
}

#logo
{
     height:138px;
     background-image:url("../img/logo.png");
	position:relative;
}

#logo h1
{
     display:none;
}

#logo a
{
	position:absolute;
	display:block;
	top:18px;
	left:0px;
	width:285px;
	height:98px;
}

#panel-middle
{
     width:929px;
     height:40px;
     background-color:black;
	color:white;
}


#middlebox
{
}


#rightblock
{
     width:305px;
     float:left;
/*      background:black; */
}

#bigpanel
{
/*      clear:both; */
     height:150px;
/*      background:black; */
}

#footer
{
     height:94px;
     background-image:url("../img/bottom.png");
     clear:both;
}

#downblock
{
     background:yellow;
}

#leftmod
{
     width:612px;
/*      min-height:300px; */
     background-color:#333333;
     color:#c3c3c3;
     border:1px solid black;
     margin:5px;
     margin-right:0px;
     float:left;
}

.block2box
{
     margin:5px;
     margin-right:0px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block2header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block2header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.block3box
{
     height:100px;
     margin-left:5px;
     margin-bottom:5px;
     border:1px solid black;
     background-color:#333333;
     color:#c3c3c3;
}

.block3header
{
     height:25px;
     line-height:25px;
     text-align:left;
     margin:0px;
     padding:0px;
     border-bottom:1px solid #444444;
     margin-bottom:5px;
     background-color:black;
     color:white;
}

.block3header h2
{
     margin-left:3px;
     padding:0px;
     font-size:10pt;
     margin-top:0px;
     margin-bottom:0px;
     font-weight:bold;
}

.clear
{
     clear:both;
}

a
{
     text-decoration:none;
     color:white;
}

a:hover
{
     text-decoration:underline;
}


.tooltip
{
	border:1px solid black;
	text-align:left;
	max-width:300px;
}

.tooltip .tip-title
{
	background:black;
	padding:3px;
	font-size:10pt;
	color:white;
	font-weight:bold;
	border-bottom:1px solid #333333;
}

.tooltip .tip-text
{
	padding:4px;
	padding-top:0px;
	background:#222222;
	color:#c3c3c3;
}

.feed
{
	float:right;
	margin-top:-20px;
	margin-right:3px;
}

 .feed a
{
	display:block;
	background-image:url("../img/feed-icon-14x14.png");
	width:14px;
	height:14px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading-img.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index:10000;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	z-index:10001;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.datepicker {
	position: absolute;
	border: 1px solid black;
	font-size: 11px;
	width: 194px;
/* 	padding: 3px; */
	height: 221px;
	background: #222222;
	line-height: normal;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: black;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	margin: 0px 42px 0 20px;
}

.datepicker .header .titleText {
	color: #fff;
	font-weight: bold;
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #333333;
	text-align: center;
	color: white;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 194px;
	height: 193px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #222222;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #333333;
	color:white;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #aa0000;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #222222;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #333333;
	cursor: pointer;
	color:white;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #333333;
	cursor: pointer;
	color:white;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #550000 !important;
	color: #fff !important;
}

.datepicker .unavailable {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #770000!important;
	color: #fff !important;
}

input
{
	border:1px solid black;
	padding:2px;
	color:black;
	background:white;
}

#ymdOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#ymdWindow {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
/* 	font-family: arial, sans-serif; */
	font-size:12px;
	border:1px solid white;
	background-color:#333333;
	color:white;
}
#ymdTitle {
	background-color:black;
	padding:4px 0;
	position:relative;
	font-weight:bold;
}
#ymdCloseLabel {
	position:absolute;
	right:0;
	top:6px;
	width:14px;
	height:14px;
	background-color:black;
}
#ymdNavi {
	background-color:#222222;
	width:100%;
	overflow:hidden;
	position:relative;
/* 	border-bottom:1px solid #e6e6e6; */
/* 	border-top:1px solid #e6e6e6; */
}
#ymdNavi ul li {
	list-style-type:none;
	background:url(window.gif) right -35px repeat-x;
	margin:0; padding:6px 8px 2px 8px;
	margin-left:8px;
	float:left;
	cursor:pointer;
}
#ymdNavi ul li:hover,
#ymdNavi .ymdActive {
	list-style-type:none;
	background:#444444;
}
#ymdContainerWrap {
	background:#333333;
}
#ymdBottom {
	border-top:1px solid #e6e6e6;
}
#ymdBottom .ymdRightCorner {
	background-position:right bottom;
}
#ymdBottom .ymdLeftCorner {
	background-position:left bottom;
}
.ymdStatusBar {
	height:16px;
	padding:4px;
	background-color:#222222;
	color:white;
}
.ymdLoading {
	background-image:url(ajax-loader.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	padding-left:20px;
}