
	body
	{
		margin: 0px;
		background: #FFFFFF url('/images/admin_bg.jpg');
		font-family: verdana;
		font-size: 11px;
	}

	a
	{
		color: blue;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}

	.title
	{
		font-size: 15px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.button_normal
	{
		width: 100px;
		height: 24px;
		background-image: url('/images/button_normal.jpg');
		border: 0px;
		color: white;
		font-weight: bold;
		font-size: 10px;
		padding-bottom: 5px;
		text-transform: uppercase;
		cursor: pointer;
		font-family: arial;
	}

	#container
	{
		position: absolute;
		width: 100%;
		height: 100%;
		min-width: 1200px;
	}

	#header_container
	{
		height: 60px;
		background: url('/images/admin/dc_top_bg.jpg');
		background-position: 0 110px;
		position: relative;
	}

	#header
	{
		/*background: url('/images/page/logo_small.png') no-repeat;*/
		height: 32px;
		text-align: right;
		position: absolute;
		top: 12px; left: 40px;
		width: 97%;
	}

	#header_buttons
	{
		padding: 0px 20px 0px 0px;
	}

	.header_button
	{
		width: 150px;
		height: 33px;
		background: url('/images/admin/dc_button.png') no-repeat;
		float: right;
		cursor: pointer;
		margin-left: 10px;
	}

	.header_button_content
	{
		text-align: center;
		padding-top: 8px;
	}

	.header_button_content a
	{
		color: black;
		font-weight: bold;
		font-family: arial;
		font-size: 13px;
		text-transform: uppercase;
	}

	.box_outside
	{
		border-top: 1px solid #b7b7b7;
		border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #ffffff;
	}

	.box_inside
	{
		border: 1px solid #7f7f7f;
		background: #FFFFFF;
	}

	.box_headline_out
	{
		width: 100%;
		height: 21px;
		background: url('/images/admin/dc_box_head.jpg') repeat-x;
	}

	.box_headline_in
	{
		padding: 3px 2px 0px 5px;
		font-weight: bold;
	}

	.box_content
	{
		padding: 5px;
	}

	#sub_navigation
	{
		float: left;
		width: 200px;
	}

	#right_panel
	{
		width: 200px;
		float: right;
	}

	#main_container_3
	{
		padding-left: 210px;
		padding-right: 210px;
		min-width: 700px;
	}

	#main_container_2
	{
		padding-left: 210px;

	}

	#tight
	{
		padding: 10px 20px;
	}

	a.history
	{
		font-weight: normal;
		color: #000000;
	}

	.td_border
	{
		background: #FFFFFF;
		border-top: 1px solid #cfcfcf;
	}

	.table_border
	{
		border: 1px solid #cfcfcf;
	}

	.td_h
	{
		background: url('/images/admin_cathead.jpg') center center repeat-x;
		border-top: 0px;
	}

	#main_container_login
	{
		margin: auto;
	}

	.nav_item
	{
		height: 20px;
		margin-bottom: 5px;
	}

	.nav_item a
	{
		color: #555555;
	}

