/** 
 * General CSS classes 
 */

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

/* Titles */ 
.games_title {
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
	color:#000000;
}

/* Subtitles */ 
.games_subtitle {
	font-size:12px;
	font-weight:bold;
}

/* Big text */ 
.games_text_1 {
	font-size:11px;
	font-weight:bold;
}

/* Medium text */
.games_text_2 {
}

/* Small text */
.games_text_3 {
	font-size:9px;
}

/* Color marker for errors and important entries */
.games_marker {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:red;
}

/* Smaller marker */
.games_submarker {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	color:red;	
}

/* Single links in lists */
.list_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.list_link:hover {
	color:#cc0000;
}

.list_link:visited {
	color:#666666;
}

/* Small links */
.small_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.small_link:hover {
	color:#cc0000;
}

/* Link for delete or edit confirm */
.ask_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:red;
}

.ask_link:hover {
	color:#000000;
}

/* Parsed links in text */
.parse_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:blue;
}

.parse_link:hover {
	color:#000000;
}

.parse_link:visited {
	color:#444444;
}

/* Mailto links */
.mail_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:blue;
}

.mail_link:hover {
	color:#000000;
}

/* Link for logo images */
.logo_link {
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
