/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2009. by MASSVision, http://massvision.net
 *   Author: Mladen Mijatov
 *
 **/

@import "menus.css";
@import "header.css";
@import "content.css";
@import "footer.css";
@import "table.css";

html, body{	
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

body {
	/* IE :hover, :active, :focus selector support */
	_behavior: url("UI/Style/csshover.htc");

	margin: 0px;
	padding: 0px;

	background-color: white;
/*
	background-image: url(../Images/back.png);
	background-position: 0px 1px;
	background-repeat: repeat-both;
*/

	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

div#center_wrap {
	display: block;
   
   background-image: url(../Images/Content/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
/*
	background-color: #f9b830;
*/
	text-align: center;
}

div#center_wrap div#wrap {
	display: block;
/*
	background: url('../Images/box.png') no-repeat;
*/

	width: 988px;
	
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}

div#center_wrap div#wrap div#shadow_holder {
	display: block;
	width: 966px;

	padding-left: 13px;
	padding-right: 13px;

	background-image: url(../Images/Content/shadow.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div#center_wrap div#wrap div#shadow_holder div#inner_wrap {
	display: block;

	padding-left: 3px;
	padding-right: 3px;

	background-color: white;
}

.png_fix {
	_behavior: url("UI/Style/iepngfix.htc");
}

