/*
 * CometChat 
 * Copyright (c) 2010 Inscripts - support@cometchat.com | http://www.cometchat.com | http://www.inscripts.com
*/

html, body {
	background:#333333;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	color:#ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	direction: rtl;
}

.container {
	width:98%;margin:0 auto;margin-top: 5px;
}

.container_title {
	border-left: 1px solid #11648F;
	border-top: 1px solid #11648F;
	border-right: 1px solid #11648F;
	background-color:#3E92BD;
	color:#fff;
	padding:5px;
	font-weight:bold;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	padding-left:10px;

	background:url(../../../../themes/dark/images/bgbarplugins.png) repeat;
	padding-bottom:6px;
	text-shadow: 1px 1px 0 #000000;
}

.container_body {
	border-left: 1px solid #666666;border-bottom: 1px solid #666666;border-right: 1px solid #666666;background-color:#fffff;color:#eeeeee;padding:5px;font-weight:normal;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;padding:20px 10px;
}