/******************************************************
 * MArcomage CSS stylesheet - skins - dark blue theme *
 ******************************************************/

@import url("dark.css"); /* import dark skin template */

.skin_text /* text element layout */
{
	background-color: rgb(50, 50, 75); /* dark blue */
}

.skin_label /* label element layout */
{
	background-image: url('../../img/skins/dblue_label.gif');
}

html /* general background layout */
{
	background-image: url('../../img/skins/bg_dblue.jpg');
}

div#menubar /* navigation bar layout */
{
	background-image: url('../../img/skins/dblue_label.gif');
}

div#login_box /* login box layout */
{
	background-image: url('../../img/skins/dblue_label.gif');
}

hr /* horizontal line layout */
{
	border-color: #cccccc; /* light gray */
}

a:link /* unvisited link */
{
	color: #87cefa; /* light sky blue */
}

a:visited /* visited link */
{
	color: #6495ed; /* light blue */
}

tr.table_row:hover /* highlight table row */
{
	background-color: #6495ed; /* light blue */
	color: black;
}

h2,h3,h4,h5 /* heading layout */
{
	color: #6495ed; /* light blue */
	text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black;
}

button, a.button, .disabled /* submit input layout */
{
	background-color: rgb(70, 70, 100); /* dark blue */
	border-color: #191970; /* midnight blue */
}

button.marked_button, a.marked_button /* highlighted button */
{
	background-color: green;
}

.info /* information message layout */
{
	text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black;
}

.warning /* warning message layout */
{
	text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black;
}

.error /* error message layout */
{
	text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black;
}

p.info_label /* information label used in multiple instances in game section */
{
	border: medium ridge #6495ed;
	background-color: rgb(50, 50, 75); /* dark blue */
}

p.token_counter /* token counter layout */
{
	border: thin solid #6495ed;
	background-color: rgb(50, 50, 75); /* dark blue */
}

div.chatbox /* chatbox window */
{
	border: medium ridge #6495ed;
	background-color: rgb(50, 50, 75); /* dark blue */
}

p.flag, span.newcard /* new card flag (indicated above a new card) */
{
	background-color: rgb(50, 50, 75); /* dark blue */
}

div#cost_per_turn /* avg cost per turn indicator layout */
{
	background-color: rgb(50, 50, 75); /* dark blue */
}
