/* CSS Document */

.divResultsScreenMask {
    position: absolute;
    opacity: .5;
    filter: alpha(opacity=50);
    /* this hack is so it works in IE
     * I find setting the color in the css gives me more flexibility 
     * than the PNG solution.
     */
    background-color: transparent !important;
    background-color: #333333;
    /* this hack is for opera support
     * you can uncomment the background-image if you don't care about opera.
     * this gives you the flexibility to use any bg color that you want, instead of the png
     */
    background-image: url(mask.png) !important;
    background-image: none;
    background-repeat: repeat;
	width: 100%;
	height: 100%;
}

.divCountriesPage {
	border: 1px solid #000000;
	position: absolute;
	display: block;
	visibility: hidden;
}

.divField {
	fload: left;
	margin: auto;
	cursor: hand !important;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	font-size: 12px;
}

.divLegend {
	display: block;
	width: 700px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

.divResultCountChart {
	float: left;
	margin: auto;
	width: 350px;
}

.divResultRateChart {
	float: left;
	margin: auto;
	width: 350px;
}

.divResultPicsHolder .ulResultPics {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}

.divResultPicsHolder .ulResultPics .liResultPic1 {
	display: block;
	width: 120px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/ResultbgHover.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divResultPicsHolder .ulResultPics .liResultPic1 img {
	display: block;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.divResultPicsHolder .ulResultPics .liResultPic1 span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/ResultBottomHover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.divResultPicsHolder .ulResultPics .liResultPic2 {
	display: block;
	width: 120px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/ResultbgActive.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divResultPicsHolder .ulResultPics .liResultPic2 img {
	display: block;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.divResultPicsHolder .ulResultPics .liResultPic2 span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/ResultBottomActive.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.divResultPicsHolder .ulResultPics .liResultPic3 {
	display: block;
	width: 120px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/ResultbgChosen.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divResultPicsHolder .ulResultPics .liResultPic3 img {
	display: block;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.divResultPicsHolder .ulResultPics .liResultPic3 span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/ResultBottomChosen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.divResultPicsHolder .ulResultPics .liResultPic4 {
	display: block;
	width: 120px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/ResultbgRed.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divResultPicsHolder .ulResultPics .liResultPic4 img {
	display: block;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.divResultPicsHolder .ulResultPics .liResultPic4 span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/ResultBottomRed.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.divResultPicsHolder .ulResultPics .liResultPic5 {
	display: block;
	width: 120px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/ResultbgBlue.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divResultPicsHolder .ulResultPics .liResultPic5 img {
	display: block;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.divResultPicsHolder .ulResultPics .liResultPic5 span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/ResultBottomBlue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.liResultPicChosen span p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

span p.chosen {
	font-size: 10px;
}

.buttonEditList {
	background-image: url(../imgs/button.EditLists.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 21px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.buttonSeciniz {
	background-image: url(../imgs/button.Seciniz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 21px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}


.buttonEditListDisabled {
	background-image: url(../imgs/button.EditLists.Disabled.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 21px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.buttonSecinizDisabled {
	background-image: url(../imgs/button.Seciniz.Disabled.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 21px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.buttonReport {
	background-image: url(../imgs/buttonReport.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 56px;
	width: 164px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.buttonGoster {
	background-image: url(../imgs/buttonReport.tr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: center;
	height: 56px;
	width: 164px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}
