html, body
{
	height: 100%;
	width: 100%;
	min-width: 1150px;
	background-color: #F4F4F4;
}

html, body, form
{
	margin: 0;
	padding: 0;
}

body, td, th
{
	font-size: 12px;
	font-family: Verdana,Tahoma,Arial;
	color: #232323;
}

td
{
	background-color: #FFFFFF;
}

.barH
{
    background-image: url(images/_H.gif); 
    background-repeat: repeat-x;
    height: 1px;
}

.barV
{
    background-image: url(images/_V.gif); 
    background-repeat: repeat-y;
    width: 1px;
}

.header
{
    background-image: url(images/head-BG.jpg); 
    background-repeat: repeat-x;
    height: 25px;
    text-align: center;
	font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0px;
}
.header > a, .header > a:hover
{
    text-decoration: none;
}

table
{
	font-size: 100%;
}
table#container
{
    width: 100%; 
    height: 100%;
}

div#MainFrame
{
    width: 1150px; 
    margin: 0px auto;
    padding: 2px;
    border: solid 1px #F0F0F0;
    position: relative;
}
 
/* ... */

#htmlHeader
{
    height: 115px; 
    vertical-align: top;
    position: relative;
}
#htmlFooter
{
    text-align: center;
    height: 65px; 
}
#htmlPanelLeft
{
    vertical-align: top;
    width: 275px;
    padding: 5px;
}
#htmlPanelIndex
{
    vertical-align: top;
    padding: 5px;
}
#htmlPanelRight
{
    vertical-align: top;
    width: 315px;
    padding: 5px;
}

/* ... */

a
{ 
    color: #303030; 
    text-decoration: none;
}
a:link { }
a:visited { }
a:hover, a:active { text-decoration: underline; }

small
{
	font-size: 85%;
}

big
{
	font-size: 135%;
}

hr
{
	width: 85%;
	height: 1px;
	border: none;
	color: #F0F0F0;
	background-color: #F0F0F0;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.clear
{
    clear: both;
}

.statusgreen
{
    font-weight: bold;
}

/* ... */

span.error { font-size: 10px; color: #FF0000; }
span.report { font-size: 10px; color: #008000; }
span.warning { font-size: 10px; color: #FFCC00; }
span.comment, div.comment { font-size: 10px; color: #808080; }

div.common_message { font-size: 10px; font-family: Verdana,Tahoma,Arail; font-weight: bold; color: #FFFFFF; background-color: #000000; padding: 4px; margin: 1px; text-align: center; }
#appCommonError, div.error { background-color: #FF0000; }
#appCommonReport, div.report { background-color: #008000; }
#appCommonWarning, div.warning { background-color: #FFCC00; }
#appCommonAnnounce, div.announce { background-color: #0C73D0; }

.terminal { font-family: monospace; font-size: 10px }
.required { color: #C00609; font-size: 10px; }

.highlight-1 { color: #0267AF; }
.highlight-2 { color: #CD1E15; }

/* ... */

#sape
{
    text-align: center;
    padding: 5px;
}

#buttons
{
    text-align: center;
    padding: 5px;
}

#counters
{
    text-align: center;
    padding: 5px;
}

#copyright
{
    text-align: center;
    padding: 5px;
}

/* toto */

div.forecast
{
	text-align: center; 
	padding: 15px;
}

div.forecast.status
{
	padding: 15px;
}
div.forecast.status > span
{
	padding: 0px 5px;
}
div.forecast.status > span.icon
{
	background: url(/images/AB.gif) no-repeat;
	padding: 0px 6px;
	vertical-align: middle;
}

div.forecast.rules > p
{
	font-weight: bold;
}
div.forecast.rules a
{
	text-decoration: underline;
}

div.forecast.round > div
{
	padding: 10px;
}
div.forecast.round > div > .data
{
    width: 50px; 
    text-align: center
}

/* member */

div#memberAuthForm
{
    width: 400px;
    margin: 0px auto;
}

/* banners */

#htmlFooter .advertisingbanner
{
    padding: 3px;
}

/* addThis, facebook, etc. */

#htmlHeader .addthis_toolbox
{
    padding: 3px;
    position: absolute;
    top: 97px;
    right: 0px;
    width: 220px;
}

#htmlHeader .likesbar
{
    position: absolute;
    top: 95px;
    left: 0px;
}
#htmlHeader .likesbar > div
{
    padding: 3px;
    float: left;
    vertical-align: middle;
}
#htmlHeader .likesbar .google
{
    margin-top: 3px;
    width: 50px;
}
#htmlHeader .likesbar .mailru
{
    margin-top: 1px;
}

/* video */

.video-playwire
{
	margin: 20px 0px;
}