﻿body {
    background-color: #D4DFD9;
	margin: 0px;
}
.text {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.minimedtext {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.minitext {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.bigtext {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.medtext {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.logout {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:hand;
	text-decoration:none;
}
.roombt {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:hand;
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='themes/a7babchat/images/rbutton.png', sizingMethod='scale');
}
html > body .backleft {
	background: url(images/back_left_01.png);
	background-repeat: repeat-y; 
}
html > body .backright {
	background: url(images/back_right_02.png);
	background-repeat: repeat-y; 
}
html > body .roombt {
	font-family: Century Gothic,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:hand;
	background: url(images/tbutton.png);
	background-repeat: no-repeat; 
}
A {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	color : #ffffff;
}
A:HOVER {
	text-decoration : underline;	
	color : Black;
}
A.login {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	color: #ffffff;
	font-weight:bold;
}

A.menu {
	font-family : Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	color : #ffffff;
	font-weight:bold;
}
A:HOVER.menu {
	font-family : Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
	color : #ffffff;
}
TH {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: center;
}
TD {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: center;
}
HR {
	border : 1px solid #D3D3D3;
}
.error {
	font-family :Century Gothic, Arial, Helvetica, sans-serif;
    font-size : 16px;
    color : Red;
}
.info {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 12px;	
/*	background : White; */
	background : #3E4146;
	color : #ffffff;
}

.sideboxtext {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;	
/*	background : #000000; */
	background : #3E4146;
	color : #ffffff;
}

.plainboxtitle {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;	
    font-weight : bold;
	background : #3E4146;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	color : #ffffff;

}
.plainboxtext {
	font-family : Century Gothic,Arial, Helvetica, sans-serif;
	font-size : 12px;	
/*	background : #000000; */
	background : #3E4146;
	color : #ffffff;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #3E4146;
	border-bottom : 1px solid #333333;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	font-weight : bold;
	color : #ffffff;
}

.centerboxtitle {
/*	background : #000000; */
	background : #3E4146;
	border-bottom : 1px solid #333333;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 14px;	
	font-weight : bold;
	color : #ffffff;
}

.pgprocessed {
	color: #ffffff;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : White;
	background : #3E4146;
}

.usertoppanel {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #3E4146;
	color : #ffffff;
}

.userbottompanel {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #3E4146;
	color : #ffffff;
}

.loginboxtext {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 14px;	
	/* background : #3E4146; */
	color : #ffffff;
	font-weight:bold;
}

.logintitle {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 16px;	
	color : #ffffff;
	font-weight:bold;
}
A.rooml {
	font-family : Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	text-decoration : underline;
	color : #ffffff;
}
.roomb {
	text-align:left;
	font-size : 12px;
	border-right: dotted thin;
	border-left: dotted thin;
	border-bottom: dotted thin;
	padding:4px;
}