/* SITE {{{ */
body {
	margin:  0;
	padding: 0;

	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
}

p, div, td {
	font-size: 10pt;
}

/* }}} */
/* MAIN LAYOUT {{{ */
table#main {
	width:  100%;
}

table#main tr td.header {
	background: url('/images/gradient.png');
	height:     1px;
	background-repeat: repeat-x;
}

table#main tr td.header#logo {
	width: 1000px;
	padding: 10px 0 20px 0;
}

table#main tr td.menu {
	color:      #fff;
	background: #666;

	font-family: verdana,arial,sans-serif;
	font-size:   10pt;
	font-weight: bold;
	text-align: center;

	height: 45px;
}

table#main tr td.footer {
	background: #ccc;
	font-size:  8pt;
	text-align: center;
	padding:    3px;
	height:     1px;
}
/* }}} */
/* SUB-LAYOUT {{{ */
div#sidemenu {
	float:     left;
	font-size: 10pt;
	margin:    20px 25px 0 0;
	width:     170px;
}

div#content {
	float:       left;
	margin:      20px 0 0 0;
	padding:     0 0 0 25px;
	border-left: 1px solid #e0e0e0;
	width:       610px;
	height:      92%;
}

span.menu-caption {
	font-size:   12pt;
	font-weight: bold;
	color:       #c00;
}
/* }}} */
/* MENU LINKS {{{ */
td.menu a {
	color: #ddd;
	text-decoration: none;
}

td.menu a.selected {
	color: #fff;
	text-decoration: underline;
}

td.menu a:hover {
	color: #fff;
}

div#sidemenu ul {
	list-style-type: none;
	list-style-image: url('/images/bullet.gif');
	padding-left: 25px;
}

div#sidemenu ul li {
	padding: 3px 0 3px 0;
}

div#sidemenu ul li a {
	color: #000;
	text-decoration: none;
}

div#sidemenu ul li a:hover {
	color: #c00;
}
/* }}} */
/* MISC {{{ */
span.sep {
	padding: 0 30px 0 0;
	margin:  0px;
}

h1 {
	margin:      0 0 10pt 0;
	font-size:   14pt;
}

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

div.error {
	border:        2px solid #b00;
	background:    #ffd6d6;
	padding:       3px;
	margin-bottom: 1em;
}

div#content img {
	border: 1px solid #000;
	margin: 0.5em;
}
/* }}} */

