/* advert Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.advert {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 48px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 65px;
}

#top ul.advert li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 48px;
	width: 65px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.advert li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height:48px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}



#top ul.advert li a:hover {
	color: white;
}

/*advert*/
/* toggle effect - show/hide advert*/
#advert {margin-left:auto;margin-right:auto;
	width: 960px;
	color: white;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;clear:both;

}

#advert a {
	text-decoration: none;
	color: #33CCCC;
}

#advert a:hover {
	color: white;
}

#advert .advertContent {

	height: 80px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
}

#advert .advertContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#advert .advertContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#advert .advertContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#advert .advertContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#advert .advertContent input:focus.field {
	background: #545454;
}

#advert .advertContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#advert .advertContent input.button_advert {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_advert.jpg) no-repeat 0 0;
}

#advert .advertClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#advert .advertClose a {
	display: block;
	width: 100%;
	height: 18px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#advert .advertClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}



/* sponsors Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.sponsors {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 48px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 65px;
}

#top ul.sponsors li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 48px;
	width: 65px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.sponsors li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height:48px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}



#top ul.sponsors li a:hover {
	color: white;
}

/*sponsors*/
/* toggle effect - show/hide sponsors*/
#sponsors {margin-left:auto;margin-right:auto;
	width: 960px;
	color: white;

	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;clear:both;

}

#sponsors a {
	text-decoration: none;
	color: #33CCCC;
}

#sponsors a:hover {
	color: white;
}

#sponsors .sponsorsContent {

	height: 80px;
	margin: 0 auto;

	text-align: left;
	font-size: 0.85em;
}

#sponsors .sponsorsContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#sponsors .sponsorsContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#sponsors .sponsorsContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#sponsors .sponsorsContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#sponsors .sponsorsContent input:focus.field {
	background: #545454;
}

#sponsors .sponsorsContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#sponsors .sponsorsContent input.button_sponsors {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_sponsors.jpg) no-repeat 0 0;
}

#sponsors .sponsorsClose {
	display: block;

	right: 15px;
	top: 25px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#sponsors .sponsorsClose a {
	display: block;
	width: 100%;
	height: 18px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#sponsors .sponsorsClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}





#top ul.accordionContact {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 48px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 65px;
}

#top ul.accordionContact li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 48px;
	width: 65px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.accordionContact li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height:48px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}



#top ul.accordionContact li a:hover {
	color: white;
}

/*accordionContact*/
/* toggle effect - show/hide accordionContact*/
#accordionContact {margin-left:auto;margin-right:auto;

	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;clear:both;

}

#accordionContact a {
	text-decoration: none;
	color: #33CCCC;
}

#accordionContact a:hover {
	color: white;
}

#accordionContact .accordionContactContent {

	height: 80px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
}

#accordionContact .accordionContactContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#accordionContact .accordionContactContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#accordionContact .accordionContactContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#accordionContact .accordionContactContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#accordionContact .accordionContactContent input:focus.field {
	background: #545454;
}

#accordionContact .accordionContactContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#accordionContact .accordionContactContent input.button_accordionContact {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_accordionContact.jpg) no-repeat 0 0;
}

#accordionContact .accordionContactClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#accordionContact .accordionContactClose a {
	display: block;
	width: 100%;
	height: 18px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#accordionContact .accordionContactClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}