/**
 * main CSS file for chat.
 * Written by: Amr Mostafa.
*/

@import url("/egyfilmstyle.css");

td {
	vertical-align: top;
}

.copyright {
	vertical-align: middle;
}
#container {
	/* structure */
	padding: 0em 1em 1em 1em;
	direction: rtl;
	
	
	/* style */
	font-family: Tahoma, Arial;
	font-size: 12px;
}

#container #title {
	/* structure */
	padding: 0em 0.5em 0em 0em;
	
	
	/* style */
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	color: #EF912D;
	background-color: #EBF9FB;
}

#container #message {
	/* structure */
	padding: 0em 0.5em 0em 0em;
}

#container #message #preamble {
	/* structure */
	padding: 0 0 1em 0;
	
	
	/* style */
	color: #878787;
}

#container #message #preamble a {
	color: #878787;
}

#container #message #preamble a:hover {
	text-decoration: none;
	color: #000;
}

#container #message #rules {
	/* structure */
	padding: 0 0 1em 0;
	
	
	/* style */
	color: #878787;
}

#container #applet {
	text-align: center;
	padding: 1em;
}

#container #footer {
	/* structure */
	padding: 0em 1em 0em 1em;
	text-align: left;
	vertical-align: bottom;
	
	/* style */
	color: #EF912D;
	line-height: 2.9em;
	background-color: #EBF9FB;
}

#container #footer a {
	color: #878787;
	text-decoration: none;
}

#container #footer a:hover {
	color: #EF912D;
	text-decoration: underline;
}
