@charset "utf-8";
/* CSS Document */

#Side-effect {
	border:1px solid #CCCCCC;
	overflow:hidden;
	text-align:left;
}

#calback {
	/*background: url('../../images/calWaiting.gif') no-repeat center;*/
	background: url('http://www.stylebible.ph/images/preloader.gif') no-repeat center;
	margin: 0 0 35px;
}

#calendar {
	background: #FFF;
	width: 165px;
	margin:auto;
	
}

.cal {
	width: 300px;
	border: none;
	margin: 0 auto;
}

.cal_left, .arrow_right {
	margin-top:0 !important	;
}

.cal a {
	/*color: #0C0;*/
	color:#240098;
	text-decoration: underline;
	font-size: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.cal a:hover {
	color: #666666;
}


#monthName {
	color:#990000;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-weight:bold;
	margin:auto;
	padding:2px 0;
	text-align:center;
	width:133px;
	text-transform:uppercase;
}

#calHead {
	margin-bottom:10px;
}

.dSunday{
	color:#666 !important;
}


.innerCalDate{
	border:1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:165px !important	;
}

.innerCalDate a {
	color:#240098;
	text-decoration: underline;
}



.dayhead td {
	text-align: center;
	color: #333;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:5px 0;
}



.dayrow {
	background: #FFF;
}

.dayrow .dateToday{
	font-weight:bold;
	font-size:13px;
	background-color:#ccc;	
}



.dayrow td {
	width: 30px;
	font-size: 11px;
	color: #656551;
	height:20px;
	padding:0;
}

.dayrow td a{
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
}

.day {
	font-size:13px;
	text-align:center;
}

.dayover {
	background: #F4F4F4;
}


#event {
	font-family: Arial, sans-serif;
	/*width: 100%;*/
	/*height: 100%;*/
	border-top: 1px solid #ccc;
}

#event .heading {
	padding: 4px;
	/*position: relative;*/
	background: url('../calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 12px;
	font-weight: bold;
	line-height:13px;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#Return {
	background-color:#CCCCCC;
	padding:2px;
	text-align:right;
}

#Return a {
	color: #993300;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}


#event .back {
	/*position: absolute;*/
	/*top: 10px;*/
	/*right: 10px;*/
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 5px;
	letter-spacing:1px;
	line-height:15px;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}


#eventTitleHead {
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
	text-transform:uppercase;
}


div#wrapEvent {
	margin:10px 0;
	text-align:center;
}

div#eventDay {
	font-size:12px;
	color:#999;
	margin-bottom:5px;
}

div#eventDay span, div#eventDay span a {
	color:#cc0000;
	font-weight:bold;
	padding-right:5px;
	font-size:15px;
	text-decoration:none;
}

div#eventTitle {
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:15px;
}


a.nextGal {
background-position:-44px -50px;
float:right;
}

.bg-sprite {
	background:url("../images/button-swatch.png") no-repeat scroll -60px -50px transparent;
	float:left;
	width:14px;
	text-indent:-99999em;
}

#monthName {
	float:left;
	width:120px;
	margin-left:10px;
}


