/* _css/yui-reset-font-grids-(edited)-2.7.0.min.css */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}


/* _css/base.css */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong{
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

optgroup{font-weight:bold;}
option{font-weight:normal;}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	/*list-style: decimal outside;	*/
}
ul li {
	/*giving UL's LIs generated disc markers*/
/*	list-style: disc outside; */
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #B2B2B2;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px;
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}



/* _css/myfxzone.css */

html, body, h1, h2, h3, h4,ul,li {
	margin: 0;
	padding: 0;
	list-style: none ;
}

a{
	text-decoration:none;
	color:#006AA4;
}

.listingText h1 a{
	/*color: #E62339;*/
}

body{
	background: #B3B4B6 url("/img/bodyBackgr.jpg") repeat-x;
	text-align:center;
	font-family: Verdana;
}

table,
table td{
	border-collapse: collapse;
	border: 1px solid #B1B1B1 !important;
	font-size: 85%;  /* fix !*/
}

table td{
	 padding: 2px 2px;
}

.content table th{
	background: #E6E6E6;
}

.content table td a{
	font-weight:bold;
	font-size:123%; /* fix !*/
}

.content table td span a{
	font-size:93%; /* fix !*/
}

.displayNone{
	display:none;
}

.noWrap{
	white-space:nowrap;
}

td.zeroWidth{
	width: 0px;
}
.displayHidden{
	visibility:hidden;
}

.Ellipsis {
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-ms-text-overflow:ellipsis;
/* -moz-binding:url(/ellipsis-xbl.xml#ellipsis)*/
}


.ui-tabs .ui-tabs-nav li{
	list-style-type: none;
}

.mainHolder{
	width:998px !important;
	margin:0 auto;
/*	font-size:85%;*/

padding-bottom:40px;
}

#header{
	height: 149px;
}

#header .row{
	width: 100%;
	overflow:hidden;
}

#header .date{
	color:white;
	font-size: 85%;
	text-align: left;
	padding: 0px 5px;
	line-height:16px;
}


#header #logo{
	float:left;
	background: url("/img/logo.png") no-repeat !important;
	width:242px;
	height:100px;
	position:relative;
}


#header .banner{
	float:right;
	margin-right:5px;
}

#header #search{
	margin-left: 260px;
	width: 400px;
	float:left;
	height: 27px;
	line-height: 25px;
}

#header #search label{
	color: white;
	font-weight:bold;
	font-size:85%;
	margin-right:10px;
}

#header #search .textField{
	background: url("/img/siteSearch.png") -26px -3px no-repeat;
	width:260px;
	height: 16px;
	font-size: 12px;
	border:none;
}

#header #search .submitButton{
	background: url("/img/siteSearch.png") 0 0 no-repeat;
	width:25px;
	height: 25px;
	border: none;
	margin-left:7px;
	cursor:pointer;
	vertical-align: middle;
}

#header  #flags{
	float:right;
	text-align: right;
	margin-right: 10px;
	width: 300px;
	height: ;
	overflow:hidden;
}

#header #flags .flag{
	background: url("/img/flagShadow.png") no-repeat;
	width:26px;
	height:15px;
	line-height: 11px;
	float:right;
	margin-left:10px;
}

#header #flags img{
	float:left;
	margin: 1px 0px 0px 2px;
	width:22px;
	height:11px;
}

#mainNavigation{
	float: left;
	height: 31px;
	margin-top: 13px;
	color: white;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
}

#mainNavigation li{
	text-align:left;
}

#mainNavigation a{
	color: white;
	outline:none;
}
#mainNavigation a.li1{
	float:left;
	text-transform: uppercase;
}

#mainNavigation li li{
	line-height: 20px;
	padding: 0px;
	text-transform: capitalize;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background: white;
	overflow:hidden;
	display:block;
/*	width:100%;*/
}



#mainNavigation li li.last{
	padding:0;
	background:none;
	border:none;

	margin-left:-1px;
}

#mainNavigation  .borderBottom{
	margin: 0px 10px;
	border-bottom:1px solid #5191bd;

}

#mainNavigation a span{
	float: left;
	margin-left: 15px;
	line-height: 25px;
	padding: 6px 35px 0px 5px;
}

#mainNavigation .active  a.li1,
#mainNavigation .hovered  a.li1,
#mainNavigation a.li1:hover{
	background: url('/img/Index/navigation_active_front.png') no-repeat top left;
}
#mainNavigation .active  a.li1 span,
#mainNavigation .hovered  a.li1 span,
#mainNavigation  a.li1:hover span{
	color: #E62339;
	background: url('/img/Index/navigation_active.png') no-repeat top right;
}

#Navigation .subNavigation{

}


#Navigation .subNavigation a{
	color:black;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;
}


#Navigation .subNavigation li a:hover{
	color:#5191bd !important;
	text-decoration:none !important;

}


#leftMenu li{
	text-align:left;
}

#leftMenu .backgr {
	list-style-type: none !important;
}

#Navigation{
	background: url("/img/redMenuLeft.png") no-repeat left;
	padding-left:9px;
}

.navigationRight{
	background: url("/img/redMenuRight.png") no-repeat right;
	padding-right:9px;
}


.navigationMiddle{
	background: url("/img/redMenuBackgr.jpg") repeat-x;
	height:44px;
}

.contentHolder{
	background: url("/img/whiteLeftRight.png") repeat-y left;
	padding-left:6px;
}

.contentRight{
	background: url("/img/whiteLeftRight.png") repeat-y right;
	padding-right:6px;

}
.contentMiddle{
	background: white;
	width: 986px;
}




/*

.sitemap{
	width: auto;
	padding: auto;
	display: none; /* block !!! /
	text-align: left;
	float: left;
}

.sitemap h2{
	font-size: 146.5%;
	font-weight: bold;
}

.sitemap ul.sections{
	display: inline;
	float: left;
}

.sitemap ul.sections li{
	font-size: 116%;
	display: inline;
	width: 100px;
	font-weight: bold;
	float: left;
}

.sitemap ul.subSections li{
	font-size: 1em;
	display: list-item;
	width: 100px;
	float: left;
	font-weight: normal;
}
*/

.siteMap{
	background: #e0eff6;
	padding:16px 10px 0px 15px;
	position:relative;
}

.copyright{
/*	position:absolute;
	bottom:-13px;
	left:320px;

	border:1px solid red;
	z-index:100;
	*/
	text-align:center;
}

.copyright p{
	font-size:85%;
	margin:0 !important;
}

#siteMap{
		width: 99%;
		margin:  0 3px;
		overflow:hidden;
		padding-bottom:10px;
		text-transform: capitalize;
		font-size:  85%;
		text-align: left;
}
#siteMap .label a{
	font-size:  93%;
	line-height: 2em;
	color:black;
	font-weight: bold;
	text-decoration:none;
}

#siteMap li a{
	font-size:  85%;
	color:#555;
}

#siteMap li a:hover{
	color:black;
}

#siteMap ul.holeUl {
	float:left;
	margin-right: 25px;
}

.endDown{
	background: url("/img/footerRoundTransp.png") no-repeat bottom;
	height:25px;
}

/*Home*/

#main{
	width:100%; /* 986px*/
	overflow:hidden;

}


#left{
	width:130px;
	float:left;
	text-align:center;
}

#left .bannersLeft{
	/*	width:120px; */
	background: #e6e6e6;
	margin: 7px 6px 10px 8px;
	padding-bottom: 10px;
}

#left .bannersLeft h6{
	background: url("/img/adverHeader.jpg") repeat-x;
	height:23px;
	line-height:23px;
	color:white;
	font-size:85%;
}

#left  .bannersLeft .groznoBanerche{
	margin-top: 10px;
}

.wideLeft #left{
		width:190px;
}

#middle{
	width:530px;
	float:left;
	text-align:center;
	/* overflow:hidden;  brakes the BreadCrumbs left Border*/
}

#middle .box .middle .content{
	width: 488px /* 520 -2x6 -2x10*/
}

#middle #content{
	margin-left: 5px;
	clear:both;
	text-align: left; 
}


/* .wideMiddle */

/*

*/


#middle .videoPlayer{
	background:url("/img/videoBackgr.jpg") no-repeat;
	width: 516px;
	height: 357px;
	margin: 10px 7px;
}

#middle .videoPlayer h5{
	font-size: 182%;
	color:white;
	font-weight:normal;
	line-height:42px;
	text-align:left;
	margin-left:15px;
}

#middle.videoHolder img{
	border:1px solid white;
}


#middle .charts{}
#middle .forum_brokers{}
#middle .econCalendar{}

#middle .halfBox{
	width:260px;
	float:left;
}

#middle .halfBox .middle .content{
	width: 228px;
}





#middle h2,
#middle h1{
	color: #006CA7;
	text-align:left;
	font-size: 131%;/*138%;*/
	font-weight: bold;
}

.bottomBanners{
	width: 100%;
	overflow:hidden;
	text-align: left;
}

.bottomBanners .wrapper{
	margin: 10px 0px 10px 40px;
	width: 900px;
	overflow: hidden;
}

.bottomBanners .oneBanner{
	width:120px;
	height:60px;
	margin-right:13px;
	float:left;
}

.bottomBanners .oneBanner.first{
	margin-left:135px;
}

.bottomBanners .oneBanner.last{
	margin:0;
}





#right{
	width:324px;
	float:left;
	overflow: hidden;
	padding-top:10px;

	display:inline;
}

.wideLeft .#right{width: 260px;}

#right .rightBanner{
	width:300px;
	height: 250px;
	margin:0 0 0 6px;
}

#right .box{
	width: 310px;
/*	margin: 10px 0px;*/
	margin: 10px auto;
}

.wideLeft #right{
	width: 260px;
}
.wideLeft #right .rightBanner{
	width:240px;
	height: 200px;
}
.wideLeft #right .box{
	width: 250px;
}

#blueFooter{
	overflow:hidden;
	height:58px;
	background: url("/img/footerBlue.jpg") no-repeat;
	text-align:center;
	margin-top:10px;
	text-align:center;
}

#blueFooter ul{
	width:100%;
	overflow:hidden;
	float:left;
}

#blueFooter li{
	display:inline;
	color:white;
	margin-left:15px;
}

#blueFooter li a{
	font-size:93%;
	color:white;
	text-transform:uppercase;
}

/*Kutiika*/



.box .header{
	height:42px;
	overflow: hidden;
	clear:both;
}

.box .header  .leftCorner{
	padding-left: 16px;
	height: 100%;
	background: url('/img/Box/box_header_left_corner.png')  no-repeat left bottom;
}

.box .header  .rightCorner{
	padding-right: 16px;
	height: 100%;
	background: url('/img/Box/box_header_right_corner.png')  no-repeat right bottom;
}

.box .header  .center{
	height: 100%;
	background: url('/img/Box/box_header.png')  repeat-x center bottom;
}

.box .header .tab .title{
	float:left;
	background: url('/img/Box/box_tab.png')  no-repeat right;
	padding-right: /*20px;*/ 16px;
}

.textTransform{
	text-transform:uppercase;
}

.box .header .tab label{
	color: #E62339;
	font-size: 12px;
	font-family: verdana;
	font-weight:bold;
	float:left;
	margin-top: 6px;
	padding:0 30px 0 2px;
	line-height: 26px;
	height: 26px;
	overflow:hidden;

	background:  url('/img/Box/px_E62339.png')  repeat-x center bottom;
}



.box .middle .content{
	background: white;
	text-align: left;
}

.box .middle .content.noRedLine{


}



.linkMore,
.center .content .linkMore{
	color: #E62339;
	font-weight:normal;
	font-size:/*85%;*/ 9px;
	text-align:right;

/*	float:left; ?????????????????? */
}


.box.halfBox .itemsList{
	height: 112px; /*7x16 */
	line-height: 16px;
	overflow: hidden;
}

.box.halfBox .middle .content li a{
	font-weight:normal;
	line-height: inherit;
}
.box.halfBox .middle .content li a:hover{
	color:#E62339;
 }





.box .middle .content li{
	list-style-image: url("/img/listStyle.jpg") !important;
	line-height:16px;
	margin-left: 14px;
}

.box .middle .content li a{
	font-size:100%;
	font-weight:bold;
	color:black;
}

.box .middle .content .row{
	margin-left:20px;
}

.box .middle .content .row span{
	font-weight:normal;
	font-size:85%;
	color: #5191BD;
}

.box .middle{
	width: 100%;
	overflow: hidden;
	clear:both;
}
.box .middle .leftShadow{
	padding-left: 6px;
	background: url('/img/Box/left_right_shadow.png') repeat-y left;
}

.box .middle .rightShadow{
	padding-right: 6px;
	background: url('/img/Box/left_right_shadow.png') repeat-y right;
}




.box .footer{

	overflow: hidden;
}

.box .footer .leftCorner{
	padding-left: 16px;
	background: url('/img/Box/box_footer_left_corner.png') no-repeat left bottom;
}

.box .footer .rightCorner{
	padding-right: 16px;
	background: url('/img/Box/box_footer_right_corner.png') no-repeat right bottom;
}

.box .footer .content{
	color: #E62339;
	font-weight:bold;
	font-size: 10px;
	text-align: right;
	height: 16px;
	line-height: 14px;
	padding: 0px 10px;
	background: url('/img/Box/px_E62339.png') repeat-x top center;


}
.box .footer .bottomShadow{
	height: 6px;
	overflow: hidden;
	background: url('/img/Box/bottom_shadow.png') repeat-x  top;
}

.content .economCal{
	width:486px;
	margin:0px 1px; /* lunacity*/
}

.content .economCal th,
.content .economCal td,
.content .economCal{
	border: none;
	text-align:left;
	font-size:100%;
}
.content .economCal tr{
	line-height: 18px;
}

.content .economCal .odd{
	background: #f1f4f7;
}

.content .economCal .exclamation{
	color: #f89f36;
	font-weight:bold;
}

.content .economCal .redValues{
	color:#ff1717;
}

.content .economCal .greenValues{
	color:#399d3e;
}

.content .contentPic{
	width: 50px;
	float:left;
}

.content .contentPic img{
	border: 1px solid #adadad;
}

.content .contentText{
	margin-left:55px;
}

.content .contentText h5{
	font-size:93%;
}

.box .middle  .content .contentText li a{
	font-size:11px;/*85%;*/
	font-weight: normal;
}




.ui-widget{
	font-size:100% !important;
}


/*charts - tabs stilove*/

/* root element for tabs  */

/* initially all panes are hidden */
div.panes div.panes {
	display:none;
	width:500px;
	overflow:hidden;
}




/* artical listing*/

.articleItemHolder{
	margin: 10px 0px 0px 0px;
	border: 1px solid #DADADA;
	padding:5px;

	overflow:hidden;


}


.articleItemHolder .articleItem{
	width: 476px;
	overflow: hidden;
}

.articleItemHolder h2 a{
	color: #006CA7;
	font-size:123,1%;
	font-weight: bold;
}

.articleItemHolder p{
	font-size: 93%;
}

.listingPicture,
.articleItem .listingPicture{
	padding:5px 5px 0px 0px;
	float:left;
	text-align: center;
}


.date,
.articleItemHolder .date,
.articleItem .date{
	color: #979797;
}

#homeNews p.text,
#homeTechnical p.text,
#homeFundamental p.text{
	height: 32px;
	font-size: 85%;
	overflow: hidden;
	margin: 0;
}



.dateRow,
.listingText	.dateRow{
	width:100%;
	margin:5px 0;
}

.dateRow span,
.listingText .dateRow span{
	font-size:85%;
	font-weight:bold;
}

/*trading tools home*/

	#tradingTools > div{
		float: left;
	/*	width: 100%;*/
	}

	#tradingTools .subBox{
		float: left;
		width: 47%;
		margin-left: 9px;
		margin-top:9px;
		border: 1px solid #DADADA;
	}

	.subBoxHolder{
		width:488px;
		overflow: hidden;
	}

	.holderAllContent{
		width:100%;
		overflow: hidden;
	}

	.holderAllContentBig{
		width:810px;
		overflow: hidden;

	}

	#tradingTools .subBox  .picture{
		float: left;
		width:115px;
		height:90px;
		overflow: hidden;
	}

		#tradingTools .subBox  img{
		margin: 5px;
	}

	#tradingTools .subBox  h3{
		display: inline;
		color:#BA0D21;
		text-align:left;
	}

		#tradingTools .subBox ul li{
			list-style: none;
		}



/*newsDetails*/





/*do tuk*/


.articleCategoryItem{
	margin-bottom:10px;
	border-bottom:1px solid #DFDFDF;

	width:485px;
	overflow:hidden;

}


/**/
#hideDocuments{
	border-top: 1px solid #E62238;
	width:100%;
	padding-top:10px;
}

 #hideDocuments h2{
	font-size:93%;
 }



#hideDocuments a{
	color:#E62238;
}

#hideDocuments ul{
	text-align: left;
	padding:5px 10px;
}

#contentProvidedBy {}
#contentProvidedBy .logoBox{
	width:110px;
/*	height:90px;*/
	overflow:hidden;
	float:left;
	border-right: 1px solid #D2D4D3;
	margin-right:10px;
}

#contentProvidedBy .logoBox img{
	padding:5px;
}

#contentProvidedBy  .sourceText {
	width:360px;
	overflow:hidden;
	float:left;
	font-size:85%;
}

.borderFix{
	width:100%;
	overflow: hidden;
}

.box .header .tab .smallerSize{
	font-size: 10px/*77%*/;
}

#hideDocuments h2 {
	margin:0px;
}

.newsItem .contributorRow{
	margin-bottom:10px;
	font-weight: bold;
}
.newsItem .description{
	/*width:490px;
	overflow:hidden;	*/
}


.rightCornerBreadCrumbs{
	background: url("/img/Index/leftMenu/breadCrumbsRight.jpg") no-repeat right;
	height:19px;
	padding-right: 10px;

	display:block;

}

.wideUpBanner{
	/*padding-top:10px;*/
}

.autors{
	font-size: 85%;
	font-weight:bold;
	color: #636363;
}

.autors b{
	color:black;
}

/*Brokers Listing*/
.brokerList{
	width: 830px;
/*	overflow:hidden;*/

	float:left;
}



.brokerListing{
/*	margin-left:7px;*/

	width: 830px;

}


.listing{
		font-size: 80%;
}

.listing .row td{
	border-bottom: 1px dashed #B2B2B2;
}

.listing  td.pagination{
	text-align:right;
	font-weight:bold;
	font-size:108%;
}

	.listing tr.head th{
		font-weight: bold;
		border-bottom: 1px solid #B2B2B2;
		border-top: 1px solid #B2B2B2;
		border-left: 1px solid #B2B2B2;
		vertical-align: top;
		white-space: nowrap;

		background: /*#68ABD8*/ #E6E6E6;
	}

	.listing .row.odd{
		background: #F1F4F7;
	}

	.listing td{
		padding: 2px;
	}

	.acc{
		background-color: #006AA4;
		color: white;
		font-weight: bold;

		border-right: 1px solid #B2B2B2;
		border-left:1px solid #B2B2B2;


	}


	.cntr{
		text-align: center;
	}

		.cntr a{
			font-size:108%;
		}

	.sButton{
		background:#E6E6E6;
		border:1px solid #006AA4 !important;
		color: #006AA4;
		font-weight:bold;
	}

 a.seeAll{
	color:#E62339;
 }

.tableHeader{
	width: 831px;
	background: #e0eff6;
	margin: 5px 0 0 -1px;
/*	float:left*/

}

.tableHeader .headerUp{
	background: url("/img/Brokers/listingTopRounded.png") no-repeat;
	height: 9px;

	overflow:hidden;
}

.tableHeader .headerDown{
	border-left:1px solid #bababa;
	border-right: 1px solid #bababa;

/*	float:left;
	width:829px;*/
	overflow:hidden;
	height:31px;
}


.loginButtonLeft,
.tableHeader .loginButtonLeft{
	background: url("/img/Brokers/loginButtonLeft.png") no-repeat left;
	padding-left:9px;
	height: 21px;
	float:right;
}

.loginButtonRight,
.tableHeader .loginButtonRight{
	background: url("/img/Brokers/loginButtonRight.png") no-repeat right;
	height: 21px;
	float:left;
}


.tableHeader .loginButtonRight a{
	font-size:77%;
	color:white;
	padding-right:9px;
	line-height: 21px;
}

input.submitB{
	border:none !important;
	background:none;
	color:white;
	padding: 1px 9px 0 0;
	font-size:108%;
	font-weight:bold;
	margin:0 !important;

	cursor:pointer;
}

.brokerListing form{
/*	float:left;*/
	width:830px;


}

.brokerListing .pagination{
	border-left:1px solid #bababa;
	border-right: 1px solid #bababa;

	background: #e0eff6;
	margin-left:0px;
	height:16px;
}

.tableBottom{
		background: url("/img/Brokers/listingBottomRounded1.png") no-repeat top;
		width:831px;
		margin-left:0px;
		height:9px;
		overflow:hidden;
}

.bottomHolder{
	margin-left:-1px;

	overflow:hidden;
	width:831px;

	float:left;
}

 /*Brokers Profile*/


 table.profile, table.profile td{
	border:none !important;
	text-align:left;
	font-size: 93%;
 }

.broker{
	float:left;
	width:100%;
/*	margin:10px 0;*/
}

 #LogoFXCM{
	width:120px;
	height: 60px;
	float:left;
	margin-right: 5px;
}

.broker h1{
	line-height: 40px;
	font-size: 18px;
/*	font-size: 161.6%;*/
	font-weight: bold;
}

.broker img{
	float:left;
	margin:0 5px;
}

.profile .label{
	color: #666F6F;
	white-space: nowrap;
	vertical-align: top !important;
}
.profile .heading, h3{
	font-size: 123.1%;
	font-weight: bold;
}
.profile .paymentMethods img{
	border: 1px solid black;
}

.screenshots h3{
	color: #4B5054;
}

.screenshots .oneshot{
	margin:10px ;
}

.oneshot h6{
	margin:5px 0;
	color:#AE0719;
	font-weight:bold;
}

.oneshot a{
	float:right;
	font-size: 85%;
}

.ScreenshotRow{
	width:100%;
	overflow:hidden;
}

table.profile{
	width:470px;

	float:left;
}



.content table.profile td a {
	font-size:93%;
	font-weight:normal;
}

.screenshots{
	float: right;
}


/*Brokers Login*/
.brokerLogin{
	float:right;
}

.brokerLogin a{
	font-weight:bold;
}




 #loginForm{
	width: 300px;
	padding: 10px;
	margin: 0px auto;
}

 #loginForm .row{
	width: 100%;
/*	overflow: hidden;*/
	margin: 5px 0px;
 }

 .box.loginForm{
	width:320px !important;
}

.loginBox{
	width:280px;
	overflow:hidden;
}

#brokerManageSpecialOffers label,
#editBrokersProfile label,
#accountSettings label,
 #loginForm label{
	font-size:93%;
	font-weight: bold;
	float:left;
	text-align:right;
	width: 90px;
	margin-right:10px;
  }

#brokerManageSpecialOffers input,
#editBrokersProfile input,
#accountSettings input,
 #loginForm input{
	border:1px solid #DADADA;
   }

#brokerManageSpecialOffers input.sButton,
#editBrokersProfile input.sButton,
#accountSettings input.sButton,
 #loginForm input.sButton{
	padding:1px;
	font-weight:bold;
	border: 1px solid #006AA4;
	margin-top:10px;
 }

 .button{
/*	text-align:right;
		display:inline;
*/
	padding: 10px 0 0 0px;

	overflow:hidden;
	width:100%;
 }




/*Edit Acount Settings*/

#accountSettings .box{  /* remake */
	width: 400px !important;
	overflow:hidden;
	margin-left:10px;
}

.accountSettings{
	width: 365px;
	overflow:hidden;
}




#accountSettings form .row{
	text-align: left;
	width: 100%;
	margin: 2px 0px;
	overflow: hidden;
}

#accountSettings form label{
	width: 150px;
}

/*Edit Brokers profile*/



#editBrokersProfile .box{
	 width:845px !important;
}

#editBrokersProfile .holderer{
	width:810px;
	overflow:hidden;
}

#editBrokersProfile .holderer form{
	padding:2px;
	text-align:left;
}

#editBrokersProfile form label{
	width: 160px;
	line-height:22px;
}

#editBrokersProfile form td label{
	text-align:left;
	margin: 0px 0px 0px; 10px;
}

#editBrokersProfile input{
	float:left;
	margin:5px;
}

#editBrokersProfile textarea{
	border:1px solid #DADADA;
}

.oneRow{
	margin-left:20px;
}

#editBrokersProfile form td .oneRow label{
	width:115px;
	text-align:right;
}

#editBrokersProfile .contentEditor{
	border-collapse: collapse;
}

#editBrokersProfile input.sButton{
	width:95px;
}


input.noBorder,
#editBrokersProfile input.noBorder{
	border:none;
}

form .row{
	width: 100%;
	margin: 5px 0px;
/*	overflow: hidden;*/
}

form hr{
	color:#006CA7;
}



.videoLink{
	float:left;
	padding-left:10px;
}

.videoLink img{
	margin-right:7px;
}

.videoLink a{
	color:#e62339;
	text-decoration:underline;
	font-size:85%;
}


#brokerArticleList{
	text-align:center;
}

#brokerArticleList .box{
	width:520px;
}

#brokerArticleList .title{
	width:315px;
}

#brokerArticleList .holderAllContent table td a{
	font-size:145%;
	font-weight:bold;
}

#brokerArticleList .holderAllContent table th{
	background: #E6E6E6;
}


#profileNavigation a{
	outline:none;
}

.box .header ul#profileNavigation a:hover {
/*	color: #02659F; */
	color: #888;
	cursor:pointer;
}

#profileNavigation li a.disabled,
#profileNavigation li a.disabled:hover {
	/*color:#A0CBE7 !important;*/
	color:#bbb !important;
}


#profileNavigation li a.disabled:hover{
	color: black;
	cursor: default !important;
}


.alignCenter{
	text-align:center !important;
}

.alignRight td,
.alignRight{
	text-align:right !important;
}

.alignRight th,
.alignRight td{
	padding:2px;

}

#camarilla.alignRight th,
#camarilla.alignRight td{
	padding:0 !important;
	margin:0;
}

.goodFormIE{
	overflow:hidden;
	width: 488px;
}

.goodFormIEright{
	overflow:hidden;
	width: 280px;
}




#converter .row{
	width:100%;
	float:left;
	margin: 5px 0;
}

#converter .row.button{
	width:490px;


}

#converter .row.button .loginButtonRight p{
	font-size:120%;
	color:white;
	font-weight:bolder;
	padding:0px 9px 0px 2px;
	line-height:18px;
	margin:0;
}


#converter .row.button .loginButtonRight button{
	background:none;
	border:none;
}

#converter .goodFormIE{
/*	width:320px;*/
}



#converter .row label{
	float: left;
	width: 115px;
	color: black;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

select, input, textarea{
	border: 1px solid #DADADA;
}


#summeryRow{
	border-top:1px solid #DADADA;
	float:left;
	text-align:center;
	width:500px;
}

#summeryRow div{
	font-weight:bold;
}

#commentss{
	width:530px;
	overflow:hidden;
}

#commentss .row{
	width:100%;
	float:left;
}

#commentss .row label{
	width:100px;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:7px;
}

#commentss .row input.text,
#commentss .row textarea.text{
	width: 300px;
}

.commentsList{
	width:100%;
	text-align:left;
	margin: 2px 0 30px 10px;
}


.commentsList h6{
	font-size: 130%;
	width:300px;
	border-bottom: 1px solid #E62339;
}

.commentsList .autor{
	font-weight:bold;
	color:#006AA4;

}

.commentsList .listText{
	margin:3px 0;
}

.searchBrokers{}

.searchBrokers div{
	width: 100%;
	margin:5px 0;
	overflow:hidden;
}

.searchBrokers div.alphabeticList{
	margin:0;
	width:75%;
	float:left;
}

.searchBrokers div label{
	float:left;
	font-weight: bold;
	width:170px;
	text-align:right;
	margin-right:5px;
}


.alphabeticList {
	text-align:center;
}
.alphabeticList .lines,
.alphabeticList a{
	margin: 0px -1px;
	font-size:92%;
	font-weight:normal;
}

.searchBrokers .selected{

	font-weight: bold;
	color: #006AA4;
}

#interviews .alphabeticList a{
	font-weight: normal;
	color: #006AA4;
}

#interviews .alphabeticList span{
	font-size:85%;
}

#interviews .alphabeticList .selected{

	font-weight: bold;
	color: #006AA4;
	font-size:108%;
}

.econDate{
	font-weight:bold;
	color: #006AA4;
}

#filterForm{
	margin:5px 0 10px 0;
}

#filterForm span{
	margin-left: 10px;
}

#filterForm span label{
	font-weight:bold;
}

#filterForm span  input{
	width:100px;
}

.contentEditor td{

}


.pair{
	overflow:hidden;
	width:80%;

	text-align:left;
}


.voteResult a img{

}

.voteResult{
	color: #006AA4;
	font-weight:bold;
}

/*Special Offers*/

.brokerBox{
	width: 145px;
	float:left;
	margin: 5px 10px 5px 0px;
	text-align:center;
	overflow:hidden;
}

.noProfile .brokerBox{
	display:none;
}

.brokerBoxDetails{
	width: 490px;
	padding:5px;
	overflow:hidden;
	border-bottom: 1px solid #DFDFDF;
}

.brokerBoxDetails h3{
	color: #006AA4;
	font-weight:bold;
	font-size: 108%;
}

.brokerBoxDetails a{
	color: #E62339;
	font-size: 93%;
}


.brokerBox  h3{
	color: #006AA4;
	font-weight:bold;
	font-size: 97%;
	margin: 17px 0 7px 0;
}

.brokerBox a{
	color: #E62339;
	font-size: 85%;
}


.spOffersList .listingText .dateRow{
	font-size: 85%;
	color: #636363;
}


.tableFix{
	width:798px;
}

#publishReports .row table td{
	border:none !important;
}


/*Left Menu + */

ul.jd_menu li, ul.jd_menu li span{
	white-space: normal !important;
}

ul.jd_menu_vertical{
	padding:3px;
}



.leftPics{
	float:left;
	display:inline;
	margin:10px;
}

.autorsDetails p{
	line-height:18px;
	color: #636363;
}


.mail span{
	color:#5191BD;
}


.sourceText .aText{
	line-height: 1.3em;
	height: 5.2em;
	overflow:hidden;
	margin-top:5px;
	color: #636363;
}

.sourceText .label{
	margin-right:7px;
	float:left;
	line-height: 16px;
}



/*tabels rounded*/

.tableLeftRounded{
	background: url("/img/Brokers/TableUpandDown/leftRound.png") no-repeat left;
	height:40px;
	padding-left:10px;
	margin-left:-1px;

}

.tableRightRounded{
	background: url("/img/Brokers/TableUpandDown/rightRound.png") no-repeat right;
	height:40px;
	padding-right:10px;

}

.tableMiddle{
	background: #e0eff6;
	height:39px;
	border-top: 1px solid #bababa;
}

.tableMiddle h1{
	line-height:40px;
}

.tableLeftRoundedDown{
	background: url("/img/Brokers/TableUpandDown/leftRoundDown.png") no-repeat left;
	height:25px;
	padding-left:10px;


	margin-left:-1px;
}



.tableRightRoundedDown{
	background: url("/img/Brokers/TableUpandDown/rightRoundDown.png") no-repeat right;
	height:25px;
	padding-right:10px;

}

.tableMiddleDown{
	background: #e0eff6;
	height:24px;
	border-bottom: 1px solid #bababa;
	line-height: 24px;
}



.forumTable .tableLeftRoundedDown,
.forumTable .tableLeftRounded{
	width: 501px;
}

#tradingPlatformTable{
	width:798px;
}

#editBrokersProfile .tableLeftRoundedDown,
#editBrokersProfile .tableLeftRounded{
	width:789px;
}

#editBrokersProfile .tableLeftRoundedDown{
	margin-bottom:20px;
}

.compareBrokers .tableLeftRoundedDown,
.compareBrokers .tableLeftRounded{
	width:801px;
}

.compareBrokers{
		margin-left:10px;
}

.compareBrokers table{
	width:810px;
}

.moveHeading{
	margin-left:10px;
}

.bottomBanners h5{
	font-size: 93%;
	font-weight:bold;
	color: #636363;
	padding-bottom: 5px;
	text-transform:uppercase;
	border-bottom: 1px solid #CFD1D0;
	margin-bottom:10px;
	text-align:left;
}


.bannerDown{
	position: absolute;
	bottom:0px;
	left:0px;

	background: white;
	width:1260px;

}


body > .bannerDown {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:400;
	background: white;
	width:100%;
}

#right .bannerHolder{
	margin-bottom: 10px;
}

#left .bannerHolder{
	margin-top:10px;
}


/*leftSub menu*/

.tableLeftRoundedSubMenu{
	background: url("/img/Index/leftSubMenu/leftUp.png") no-repeat left;
	height:14px;
	padding-left:10px;


}

.tableRightRoundedSubMenu{
	background: url("/img/Index/leftSubMenu/rightUp.png") no-repeat right;
	height:14px;
	padding-right:10px;
}

.tableMiddleSubMenu{
	background: #006ca7;
	height:14px;


}



.tableLeftRoundedDownSubMenu{
	background: url("/img/Index/leftSubMenu/leftDown.png") no-repeat left;
	height:15px;
	padding-left:10px;

}



.tableRightRoundedDownSubMenu{
	background: url("/img/Index/leftSubMenu/rightDown.png") no-repeat right;
	height:15px;
	padding-right:10px;

}

.tableMiddleDownSubMenu{
	background: #006ca7;
	height:14px;
/*	border-bottom: 1px solid #bababa;*/
	line-height: 24px;
}

li.background{
	list-style-type: none !important;
	margin: -7px  !important;
	padding: 0px  !important;
	border: none  !important;
	background:none !important;
	position:relative;
}

li.background.top{
	top:-10px;

}

li.background.bottom{
	bottom:-10px
}

.neb{
	position:absolute;
	left:-6px;
}

table.tahoma{
font-family:tahoma;
}

table.tahoma td{
	padding:2px;
	font-size:11px;
}

.pivotTabs table{
	font-size:10px;
	width:485px; /*  <<488! */
	overflow:visible;
	margin: 0 auto;
}

.pivotTables.box{
	margin: 0px -15px 0px -5px ;
}


 .DDleft{
	background: url('/img/Index/DDmenuLeft.png') no-repeat  left;
	height:13px;
	padding-left:12px;
}

 .DDright{
	background: url('/img/Index/DDmenuRight.png') no-repeat  right;
	height:13px;
	padding-right:12px;


}

 .DDmiddle{
	background: url('/img/Index/DDmenuMIddle.png') repeat-x bottom;
	height:13px;

	width:100%;
	float:left;

}

.articleImg{
	float: left;
	margin:	0px 10px 10px 0px;
}


/* _css/box.css */

/*Kutiika*/

#middle .box{
	width: 520px;
}



.wideMiddle #middle{width:840px;}
.wideMiddle #middle .box{width:840px;}
.wideMiddle #middle .box .middle .leftShadow .content{width:808px;}
.wideMiddle #middle .box .articleItem{width:796px;}
.wideMiddle #middle .box .box  .middle .leftShadow .content{width:auto;}


.rightColumnBox .box{
	width: 305px;
}


.box.boxCharts{
	width:530px;
}



.box .header{
	height:40px;
	overflow: hidden;
	clear:both;
}



.box .header  .leftCorner{
	padding-left: 16px;
	height: 100%;
	background: url('/img/Box/box_header_left_corner.png')  no-repeat;
	background-position: left top;
}


/* Header  whit tabs */
.box .header.tabbed .leftCorner {
	height: 10px;
	margin-top: 4px;
	position:relative;
	background-position: left bottom;
}
.box .header.tabbed  .rightCorner {
	position:relative;
	top:-4px;
	height: 14px;
	background-position: right bottom;
}
.box .header.tabbed  .center {
	background-position:  bottom;
}

/*Header whitout title*/
.box .header.noTitle{
	height: 14px;
}
.box .header.noTitle  .leftCorner {
	background: url('/img/Box/box_header_left_small_corner.png')  no-repeat;
	background-position: left bottom;
}
.box .header.noTitle  .rightCorner {
	background-position: right bottom;
}
.box .header.noTitle  .center {
	background-position:  bottom;
}

.box .header.noTitle  .center *{
	display: none;
}
/*  -- -- */




.box .header  .rightCorner{
	padding-right: 16px;
	height: 100%;
	background: url('/img/Box/box_header_right_corner.png')  no-repeat right top;
}

.box .header .center{
	height: 100%;
	background: url('/img/Box/box_header.png')  repeat-x center top;
}

.box .header .tab .title{
	float:left;
	background: url('/img/Box/box_tab.png')  no-repeat right;
	padding-right: /*20px;*/ 16px;
}

.textTransform{
	text-transform: uppercase;
}

.box .header .tab label, /* !!! */
.box .header .tab .label, 
.box .header .tab h2{
	color: #E62339 !important;
	font-size: 12px !important;
	font-family: verdana;
	font-weight:bold !important;
	float:left;
	margin-top: 6px;
	padding:0px 30px 0px 2px;
	line-height: 26px;
	height: 26px;
	overflow:hidden;
	background: url('/img/Box/px_E62339.png') repeat-x center bottom;
	text-transform:capitalize;
}
.box .header .tab label a{
	color: #E62339;
}


/* tabbed header */
.box .header ul {
	width: 100%;
	height: 28px;
	overflow: show;
}
.box .header ul li {
	float:left;
}

.box .header ul a{
	background:transparent url("/img/Box/tab_unselected_front.png") no-repeat  left top;
	padding-left: 10px;
	font-size:85%;
	font-weight:bold;
	float:left;
	color:white;
	outline:none;

}



.box .header ul a span{
	float:left;
	padding:6px  25px 0px 10px;
	line-height: 26px;
	text-align: center;
	background:url("/img/Box/tab_unselected.png") no-repeat right top;
}

.box.homeChart .header ul a span{
	padding:6px  24px 0px 9px;
}

.box .header ul a:hover {color: gray;}
.box .header ul a:select {outline:none;}

.box .header ul .first a{
	background:transparent url("/img/Box/tab_unselected_first.png") no-repeat  left top;
	padding-left: 15px;
}

.box .header ul a.current{
	color: #E62339;
	outline: none;
	padding-left: 16px;
	margin:0px -35px 0px -10px;
	background: url("/img/Box/box_tab_front.png") no-repeat  left top;

	z-index:10;
	position:relative;
}


.box .header ul  a.current span{
	padding-right: 40px;
	background: url('/img/Box/box_tab.png')   right center;
}

.box .header ul .first a.current{
	margin-left:0px;
}
.box .header ul .first a.current span{
	padding-left: 5px;
}

.box .header.short b {margin: 0px -17px 0 -10px;font-size: 10px;}
.box .header.short .current{margin:0 -25px 0 -30px;}
.box .header.short .current b{margin: 0px -10px;}
.box .header.short li.first b {margin: 0px -5px;}

/* middle */

.box .middle .content{
	padding: 5px 0px ;
	margin: 0px 10px;

	background: white;
	text-align: left;
	overflow:hidden;
}

.center .content .linkMore{
	color: #E62339;
	font-weight:normal;
	font-size:85%;
}

.boxes .box .middle .content li a,
.boxes .box .middle .content li{
	font-weight:normal;
}


.box .middle .content li{
	list-style-image: url("/img/listStyle.jpg") !important;
	line-height:16px;
	margin-left: 14px;
}

.box .middle .content li a{
	font-size:100%;
	font-weight:bold;
	color:black;
}

.box .middle .content .row{
	margin-left:20px;
}

.box .middle .content .row span{
	font-weight:normal;
	font-size:85%;
}


.box .middle .content .redRow{
	background: url('/img/Box/px_E62339.png') repeat-x top center;
	padding: 0px 10px;
	margin-top: 5px;
	text-align: right;
}

.box .middle{
	width: 100%;
	overflow: hidden;
	clear:both;
}
.box .middle .leftShadow{
	padding-left: 6px;
	background: url('/img/Box/left_right_shadow.png') repeat-y left;
}

.box .middle .rightShadow{
	padding-right: 6px;
	background: url('/img/Box/left_right_shadow.png') repeat-y right;
}


.box .footer{
	overflow: hidden;
	clear:both;
}
.box .footer .leftCorner{
	padding-left: 16px;
	background: url('/img/Box/box_footer_left_corner.png') no-repeat left bottom;
}

.box .footer .rightCorner{
	padding-right: 16px;
	background: url('/img/Box/box_footer_right_corner.png') no-repeat right bottom;
}


.box .footer .center{}
.box .footer .center .content{
	color: #E62339;
	font-weight:bold;
	font-size: 10px;
	text-align: right;
	height: 16px;
	line-height: 14px;
	padding: 0px 10px ;
	background: url('/img/Box/px_E62339.png') repeat-x top center;
}

.box .footer .content.noRedLine{ /* remake */
	background: none;
}

.box .footer .noBackgr{
	background:none !important;
}

.box .footer .noBackgr *{
	display: none;
}


.box .footer .bottomShadow{
	height: 6px;
	overflow: hidden;
	background: url('/img/Box/bottom_shadow.png') repeat-x  top;
}


/* _css/second.css */

#mainNavigation li { /* while the Forum is hiden*/
	padding: 0px 5px;
}







/* _css/webcharts-onload-1.4.css */

.cmsfxWidgetWrapper, 
.vts_pairs_block, 
.vts_chart_block {
	position: relative;
}
.cmsfxWidgetWrapper .cmsfxWidgetSplash, 
.cmsfxWidgetWrapper .cmsfxWidgetSplash table,
.vts_chart_block .vts_chart_onload,
.vts_pairs_block .vts_pairs_onload {
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #FBFBFB url('/common/img/ajax-loader.gif') center no-repeat;
	width: 100%;
	height: 100%;
}

.cmsfxWidgetWrapper .cmsfxWidgetSplash table {
	border: 1px solid #CCCCCC;
	background: transparent;
}


/* _js/niftycube/niftyCorners.css */

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


/* _css/jquery-ui/smoothness/jquery-ui-1.7.1.custom.css */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-icon-hover {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon, .ui-icon-active {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon, .ui-icon-highlight {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



/* _js/jdMenu/jquery.jdMenu.css */


ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}

ul.jd_menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;

	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
}


ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li ,
ul.jd_menu li span{
	cursor: pointer;
	white-space: nowrap;
}




/* _css/jquery.lightbox-0.5.css */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* inline style [1] */

div.newsItem div.holderAllContent div.description img{display:none}


/* inline style [2] */

#galleryWidget .galleryWrapper{padding:10px 20px}#galleryWidget .item{float:left;width:110px;height:110px;margin:1px;background: #eee;text-align:center}#galleryWidget .item img{padding:5px 0px}


/* inline style [3] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [4] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [5] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [6] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [7] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [8] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [9] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [10] */

#nextEventCountdown{color:#E62339;font-size:145%}.countdownTitle{font-weight:bold;color: #006CA7;font-size:100%}


/* inline style [11] */

#didYouKnowBox .middle .wrapper{height:178px}#didYouKnowBox .middle img{float:left;margin:0px 5px 5px 0px}#didYouKnowBox h4{font-weight:bold;font-size:112%}#didYouKnowBox .authorRow{color: #5191BD;font-size:85%;margin:5px 0px}


/* inline style [12] */

#RightContributorsLogin .content{text-align:center}#RightContributorsLogin a.loginLink{font-weight:bold}


/* inline style [13] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [14] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [15] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [16] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [17] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [18] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [19] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* _js/jquery.bookmark/jquery.bookmark.css */

/* jQuery Bookmark styles v1.3.0 */
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 320px;
	border: 1px solid #aaa;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 12px 0px 8px 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	/*background-color: #eee;
	border: 1px outset;*/
}
.bookmark_compact {
	/*background-color: #eee;
	border: 1px outset;*/
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list span.bookmark_icons {
	background: url(/_js/jquery.bookmark/bookmarks.gif) no-repeat center;
}
.bookmark_list img {
	border: none;
}



/* inline style [20] */

#socialBookmarksWrap ul li{list-style-type:none !important;list-style-image:none !important}


/* inline style [21] */

#leftMenu{text-align:left;margin-left:2px;margin-bottom:2px;background: #0179BA url("/img/Index/leftMenu/leftMenuBgr.jpg") repeat-x bottom center }#leftMenu .top, #leftMenu .bottom{height:15px}#leftMenu .top{background: #F4F5F9 url("/img/Index/leftMenu/ul.png") no-repeat left;background:url("/img/Index/leftMenu/ul8.png") no-repeat left;padding-left:15px}#leftMenu .top div{height:100%;overflow:hidden;background: #F4F5F9 url("/img/Index/leftMenu/ur.png") no-repeat right;background:url("/img/Index/leftMenu/ur8.png") no-repeat right;background:url("/img/Index/leftMenu/ur8_sharp.png") no-repeat right}#leftMenu .bottom{background: #F4F5F9 url("/img/Index/leftMenu/dl.png") no-repeat left;padding-left:15px}#leftMenu .bottom div{height:100%;overflow:hidden;background: #F4F5F9 url("/img/Index/leftMenu/dr.png") no-repeat right}#leftMenu .leftBorder{background:url("/img/Index/leftMenu/border_left.png") repeat-y left;padding-left:4px}#leftMenu .rightBorder{background:url("/img/Index/leftMenu/border_right.png") repeat-y right;padding-right:4px}#leftMenu .center{}#leftMenu #subMenuLeftArrow{position:absolute;left: -5px;top:14px;background:url("/img/Index/leftSubMenu/arrow.png") no-repeat right;width:7px;height:14px}#leftMenu .subNavigation{width:140px;padding:0px !important;overflow:;list-style-type:none !important;list-style-position:inside;background:none !important;margin-top: -10px}#leftMenu .backgr{float:left;width:100%;overflow:hidden;list-style-type:none;background:url("/img/pixels/006CA7.png") repeat;border:none}#leftMenu .backgr a{display:block;margin:0px 5px;border-bottom:1px solid white}#leftMenu .up, #leftMenu .down{float:left;padding:0px;width:100%;overflow:hidden;list-style-type:none !important;height:14px;border:none;background:none}#leftMenu .up div, #leftMenu .down div{height:100%;overflow:hidden}#leftMenu .ul{background:url("/img/Index/leftSubMenu/ul.png") no-repeat left top;padding-left:9px}#leftMenu .ur{background:url("/img/Index/leftSubMenu/ur.png") no-repeat right;padding-right:9px}#leftMenu .dl{background:url("/img/Index/leftSubMenu/dl.png") no-repeat left bottom;padding-left:9px}#leftMenu .dr{background:url("/img/Index/leftSubMenu/dr.png") no-repeat right bottom;padding-right:9px}#leftMenu .up .content, #leftMenu .down .content{background: #006BA6;background:url("/img/pixels/006CA7.png") repeat}#leftMenu li a{color:white;font-size:85%;font-weight:normal;text-transform:capitalize;margin-left:-6px}#leftMenu li a:hover{color: #C7E2EF}#leftMenu li{list-style:disc !important;margin:0 1px 0 1px;color:white;line-height:16px;padding:3px 0;list-style-position:inside !important;border-bottom:1px solid white}#leftMenu.borderBottom{border-bottom:1px solid white;color:white;margin:0 8px}


/* inline style [22] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [23] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [24] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [25] */

#middle .groznoBanerche .videoPlayer{margin:0px;text-align:center}


/* inline style [26] */

#BreadCrumbs .path{cursor:default;font-weight:bold;text-align:left;background:#F4F5F9;overflow:hidden;height:18px;padding-left:2px}#BreadCrumbs{position:relative;float:left;width:100%;margin-bottom:10px;clear:both}.roundCorner{background:url("/img/Index/leftMenu/BreadCrumbsDownCorner.png") no-repeat left -2px;position:absolute;height:40px;width:10px;left:0px;margin-left: -1px}.emptyLeftMenu .roundCorner{background:url("/img/Index/leftMenu/breadCrumbsLeftSpecial.jpg") no-repeat left top;position:absolute;height:40px;width:10px;left:0px;margin-left:0px}#BreadCrumbs .border{border-bottom:1px solid #ACADB1;float:left}#BreadCrumbs .rightCorner{background:url("/img/Index/leftMenu/breadCrumbsRight.jpg") no-repeat right;height:19px;padding:0px 10px 0px 0px;float:left}#BreadCrumbs .path{padding-left:10px;float:left}#BreadCrumbs .path span a{text-transform:capitalize;color: #888;font-size:10px;font-weight:normal}#BreadCrumbs .path a:hover{color: #333}#BreadCrumbs .path span{font-size:11px;line-height:16px;font-weight:normal;color: #888}#BreadCrumbs .path span img{vertical-align:middle}#BreadCrumbs .path span.active{color:#e62339;font-weight:normal;cursor:default}



