html, body
{
	font-family: Tahoma;
	font-size: 13px;
	color: #404040;
	cursor: default;
}
/*== ELEM TAGS ===============================*/
p
{
	line-height: 1.4em;
	margin-bottom: 15px;
}
a:link, a:visited
{
	color: #0066cc;
	text-decoration: none;
}
a:hover
{
	color: #0033aa;
	text-decoration: underline;
}
/*== HEADINGS ================================*/
h1, h2, h3, h4
{
	font-family: Arial;
	font-weight: normal;
}
h1
{
	color: #bc5323;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2
{
	color: #47776c;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
h3
{
	color: #4a4a4a;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
h4
{
	font-size: 15px;
	color: #47776c;
	letter-spacing: 1px;
	line-height: 1.3em;
}
h5
{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
}
h6
{
	font-size: 10px;
	font-weight: bold;
}
blockquote
{
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 15px;
	font-style: oblique;
	color: #777;
}
small
{
	font-size: 0.8em;
}
/*== LISTS ===================================*/
ul, ol
{
	margin-left: 15px;
}
li
{
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
ul li
{
	list-style-image: url(../gfx/icons/ulli.gif);
}
.underline
{
	border-bottom: 1px solid #aaa;
}
.underline2
{
	border-bottom: 1px solid #ddd;
}
.underline3
{
	border-bottom: 1px solid #eee;
}
.grayText
{
	color: #aaa;
}
.redText
{
	color: #a00;
}
.redBox, .greenBox, .yellowBox
{
	margin-bottom: 10px;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
}
.redBox
{
	color: #933;
	background: #fee;
	border: 2px solid #c88;
}
.greenBox
{
	color: #393;
	background: #efe;
	border: 2px solid #8c8;
}
.yellowBox
{
	color: #993;
	background: #ffe;
	border: 2px solid #cc8;
}
.important
{
	font-family: Arial;
	font-style: oblique;
	color: #bc5323;
}
.important2
{
	color: #3e4e8e;
}
.code
{
	font-size: 1em;
	font-family: "Courier";
	color: #888;
}
div.hr
{
	padding-top: 1px;
	background: #ccc;
	margin: 5px 0;
}
div.hr2
{
	padding-top: 1px;
	background: url(../gfx/site/hr.gif) repeat-x;
	margin: 15px 0;
}
img.thumb
{
	padding: 3px;
	border: 2px solid #999;
	background: #fff;
}
a:link.h2, a:visited.h2
{
	color: #47776c;
}
a:hover.h2
{
	color: #404040;
	text-decoration: none;
}
span.h3
{
	color: #4a4a4a;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
/*== MAIN MENU ===============================*/
#menu
{
	font-family: Arial;
	font-size: 15px;
	color: #bbb;
}
#menu a:link, #menu a:visited
{
	font-weight: bold;
	letter-spacing: -1px;
	color: #777;
}
#menu a:hover
{
	color: #bc5323;
	text-decoration: none;
}
	.submenu
	{
		width: 130px;
		position: absolute;
		visibility: hidden;
		font-size: 12px;
		border-left: 1px solid #bbb;
		border-right: 1px solid #bbb;
		border-bottom: 2px solid #bbb;
		background: #f7f7f7;
	}
	.submenu ul, .submenu ul li
	{
		margin: 0;
	}
	.submenu ul li
	{
		list-style-image: none;
		list-style-type: none;
	}
	.submenu a:link, .submenu a:visited, .submenu a:link.hasMore, .submenu a:visited.hasMore
	{
		display: block;
		padding: 2px 8px 3px 8px;
		font-size: 11px;
		color: #888;
		background: #f7f7f7;
		border-bottom: 1px solid #fff;
	}
	.submenu a:hover, .submenu a:hover.hasMore
	{
		color: #fff;
		text-decoration: none;
		background: #bc5323;
	}
	.submenu a:link.hasMore, .submenu a:visited.hasMore
	{
		background: #f7f7f7 url(../gfx/icons/arrow2.gif) right no-repeat;
	}
	.submenu a:hover.hasMore
	{
		background: #bc6037 url(../gfx/icons/arrow2-over.gif) right no-repeat;
	}
/*== SIDEBAR =================================*/
ul.sideMenu, ul.sideMenu li
{
	margin: 0;
	border-bottom: 1px solid #ddd;
}
ul.sideMenu
{
	margin-bottom: 15px;
	border-bottom: 0;
}
ul.sideMenu li
{
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}
ul.sideMenu li a:link, ul.sideMenu li a:visited, ul.sideMenu li p
{
	display: block;
	padding: 2px 10px;
	color: #555;
}
ul.sideMenu li a:hover
{
	color: #bc5323;
	text-decoration: none;
	background: #f8f8d8;
}

/*== CONTENT =================================*/

table.list th.row
{
	padding: 2px 5px;
	font-weight: normal;
	color: #47776c;
	letter-spacing: 1px;
	text-align: left;
	background: #ececec;
	border-bottom: 1px solid #aaa;
}
table.list td.row
{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
table.list tr.row-over
{
	background: #f8f8d8;
}

.sideMenuBlock
{
	padding: 5px;
}
.sideMenuBlock-over
{
	cursor: pointer;
	padding: 5px;
	background: #f8f8d8;
}

/*== FORMS ===================================*/

textarea, input.text, select, textarea.white, input.white
{
	font-family: Tahoma;
	font-size: 13px;
	background: #f8f8d8;
	border: 1px solid #d5d5b5;
	padding: 2px;
}
textarea.white, input.white
{
	font-size: 13px;
	background: #fff;
}
textarea.white
{
	line-height: 1.5em;
}
