@charset "utf-8";
/* CSS Document */

body
{
	background:url(/images/public/bg.gif) repeat;
	width:98%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
}

#wrapper
{
	margin:0 auto;
	width:780px;
	padding:0px;
	margin-top:10px;
}

#wrapper .containerTop
{
	float:left;
	margin:0;
	padding:0;
	width:780px;
	height:auto;
	background:#fff;
	border:1px solid #f0f0f0;
	text-align:left;
	margin-bottom:10px;
}

#wrapper .containerTop .logo
{
	float:left;
	width:264px;
	height:103px;
	margin:0;
	padding:0;
}

#wrapper .containerTop .join
{
	float:left;
	width:210px;
	height:74px;
	padding:5px 10px 0px 10px;
	margin:10px 0px 0px 0px;
	border:1px dotted #525252;
	border-top:0px;
	border-bottom:0px;
}

#wrapper .containerTop .login
{
	float:right;
	width:246px;
	height:77px;
	padding:10px;
	background:url(/images/public/loginBox.gif) no-repeat;
	margin:5px 8px 0px 0px;
	color:#777;
}

/****************************MENU*****************/
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 260px;
	float:left;
	padding: 0px;
	height: 24px;
	display:inline;
	width:100%;
	
}

.mootabs_title li {
	float: left;
	background-color:none;
	padding:0px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background:none;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: 5px;
	clear: both;
	overflow:auto;
	padding:5px 20px 5px 20px;
	color:#fff;
	height: 350px;
}

.mootabs_panel.active {
	display: block;
	width:718px;
	
	text-align:left;
	
}

.mootabs_title li.over {
	text-decoration:underline;
}
/***************************_MENU******************/

.firstGirlContent
{
	width:90px;
	height:150px;
	margin:-296px 0px 0px 20px;
	padding:0;
	float:left;
	display:inline;
	position:relative;
	z-index:1000;
}

.firstGirlContent .firstGirl
{
	width:90px;
	height:150px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

.secondGirlContent
{
	width:205px;
	height:152px;
	margin:-294px 50px 0px 0px;
	padding:0;
	float:right;
	display:inline;
	position:relative;
	z-index:1000;
}

.secondGirlContent .secondGirl
{
	width:205px;
	height:152px;
	margin:0px;
	padding:0;
	float:right;
	display:inline;
}

.modelBox
{
	float:left;
	width:115px;
	height:139px;
	background:url(/images/public/modelBox.gif) no-repeat;
	padding:7px 10px 7px 10px;
	margin:0px 17px 20px 0px;
}

.popupMessages {
	z-index: 20;
	position: absolute;
	top: 250px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	display: none;
	font:12px arial;
	color: #000000;
	width: 200px;
}

.clickable {
	cursor:pointer;
}

.opLink {
	color: #FFFFFF;
}

.hoverRow {
	background: #596193 !important;
}

/*model calendar css*/
td.calendarDayToday {
	border: 1px solid red;
}

.calendarTable {
	background-color:#ffffff;
	border:1px solid #000000;
	font:normal 12px arial;
	color:#000000;
	width:95%;
	margin:0 auto 20px auto;	
}
.user_calendar_th {
	font:normal 12px arial;
	color:#ffffff;
	background-color:#161616;
	border:1px solid #000000;
}
.user_calendar_td {
	font:normal 12px arial;
	color:#ffffff;
	background-color:#000000;
}
.t_spacer {
	height:6px;
	font:1px;
}
td.notSelected {
	background-color: #ffffff;
	cursor:pointer;
}
td.selected {
	background-color: #161616;
	cursor:pointer;
}
table.calendarTable td.notBusyDay {
	cursor: pointer;
}
table.calendarTable td.busyDay {
	background-color: #cccccc;
	color:#ffffff;
	cursor: pointer;
}

.funds_table_list {
	background-color:#cccccc;
	border-spacing:3px;
	padding:3px;
}
.genRow {
	font:normal 11px arial;
	color:#000;
}