@CHARSET "ISO-8859-1";

@import "editor.css";
@import "forms.css";
@import "style.css";
@import "calendar.css";
@import "datepicker.css";
@import "jquery.tabs.css";
@import "ui.datepicker.css";
@import "colorpicker/colorpicker.css";

body {
	background: #e6e6e6 url(../img/skwint-general.png) top center no-repeat;
}

#page {
	width:100%;
	text-align:center
}

#header {
	margin-top:0px;
	width:100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:4px 0px;
	padding-left:0;
	padding-bottom:0;

}

#submenu {
	padding:6px;
	background-color:white;

}

#topHeader TD {
	padding:10px;
	padding-top:0;
}

#tableHeader {
	width:100%;
}

#pageWrapper {
	width:956px;
	padding:4px 2px;
	background-color:white;
	margin: 0 auto;
	text-align:left;
	border:2px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding-bottom:20px;
}

#pageLayout {
	background-color:white;
	text-align:left
}

#options {
	background-color:#e5e5e5;
	padding:4px;
}

#left {
	width:160px;
	padding:6px
}

#right {
	width:160px;
	padding:6px
}

#content {
	width:600px;
}

#contentlarge {
	width:750px;
}

#contentcalendar {
	padding-top:10px;
	width:960px;
}

#footer {
	color:#666;
	font-size:0.9em;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #ccc;
	border-top:none;
	padding:4px 0px;
	background-color:#efefef;
}

#footer * {
	font-size:8pt;
}

#footer DIV {
	padding:1px 4px;
}

#headertd {
	padding-bottom:14px;
}
