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


/* Actual message text */
.MT-Message-Text{
color:#A60000;
}

/* Message date text */
.MT-Message-Date{

}



/* ----------------------------------- Main Containers - Bottom (TASKBAR) ----------------------------------- */

/* Main bar container */
#MT-Footer-Container{
	position:absolute;
	bottom:0;
	left:0;
	padding: 0px;
}


#MT-Footer-Content-Container{
	background-color: #e5e5e5;
	margin: 0px 20px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	height:27px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:left;
	position:fixed;
	bottom:0;
	width:100%;
}

#MT-Footer-Content{
	height:27px;
	margin: 0px 7px 0px 7px;
	line-height:27px;
}


@media screen {
body>div#MT-Footer-Container {
  position:fixed;
}
}





/* ----------------------------- TASKBAR - Menu ------------------------------------*/


#MT-Footer-Menu2{
	float: left;
	width: 100px;
	height: 250px;

}


#MT-Footer-Taskbar-Chat2{
	float: right;
	margin-right: 15px;
	height: 250px;
	background-color: #FF0000;
	width: 210px;
}




/* ----------------------------- TASKBAR - Chat Rooms ------------------------------------*/

/* main container on task bar */
#MT-Footer-Who{
	float: right;
	width: 170px;
	background-image: url(../images/icon_chatrooms.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align:left;

}


/* Chatroom on task bar - mouse overs*/

.MT-Footer-Who-Highlight-Idle{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-left-color: #B5B5B5;

}

.MT-Footer-Who-Highlight-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}


/* Link on task bar */

#Links-Chat-Room{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
}

#MT-Footer-Who a:link{
	color: #2E70A0;
	font-weight: bold;
	text-align:left;

}

/* ----------------------------- Chatroom Header - Plus Minimize ------------------------------------*/

#MT-Chat-Room-Minimize{
	background-color: #74add7;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	background-image: url(../images/tabs_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Links-Chat-Room-Minimize{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

/*-------------------------------POPUP HOME ------------------------------------------------*/
@media screen {
body>div#MT-Box-Home {
  position:fixed;
}
}

/* main container for popup */
#MT-Box-Home{
	float: left;
	width: 210px;
	height: 250px;
	bottom: 28px;
	position: fixed;
	left: 28px;
	display: none;
	z-index: 100;
	text-align:left;
}

.MT-Footer-ChatHome-Idle{
	visibility:hidden;
	background-color: #F9F9F9;
}

.MT-Footer-ChatHome-Live{
	background-color: #FBFBFB;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;

}


#MT-Chat-Home-Minimize{
	background-color: #74add7;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	background-image: url(../images/tabs_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Links-Chat-Home-Minimize{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

#MT-Chat-Home-List{
	overflow-x:hidden;
	overflow-y:auto;
	height: 215px;
}

#MT-Chat-Home-List ul{
	margin: 0px;
	padding: 0px;

}

#MT-Chat-Home-List li{
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	background-image: url(../images/tabs_background2.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;

}

#MT-Chat-Home-List li:hover{
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background-color: #CCCCCC;

}

#MT-Chat-Home-List a:link, #MT-Chat-Home-List a:active, #MT-Chat-Home-List a:visited{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #4F93C6;
	font-weight: bold;

}

#MT-Spacer {
}

#MT-Chat-Home-List a:hover{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color:#E65904;
	font-weight: bold;

}


/* ----------------------------- POPUP - Chat Room List ------------------------------------*/

@media screen {
body>div#MT-Box-Rooms {
  position:fixed;
}
}

/* main container for popup */
#MT-Box-Rooms{
	float: right;
	width: 210px;
	height: 250px;
	bottom: 27px;
	position: fixed;
	right: 28px;
	display: none;
		text-align:left;

}

/* main container - show/hide */

.MT-Footer-ChatRooms-Idle{
	visibility:hidden;
	background-color: #F9F9F9;
}

.MT-Footer-ChatRooms-Live{
	background-color: #FBFBFB;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;

}


/* list of available chatroooms */

#MT-Chat-Room-List{
overflow-x:hidden;
overflow-y:auto;
	height: 204px;
}

#MT-Chat-Room-List ul{
	margin: 0px;
	padding: 0px;

}

#MT-Chat-Room-List li{
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;

}

#MT-Chat-Room-List li:hover{
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	background-color: #CCCCCC;

}

#MT-Chat-Room-List a:link{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #2E70A0;
	font-weight: bold;

}





/* ----------------------------- POPUP - Chatting ------------------------------------*/

@media screen {
body>div#MT-Box-Chatting {
  position:fixed;
}
}

/* main container for chatting popup */
#MT-Box-Chatting{
	float: right;
	width: 300px;
	height: 300px;
	bottom: 27px;
	position: fixed;
	right: 255px;
	display: none;
	text-align:left;

}

/* main container chatting - show/hide */

.MT-Box-Chatting-Idle{
	visibility:hidden;
	background-color: #F9F9F9;
}

.MT-Box-Chatting-Live{
	background-color: #FBFBFB;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;

}

/* chatting box main window */
#MT-Box-Chatting-Window{
	height: 223px;
}


/* ----------------------------- OutPut Window ------------------------------------*/
#MT-Output-Window{
	height: 222px;
	padding-right: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: auto;
	margin-bottom: 5px;
}

#MT-Output-Window ul{
margin:0px;
padding:0px;
}

#MT-Output-Window li{
	list-style:none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B6B6;
	margin-top: 4px;
	padding-bottom: 3px;
}



/* ----------------------------- InPut Window ------------------------------------*/

#MT-Input-Window{
	height: 25px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/* ----------------------------- InPut Type Box ------------------------------------*/

.MT-Input-Type{
	height: 25px;
	width: 263px;
	border: 1px solid #FFFFFF;
	line-height: 25px;
	font-size: 14px;
	color: #787878;
	background-color: #F5F5F5;
	background-image: url(../images/icon_chat_input.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

#MT-Input-Typing{
color: #666666;
}

/* ----------------------------- TASKBAR - Chatting ------------------------------------*/

/* main container on task bar */
#MT-Footer-Chatting{
	float: right;
	width: 220px;
	margin-right:55px;
	background-image: url(../images/icon_chat.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* Chatroom on task bar - mouse overs*/

.MT-Footer-Chatting-Highlight-Idle{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-left-color: #B5B5B5;

}

.MT-Footer-Chatting-Inactive{
visibility:hidden;
}

.MT-Footer-Chatting-Highlight-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}


/* Link on task bar */

#Links-Chat-Chatting{
	display: block;
	width: 180px;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	float: left;
}


#Links-Chat-Chatting-Close{
	display: block;
	width: 12px;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	float: left;
}


#MT-Footer-Chatting a:link{
	color: #2E70A0;
	font-weight: bold;

}

/* ----------------------------- Chatroom Header - Plus Minimize ------------------------------------*/

#MT-Chat-Chatting-Minimize{
	background-color: #74add7;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	background-image: url(../images/minimize.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#Links-Chat-Chatting-Minimize{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

/* ----------------------------- Chatting Box - Stats ------------------------------------*/
#MT-Box-Chatting-Last-Message{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4FAFD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	height: 18px;
	line-height: 18px;
	padding-right: 3px;
	padding-left: 4px;
}





/* ----------------------------- Menus - Home ------------------------------------*/

#MT-Footer-Menu-Home{
	float: left;
	width: 30px;

}

.MT-Footer-Menu-Home-Idle{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-left-color: #B5B5B5;
}

.MT-Footer-Menu-Home-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-left-color: #B5B5B5;
}

#Links-Menu-Home{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}



/* ----------------------------- Menus - Close ------------------------------------*/

#MT-Footer-Menu-Close{
	float: left;
	width: 30px;

}

.MT-Footer-Menu-Close-Idle{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

.MT-Footer-Menu-Close-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

#Links-Menu-Close{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}



/* ----------------------------- Menus - Email ------------------------------------*/

#MT-Footer-Menu-Email{
	float: left;
	width: 60px;

}

.MT-Footer-Menu-Email-Idle{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

.MT-Footer-Menu-Email-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

#Links-Menu-Email, #Links-Menu-Email a:active, #Links-Menu-Email a:visited{
	display: block;
	width: 20px;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	float: left;
}

#Links-Menu-Email-Count{
	display: block;
	width: 27px;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	float: left;
	font-weight: bold;
	color: #3076A9;
}



/* ----------------------------- Menus - Search Form ------------------------------------*/

#MT-Footer-Menu-Search{
	float: left;
	width: 240px;

}

.MT-Footer-Menu-Search-Idle{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

.MT-Footer-Menu-Search-Live{
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
}

#Links-Menu-Search{
	display: block;
	width: 20px;
	height: 100%;
	text-align: left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	float: left;
}

.MT-Footer-Menu-Search-Form{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 60px;
	float: left;
}


.MT-Footer-Menu-Search-Form Input{
	height: 19px;
	border: 1px solid #B5B5B5;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #333333;
	background-color: #ffffff;
}

#MT-Footer-Menu-Search-Form-Button{
	float: right;
	margin-right: 5px;
}


/* ----------------------------- Resizing Window ------------------------------------*/

.Window-Default{
width:100%;
}

.Window-Resizing{
width:880px;
}




#MT-Powered-By{
	color: #666666;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
	line-height: 18px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 3px;
}

#MT-Powered-By a:link{
	text-decoration: none;
	color: #3076A9;

}



/* ----------------------------- NOT LOGGED IN ------------------------------------*/

#MT-Not-Logged-In{
visibility:hidden;
}
