@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-image: url(/images/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #c8dadd;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
a img {
	border:none;
}
img
{
	-ms-interpolation-mode: bicubic;
}
img.reflected {
	margin-bottom:1px;
}
.bodyLayer2 {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.shareButton {
	margin-bottom:10px;
}
.nojavascript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: absolute;
	width: 380px;
	text-align: center;
	padding: 5px 20px 10px 20px;
	left: 50%;
	margin-left: -220px;
	top: 160px;
	border: 5px solid #333;
	background-image: url(/images/transparent_bg_black.png);
	color: #FFF;
	z-index:9999;
}
.nojavascript p {
	font-size: 13px;
	margin: 0px;
	text-indent:-70px;
}
.nojavascript h1 {
	font-size: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-indent:-70px;
}
.nojavascript img  {
	float: left;
	margin-top: 20px;
	margin-right:10px;
}

#main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}



#header {
	height:248px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 19px;
}
.logo {
	display: block;
	height: 209px;
	width: 625px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 10px;
	text-indent: -9999em;
}

#menu {
	height: 48px;
	width: 884px;
	display: block;
	margin-top: -20px;
	margin-left: 0px;
	float: left;
	clip: rect(-50px,auto,auto,auto);
}
.newsletterBox {
	height: 70px;
	width: 247px;
	background-image: url(/images/newsletter.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 75px;
	padding-right: 10px;
}
.newsletterBox.message {
	background-image: none;
}
.newsletterBox .newsletterContent {
	font-size: 12px;
	color: #333;
	text-align: center;
}
.newsletterBox .newsMessage {
	position: absolute;
	height: 100px;
	width: 262px;
	background-image: url(/images/newsletter_message.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -60px;
	z-index: 12;
	display:none;
}
.newsletterBox .newsMessage .inner {
	width: 232px;
	display: block;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 0px;
	height: 60px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.newsletterBox .newsMessage.done,
.newsletterBox .newsMessage.error {
	background-attachment: fixed;
	background-image: url(/images/ok_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsletterBox .newsMessage.error {
	background-image: url(/images/error_icon.gif);
}

.newsletterBox .textfields{
	height: 44px;
	width: 160px;
	margin-top: 11px;
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.newsletterBox form {
	margin: 0px;
	padding: 0px;
}

.newsletterBox .textfields input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 145px;
	float: left;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 24px;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsletterBox .submitButton{
	height: 45px;
	width: 35px;
	background-image: url(/images/newsletter_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 13px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 0px;
}
.newsletterBox .submitButton:hover {
	background-position: 0px -45px;
}
.newsletterBox input[disabled].submitButton,
.newsletterBox input[disabled].submitButton:hover {
	background-position: 0px center;
	cursor:default;
	background-image: url(/images/loading.gif);
}
.newsletterBox input.faded {
	color: #7E7E7E;
}
.newsletterBox input.incorrect {
	background-image: url(/images/error_icon.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
a.rss {
	height: 39px;
	width: 28px;
	display: block;
	background-image: url(/images/rss.png);
	background-repeat: no-repeat;
	text-decoration: none;
	float: right;
	cursor:pointer;
	background-position: 0px 0px;
	margin-top: 14px;
}
a:hover.rss {
	background-position:0px -39px;
}
#secmenu {
	float: left;
	width: 210px;
	background-image: url(/images/menu_sec_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	text-align:left;
}
#content #secmenu {
	margin-top:0px;
}
#secmenu li {
	background-image: url(/images/menu_sec_separator.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
}

#secmenu li a  {
	height: 28px;
	font-family: "HelveticaNeueLT Pro 47 LtCn";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	display: block;
	line-height: 28px;
	text-decoration: none;
	padding-left: 12px;
}
#secmenu li a:hover {
	background-image: url(/images/menu_sec_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	color: #000;
	text-decoration:none;
}
#onlineBox {
	width: 980px;
	margin-left: -10px;
	background-image: url(/images/onlinebox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 62px;
	margin-top: 20px;
}
#onlineBox .title {
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-left: 25px;
	padding-top: 4px;
}
#onlineBox .title .note {
	font-size: 14px;
}
#onlineBox .title .onlineNumber {
	color: #41aaab;
}
#onlineBox .onlineList {
	margin: 0px;
	list-style-type: none;
	color:#E6E6E6;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#onlineBox .onlineList li {
	display:inline;
	margin-bottom:2px;
	white-space: nowrap;	
}
#onlineBox .onlineList li.admin {
	color:#FF8989;
}
#onlineBox .onlineList li.moderator {
	color:#58FF42;
}
#onlineBox .onlineList li .avatar {
	height: 14px;
	width: 14px;
	margin-right:4px;
	border:1px solid #868686;
	cursor:pointer;
	height:14px;
	margin-right:2px;
	vertical-align:middle;
	width:14px;
}


#partnersBox {
	height: 160px;
	width: 980px;
	margin-left: -10px;
	background-image: url(/images/partners_bg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#partnersBox .title {
	height: 89px;
	width: 25px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	background-repeat: no-repeat;
	margin-right: 54px;
}
#partnersBox .title.ro {
	background-image: url(/images/partnersbar_title_ro.png);
}
#partnersBox .partnerList {
	height: 89px;
	width: 820px;
	float: left;
	position:absolute;
	overflow:hidden;
	margin-top: 10px;
	text-align: left;
	margin-right: 31px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	display: block;
	list-style-type: none;
}
#partnersBox .partnerList .items {
	clear:both;
	position:absolute;
	width:20000em;
}
#partnersBox .partnerList .items a {
	height: 89px;
	float: left;
	display: block;
	margin-right: 5px;
}
#partnersBox .partnerList .items a img {
	vertical-align: middle;
}

#partnersBox a.partnersMore {
	height: 45px;
	width: 35px;
	float: left;
	position:absolute;
	margin-left:852px;
	text-indent: -9999em;
	background-image: url(/images/newsletter_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 32px;
}
#partnersBox a:hover.partnersMore {
	background-position: 0px -45px;
}





#lead {
	height:284px;
	width:524px;
	background-image:url(/images/lead_bg.png);
	background-repeat:no-repeat;
	float: left;
	background-position: left top;
}



#leadBar {
	width:1260px;
	height:266px;
	padding: 0px;
}
#leadInner {
	height:263px;
	width:420px;
	padding:0px;
	overflow:hidden;
	margin-top: 21px;
	margin-left: 18px;
	display:block;
}
#leadInner img {
	float: left;
	clear: both;

}

#leadInner .tabContent  {
	width:410px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 55px;
	background-image: url(/images/transparent_bg_black.png);
	background-repeat: repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: -81px;
	float: left;
	overflow: hidden;
}
#leadInner .reflect {
	clear: left;
	float: left;
}


#leadBar .tab h1,
#leadBar .tab h2,
#leadBar .tab h3 {
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
	color: #13cbfb;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 18px;
	font-style: normal;
}

#leadBar .tab h1 {
	font-size: 18px;
}
#leadBar .tab h2 {
	font-size: 19px;
}
#leadBar .tab h1 a,
#leadBar .tab h2 a,
#leadBar .tab h3 a {
	color: #13cbfb;
	text-decoration:none;
}
#leadBar .tab h1 a:hover,
#leadBar .tab h2 a:hover,
#leadBar .tab h3 a:hover {
	color: #79E2FD;
	text-decoration:none;
}
#leadBar .tab p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.tab {
	width:420px;
	height:266px;
	float:left;
	text-align: left;
	overflow: hidden;
}
#navigatorBox {
	position: absolute;
	display: block;
	z-index: 100;
	height: 199px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-left: 423px;
	margin-top: 28px;
}
#navigator {
	list-style-type: none;
	width: 100px;
	height: 189px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigator li {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#navigator a, #navigator li a, #navigator a.l1pointer, #navigator a.l2pointer, #navigator a.l3pointer {
	background-image: url(/images/lead_navigator_numbers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "HelveticaNeueLT Pro 57 Cn", Verdana;
	font-size: 44px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	height: 64px;
	font-style: normal;
	position: relative;
	text-indent: -9999em;
}
#navigator a.l2pointer {
	background-position: -100px 0px;
}
#navigator a.l3pointer {
	background-position: -200px 0px;
}

#navigator a:hover, #navigator li a:hover,  #navigator a:hover.l1pointer, #navigator a:hover.l2pointer, #navigator a:hover.l3pointer {
	color: #0FF;
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
#navigator a:hover.l2pointer {
	background-position: -100px -64px;
}
#navigator a:hover.l3pointer {
	background-position: -200px -64px;
}
#navigator a.selected, #navigator li a.selected, #navigator a.selected.l1pointer, #navigator a.selected.l2pointer, #navigator a.selected.l3pointer {
	color: #333;
	background-position: -0px -128px;
}
#navigator a.selected.l2pointer {
	background-position: -100px -128px;
}
#navigator a.selected.l3pointer {
	background-position: -200px -128px;
}




#content, #contentMain {
	width:980px;
	margin-left: -10px;
}
.mainwin {
	background-image: url(/images/winbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.mainCol {
	float: left;
	width: 647px;
	clear: none;
}


#col1, #col6, #col7, #col8 {
	width: 210px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	padding: 0px;
	text-align: left;
	min-height: 200px;
}
#col2, #col5 {
	width: 210px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
	text-align: center;
	min-height: 200px;
}
#col3, #col4 {
	width: 210px;
	margin-top: 0px;
	text-align: center;
	clear: right;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	min-height: 200px;
}
#col8.sec {
	padding-right: 6px;
	padding-left: 6px;
	width: auto;
	margin: 0px;
	min-height: 100px;
}


#col6 {
	width: 335px;
	margin-right: 10px;
	background-image: url(/images/col6_bg.gif);
}
#col7, #col8 {
	width: 494px;
	margin-right: 10px;
	background-image: none;
	padding-right: 12px;
	padding-left: 12px;
	min-height:400px;
}

#col5 {
	width: 210px;
	text-align: left;
}
#col4 {
	background-image: url(/images/rightcontent_topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;


	
}
#col1.sec , #col2.sec{
	background-image: none;
	margin-top: 2px;
}


#col1, #col2, #col3, #col4, #col5, #col6, #col7, #col8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4c4c;
}
#col1 .title, #col6 .title, #col7 .title, #col8 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6c6c6c;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#col7 .title , #col8 .title{
	font-size: 20px;
	padding-left: 0px;
}
#col1 .title a, #col2 .title a, #col3 .title a, #col4 .title a, #col5 .title a, #col6 .title a, #col7 .title a, #col8 .title a {
	text-decoration: none;
	color: #6c6c6c;
}
#col1 .title a:hover, #col2 .title a:hover, #col3 .title a:hover, #col4 .title a:hover, #col5 .title a:hover, #col6 .title a:hover, #col7 .title a:hover, #col8 .title a:hover {
	text-decoration: none;
}
#col1 .title span, #col6 .title span, #col7 .title span, #col8 .title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #244768;
	display: inline-block;
	float: right;
	margin-top: -18px;
}
#col1 .title span a, #col6 .title span a, #col7 .title span a, #col8 .title span a {
	color: #244768;
	text-decoration: none;
}
#col1 .title span a:hover, #col6 .title span a:hover, #col7 .title span a:hover, #col8 .title span a:hover {
	color: #356A9B;
	text-decoration: underline;
}
#col1.sec .title {
	margin-bottom: 10px;
}
#col1 h1, #col2 h1, #col6 h1, #col5 h1, #col7 h1, #col8 h1 {
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
	font-size: 26px;
	color: #07a5ce;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 20px;
	width: 430px;
	display: block;
}


#col8 h1 {
	margin-bottom:30px;
}
#col5 h1 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#col1 h1 a, #col2 h1 a, #col6 h1 a, #col5 h1 a, #col7 h1 a, #col8 h1 a {
	color: #07a5ce;
	text-decoration: none;
}
#col1 h1 a:hover, #col2 h1a:hover, #col6 h1 a:hover, #col5 h1 a:hover, #col7 h1 a:hover, #col8 h1 a:hover {
	color: #41c8ca;
	text-decoration: none;
}
#col1 h2, #col2 h2, #col3 h2, #col4 h2, #col6 h2, #col5 h2, #col7 h2, #col8 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 5px;
}
#col1 h3, #col2 h3, #col3 h3, #col4 h3, #col6 h3, #col5 h3, #col7 h3, #col8 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 5px;
}
#col1 h4, #col4 h2, #col3 h4, #col4 h4, #col6 h4, #col5 h4, #col7 h4, #col8 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 5px;
	background-image: url(/images/arrow_1.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: 0px 4px;
}
#col1 p, #col2 p, #col3 p, #col4 p,#col5 p, #col6 p, #col7 p, #col8 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3e3e;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 15px;
}
#col1, #col2, #col3, #col4,#col5, #col6, #col7, #col8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4c4c;
}
#col7 p {
	width: 430px;
	display: block;
}

#col5 p {
	font-size: 11px;
}

#col1 p a, #col2 p a, #col3 p a, #col4 p a, #col5 p a, #col6 p a, #col7 p a, #col8 p a,
#col1 a, #col2 a, #col3 a, #col4 a, #col5 a, #col6 a, #col7 a, #col8 a{
	color: #06a5ce;
	text-decoration: none;
}
#col1 p a:hover, #col2 p a:hover, #col3 p a:hover, #col4 p a:hover, #col5 p a:hover, #col6 p a:hover, #col7 p a:hover, #col8 p a:hover,
#col1 a:hover, #col2 a:hover, #col3 a:hover, #col4 a:hover, #col5 a:hover, #col6 a:hover, #col7 a:hover, #col8 a:hover{
	color: #41c8ca;
	text-decoration: underline;
}
#col3 p, #col2 p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#col8 p {
	margin-bottom: 10px;
}


#col1 span, #col6 span, #col5 span, #col7 span, #col8 span {
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	margin: 0px;
}
#col1 .separator, #col2 .separator, #col6 .separator, #col5 .separator, #col7 .separator, #col8 .separator,
#col1 .separatorArt, #col2 .separatorArt, #col6 .separatorArt, #col5 .separatorArt, #col7 .separatorArt, #col8 .separatorArt {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
}
#col1 .separatorArt, #col2 .separatorArt, #col6 .separatorArt, #col5 .separatorArt, #col7 .separatorArt, #col8 .separatorArt,  #col7 .separatorArt2, #col8 .separatorArt2{
	background-image: url(/images/article_separator.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0px;
}
#col7 .separatorArt2, #col8 .separatorArt2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#col1.sec .title , #col2 .title, #col5 .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6c6c6c;
	letter-spacing: 1px;
	margin-bottom: 10px;
	background-image: url(/images/col_separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#col2 .searchBox {
	height: 21px;
	width: 271px;
	background-image: url(/images/searchbox_bg_start.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:0px;
}
#col2 .search  {
	height: 20px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	margin-right: 0px;
	margin-left: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#col3 h1,
#col4 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #001548;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	background-image: url(/images/col_separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#col3 h1 a,
#col4 h1 a,
#col5 h1 a{
	color: #001548;
	text-decoration: none;
}
#col3 h1 a:hover,
#col4 h1 a:hover,
#col5 h1 a:hover{
	color: #960000;
}


#col3 .title,
#col4 .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6c6c6c;
	letter-spacing: 1px;
	margin-bottom: 10px;
	background-image: url(/images/col_separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#col3 .searchBox,
#col4 .searchBox{
	height: 21px;
	width: 271px;
	background-image: url(/images/searchbox_bg_start.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:0px;
}
#col3 .search,
#col4 .search{
	height: 20px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	margin-right: 0px;
	margin-left: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#col3 .bannerList,
#col4 .bannerList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#col3 .bannerList li,
#col4 .bannerList li{
	display: none;
}
#col3 .bannerList li.selected,
#col4 .bannerList li.selected {
	display: block;
}
#col7 .thumb, #col8 .thumb {
	background-image: url(/images/article_thumb_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	margin-top: -15px;
}
#col7 a.thumb, #col8 a.thumb {
	height:50px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	width: 420px;
}
#col4.rightGrey {
	background-image: url(/images/rightcontent_greybg.gif);
	background-position: left top;
	background-color: #333;
}
#content .date{
	display: block;
	height: 72px;
	width: 64px;
	font-family: "HelveticaNeueLT Pro 57 Cn";
	color: #626060;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	float: right;
	margin-right: -10px;
	margin-top: 2px;
}
#content .date .month {
	font-family: "HelveticaNeueLT Pro 57 Cn";
	font-size: 30px;
	color: #787878;
	display: block;
	text-align: center;
	width: 62px;
	margin-top: -18px;
}
#content .message h1 {
	width:411px;
	float:left;
	margin-left:5px;
	margin-top:14px;
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	color:#626060;
}
#content .message .avatar {
	width:38px;
	height:39px;
	padding-top:12px;
	padding-left:9px;
	margin-right:0px;
	margin-left:-8px;
	float:left;
	background-image:url(/images/guestbook_avatar_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
#content .message .avatar img {
	width:25px;
	height:25px;
}
#content .message .date{
	height: 40px;
	width: 35px;
	font-size: 30px;
	line-height: 20px;
	float:left;
	color: #626060;
	text-decoration:none;
}
#content .message .date a,
#content .message .date a:hover{
	color: #626060;
	text-decoration:none;
}
#content .message .date .month{
	font-size: 18px;
	width: 35px;
	margin-top: -10px;
}
#content .message .text {
	clear:both;
	width:100%;
}
#content .message .text img {
	max-width: 494px;
	max-height: 400px;
}
#col7 .formBox,
#col8 .formBox{
	margin-top:40px;
	clear:both;
	height: 360px;
}
#col7 .formBox .loading,
#col8 .formBox .loading,
#col7 .questionnaireBox .loading,
#col8 .questionnaireBox .loading {
	background-position: center center;
	cursor:default;
	background-image: url(/images/loading.gif);
	background-repeat:no-repeat;
	width:494px;
	height:325px;
	position:absolute;
	z-index:2px;
	opacity:0;
	filter:alpha(opacity=0);
}
#col7 .formBox h3,
#col8 .formBox h3{
	font-size:16px;
	cursor:pointer;
}
#col7 .formBox h3 img,
#col8 .formBox h3 img {
	vertical-align:middle;
}
#col7 .formBox p,
#col8 .formBox p{
	width:auto;
}
#col7 .formBox p .author,
#col8 .formBox p .author{
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
	font-size:16px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
	color: #07a5ce;
}
#col7 .formBox .formContent .message,
#col8 .formBox .formContent .message{
	font-size:30px;
	text-align:center;
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
	background-color: #b9e5f1;
	border: 4px solid #07a5ce;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#col7 .formBox #postform,
#col8 .formBox #postform {
	display:none;
}
#col7 .formBox .toggleUpDown,
#col8 .formBox .toggleUpDown {
	background-position: center center;
	background-image: url(/images/arrow_small2_down.png);
	background-repeat:no-repeat;
	width:17px;
	height:12px;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
}
#col7 .formBox .toggleUpDown.down,
#col8 .formBox .toggleUpDown.down {
	background-image: url(/images/arrow_small2_up.png);
}
#col7 .formBox input,
#col8 .formBox input,
#col7 .questionnaireBox input,
#col8 .questionnaireBox input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #FFF;
	border: 2px solid #666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
#col7 .questionnaireBox input.alt,
#col8 .questionnaireBox input.alt {
	font-style:italic;
}
#col7 .formBox input[type="radio"],
#col7 .formBox input[type="checkbox"],
#col8 .formBox input[type="radio"],
#col8 .formBox input[type="checkbox"],
#col8 .questionnaireBox input[type="radio"],
#col8 .questionnaireBox input[type="checkbox"] {
	width:auto;
}

#col7 .formBox textarea,
#col8 .formBox textarea,
#col8 .questionnaireBox textarea{
	width: 486px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 2px solid #666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#col7 .formBox select,
#col8 .formBox select,
#col8 .questionnaireBox select {
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 2px solid #666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#col7 .formBox .captcha,
#col8 .formBox .captcha {
	border:1px solid #CCC;
	padding:1px;
	vertical-align:text-bottom;
}
#col7 .formBox .explanation,
#col8 .formBox .explanation {
	font-size: 11px;
	width: 150px;
	text-align: center;
	margin-top:-3px;
	margin-bottom:0px;
}
#col7 .formBox .explanation a,
#col8 .formBox .explanation a {
	cursor:pointer;
}
#col7 .formBox #userInput,
#col8 .formBox #userInput {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #666666;
	margin-left:10px;
	margin-top:12px;
	position:absolute;
	vertical-align:bottom;
	width:55px;
}
#col7 .formBox #submit,
#col8 .formBox #submit,
#col7 .formBox a.submitButton,
#col8 .formBox a.submitButton,
#col7 .questionnaireBox #submit,
#col8 .questionnaireBox #submit,
#col7 .questionnaireBox a.submitButton,
#col8 .questionnaireBox a.submitButton{
	margin: 0 0 5px auto;
	float: right;
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
	font-size:16px;
	background-color: #b9e5f1;
	border: 4px solid #07a5ce;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	display:block;
}
#col7 .formBox a.submitButton,
#col8 .formBox a.submitButton,
#col7 .questionnaireBox a.submitButton,
#col8 .questionnaireBox a.submitButton{
	display:none;
	height:23px;
	padding-top:4px;
	width:158px;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	color:#000;
}
#col7 .formBox a:hover.submitButton,
#col8 .formBox a:hover.submitButton,
#col7 .questionnaireBox a:hover.submitButton,
#col8 .questionnaireBox a:hover.submitButton{
	text-decoration:none;
	color:#000;
}
#col7 .formBox .avatarFake,
#col8 .formBox .avatarFake {
	position: absolute;
	z-index:1;
}
#col7 .formBox #postavatar,
#col8 .formBox #postavatar {
	position: absolute;
	opacity:1;
	filter:alpha(opacity=100);
	width:178px;
}
#col7 .formBox .avatarLabel,
#col8 .formBox .avatarLabel{
	margin-left:186px;
	margin-top:8px;
	padding-top:0;
	position:absolute;
}
#content .wide {
	width: 934px;
	margin-right:0px;
}

#content #col8 img.imgNorm{
	padding: 4px;
	border: 1px solid #DBD9D9;
	margin: 3px;
}

#content .special {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b9e5f1;
	border: 4px solid #07a5ce;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial;
}
#content .center {
	text-align: center;
}
#content .left {
	text-align: left;
}
#content .right {
	text-align: right;
}
#content .sponsorCell {
	float: left;
	margin-right: 32px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 3px solid transparent;
}
#content .sponsorCell:hover {
}
#content .noRightMargin {
	margin-right: 0px;
}

#catBox {
	float: left;
	width: 645px;
}
#catHeader {
	float: left;
	width: 635px;
	clear: right;
	height: 150px;
	display: block;
	background-image: url(/images/bg_cat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#catHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #c6d2de;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#catHeader p {
	font-size: 16px;
	color: #c6d2de;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 16px;
}
#bottomContent {
	padding-top:50px;
	clear: both;
	padding-left: 20px;
	height:auto;
	display: block;
	min-height: 200px;
}
#bottomContent .col {
	float: left;
	width: 180px;
	margin-right: 6px;
}
#bottomContent .col h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8b8b8b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bottomContent .col ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bottomContent .col ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b8b8b;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}
#bottomContent .col ul li a {
	color: #8b8b8b;
	text-decoration: none;
}
#bottomContent .col ul li a:hover {
	color: #960000;
}



#footerbox {
	width:980px;
	min-height:80px;
	margin-left:-10px;
	margin-right:auto;
	text-align: center;
	margin-top: -20px;
}
#footerbox .trafic {
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#footerbox .breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #006d89;
	text-align: left;
	width: 740px;
	margin-bottom: 7px;
	margin-top: 5px;
	display: block;
	margin-right: auto;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
#footerbox .breadcrumbs li {
	float: left;
}

#footerbox .breadcrumbs a {
	color: #006d89;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#footerbox .breadcrumbs a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #006d89;
	background-repeat: no-repeat;
	background-position: -20px -59px;
}
#footerbox .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding-right: 10px;
	margin-top: 6px;
	color: #006d89;
}
#footerbox a.wisemedia {
	height: 89px;
	width: 204px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/wisemedia.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footerbox a.wisemedia span {
	background-position: 0px -89px;
	text-indent: -9999em;
	height: 89px;
	width: 204px;
	display: block;
	background-image: url(/images/wisemedia.png);
	background-repeat: no-repeat;
}



#content .pageNumber{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 0px;
}
#content .pageNumber img {
	vertical-align:middle;
}
#content .pageNumber .selected {
	background-color: #626973;
	padding-right: 4px;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0px;
	margin-left:-2px;
	margin-right:-2px;
}

#content .pageNumber a {
	padding-right: 4px;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
	letter-spacing: 0em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0px;
	margin-left:-2px;
	margin-right:-2px;
}
#content .pageNumber a:hover {
	background-color:#13cbfb;
	color:#FFF;
	text-decoration:none;
}
#content .pagen {
	cursor: pointer;
}

#col7 input , select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #dbdfe6;
	border-left-color: #dbdfe6;
	border-bottom-color: #e3e9ef;
}
a#showHelp {
	cursor: pointer;
	color: #960000;
	text-decoration:none;
}
a:hover#showHelp {
	cursor: pointer;
	text-decoration:underline;
}
#content .searchhelp {
	display: none;
}
#content .videoCell, #content .sidebarVideoCell {
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	margin-right: auto;
	margin-left: auto;
	width:500px;
	height:409px;
}
#content .videoCell .play, #content .play, #content #content .sidebarClipCell .play {
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	width:500px;
	height:409px;
	z-index:2;
	background-image:url(/images/play.png);
	background-repeat:no-repeat;
	background-position:148px 102px;
}
#content .play, #content .sidebarClipCell .play {
	height:160px;
	width:285px;
	background:url(/images/play_s.png) no-repeat 92px 30px;
	margin-left:0px;
	margin-right:0px;
	position:absolute;
	left:auto;
	right:auto;
}
#content .video {
	text-align:left;
}
#content .sidebarVideoCell {
	width:285px;
	height:160px;
}
#content .audioCell, #content .sidebarAudioCell {
	display:block;
	margin-right: auto;
	margin-left: auto;
	width:500px;
	height:40px;
}
#content .errorMessage {
	width: 95%;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 120px;
	padding-left: 30px;
	text-align: center;
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
}
#content .errorMessage img {
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#content .attImg {
	width: 46px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#content .att {
	position:absolute;
	z-index:8;
	width:23px;
	height:23px;
	background-position:center center;
}
#content .full,
#contentMain .full{
	clear: both;
	float: none;
	width: 930px;
}
#col8 .multimedia {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #838383;
	display: block;
	clear: both;
	width: 885px;
	margin-left:auto;
	margin-right:auto;
	min-height:1380px;
}
#col8 .multimedia p {
	color: #838383;
}
#col8 .large.smallGap {
	margin-bottom: 10px;
}
#col8 .m1 {
	margin-left: 0px;
}
#col8 .multimedia h3 {
	margin-left: auto;
	margin-right:auto;
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:center;
	margin-bottom:4px;
	padding-bottom:5px;
	background-image:url(/images/article_thumb_shadow.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}

#col8 .multimedia #galleryList {
	height: 386px;
	list-style-type: none;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 845px;
}
#col8 .multimedia #galleryList li {
	float: left;
	display: block;
	padding: 4px;
	width: 250px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	height: 114px;
}
#col8 .multimedia #galleryList li:hover {

}
#col8 .multimedia #galleryList li .galleryListTitle {
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001449;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}
#col8 .multimedia #galleryList li .galleryListTitle:hover {
	color:#79E2FD;
	text-decoration: none;
}

#col8 .multimedia #galleryList li .galleryListDate {
	display: block;

}
#col8 .multimedia #galleryList li .number {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
}


#col8 .multimedia #galleryList li img {
	float: left;
	margin-right: 5px;
}
#col8 .multimedia #galleryList li a:hover img {
	
}
#col8 .multimedia #mycarousel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#col8 .multimedia #galleryList ul {
	display: none;
	float: left;
	clear: none;
}


/**/

#col8 .multimedia .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#col8 .multimedia .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 208px;
	background-image: url(/images/scrolltrack.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	width: 26px;
}
#col8 .multimedia .jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(/images/scrolldrag.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 73px;
	width: 26px;
	margin-left: 0px;
}
#col8 .multimedia .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	overflow: hidden;
	height: 0px;
	width: 26px;
}
#col8 .multimedia .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	overflow: hidden;
	height: 0px;
	width: 26px;
}
#col8 .multimedia .multimedia a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
#col8 .multimedia .jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

#col8 .multimedia a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: auto;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
#col8 .multimedia a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
#col8 .multimedia a.jScrollActiveArrowButton, #col8 .multimedia a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#col8 .multimedia .jScrollPaneTrack {
	left: auto;
	right: 0;
}
#col8 .multimedia  a.jScrollArrowUp {
	left: auto;
	right: 0;
}
#col8 .multimedia a.jScrollArrowDown {
	left: auto;
	right: 0;
}
#col8 .multimedia #videoCell {
	height: 480px;
	width: 818px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#col8 .multimedia .caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	width: 818px;
	color:#333;
	text-decoration:none;
	margin-top:10px;
	display:block;
	margin-bottom:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#col8 .multimedia #scroller2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
	height: 88px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 4px;
}
#col8 .multimedia #scroller2 #list {
	width: 830px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 80px;
}
#col8 .multimedia #scroller2 a.prevPage, #col8 .multimedia #scroller2 a.nextPage{
	display: block;
	float: left;
	height: 80px;
	width: 32px;
	cursor: pointer;
	margin-left: 3px;
}
#col8 .multimedia #scroller2 a.prevPage{
	background-color: transparent;
	background-image: url(/images/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#col8 .multimedia #scroller2 a:hover.prevPage{
	background-position: -32px 50%;
}
#col8 .multimedia #scroller2 a.nextPage{
	background-color: transparent;
	background-image: url(/images/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#col8 .multimedia #scroller2 a:hover.nextPage{
	background-position: -32px 50%;
}
#col8 .multimedia #scroller2 #list .entries {
	width: 10000em;
	position: absolute;
	height: 82px;
}
#col8 .multimedia #scroller2 #list .entries  a{
	height: 80px;
	width: 85px;
	display: block;
	overflow:hidden;
	text-align: center;
	float: left;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin-right:5px;
	margin-left:5px;
}
#col8 .multimedia #scroller2 #list .entries  a img {
	margin-left:-50%;
}
#col8 .multimedia #scroller2 #list .entries a:hover,
#col8 .multimedia #scroller2 #list .entries a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#col8 .multimedia #scroller2 #list .entries a.playing,
#col8 .multimedia #scroller2 #list .entries a.playing{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#col8 .multimedia #scroller2 #list .entries a.paused,
#col8 .multimedia #scroller2 #list .entries a.paused{
	background-image:none;
}

#col8 .multimedia #list .entries a.progress,
#col8 .multimedia #list .entries a.progress{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#col8 .multimedia .separator {
	background:none;
}
a.newWindow { }
#searchform {
	margin-bottom:20px;
}
#col8.sec .galleryList {
	width: 580px;
	list-style-type: none;
	padding: 8px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:15px;
	margin-right: 0px;
	float: left;
	height: 264px;
}
#col8.sec .galleryList li {
	float: left;
	padding: 7px;
	height:118px;
	overflow:hidden;
	width: 130px;
}
#col8.sec .galleryList li img{
	width: 130px;
}
#col8.sec .center {
	text-indent: 54px;
}


/* -------------
 * modul utilizatori
 * ------------- */

.loginBox {
	height: 104px;
	width: 285px;
	background-image: url(/images/loginbox_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	margin-left: 594px;
	top: -78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfbfbf;
}
.loginBox .loginBoxAvatar {
	height: 69px;
	width: 55px;
	position: absolute;
	margin-top: -14px;
	margin-left: 7px;
}
.loginBox .loginBoxAvatar a {
	display: block;
	height: 44px;
	width: 44px;
	border: 1px groove #CCC;
	margin-top: 17px;
	margin-left: 6px;
}
.loginBox .loginBoxAvatar a:hover {
	border: 1px solid #3FC;
}


.loginBox .loginBoxAvatar img {
	height: 44px;
	width: 44px;
}

.loginBox a.dropdown {
	display: block;
	background-image: url(/images/loginbox_dropdown_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 27px;
	width: 62px;
	margin-top: 24px;
	margin-left: 222px;
	cursor:pointer;
}
.loginBox a:hover.dropdown {
	background-position: 0px -27px;
}
.loginBox a.dropdown.down,
.loginBox a:hover.dropdown.down {
	background-position: -62px -27px;
}
.loginBox .loginPanelTextboxCell {
	height: 35px;
	width: 150px;
	margin-top: 16px;
	margin-left: 65px;
}
.loginBox .quickloginTextbox,
.loginBox .jqTransformInput {
	height: 16px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width:0px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfbfbf;
	line-height: 12px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.loginBox .quickloginTextbox.loggedin {
	text-align:center;
	padding-top:2px;
	display:block;
	overflow:hidden;
}
.loginBox .loginPanelTextboxCell #quickpassword {
	margin-top:0px;
}
.loginBox .loginButton, 
.loginBox .logoutButton {
	height: 45px;
	width: 35px;
	background-image: url(/images/newsletter_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 236px;
	position:absolute;
}
.loginBox .loginButton:hover,
.loginBox .logoutButton:hover {
	background-position: 0px -45px;
}
.loginBox .logoutButton {
	background-image: url(/images/logout_button.png);
	text-indent:-9999em;
	text-decoration:none;
	margin-left: 235px;
}
.loginBox .autoLogin {
	width: 68px;
	margin-left: 64px;
	margin-top: 6px;
	position: absolute;
	font-size: 10px;
}
.loginBox .autoLogin input {
	margin: 0px;
}

.loginBox .loginLinks {
	position: absolute;
	width: 86px;
	margin-left: 130px;
	margin-top: 0px;
	text-align: left;
	line-height: 10px;
}
.loginBox .loginLinks a {
	color: #929292;
	text-decoration: none;
	font-size: 10px;
}
.loginBox .loginLinks a:hover {
	color: #79E2FD;
}
.loginBox .loginLinks.wide {
	width: 130px;
	margin-left: 66px;
}
.loggedinStatus {
	width:300px;
	height:38px;
	position: absolute;
	z-index:2;
	margin-top:-24px;
	margin-left:520px;
}
.loggedinStatus .loggedincontent {
	padding-left:10px;
	padding-right:10px;
	padding-top:18px;
	display: compact;
	white-space:nowrap;
	float:right;
	width:auto;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfbfbf;
	line-height: 11px;
	text-align: right;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	background:url(/images/loginbox_status_bg.png) 0px 0px no-repeat;
}
.loginBox .quickloginTextbox.loggedin.name,
.loggedinStatus .loggedincontent .name {
	color: #79E2FD;
}
#col7 .errorMessage,
#col8 .errorMessage {
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #79E2FD;
	text-align: center;
	background-image: url(/images/att.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	background-color: #626060;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#col8 .loginExplanation {
	margin-left: 5px;
	margin-bottom: 4px;
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	font-size:17px;
}
#col8 .login {
	height: 135px;
	width: 487px;
	background-image: url(/images/loginbox_page_bg.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col8 .formLarge {
	margin:0px;
}
#col8 .login .textfields {
	height: 84px;
	width: 270px;
	margin-top: 14px;
	margin-left: 14px;
	position:absolute;
}
#col8 .login .textfields .quickloginTextbox {
	height: 36px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #bfbfbf;
	text-align: center;
	background-color:transparent;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#col8 .login .textfields .quickloginTextbox.incorrect {
	background-image:url(/images/att3.png);
	background-position:right center;
	background-repeat:no-repeat;
}
#col8 .login .textfields #password {
	margin-top: 12px;
}
#col8 .login .loginButtonBox{
	height: 109px;
	width: 202px;
	position: absolute;
	margin-left: 300px;
	background-image: url(/images/loginbox_page_loginbutton_bg.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#col8 .login .loginButton{
	height: 74px;
	width: 65px;
	background-image: url(/images/arrow_large2.png);
	background-repeat: no-repeat;
	background-position: -65px 0px;
	margin-top: 17px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 32px;
	position:absolute;
}
#col8 .login .loginButton:hover {
	background-position: -65px -74px;
}
#col8 .login .loginButton.loading,
#col8 .login .loginButton.loading:hover,
#col8 .login .loginButton.jqTransformButton.loading{
	background-position: center center;
	cursor:default;
	background-image: url(/images/loading.gif);
}

#col8 .login .autoLogin {
	position: absolute;
	width: 76px;
	margin-top: 23px;
	margin-left: 115px;
	text-align: center;
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #515151;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#col8 .login .jqTransformCheckboxWrapper {
	margin-top:0px;
}
#col8 .login .loginLinks {
	position: absolute;
	margin-top: 112px;
	width: 270px;
	margin-left: 16px;
	text-align: center;
	
}
#col8 .loginLinks a {
	font-size: 18px;
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#col8 .register {
	width: 492px;
	background-image: url(/images/registerbox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
	padding-bottom: 40px;
}
#col8 .register .field {
	height: 26px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #626060;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
}
#col8 .invisible {
	display: block;
}

#col8 .register .field.userName {
	font-size: 30px;
	margin-top: 13px;
	height: 38px;
}

#col8 .register .field label {
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	color: #626060;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	width: 140px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
#col8 .register .field.userName label {
	padding-top: 4px;
}
#col8 .register .field input,
#col8 .register .field.userName input,
#col8 .register .field textarea{
	height: 26px;
	width: 312px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:28px;
	color: #bfbfbf;
	text-align: center;
	background-color:transparent;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	background-image: url(/images/textbox_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#col8 .register .field.userName input {
	font-size: 30px;
	height: 38px;
	line-height:30px;
	color: #79E2FD;
	line-height:20px;
}
#col8 .register .field textarea {
	height:100px;
	text-align:left;
}
#col8 .register .field.autoHeight,
#col8 .register .field.autoHeight2 {
	height: auto;
}
#col8 .register .field.autoHeight2 textarea {
	height:50px;
	font-size:13px;
	line-height:13px;
}
#col8 .register .field select {
	background-color: #626060;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #bfbfbf;
	font-size: 18px;
	padding-right: 30px;
	height:26px;
	width: 280px;
	text-align:center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#col8 .register .s9gwrapper {

}

#col8 .registerButtonBox  {
	height: 81px;
	width: 89px;
	background-image: url(/images/registerbox_page_registerbutton_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	margin-top: -36px;
	margin-left: 276px;
}
#col8 .registerButtonBox .submitButton  {
	background-image: url(/images/arrow_large2.png);
	background-repeat: no-repeat;
	background-position: -65px 0px;
	margin-top: 4px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 13px;
	position: absolute;
	height: 74px;
	width: 65px;
}
#col8 .registerButtonBox .submitButton:hover {
	background-position: -65px -74px;
}
#col8 .registerButtonBox .submitButton.loading,#col8
.register .registerButtonBox .submitButton.loading:hover {
	background-position: center center;
	cursor:default;
	background-image: url(/images/loading.gif);
}
#col8 .register .field .jqTransformInputWrapper,
#col8 .register .field .jqTransformSelectWrapper{
	float: left;
}
#col8 .register .att {
	margin-top: 1px;
	margin-left: 438px;
	display:none;
}
#col8 .register .field.userName .att {
	margin-top: 7px;
}

#col8 .register .att.ok {
	background-image: url(/images/att4.png);
	display:block;
}
#col8 .register .att.err {
	background-image: url(/images/att3.png);
	display:block;
}

#col8 .register .tooltip {
	background-image:url(/images/notify_vertical_small_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:213px;
	height:30px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.6);
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
	z-index:10;
}
#col8 .register .avatarBox {
	height: 205px;
	width: 169px;
	position: absolute;
	margin-left: -169px;
	margin-top:10px;
	background-image: url(/images/profile_avatarBox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: hidden;
}
#col8 .register .avatarBox.closed {
	width: 12px;
	margin-left: -12px;
}

#col8 .register .avatarBox .avatarImg {
	height: 133px;
	width: 133px;
	display: block;
	margin-top: 13px;
	margin-left: 12px;
	position: absolute;
	border: 1px groove #CCC;
}
#col8 .register .avatarBox a.uploadButton {
	display: block;
	height: 36px;
	width: 88px;
	position: absolute;
	background-image: url(/images/profile_avatarBox_upload_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
	margin-left: 13px;
	margin-top: 158px;
	overflow:hidden;
}
#col8 .register .avatarBox .uploadButton #upload {
	position: absolute;
	width: 88px;
	height:36px;
	opacity:0;
	filter:alpha(opacity=0);
	position: absolute;
	cursor:pointer;
}
#col8 .register .avatarBox a:hover.uploadButton {
	background-position: 0px -36px;
}
#col8 .register .avatarBox .uploadSubmitButton {
	height: 45px;
	width: 35px;
	position:absolute;
	background-image: url(/images/newsletter_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-left: 110px;
	margin-top: 153px;
	text-indent:-9999em;
}
#col8 .register .avatarBox .uploadSubmitButton:hover {
	background-position: 0px -45px;
}
#col8 .register .avatarBoxButton {
	height: 104px;
	width: 50px;
	position: absolute;
	z-index: 3;
	background-image: url(/images/profile_avatarBoxButton_bg.png);
	overflow: hidden;
	margin-left: -49px;
	margin-top: 39px;
}
#col8 .register .avatarBoxButton .icon {
	display: block;
	position: absolute;
	height: 33px;
	width: 31px;
	background-image: url(/images/profile_avatarBoxButton_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 16px;
	margin-top: 18px;
	z-index: 3;
}
#col8 .register .avatarBoxButton .icon.active {
	background-position: 0px -33px;
}


#col8 .register .avatarBoxButton a#open {
	height: 45px;
	width: 35px;
	background-image: url(/images/scroller_prev_next.png);
	background-repeat: no-repeat;
	background-position: -35px 0px;
	margin-top: 46px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 13px;
	display: block;
	position: absolute;
	z-index: 4;
}
#col8 .register .avatarBoxButton #open.closed {
	background-position: 0px 0px;
}

#col8 .register .avatarBoxButton a:hover#open {
	background-position: -35px -45px;
}
#col8 .register .avatarBoxButton a:hover#open.closed {
	background-position: 0px -45px;
}



/************************************************************************/

#col8 a.refresh {
	height: 34px;
	width: 34px;
	float: right;
	display: block;
	margin-top: 8px;
	background-image: url(/images/refresh.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
	margin-right: 20px;
}

#col8 a:hover.refresh {
	background-position: 0px -34px;
}
#col8 a.refresh.disabled {
	background-position: 0px -68px;
	cursor:default;
}

#col8.sec  .loading {
	position: absolute;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 32px;
	width: 32px;
	margin-left: 290px;
	margin-top: 140px;
	z-index: 4;
}

#col8.sec .randomOverlay {
	width: 600px;
	position: absolute;
	height: 270px;
	margin-top: 70px;
	z-index:3;
}
#main .separator {
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	clear:both;
}
#main .separator10 {
	display: block;
	height: 1px;
	margin: 0px;
	margin-bottom:5px;
	margin-top:5px;
	padding: 0px;
	font-size:1px;
	clear:both;
}
#main a.gototop {
	background-image: url(/images/arrow_large_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 35px;
	clear: right;
	float: none;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	cursor: pointer;
}
#main a:hover.gototop {
	background-position: 0px -26px;
}
#main .player {
	width:500px;
	height:390px;
	display:block;
}
#main #livelistEntries a {
	color: #006d89;
	text-decoration: none;
	display: compact;
	padding:2px;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#main #livelistEntries a:hover {
	background-color: #006d89;
	color:#FFF;
	text-decoration: none;
}
#col7 .specialTitle,
#col7 .specialTitle span,
#col8 .specialTitle,
#col8 .specialTitle span {
	font-family: "HelveticaNeueLT Pro 47 LtCn", Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 50px;
}
#col7 .specialTitle,
#col8 .specialTitle {
	background-image:url(/images/special_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#col7 .specialTitle .specialTitleLink,
#col8 .specialTitle .specialTitleLink {
	font-family: "HelveticaNeueLT Pro 57 Cn", Arial, Helvetica, sans-serif;
}
#col7 .specialTitle a:hover,
#col8 .specialTitle a:hover {
	text-decoration:none;
}
#col7 .specialTitle img,
#col8 .specialTitle img {
	vertical-align: text-bottom;
}



.upgradeBrowser {
	width:100%;
	height:20px;
	position: absolute;
	background:#b80100 url(/images/alert_red_bg.gif) repeat-x center bottom;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:18px;
	z-index:1000;
}
.upgradeBrowser a {
	color:#FFF;
	font-weight:bold;
}


/* -------------
 * Forms
 * ------------- */
#col8 .form .field {
	height: 26px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #626060;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col8 .form .field.userName {
	font-size: 30px;
	margin-top: 13px;
	height: 38px;
}
/* -------------
 * Textbox
 * ------------- */
.jqTransformCheckboxWrapper {
	width: 13px;
	height:13px;
	float: left;
	display:block;
	margin-top:0px;
	margin-bottom: 0px;

}
.jqTransformCheckbox {
	background: transparent url(/images/input_checkbox.png) no-repeat 0px 0px;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	display:block;/*display: -moz-inline-block;*/
}
a.jqTransformChecked { background-position: 0px -13px;}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/* -------------
 * Textbox Large
 * ------------- */
#col8 .formLarge .jqTransformCheckboxWrapper {
	width: 24px;
	height:24px;
	display:block;
	margin-left: 24px;
	margin-right: 24px;
}
#col8 .formLarge .jqTransformCheckbox {
	background: transparent url(/images/input_checkbox_large.png) no-repeat 0px 0px;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	display:block;/*display: -moz-inline-block;*/
}
#col8 .formLarge a.jqTransformChecked { background-position: 0px -24px;}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
#col8 .formLarge .jqTransformHidden {display: none;}


/* -------------
 * Selects Large
 * ------------- */
#col8 .register .jqTransformSelectWrapper,
#ajaxChatContent .jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 26px;
	float:left;
}
#ajaxChatContent .jqTransformSelectWrapper {
	margin-top:15px;
}
#col8 .register .jqTransformSelectWrapper div span,
#ajaxChatContent .jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 26px;
	font-size: 18px;
	line-height: 20px;
	text-align:center;
	padding: 0px;
	padding-left:5px;
	padding-bottom:2px;
	overflow: hidden;
	cursor:pointer;
	background-color: #626060;
	background-image:url(/images/textbox_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	color: #bfbfbf;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}
#ajaxChatContent .jqTransformSelectWrapper div span {
	background-color:transparent;
}
#col8 .register .jqTransformSelectWrapper  a.jqTransformSelectOpen,
#ajaxChatContent .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 26px;
	height: 24px;
	background: url(/images/input_select_arrow.png) no-repeat center center;
}

#col8 .register .jqTransformSelectWrapper ul,
#ajaxChatContent .jqTransformSelectWrapper ul{
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #626060;
	border: 1px solid #333;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

#col8 .register .jqTransformSelectWrapper ul a,
#ajaxChatContent .jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#bfbfbf;
	font-size: 12px;
	text-align:center;
}

#col8 .register .jqTransformSelectWrapper ul a.selected,
#ajaxChatContent .jqTransformSelectWrapper ul a.selected {
	color: #FFF;
	background-color: #555353;
	font-weight:bold;
}

#col8 .register .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover,
#ajaxChatContent .jqTransformSelectWrapper ul a:hover, #ajaxChatContent .jqTransformSelectWrapper ul a.selected:hover{
	color: #79E2FD;
	background-color: #333;
}



/************************************************************************/
/*

YShout HTML Structure:

<div id="yshout">
	<div id="ys-before-posts"></div>
	<div id="ys-posts>
	
		<div id="ys-post-1" class="ys-post ys-first [ys-admin-post] [ys-banned-post]">
			<span class="ys-post-timestamp">12:56</span>
			<span class="ys-post-nickname">Yurivish:<span>
			<span class="ys-post-message">Hey!</span>
			<span class="ys-post-info ys-info-[inline|overlay]">
				<em>IP:</em> 127.0.0.1
				<em>Posted:</em> Sunday Apr. 29, 2007 at 12:56.
			</span>
			<span class="ys-post-actions">
				<a title="Show post information" class="ys-info-link" href="#">Info</a> |
				<a title="Delete post" class="ys-delete-link" href="#">Delete</a> |
				<a title="Ban Yurivish" class="ys-ban-link" href="#">Ban</a>
			</span>
		</div>
		
		<div id="ys-post-2" class="ys-post [ys-admin-post] [ys-banned-post]">
			<span class="ys-post-avatar"><img src="/images/avatars/default.jpg" width="18" height="18" alt="Travis" /></span>
			<span class="ys-post-timestamp">12:57</span>
			<span class="ys-post-nickname>Travis:<span>
			<span class="ys-post-message>Hello.</span>
			<span class="ys-post-info ys-info-[inline|overlay]">
				<em>IP:</em> 127.0.0.2
				<em>Posted:</em> Sunday Apr. 29, 2007 at 12:57.
			</span>
			<span class="ys-post-actions">
				<a title="Show post information" class="ys-info-link" href="#">Info</a> |
				<a title="Delete post" class="ys-delete-link" href="#">Delete</a> |
				<a title="Ban Travis" class="ys-ban-link" href="#">Ban</a>
			</span>
		</div>

		<div id="ys-post-3" class="ys-post ys-last [ys-admin-post] [ys-banned-post]">
			<span class="ys-post-timestamp">12:57</span>
			<span class="ys-post-nickname>Yurivish:<span>
			<span class="ys-post-message>Yup...</span>
			<span class="ys-post-info ys-info-[inline|overlay]">
				<em>IP:</em> 127.0.0.1
				<em>Posted:</em> Sunday Apr. 29, 2007 at 12:57.
			</span>
			<span class="ys-post-actions">
				<a title="Show post information" class="ys-info-link" href="#">Info</a> |
				<a title="Delete post" class="ys-delete-link" href="#">Delete</a> |
				<a title="Ban Yurivish" class="ys-ban-link" href="#">Ban</a>
			</span>
		</div>
	</div>
	<div id="ys-after-posts"></div>
	
	<div id="ys-before-post-form"></div>
	<div id="ys-post-form">
		<form id="ys-post-form>
			<fieldset>
				<input id="ys-input-nickname" value="Nickname" type="text" accesskey="N" maxlength="25" class="[ys-before-focus|ys-after-focus]" />
				<input id="ys-input-message" value="Message Text" type="text" accesskey="M" maxlength="175" class="[ys-before-focus|ys-after-focus]" />
				<input id="ys-input-submit" value="Shout!" accesskey="S" type="submit" />
				<a title="[View YShout History|Open Admin CP]" class="ys-post-form-link" id="[ys-history-link|ys-cp-link]" href="[history/|cp/]">[View History|Admin CP]</a>
			</fieldset>
		</form>
	</div>
	<div id="ys-after-post-form"></div>
</div>


*/


#yshout * {
	margin: 0;
	padding: 0;
}

#yshout a {
	text-decoration: none;
	color: #588fb9;
}

#yshout a:hover {
	color: #3d464d;
}

#yshout a:active {
	color: #282e33;
}

#yshout {
	margin: 0 auto;
	width: 494px;
	height:350px;
	position: relative;
	overflow: hidden;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}

/* Posts
------------------------------------- */

#yshout #ys-posts {
	position: relative;
	background: #fff;
	height:300px;
	overflow:auto;
}

#yshout .ys-post {
	margin: 0 5px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}


#yshout .ys-admin-post .ys-post-nickname {
	padding-left: 11px;
	background: url(/images/star.gif) 0 2px no-repeat;
}

#yshout .ys-post-avatar {
	width:24px;
	height:19px;
	text-align:left;
	background:url(/images/chat_list_avatar_bg.gif) no-repeat 0px 0px;
	margin-right:2px;
	display:block;
	position:relative;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#yshout .ys-post-timestamp {
	color: #6f6f6f;
	font-size:9px;
	display:block;
	position:relative;
	margin-left:30px;
	margin-top:-22px;
}

#yshout .ys-post-nickname {
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	margin-left:30px;
	margin-right:4px;
	margin-top:-4px;
}

#yshout .ys-post-message {
	color:#595959;
	position:relative;
	top:-4px;
}

/* Banned
------------------------------------- */

#yshout .ys-banned-post .ys-post-nickname,
#yshout .ys-banned-post .ys-post-message, 
#yshout .ys-banned-post {
	color: #b3b3b3 !important;
}

#yshout #ys-banned {
	position: absolute;
	z-index: 75;
	width: 494px;
	height: 100%;
	_height: 430px;
	top: 0;
	left: 0;
	margin: 0 5px;
	background: #fff;
}

#yshout #ys-banned span {
	position: absolute;
	display: block;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	padding: 0 20px;
	color: #666;
	text-align: center;
	font-size: 13px;
	z-index: 80;
}

#yshout #ys-banned a {
	color: #999;
}

#yshout #ys-banned a:hover {
	color: #666;
}
	
/* Hover Controls
------------------------------------- */

#yshout .ys-post-actions {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 11px;
	z-index: 50;
	background: #626060;
	color: #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

#yshout .ys-post-actions a {
	color: #BBB;
}

#yshout .ys-post-actions a:hover {
	color: #FFF;
}

#yshout .ys-post:hover .ys-post-actions {
	display: block;
}

#yshout .ys-post-info {
	color: #595959;
}

#yshout .ys-post-info em {
	font-style: normal;
	color: #1a1a1a;
}

#yshout .ys-info-overlay {
	display: none;
	position: absolute;
	z-index: 45;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 5px;
}

#yshout .ys-info-inline {
	display: none;
	margin-top: 2px;
	padding-top: 3px; 
	border-top: 1px solid #f2f2f2;
}

/* Post Form
------------------------------------- */

#yshout #ys-post-form {
	height: 40px;
	line-height: 40px;
	background: #ebebeb;
}

	#yshout #ys-input-nickname,
	#yshout #ys-input-message {
		font-size: 11px;
		padding: 2px;
		background: #fff;
		border: 1px solid #c3c3c3;
	}
	
	#yshout #ys-post-form fieldset {
		_position: absolute;
		border: none;
		padding: 0 10px;
		_margin-top: 10px;
	}

	#yshout #ys-input-nickname {
		width: 105px;
		margin-left: 5px;
	}
	
	#yshout #ys-input-message {
		margin-left: 5px;
		width: 200px;
	}
	
	#yshout #ys-input-submit {
		font-size: 11px;
		width: 64px;
		margin-left: 5px;
	}
	
	#yshout #ys-input-submit:hover {
		cursor: pointer;
	}

	#yshout .ys-before-focus {
		color: #b3b3b3;
	}
	
	#yshout .ys-after-focus {
		color: #000;
	}
	
	#yshout .ys-input-invalid {

	}

	#yshout .ys-post-form-link {
		margin-left: 5px;
		
	}


/* Overlays - This should go in all YShout styles
------------------------------------- */

#ys-overlay {
	position: fixed;
	_position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

* html body {
	height: 100%;
	width: 100%;
}

#ys-closeoverlay-link,
#ys-switchoverlay-link {
	display: block;
	font-weight: bold;
	height: 13px;
	font: 11px/1 Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-bottom: 1px;
	outline: none;
	float: left;
}

#ys-switchoverlay-link {
	float: right;
}

.ys-window {
	z-index: 102;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
}
	
	#ys-cp {
		margin-top: -220px;
		margin-left: -310px;
		width: 620px;
	}
	
	#ys-yshout {
		margin-top: -250px;
		margin-left: -255px;
		width: 500px;
	}
	
	#ys-history {
		margin-top: -220px;
		margin-left: -270px;
		width: 540px;
	}

#yshout .ys-browser {
	border: none !important;
	outline: none !important;
	z-index: 102;
	overflow: auto;
	background: transparent !important;
}

	#yshout-browser {
		height: 580px;
		width: 510px;
	}
	
	#cp-browser {
		height: 440px;
		width: 620px;
		_height: 450px;
		_width: 440px;
	}
	
	#history-browser {
		height: 440px;
		width: 540px;
		border-top: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #444;
		border-right: 1px solid #444;
	}
/*   chat box ****************************************************************
/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Positioning
 */
#chatBox {
	width:494px;
	height:407px;
}
#chatBox #optionsContainer {
	height:40px;
	margin-left:105px;
	margin-top:15px;
	position:absolute;
	width:40px;
	z-index:6;
}
#chatBox #optionsContainer #audioButton {
	background:url(/images/audio.png) no-repeat;
	display:block;
	height:22px;
	text-indent:-9999em;
	width:22px;
}
#chatBox #optionsContainer #audioButton.off {
	background:transparent url(/images/audio-off.png) no-repeat scroll 0 0;
}
#chatBox #optionsContainer #autoScrollButton {
	background:transparent url(/images/autoscroll.png) no-repeat scroll 0 0;
	height:22px;
	margin-left:110px;
	margin-top:274px;
	width:22px;
}
#chatBox #optionsContainer #autoScrollButton.off {
	background:transparent url(/images/autoscroll-off.png) no-repeat scroll 0 0;
}
#ajaxChatContent {
	width:494px;
	height:407px;
	background-image: url(/images/chatbox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:2;
}
#onlineListContainer {
	width:244px;
	height:290px;
	margin-left:312px;
	margin-top: 20px;
	background-image: url(/images/chatbox_userlist_bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	position:absolute;
	z-index:1;
}
#onlineListContainer a#openChatList {
	background-color:transparent;
	background-image:url(/images/scroller_prev_next.png);
	background-position:-35px 0;
	background-repeat:no-repeat;
	border-style:none;
	cursor:pointer;
	display:block;
	float:left;
	height:45px;
	margin-top:141px;
	position:absolute;
	right:20px;
	width:35px;
	z-index:4;
}
#onlineListContainer #openChatList.closed {
	background-position: 0px 0px;
}

#onlineListContainer a:hover#openChatList {
	background-position: -35px -45px;
}
#onlineListContainer a:hover#openChatList.closed {
	background-position: 0px -45px;
}

#ajaxChatContent #logoutChannelContainer {
	height:38px;
	margin-left:133px;
	margin-right:0;
	width:356px;
}
#emoticonsBox {
	position:absolute;
	width:372px;
	height:106px;
	margin-top: 306px;
	margin-left:15px;
	padding-left:15px;
	padding-top: 26px;
	background-image: url(/images/chatbox_smileylist_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#ajaxEmoticonsContainer {
	width:358px;
	height:50px;
	overflow:auto;
	position:absolute;
}
#ajaxEmoticonsContainer img {
	padding:2px;
}
#emoticonsBox  a#openSmileyList {
	background-color:transparent;
	background-image: url(/images/arrow_large_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-style:none;
	cursor:pointer;
	display:block;
	height: 26px;
	width: 35px;
	margin-top: 64px;
	margin-left: 152px;
	position:absolute;
	z-index:5;
}
#emoticonsBox  a#openSmileyList.closed {
	background-image: url(/images/arrow_large_down.png);
	background-position: 0px 0px;
}

#emoticonsBox  a:hover#openSmileyList {
	background-position: 0px -26px;
}
#emoticonsBox a:hover#openSmileyList.closed {
	background-position: 0px -26px;
}

#ajaxChatContent #logoutChannelContainer label,
#onlineListContainer h3 {
	color:#666666;
	display:block;
	float:left;
	font-family:"HelveticaNeueLT Pro 47 LtCn";
	font-size:18px;
	line-height:22px;
	margin-right:3px;
	margin-top:15px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:60px;
	height:23px;
	text-align:right;
	padding-right:4px;
}
#onlineListContainer #onlineList {
	float:right;
	height:248px;
	margin-left:4px;
	margin-right:66px;
	overflow:auto;
	width:173px;
}
#onlineListContainer h3 {
	font-size:20px;
	width:185px;
	text-align:center;
	float:none;
	padding:0px;
	padding-top:6px;
	margin-top:0px;
}
#onlineListContainer #onlineList .userMenu {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:22px;
	font-size:11px;
}
#ajaxChatContent #logoutChannelContainer #channelSelection{
	height: 32px;
	width: 258px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:28px;
	color: #bfbfbf;
	text-align: center;
	background-color:transparent;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	background-image: url(/images/textbox_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:8px;
	padding:3px;
}
#ajaxChatContent #logoutChannelContainer #channelSelection option {
	color:#bfbfbf;
	background-color:#626060;
}
#ajaxChatContent #logoutChannelContainer #channelSelection option:selected {
	color:#FFF;
	font-weight:bold;
	background-color:#555353;
}
#ajaxChatContent #logoutChannelContainer #channelSelection option:focus {
	color:#79e2fd;
	background-color:#333333;
}
#ajaxChatContent #ajaxChatChatList {
	width:478px;
	height:250px;
	margin-top:15px;
	margin-left:5px;
	overflow:auto;
	position:absolute;
}
#ajaxChatContent  #ajaxChatChatList div {
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList img {
	vertical-align:middle;
	margin-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList cite {
	margin-right:5px;
}
#ajaxChatContent #ajaxChatChatList .bbCodeImage {
	vertical-align:top;
	overflow:auto;
	margin:5px;
}
#ajaxChatContent #ajaxChatChatList .delete {
	float:right;
	width:10px;
	height:10px;
	margin-top:5px;
	margin-left:5px;
}
#ajaxChatContent #ajaxChatInputFieldContainer {
	width:380px;
	height:38px;
	margin-left: 18px;
	margin-top:300px;
	position:absolute;
}
#onlineBox .avatarShow,
#ajaxChatContent #ajaxChatInputFieldContainer .avatar,
#chatBox .avatarShow {
	width:106px;
	height:94px;
	position:absolute;
	z-index:10;
	margin-top:-38px;
	margin-left:-80px;
	padding-top:16px;
	padding-left:14px;
	background-image:url(/images/chatbox_avatar_bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	opacity:0;
	filter:alpha(opacity=0);
}
#onlineBox .avatarShow,
#chatBox .avatarShow {
	width:165px;
	height:154px;
	background-image:url(/images/chatbox_avatarlarge_bg.png);
	z-index:12;
	opacity:1;
	filter:alpha(opacity=1);
	padding-top:20px;
	padding-left:19px;
	margin-left:310px;
	margin-top:-28px;
	display:none;
}
#onlineBox .avatarShow {
	margin-left:-185px;
	margin-top:-74px;
}

#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:370px;
	height:36px;
	font-size:25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:30px;
	color: #bfbfbf;
	text-align: left;
	border:none;
	background-color:transparent;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	padding-left:4px;
}
#ajaxChatContent #submitButtonContainer {
	width:40px;
	height:45px;
	position:absolute;
	margin-left:412px;
	margin-top:296px;
}
#ajaxChatContent #submitButtonContainer a#submitButton{
	height: 45px;
	width: 35px;
	background-image: url(/images/newsletter_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-left: 0px;
	text-indent:-9999em;
}
#ajaxChatContent #submitButtonContainer a:hover#submitButton{
	background-position: 0px -45px;
}
#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
}


/*
 * Borders
 */

#ajaxChatContent img {
	border:none;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-width:1px;
	border-style:dotted;
}


/*
 * Fonts
 */

#ajaxChatContent {
	font-size:12px;
}
#ajaxChatContent h1 {
	color:#989898;
	font-family:"HelveticaNeueLT Pro 47 LtCn",Arial,Helvetica;
	font-size:30px;
	margin-left:10px;
	margin-top:14px;
	position:absolute;
}
#ajaxChatContent a {
	text-decoration:none;
}
#ajaxChatContent a:hover {
	text-decoration:underline;
}
#ajaxChatContent #ajaxChatCopyright {
	font-size:0.8em;
}
#ajaxChatContent #ajaxChatChatList span.dateTime {
	font-size:0.7em;
	display:none;
}
#ajaxChatContent #ajaxChatChatList span.guest {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList .avatar,
#onlineList .avatar {
	width:14px;
	height:14px;
	border:1px solid #868686;
	margin-right:2px;
	vertical-align:middle;
	cursor:pointer;
}
#onlineList .avatar {
	margin-right:4px;
}
#ajaxChatContent #ajaxChatChatList span.user {
	font-size:12px;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.moderator {
	font-size:12px;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.admin {
	font-size:12px;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.chatBot {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#ajaxChatContent #ajaxChatList .chatBotMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .privmsg {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .action {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList q {
	font-variant:small-caps;
}
#ajaxChatContent #ajaxChatChatList code {
    font-size:1.2em;
}


/*
 * Colors
 */

#ajaxChatContent #ajaxChatChatList {
	color:#3f3e3e;
}
#ajaxChatContent .rowOdd, #ajaxChatContent .rowEven {
	padding:1px;
}
#ajaxChatContent .rowEven {
}
#ajaxChatContent .rowOdd {
	background-color:#eaeaea;
}
#onlineListContainer #onlineList .rowOdd {
	background-color:#757373;
}
#ajaxChatContent .guest {
	color:gray;
}
#ajaxChatContent .user {
	color:#000;
}
#ajaxChatContent .moderator {
	color:#00AA00;
}
#ajaxChatContent .admin {
	color:red;
}
#ajaxChatContent .chatBot {
	color:#FF6600;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	color:red;
}
#ajaxChatContent #ajaxChatChatList a {
	color:#1E90FF;
}
#onlineListContainer #onlineList a {
	color:#e6e6e6;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#onlineListContainer #onlineList a.admin {
	color:#ff8989;
}
#onlineListContainer #onlineList a.moderator {
	color:#58ff42;
}
#ajaxChatContent #ajaxChatChatList .delete {
	background:url('/includes/chat/img/delete.png') no-repeat right;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-color:red;
}

