/*
	Copyright 2009 by GRIPS Theater and Dienstleistung Kultur
*/

#ost_west_ratespiel
{
	width: 460px;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	overflow: hidden;
}

#ost_west_ratespiel img
{
/*	cursor: pointer;	*/
	margin-bottom: 6px;
}

#ost_west_ratespiel .clearer
{
	display: block;

	margin: 0;
	padding: 0;
	height: 0;

	/*	SAFARI	*/

/*	*/
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
/*	*/

/*	overflow: hidden;	*/

	clear: both;
	background-color: transparent;
}

#ost_west_ratespiel .o_wrapper,
#ost_west_ratespiel .w_wrapper
{
	float: left;
	width: 200px;
	margin-bottom: -999.9em;
	padding-bottom: 1000em;
	background-color: #d6dbde;
}

#ost_west_ratespiel .o_wrapper
{
	margin-left: 22px;
}

#ost_west_ratespiel .w_wrapper
{
	margin-left: 38px;
}

#ost_west_ratespiel .o_item,
#ost_west_ratespiel .w_item
{
	font-weight: bold;
	font-size: 0.9em;
	margin: 6px;
	padding: 2px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: white;
	cursor: pointer;
}

#ost_west_ratespiel .o_item
{
}

#ost_west_ratespiel .w_item
{
}

#ost_west_ratespiel .clicked
{
	background-color: #ff4500 !important;
	color: white !important;
	border-bottom: 1px solid #eee !important;
	border-right: 1px solid #eee !important;
	border-left: 2px solid #ccc !important;
	border-top: 2px solid #ccc !important;
}

#ost_west_ratespiel .solved
{
	background-color: #20b2aa!important;
}

.line
{
	position:absolute;
}

#preload
{
	height:0;
	overflow:hidden;
}

/*		FROM presse_login...	*/

#start_game,
#show_solved
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;

	background-color: #cccccc;		/*	same as body	*/
/*	border: 1px outset #888888;		*	not working in SAFARI	*/
	border-left:   1px solid #d4d0c8;		/*	= FF ThreeDFace deprecated CSS3	*/
	border-top:    1px solid #d4d0c8;		/*	= FF ThreeDFace deprecated CSS3	*/
	border-right:  1px solid #98938b;		/*	ruler	*/
	border-bottom: 1px solid #98938b;		/*	ruler	*/

	padding-left: 3px;
	padding-right: 3px;
}

#start_game:active,
#show_solved:active
{
	background-color: #ff6600;		/*	orange	*/
/*	border-style: inset;		*	not working in SAFARI	*/
	border-left:   1px solid #98938b;		/*	ruler	*/
	border-top:    1px solid #98938b;		/*	ruler	*/
	border-right:  1px solid #d4d0c8;		/*	= FF ThreeDFace deprecated CSS3	*/
	border-bottom: 1px solid #d4d0c8;		/*	= FF ThreeDFace deprecated CSS3	*/
	color: white;

	padding-left: 4px;
	padding-right: 2px;
}

#start_game:hover,
#start_game:focus,
#show_solved:hover,
#show_solved:focus
{
	background-color: #ff6600 !important;		/*	orange	*/
	color: white !important;
}
