﻿body
{
	height: 100%;
    font-family: Arial;
    font-size: 11px;
    background-color: #111111;
    color: White;
}

li
{
	list-style-type: none;
}

ul
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #0066cc;
}

a:hover
{
	color: #cf9712;
}

img
{
	border: none;
	padding: 0px;
}

/* id's */

#main
{
    width: 900px;
    margin: 0px auto;
    background-color: #555555;
}

#menu
{
    height: 66px;
    /* background-image: url(Images/logo_left_top.gif);
    background-repeat: no-repeat;*/
    background-color: #111111;
}

#menu ul
{
	float: right;
}

#menu ul li
{
	float: left;
	background-image: url(Images/menu_home.gif);
	width: 94px;
	height: 39px;
	margin-top: 27px;
}

#head
{
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
    height: 256px;
}

#top
{
    height: 208px;
}

#left 
{
    width: 590px;
    float: left;
    padding: 9px 0px 9px 9px;
    background-color: #555555;
}

#right
{
    width: 278px;
    float: right;
    padding: 7px;
    padding-right: 14px;
    background-color: #555555;
}


#footer
{
    height: 20px;
    text-align: center;
    padding-top: 7px;
    background-image: url(Images/footer.jpg);
    background-repeat: no-repeat;
}

/* classes */

/* MasterPage.Master */

.grid_header
{
	background-image: url(Images/grid_header.png);
	border: none;
}

.content
{
	padding: 10px;
}

.label
{
	font-family: Arial Black;
}

.checkbox
{
	font-family: Arial Black;
	padding: 3px 5px 0px 5px;
}

.button
{
	background:transparent url(Images/button.png) no-repeat top left;
	height: 35px;
	width: 129px;
	color: White;	
	font-family: Arial Black;
	margin-left: 5px;
	margin-top: 4px;
	float: left;
	border: none;
}

.textbox
{
	width: 150px;
	margin: 5px 5px 5px 15px;
}

.latest_item
{
    width: 264px;
    float: left;
    background-image: url(Images/latestbackground.gif);
	margin: 8px;
	padding: 10px;
    height: 139px;
}

.latest_row
{
	height: 17px;
	padding: 5px;
}

.right_item
{
	width: 55px;
	padding-left: 5px;
	text-align: right;
}

.right_item_big
{
	width: 65px;
	padding-left: 5px;
	text-align: right;
}

.login
{
    width: 224px;
    float: right;
}

.right_content
{
	background-image: url(Images/right_background.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 280px;
}

.right_content_repeat
{
	background-image: url(Images/right_background_repeat.gif);
}

.right_advertisement
{
	background-image: url(Images/right_background.gif);
	width: 280px;
}

/* Default.aspx */

.news_item
{
	min-height: 300px;
	background-image: url(Images/news_background.gif);
	background-repeat: no-repeat;
	width: 590px;
	padding: 0px 10px 0px 5px;
}

.news_body
{
	padding: 0px 27px 20px 10px;
}

.news_background
{
	background-image: url(Images/news_background_repeat.gif);
}

.news_postedby
{
	float: right;
	margin-right: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}

.news_title
{
	float: left;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
}

/* ************ */

.left 
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}