
table.calendar{border-style: solid; border-width: 1px; border-width:1px; border-color:#666; -moz-box-shadow:0px 0px 4px #CCCCCC; -webkit-box-shadow:0px 0px 4px #CCCCCC; box-shadow:0px 0px 4px #CCCCCC; }
tr.calendar-row  {  }
td.calendar-day  { min-height:80px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover  { background:#FFF; -moz-box-shadow:0px 0px 20px #eeeeee inset; -webkit-box-shadow:0px 0px 20px #eeeeee inset; box-shadow:0px 0px 20px #eeeeee inset; cursor:pointer;}
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head {font-weight:bold; text-shadow:0px 1px 0px #FFF;color:#666; text-align:center; width:64px; padding:12px 6px; border-bottom:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #CCC; background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
div.day-number{padding:6px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np {padding:5px; border-bottom:1px solid #DBDBDB; border-right:1px solid #DBDBDB; font-size:14px;background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}


.overday{ color:#164b87; text-shadow:0px 1px 0px #FFF;}
.currentday{background: #6cb7f3 !important;
background: -moz-linear-gradient(top,  #6cb7f3 0%, #388be8 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb7f3), color-stop(100%,#388be8)) !important;
background: -webkit-linear-gradient(top,  #6cb7f3 0%,#388be8 100%) !important;
background: -o-linear-gradient(top,  #6cb7f3 0%,#388be8 100%) !important;
background: -ms-linear-gradient(top,  #6cb7f3 0%,#388be8 100%) !important;
background: linear-gradient(to bottom,  #6cb7f3 0%,#388be8 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb7f3', endColorstr='#388be8',GradientType=0 ) !important; color:#FFF  !important; font-weight:bold; -moz-box-shadow:0px 0px 18px #1F68BA inset; -webkit-box-shadow:0px 0px 18px #1F68BA inset; box-shadow:0px 0px 18px #1F68BA inset;
}
.currentday:hover{-moz-box-shadow:0px 0px 24px #074080 inset !important; -webkit-box-shadow:0px 0px 24px #074080 inset !important; box-shadow:0px 0px 24px #074080 inset !important;}


.day-number a:link {
    text-decoration: none;
	
}

.day-number a:visited {
    text-decoration: none;
	
}

.day-number a:hover {
    text-decoration: underline;
}

.day-number a:active {
    text-decoration: underline;
}



div#container_box {
	margin: 50px auto 0px auto; /* centered */
	width: 400px;
}


.bubble {
	clear: both;
	margin: 0px auto;
	width: 350px;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 380px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 25px;
	color: #fff;
	padding-top: 3px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 60px 25px 35px 25px;
}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}

/** blockquote styles **/
.bq2 { width: 90%; overflow: hidden; border: 1px solid #dde5ed; background: #f8fafd; color: #758fa3; }

.bq2 .source { display: block; width: 90%; margin-bottom: 5px; font-weight: bold; font-size: 13px; text-shadow: 0px 1px 0px #f8fafb; padding: 6px 11px; background: #eaeff5; border-top: 1px solid #f4f7fa; border-bottom: 1px solid #dde5ed; }

.bq2 p { line-height: 19px; margin-bottom: 10px; font-style: italic; padding-left: 10px; }

.celeb { width: 90%; overflow: hidden; border: 1px solid #dde5ed; background: #f8fafd; color: #758fa3; }

.celeb .source { display: block; width: 100%; margin-bottom: 5px; font-weight: bold; text-align:center; font-size: 13px; text-shadow: 0px 1px 0px #f8fafb; padding: 5px 0px; background: #eaeff5; border-top: 1px solid #f4f7fa; border-bottom: 1px solid #dde5ed; }

.celeb p { line-height: 19px; margin-bottom: 10px; font-style: italic; padding-left: 10px; }


.extra { width: 90%; overflow: hidden; border: 1px solid #BDF986; background: #C8FFBF; color: #758fa3; }

.extra .source { display: block; width: 90%; margin-bottom: 5px; font-weight: bold; font-size: 13px; text-shadow: 0px 1px 0px #f8fafb; padding: 6px 11px; background: #C8FFBF; border-top: 1px solid #f4f7fa; border-bottom: 1px solid #dde5ed; }

.extra p { line-height: 19px; margin-bottom: 10px; font-style: italic; padding-left: 10px; }
.odude_button {
  position: relative;
  margin: 0 auto 15px;
  display: block;
  width: 100%;
  height: 60px;
  text-decoration: none;
  background-color: #fafafa;
  color: #131313;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
  -webkit-box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
  box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
}
.odude_button * {
  -moz-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  -webkit-transition: all linear;
  -webkit-transition-delay: 0.15s;
  transition: all linear 0.15s;
}


.odude_button .title {
  display: block;
  padding: 10px 20px 0 20px;
  font-size: 1.25em;
}
.odude_button .details {
  display: block;
  clear: both;
  padding: 5px 70px 20px 23px;
  font-size: 0.85em;
  color: #9a9ca2;
}
.odude_button .price {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  height: 100%;
  width: 15px;
  line-height: 60px;
  font-size: 2.25em;
  text-align: center;
  background-color: #eee;
  color: #ddd;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
  text-shadow: 0 -1px #8d8f96;
  -moz-box-shadow: 0 4px #d7d4d4;
  -webkit-box-shadow: 0 4px #d7d4d4;
  box-shadow: 0 4px #d7d4d4;
}
.odude_button:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
  -moz-transition: all linear 0.075s;
  -o-transition: all linear 0.075s;
  -webkit-transition: all linear;
  -webkit-transition-delay: 0.075s;
  transition: all linear 0.075s;
}
.odude_button.blue:before {
  background-color: #7daee9;
  -moz-box-shadow: 0 4px #709cd1;
  -webkit-box-shadow: 0 4px #709cd1;
  box-shadow: 0 4px #709cd1;
}
.odude_button.blue:hover:before {
  background-color: #709cd1;
  -moz-box-shadow: 0 4px #5f84b1;
  -webkit-box-shadow: 0 4px #5f84b1;
  box-shadow: 0 4px #5f84b1;
}
.odude_button.blue:active:before {
  -moz-box-shadow: 0 2px #5f84b1;
  -webkit-box-shadow: 0 2px #5f84b1;
  box-shadow: 0 2px #5f84b1;
}
.odude_button.magenta:before {
  background-color: #de7cb9;
  -moz-box-shadow: 0 4px #c76fa6;
  -webkit-box-shadow: 0 4px #c76fa6;
  box-shadow: 0 4px #c76fa6;
}
.odude_button.magenta:hover:before {
  background-color: #c76fa6;
  -moz-box-shadow: 0 4px #a95e8d;
  -webkit-box-shadow: 0 4px #a95e8d;
  box-shadow: 0 4px #a95e8d;
}
.odude_button.magenta:active:before {
  -moz-box-shadow: 0 2px #a95e8d;
  -webkit-box-shadow: 0 2px #a95e8d;
  box-shadow: 0 2px #a95e8d;
}
.odude_button.green:before {
  background-color: #7fd373;
  -moz-box-shadow: 0 4px #72bd67;
  -webkit-box-shadow: 0 4px #72bd67;
  box-shadow: 0 4px #72bd67;
}
.odude_button.green:hover:before {
  background-color: #72bd67;
  -moz-box-shadow: 0 4px #60a057;
  -webkit-box-shadow: 0 4px #60a057;
  box-shadow: 0 4px #60a057;
}
.odude_button.green:active:before {
  -moz-box-shadow: 0 2px #60a057;
  -webkit-box-shadow: 0 2px #60a057;
  box-shadow: 0 2px #60a057;
}
.odude_button.red:before {
  background-color: #f66d64;
  -moz-box-shadow: 0 4px #dd625a;
  -webkit-box-shadow: 0 4px #dd625a;
  box-shadow: 0 4px #dd625a;
}
.odude_button.red:hover:before {
  background-color: #dd625a;
  -moz-box-shadow: 0 4px #bb534c;
  -webkit-box-shadow: 0 4px #bb534c;
  box-shadow: 0 4px #bb534c;
}
.odude_button.red:active:before {
  -moz-box-shadow: 0 2px #bb534c;
  -webkit-box-shadow: 0 2px #bb534c;
  box-shadow: 0 2px #bb534c;
}
.odude_button:hover {
  -moz-box-shadow: 0 4px #e2e2e2, 0 6px 1px #cbcbcd;
  -webkit-box-shadow: 0 4px #e2e2e2, 0 6px 1px #cbcbcd;
  box-shadow: 0 4px #e2e2e2, 0 6px 1px #cbcbcd;
}
.odude_button:hover .price strong {
  background-color: #e9e9e9;
  -moz-box-shadow: 0 4px #d2cfcf;
  -webkit-box-shadow: 0 4px #d2cfcf;
  box-shadow: 0 4px #d2cfcf;
}
.odude_button:active {
  top: 1px;
  -moz-box-shadow: 0 2px #e2e2e2, 0 4px 1px #cbcbcd;
  -webkit-box-shadow: 0 2px #e2e2e2, 0 4px 1px #cbcbcd;
  box-shadow: 0 2px #e2e2e2, 0 4px 1px #cbcbcd;
}
.odude_button:active .price strong {
  background-color: #e9e9e9;
  -moz-box-shadow: 0 2px #d2cfcf;
  -webkit-box-shadow: 0 2px #d2cfcf;
  box-shadow: 0 2px #d2cfcf;
}

.odude_button .first{
	width:70%;
	float:left
	
}
.odude_button .second{
	width:20%;
	float:left
	
}










.date_container {
  width: 98%;
  margin: 0 auto;
}

.date_container a {
  color: #5890FF;
  text-decoration: none;
}
.date_container a:hover {
  text-decoration: underline;
}

.obox {
  border: 1px solid #ddd;
  padding: 10px 12px;
  margin-bottom: 15px;
  background: #fff;
  obox-sizing: border-obox;
  border-radius: 3px;
  overflow: hidden;
  
 
}
.obox.blue {
  border: 1px solid #5890FF;
}
.obox .header {
  position: relative;
  color: #9197a3;
  font-size: 12px;
  line-height: 1.38;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.obox .header a {
  font-weight: bold;
}
.obox .header .date {
  position: absolute;
  right: 0;
  top: 0;
}
.obox .links {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.38;
}
.obox .links a {
  color: #5890FF;
  text-decoration: none;
}
.obox .links a:hover {
  text-decoration: underline;
}
.obox .footer {
  color: #444;
  font-size: 12px;
  line-height: 1.38;
  border-top: 1px solid #ddd;
  background: #F6F7F8;
  padding: 5px 12px;
  margin: 8px -12px -10px -12px;
}
.odude_servertime { width: 100%; text-align:center; overflow: hidden; border: 1px solid #dde5ed; background: #f8fafd; color: #758fa3;font-weight: bold; font-size: 30px; text-shadow: 0px 1px 0px #000000; }
.odude_serverdate { width: 100%; text-align:center; overflow: hidden; border: 1px solid #dde5ed; background: #f8fafd; color: #758fa3;font-weight: normal; font-size: 15px; text-shadow: 0px 0px 0px #000000; }
