﻿/* tags */







/* end tags */

/* classes */





.alternateBackground
{
	background-color:#7f7f7f;	/* dark grey */
	color:#ffffff;				/* white */
}





.highlight
{
	color:#f15718;				/* orange */
}

.lowlight
{
	color:#bfbfbf;				/* light grey */
}

.thickUnderline
{
	border-bottom:solid 2px #000000;	/* black */
}

.thickUnderlineHighlight
{
	border-bottom:solid 2px #f15718;	/* black */
}

.button
{
	width:100px;
	height:36px;
	line-height:36px;
	background-image:url('../../images/smallButton.png');
}

.button, .button:visited, .button a, .button a:visited, .smallButton, .smallButton:visited, .smallButton a, .smallButton a:visited, .wideButton, .wideButton:visited, .wideButton a, .wideButton a:visited
{
	color:#ffffff;
}

.button:hover, .button:active, .button a:hover, .button a:active, .smallButton:hover, .smallButton:active, .smallButton a:hover, .smallButton a:active, .wideButton:hover, .wideButton:active, .wideButton a:hover, .wideButton a:active
{
	color:#0077ff;
}

.smallButton
{
	width:100px;
	height:36px;
	line-height:36px;
	background-image:url('../../images/smallButton.png');
}

.wideButton
{
	width: 177px;
	height: 36px;
	line-height: 36px;
	background-image:url('../../images/wideButton.png');
}

.modalBackground
{
	background-color:#808080;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#ffffdd;	/* light yellow */
	border:solid 3px #7c6954;	/* dark brown */
}

.modalPopupHandle
{
	border:solid 1px #7c6954;	/* dark brown */
	background-color:#ccae6b;	/* camel */
	color:#7c6954;				/* dark brown */
}

.modalPopupResult
{
	border:dotted 1px #000000;
	background-color:#FFFACD;
}

/* end classes */

/* elements */

#logo
{
	width:234px;
	height:82px;
	background-image:url('../../images/logo.png');
}

#flag
{
	width:124px;
	height:82px;
	background-image:url('../../images/flag.jpg');
}





#progress
{
	border:solid 3px #7c6954;	/* dark brown */
	background-color:#ffffff;	/* white */
	color:#7c6954;				/* dark brown */
}


