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

<!--
body {
	margin: 0;/* without margins the page would be stuck to the sides*/
	font-family: verdana, arial, sans-serif; /* base font is defined in the page */
	font-size: 12px; /* size font is defined in the page */
}

/* Top Line Announcement */
#top-line-announcement {
	background: #EF0E2C;
	padding: 5px 15px;
	font-size: 12px; 
	font-weight: bold;
	border-bottom: 1px solid #1D1D1D;
	color: #fff;
	text-align:center;
	margin-bottom: 5px;
}
#top-line-announcement a {
	color: #fff;
	text-decoration: none;
}
#top-line-announcement a:hover {
	color: #000;
	text-decoration: underline;
}

.scristitlu {color: #000000; font-size: 24px; }
.texttitlu {color: #000000; font-size: 16px; font-family: Verdana; }
.scrisverdana {
	font-family: Verdana, Georgia, Arial;
	font-size: 10px;
	color: #545b67;
}
.scrisforsite {
	font-family: Verdana, Georgia, Arial;
	font-size: 12px;
	color: #545b67;
}
.scrismare {color: #000000}

/* ---------------------------------------------------------------
 Messages
----------------------------------------------------------------*/
.message{
	padding: 5px 15px;
	font-size: 12px; 
	border-bottom: 1px solid #1D1D1D;
	text-align:center;
	margin-bottom: 5px;
}
#message-success {
	background: #f6b61c;
}
#message-error {
	background: #EE0000;
}

/* ---------------------------------------------------------------
 Login bar
----------------------------------------------------------------*/
.loginbar {
	display:inline;
}
.loginbar1 {
	font-family: Verdana;
	text-decoration:none;
	font-size: 11px;
	color:#706f6f;
}
.loginbar2 {
	font-family: Verdana;
	font-size: 11px;
	color:#dbdbdb;
	background:#adacac;
	border:0;
	height:15px;
}

/* ---------------------------------------------------------------
 Game Info Table 
----------------------------------------------------------------*/
table.gameinfotable{
	border-color: #CACACA;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
table.gameinfotable td{
	border-color: #CACACA;
	border-width: 1px 1px 1px 1px;
	margin: 0;
	padding: 0px;
}

.smiley{
	vertical-align: middle;
}

.small_star{
	vertical-align: middle;
}

-->

