/* Text Styles */
* {
	margin:0;
	padding:0;
}
body, table /* Normal */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
	display: block;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}

.wihte {
	background-color: white;
}
.window_content{
	margin: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}


.window_content span.h1 {
	color: #C64922;
	font-size: 14px;
	padding-top: 0px;
	font-weight: bold;
}

.top_menu {
	text-align: center;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #BAC6DA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.top_menu .link {
	color: #999;
}


.pagetitle{
	background-attachment: scroll;
	background-clip: border-box;
	/*background-color: #6B86B7;*/
	background-color:#98ADD5;
	/*background-image: url(/share/images/ptitle_grad.gif);*/
	background-origin: padding-box;
	border-color: #6581AC;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

	height: 37px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	position: relative;
	z-index: 1;
}

.pagetitle table {
	height: 58px;
	position: static;
}

.pagetitle table td {
	vertical-align: middle;
	height: 14px;
}

.pagetitle td {

}

.pagetitle h1 {
	color: white;
	font-size: 12px;
	padding-top: 10px;
}

.tabs {
	/*background: url(http://newwww.fxeuroclub.ru/share/images/tabs_l.gif) no-repeat 0% 100%;*/
	font-size: 12px;
	font-weight: normal;
	height: 36px;
	margin-right: 0px;
	padding-left: 10px;
	position: relative;
	float: right;
	display:inline;

}

.pagetitle .tabs {
	float: right;
	margin-left: 100px;
}

.tabs, .tabs a {
	color: #1F498D;
	text-decoration: none;
}

.tabs a:hover {
color: #1F498D;
text-decoration: underline;
}

.footer .f_cont {
	margin: auto;
	padding: 34px 20px 50px;
	width: 960px;
}

.copyrights {
	color: #6E86B3;
	font-size: 10px;
	padding-top: 34px;
}

.footer_menu {
	line-height: 140%;
}
.footer_menu, .footer_menu a {
	color: #06C;
}
