﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}
/*table
{
	margin-left: auto;
	margin-right: 118px;
}*/
/*GridViewCSS*/
.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #1d1d1d 5px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
	background-image: url(Images/HeaderGlassBlack.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #1d1d1d;
}
.HeaderStyle th
{
	padding: 5px;
	color: #ffffff;
}
.HeaderStyle a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-align: left;
	font-weight: normal;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #777777;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #777777;
}
.PagerStyle span
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
	background-color: #c9c9c9;
}
.AltRowStyle td
{
	background-color: #f0f0f0;
}
.SelectedRowStyle td
{
	background-color: #ffff66;
}
/*Comment Section Borders color: #FFFFFF;*/

#comments h3
{
	background: none;
	border: none;
	color: #336;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#comments p
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 4px 0 10px 0;
}

#comments .comment
{
	background: #cbd0e8 url('../Images/comment_grad.png') repeat-x;
	margin: 0;
	padding: 10px;
	border: 1px #70758e solid;
	border-bottom: none;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 14px;
	width: 575px;
}

#comments .comment p
{
	margin: 0 0 4px 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

#comments .comment-footer
{
	background: url('../Images/comment_footer.png') no-repeat;
	margin: -15px 0 20px 0;
}

#comments .comment-footer p
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 15px 0 0 43px;
	padding: 10px 0 0 5px;
	line-height: 200%;
}
/*Rating system*/
.ratingStar
{
	font-size: 0pt;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url('../Images/StarFull.gif');
}

.emptyRatingStar
{
	background-image: url('../Images/StarEmpty.gif');
}

.savedRatingStar
{
	background-image: url('../Images/StarConf.gif');
}

/*Rating Small */
.ratingStars
{
	font-size: 0pt;
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStars
{
	background-image: url('../Images/StarFullS.png');
}

.emptyRatingStars
{
	background-image: url('../Images/StarEmptyS.png');
}

.savedRatingStars
{
	background-image: url('../Images/StarConfS.png');
}
/* Top Menu*/
.bg
{
	background: url('../Images/button4.gif');
}
.menu
{
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 40px;
	background: #fff url('../images/button1a.gif') repeat-x;
	position: relative;
	font-family: arial, verdana, sans-serif;
}
.menu li.top
{
	display: block;
	float: left;
	position: relative;
}
.menu li a.top_link
{
	display: block;
	float: left;
	height: 40px;
	line-height: 33px;
	color: #bbb;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
}
.menu li a.top_link span
{
	float: left;
	font-weight: bold;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
}
.menu li a.top_link span.down
{
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
	background: url('../images/down.gif') no-repeat right top;
}
.menu li a.top_link:hover
{
	color: #000;
	background: url('../images/button4.gif') no-repeat;
}
.menu li a.top_link:hover span
{
	background: url('../images/button4.gif') no-repeat right top;
}
.menu li a.top_link:hover span.down
{
	background: url('../images/button4a.gif') no-repeat right top;
}

.menu li:hover > a.top_link
{
	color: #000;
	background: url('../images/button4.gif') no-repeat;
}
.menu li:hover > a.top_link span
{
	background: url('../images/button4.gif') no-repeat right top;
}
.menu li:hover > a.top_link span.down
{
	background: url('../images/button4a.gif') no-repeat right top;
}

.menu table
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.menu a:hover
{
	visibility: visible;
}
.menu li:hover
{
	position: relative;
	z-index: 200;
}

.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu :hover ul.sub
{
	left: 2px;
	top: 40px;
	right: 2px;
	background: #fff;
	padding: 3px 0;
	border: 1px solid #95d2ee;
	white-space: nowrap;
	width: 200px;
	height: auto;
}
.menu :hover ul.sub li
{
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 250px;
}
.menu :hover ul.sub li a
{
	font-weight: normal;
	display: block;
	font-size: 11px;
	height: 20px;
	width: 192px;
	line-height: 20px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 3px solid #fff;
	border-width: 0 0 0 3px;
}
.menu :hover ul.sub li a.fly
{
	background: #fff url('../images/arrow.gif') 80px 7px no-repeat;
}
.menu :hover ul.sub li a:hover
{
	background: #95d2ee;
	color: #fff;
}
.menu :hover ul.sub li a.fly:hover
{
	background: #95d2ee url('../images/arrow_over.gif') 80px 7px no-repeat;
	color: #fff;
}
.menu :hover ul li:hover > a.fly
{
	background: #95d2ee url('../images/arrow_over.gif') 80px 7px no-repeat;
	color: #fff;
}

.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left: 90px;
	top: -4px;
	background: #fff;
	padding: 3px 0;
	border: 1px solid 95d2ee;
	white-space: nowrap;
	width: 93px;
	z-index: 200;
	height: auto;
}

/*Ballon Tooltip*/

.balloon
{
	width: 315px;
}
.balloonmiddle
{
	width: 295px;
	background-image: url('../Images/balloonmiddle.gif');
	background-repeat: repeat-y;
	font-family: tahoma, arial;
	font-size: 10px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.balloontop
{
	width: 315px;
	background-image: url('../Images/balloontop.gif');
	height: 10px;
	background-repeat: no-repeat;
}
.balloonbottom
{
	width: 315px;
	background-image: url('../Images/balloonbottom.gif');
	height: 30px;
	background-repeat: no-repeat;
}


.ButtonMargin
{
	padding-top: 0px;
}
.ButtonMargin1
{
	padding-left: 5px;
}

.Wizard1
{
	margin-left: auto;
	margin-right: auto;
}
.AceSpacePartHeaders
{
	background-color: #525252;
	color: #E5E5E5;
	font-weight: bold;
	font-size: medium;
	height: 30px;
}
.AceSpacePartBody
{
	background-color: #999999;
	font-size: small;
	color: #EBEBEB;
}
.Top5Images
{
border: none;
}
.AceWarsMaleSelected
{
	border: thin solid #000099;
}
.AceWarsFemaleSelected
{
	border: thin solid #FF00FF;
}