﻿
body, table, td, th, div, p, input
{
    margin:0px;
    font-family:Verdana;
    font-size:8pt;
}

a
{
    text-decoration:none;
    color:rgb(20,80,240);
}

a:hover
{
    text-decoration:underline;
}

.border_top_left
{
    background-repeat:no-repeat;
    background-image:url(images/table_border_top_left.gif);
    width:18px;
    height:18px;
}

.border_top_right
{
    background-repeat:no-repeat;
    background-image:url(images/table_border_top_right.gif);
    width:18px;
    height:18px;
}

.border_top
{
    background-image:url(images/table_border_top.gif);
    height:18px;
}

.menu_top
{
    background-repeat:repeat-x;
    background-image:url(images/table_menu_top.gif);
    height:26px;
    text-align:center;
    font-weight:bold;
    color:white;
    vertical-align:top;
    padding-top:7px;
}

.menu_top_left
{
    background-repeat:no-repeat;
    background-image:url(images/table_menu_top_left.gif);
    width:18px;
    height:35px;
}

.menu_top_right
{
    background-repeat:no-repeat;
    background-image:url(images/table_menu_top_right.gif);
    width:18px;
    height:35px;
}

.border_bottom
{
    background-image:url(images/table_border_bottom.gif);
    height:18px;
}

.border_left
{
    background-image:url(images/table_border_left.gif);
    width:18px;
}

.border_right
{
    background-image:url(images/table_border_right.gif);
    width:18px;
}

.border_bottom_left
{
    background-repeat:no-repeat;
    background-image:url(images/table_border_bottom_left.gif);
    width:18px;
    height:18px;
}

.border_bottom_right
{
    background-repeat:no-repeat;
    background-image:url(images/table_border_bottom_right.gif);
    width:18px;
    height:18px;
}

.bubble_gray_left
{
    background-repeat:no-repeat;
    background-image:url(images/bubble_gray_left.gif);
    width:18px;
    height:28px;
}

.bubble_white_right
{
    background-repeat:no-repeat;
    background-image:url(images/bubble_white_right.gif);
    width:18px;
    height:28px;
}

.bubble_gray_right
{
    background-repeat:no-repeat;
    background-image:url(images/bubble_gray_right.gif);
    width:18px;
    height:28px;
}

.bubble_gray_middle
{
    background-repeat:repeat-x;
    background-image:url(images/bubble_gray_middle.gif);
    height:28px;
    text-align:center;
    font-weight:bold;
    color:white;
    vertical-align:top;
    padding-top:7px;
}

.bubble_white_middle
{
    background-repeat:repeat-x;
    background-image:url(images/bubble_white_middle.gif);
    height:28px;
    text-align:center;
    vertical-align:top;
    padding-top:7px;
}

.content
{
	padding-left:5px;
	padding-right:5px;
    font-size:9pt;
    vertical-align:top;
}

.content_rules
{
    padding:20px;
    padding-top:10px;
    font-size:8pt;
    vertical-align:top;
}

#container
{
	width:100%;
	text-align:center;
	padding-top:30px;
}

#inner_container
{
	width:800px;
	text-align:left;
}

.menu_container
{
	width:150px;
	vertical-align:top;
}

.news_container
{
	width:150px;
	vertical-align:top;
}

.input_text
{
	border:1px solid gray;
	width:200px;
}

.error_text
{
	color:Red;
}

