/* TSLeasing CSS by Neno Dimitrov */

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #c0c0c0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background-image: url(images/body_back.gif);
}

.heading
{
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
}

h1
{
	font-size: 18px; 
	font-weight: bold;
}

p
{
	text-indent: 20px;
}

.subheading
{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

a
{
	color: #000066;
	text-decoration: none;
}

img
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#page
{
	width: 770px;
	height: 100%;
	margin: 0 auto;
	background-color:#ffffff;
	border: 1px solid #333333;
	padding: 0px 0px 0px 0px;
}

#page_footer
{
	width: 770px;
	height: auto;
	margin: 0 auto;
	background-color:#ffffff;
	border: 1px solid #333333;
	padding: 0px 0px 0px 0px;
}

#logo
{
	width: 157px;
	height: 96px;
	background-image: url(images/logo.jpg);
}

#header
{
	width: 613px;
	height: 96px;
	background-image: url(images/header.jpg);
}

#mainmenu
{
	width: 720px;
	margin: 0 auto;
}

#mainmenuvertical
{
	width: 130px;
	height: 100%;
	vertical-align: top;
}

.menuitem
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#content
{
	width: 636px;
	padding: 2px 10px 2px 2px;
	height: 100%;
	background-image:url(images/background.jpg);
	vertical-align: top;
}

.downborder
{
	height: 3px;
	background-repeat: repeat-x;
	background-image: url(images/border.gif);
}

.validators
{
	height: 18px;
	text-align: right;
	font-size: 9px;
	color:#666666;
	background-color:#cecece;
	padding: 0px 2px 2px 2px;
}

.validators a
{
	color:	#666666;
}

.validators a:hover
{
	color:	#3333ff;
}

.fictiveplaceholder
{
	height:100%;
}

/*-----------------------------------------------------------*/

.std_table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.std_table td
{
	padding: 3px 3px 3px 3px;
	border: 1px solid #666666;
}


.admin_input
{
	border: 1px solid #666666;
	color: #006699;
	width: 300px;
}

.admin_button
{
}

.admin_panel
{
	border: 1px solid #666666;
	background-color: #c0c0c0;
}

.offer_cell
{
	vertical-align: top;
	width: 140px;
	border: 1px solid #666666;
	font-size: 9px;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}

.offer_cell 
{
	cursor: pointer;
	cursor: hand;
}