
#game {
	position: relative;
	width: 950px;
	height: 580px;
}

#country {
	position: relative;
	width: 545px;
	height: 430px;
	/*background-image: url(../images/c1/gory.png);*/
	z-index: 2;
}
#planet {
	position: relative;
	width: 545px;
	height: 430px;
	z-index: 2;
}

/* FLASHE */

.flash{
	position: absolute;
	top: 0px;
	left: 0px;
}
.flashVars {
	display: none;
}
.flashVar {
	display: inline;
	margin-left: 20px;
}
.content_area p {
	text-indent: 20px;
	text-align: justify;
}

.content_area ul, .content_area li {
	margin: 0px 40px;
	padding: 0px;
	list-style-type: square;
	text-indent: 10px;
}

#game_links ul {
	margin: 0px;
	padding-top: px;
}

#game_links li {
	float: right;
	list-style-type: none;
	width: 129px;
	height: 25px;
	text-align: center;
	background-color: #5e9b26;
	border-left: 1px solid #FFF;
	padding-top: 4px;
}

#game_links a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#game_links a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.game_leftbar {
	position: relative;
	top: 6px;
	float: left;
	width: 380px;
	padding-bottom: 20px;
	background-color: white;
	z-index: 3;
}

.game_leftbar p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 40px;
}

.game_leftbar a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #EE8907;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 40px;
}

.game_rightbar {
	position: relative;
	top: 6px;
	float: right;
	width: 545px;
	background-color: white;
	z-index: 1;
}

.content_area p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 40px;
}

.content_area a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #EE8907;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 40px;
}

.content_area a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 40px;
}

#Start {
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../images/icons/player_play.png) top no-repeat;
}

#Next {
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../images/icons/direction_right.png) top no-repeat;
}

.Decision {
	width: 50px;
}

#game-status {
	width: 434px;
	height: 39px;
	background: url(../images/clock_bg.gif) no-repeat;
}

#game-info {
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	position: relative;
	top: 8px;
	width: 290px;
	float: left;
}

#game-waiting {
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	position: relative;
	top: 8px;
	width: 200px;
	position: relative;
	float: left;
}
#game-finished {
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	position: relative;
	top: 8px;
	width: 200px;
	position: relative;
	float: left;
	display: none;
}
#game-catastrophy {
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	position: relative;
	top: 8px;
	width: 200px;
	position: relative;
	float: left;
	display: none;
}

#game-next-turn {
	position: relative;
	top: 0px;
	right: 23px;
	display: block;
	width: 42px;
	height: 32px;
	cursor: pointer;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #464545 !important;
	line-height: 2px !important; 
	text-transform: uppercase;
}


/* = CHART */
.chart {
	cursor: pointer;
}

#waitingForChart {
	position: relative;
	height: 32px;
	width: 32px;
	z-index: 1002;
	overflow: auto;
}

/* = GAME TABLES */ /* GENERAL TABLE STYLES */
table {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
}

table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

table tr.odd {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table tr.even {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* = GAME LIST */
#games-table {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
}

table.data-table {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
}

table.data-table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

table.data-table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

table.data-table tr.odd {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.data-table tr.even {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* MY COUNTRY */
#decisionTable {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_table.jpg) no-repeat;
}

#decisionTable input {
	
}
#decisionTable .env_info {
	width: 70px;
	height:auto;
} 
#myCountryTable {
	border: none;
	position: relative;
	top: 10px;
	left: 20px;
}

#myCountryTable td {
	border: none; border-bottom : 1px solid #C1DAD7;
	padding: 0px 5px 0px 5px;
	height: 30px;
	border-bottom: 1px solid #C1DAD7;
}

#myCountryTable td.td_tip {
	width: 14px;
}

/* THE PLANET */
#thePlanetTable {
	border: none;
	position: relative;
	top: 10px;
	left: 20px;
}

#thePlanetTable td {
	border: none;
	border-bottom: 1px solid #C1DAD7;
	padding: 0px 5px 0px 5px;
	height: 30px;
}
#forId {
	text-align: center;	
	
}
#moreDetails {
	position: relative;
	top: 20px;
	width: 350px;
}

.ModelVar {
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-align: right;
}

.env_info {
	text-align: right;
	width: 100px;
	height: 30px;
}

/* OTHER COUNTRIES */
#otherCountriesTable {
	border: 1px solid #C1DAD7;
	width: 100%;
	border: none;
	position: relative;
	top: 10px;
	left: 0px;
}

#otherCountriesTable td {
	border-bottom: 1px solid #C1DAD7;
	padding: 0px 5px 0px 5px;
	height: 30px;
	border-right: 1px solid #C1DAD7;
}
#otherCountriesTable tr{
	border: 1px solid #C1DAD7;
}

#otherCountriesTable th {
	font: bold 8px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 2px 2px 6px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

/* NEGOTIATIONS */
#neg-leave {
	float: right;
	position: relative;
	cursor: pointer;
	display: none;
}

#neg-join {
	float: right;
	position: relative;
	cursor: pointer;
	display: none;
	background: url(../images/icons/user_add.png) no-repeat;
	width: 32px;
	height: 32px;
}
#neg-join-main {
	position: relative;
	top: 50px;
	left: 200px;
	cursor: pointer;
	display: none;
	background: url(../images/icons/user_add_64.png) no-repeat;
	width: 64px;
	height: 64px;
}
#neg-waiting {
	height: 25px;
	display: none;
}

#neg-1 {
	display: none;
}

#neg-globalCO2 {
	background: #CAE8EA;
	height: 30px;
	text-align: center
}

#neg-propositions {
	float: left;
	position: relative;
	width: 100%;
}

#neg-YourProp {
	float: right;

}

#neg-2 {
	display: none;
	z-index:40;
}

#neg-2-results {
	position: relative;
	width: 350px;
	
}

#neg-2-props {
	float: left;
	position: relative;
	width: 350px;
}

#neg-props1 {
	width: 100%;
	
}

#neg-props2 {
	width: 100%;
	
}
#neg-props3{
	width:100%;
	}
	
/* GAME CREATE FORM */
#createGame_main {
	position: relative;
	width: 270px;
	height: 500px;
	left: 300px;
	top: 40px;
}

table.game-creation-form {
	border: none;
	width: 300px;
}

table.game-creation-form td {
	border: none;
}

#maxPlayersCount-int {
	border: solid 2px orange;
	font-size: 3em;
	text-align: center;
	color: red;
	width: 50px;
	text-decoration: blink;
}

td.noPlayers {
	width: 150px;
}

/* = BUTTONS */
input.but_addGame {
	width: 48px;
	height: 48px;
	background: transparent url(../images/icons/document_add.png) no-repeat;
	outline: none;
}
#button-holder{
	position: absolute;
	width: 200px;
	height: 30px;
	z-index: 99;
	
}
.button_other{
	display: inline;
	cursor: pointer;
	padding-right: 5px;
	align: center;
	}
