HTML, BODY
{
    margin:0;
    padding:0;
    height:100%; 
}

BODY
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    color: #858585;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}

a:link
{
    color: #000000;
}

a:visited
{
    color: #000000;
}

a:hover
{
    color: #cf4700;
}

a:active
{
    color: #000000;
}

#All
{
	width: 95%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#outer_border
{
    border: 1px solid #cfcfcf;
    overflow: hidden;
}

#head
{
    height: 92px;
    width: 100%;
    background-image: url(../images/top_repeater.png);
    border-bottom: 1px solid #cfcfcf;
}

#head_left
{
    height: 92px;
    width: 2px;
    float: left;
    background-image: url(../images/top_left.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#head_middle
{
    float: left;
}

#head_right
{
    height: 92px;
    width: 2px;
    float: right;
    background-image: url(../images/top_right.png);
}

#bottom
{
    height: 92px;
    width: 100%;
    background-image: url(../images/bottom_repeater.png);
}

#bottom_left
{
    height: 92px;
    width: 2px;
    float: left;
    background-image: url(../images/bottom_left.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#bottom_middle
{
    float: left;
}

#bottom_right
{
    height: 92px;
    width: 2px;
    float: right;
    background-image: url(../images/bottom_right.png);
}

#ti_logo
{
    height: 92px;
    width: 370px;
    float: left;
    background-image: url(../images/ti_logo.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#left_menu
{
	position: relative;
    margin: 2px;
    
    
	/*
	min-height: 400px;
    background: #eeeeee;
	border: 1px solid white;
	height: 100%;
	*/
}

#left_menu_container
{
    float: left;
    background-color: red;
    width: 200px;
}

#menu_settings
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 200px;

    background: #eeeeee;
    background-image: url(../images/menu_settings.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

#menu_outer_right_border
{
	position: absolute;
	width: 200px;
	left: 2px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #cfcfcf;
	
	/*
	float:left;
	width:200px;
    overflow: hidden;
    border-right: 1px solid #cfcfcf;
    height: 100%;
    */
}

#top_content
{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 88px;
    background-image: url(../images/top_content.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#the_article_source
{
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: auto;
    padding: 3px;
    padding-right: 5px;
    font-style: italic;
    font-weight: bold;
}

#top_content_line
{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #cfcfcf;
    border-bottom: 1px solid white;
}

#right_content
{
    min-height: 200px;
    top: 0px;
    bottom: 0px;
}

#content_bottom_white_line
{
    position: absolute;
    bottom: 0px;
    left: 203px;
    right: 0px;
    width: 100%;
    border-bottom: 1px solid white;
}

#content_left_white_line
{
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 203px;
    border-left: 1px solid white;
}

#content_right_white_line
{
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    border-right: 1px solid white;
}

#right_content_container
{
    margin:0 0 0 203px;
    border-top: 1px solid white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

#menu_and_content_container
{
    background: #f6f6f6;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
}

#clear_both
{
    clear: both;
}

H1.test1
{
    padding-top: 25px;
    padding-left: 20px;
    margin: 0px;
    font-size: 30px;
    white-space: nowrap;
}

/* Day style */
div.day
{
    width: 100%;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid orange;
    background-color: #ffeac2;
    overflow: hidden;
    white-space: nowrap;
}

div.item
{
    width: 100%
    min-height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    font-size: 12px;
    background-color: ;
    white-space: nowrap;
}

#item:hover
{
    background-color: white;
}

a.list_link:link, a.list_link:active, a.list_link:visited
{
    color: #1187ff;
}

a.list_link:hover
{
    color: orange;
}

.type
{
    float: left;
    width: 20px;
    text-align: center;
    white-space: nowrap;
}

.time
{
    float: left;
    width: 50px;
    padding-left: 5px;
    text-align: left;
    white-space: nowrap;
}

.title
{
    float: left;
    white-space: nowrap;
}

.comments
{
    float: right;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
}

.free_space
{
    padding-top: 10px;
}
