/* global stuff */
html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

body, table, td, span, div, a, input, textarea {
	font-family: arial;
}

body {
	/*overflow-x: hidden;*/
	direction: ltr;
	background: url(http://am.6rounds.com/staticPagesResources/images/mainbgimg.jpg) fixed;
}

a {
	outline: none;
}

.main {
	background-image: url(http://am.6rounds.com/staticPagesResources/images/main.png);
}

.mainBG {
	background-image: url(http://am.6rounds.com/staticPagesResources/images/mainBG.png);
}

/* popup */
#pageMask {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #000000;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
}

#popup {
	position: absolute;
	display: none;
	width: 400px;
	z-index: 1000;
}

#popup div.header {
	position: relative;
	padding-left: 26px;
	padding-bottom: 3px;
	text-align: left;
}

#popup div.header div.icon {
	position: absolute;
	top: 1px;
	left: 6px;
	height: 12px;
	width: 18px;
	background: url(http://am.6rounds.com/staticPagesResources/images/popupHeaderIcons.png) no-repeat 0px 0px;
}

#popup div.header div.caption {
	font-size: 11px;
	color: white;
}

#popup div.header div.closer {
	position: absolute;
	top: -4px;
	right: 10px;
}

#popup div.header div.closer a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#popup div.header div.closer a:hover {
	color: #f6c431;
}

#popup div.content {
	position: relative;
	padding: 10px 10px 10px 110px;
	background-color: white;
	border-left: 1px solid #889297;
	border-right: 1px solid #889297;
	color: #4a5154;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#popup div.content div.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 94px;
	height: 95px;
	background-repeat: no-repeat;
}

#popup div.actions {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	padding: 10px 10px 0px 0px;
	text-align: right;
}

#bgMask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(http://am.6rounds.com/staticPagesResources/images/reshet.png) fixed repeat;
	z-index: 1;
}

#layout {
	position: relative;
	z-index: 2;
}

/* header */
#logo {
	width: 145px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: -12px 0px;
	cursor: pointer;
}

#content {
	background-position: top left;
	background-repeat: repeat-y;
	padding: 1px 33px 30px 34px;
	vertical-align: top;
}

/* title */
#pageTitle {
	float: left;
	width: 680px;
	height: 100%;
	background-repeat: no-repeat;
}

/* footer */
#footer {
	height: 10px;
	background-position: top left;
	background-repeat: repeat-y;
}

#copyright {
	width: 150px;
	padding-left: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #959fa4;
	text-align: left;
}

#copyright a {
	color: #5b6468;
	text-decoration: none;
}

 #copyright a:hover {
	text-decoration: underline;
}

#footerActions {
	padding-right: 20px;
	text-align: right;
	font-size: 12px;
}

a.footerAction {
	margin: 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #5b6468;
	text-decoration: none;
}

a.footerAction:hover {
	color: #959fa4;
	text-decoration: underline;
}

