* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

BODY {
	font-size: 12px;
}

P {
	font-size: 12px;
}

A:LINK,
A:ACTIVE,
A:VISITED {
	color: #009ac1;
	text-decoration: none;
}

A:HOVER {
	color: #039;
}

UL,
OL {
	margin-left: 25px;
	margin-bottom: 10px;
}

UL UL,
OL OL {
	margin-top: 10px;
}

UL LI {
	margin-bottom: 5px;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	color: #003399;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 10px;
}



/* WRAPPER
--------------------*/
#wrapper {
	background: url(/images/bg_wrapper.gif) repeat-x;
	margin: auto;
	width: 770px;
}

/* DATE
--------------------*/
#topdate {
	color: #999;
	font-size: 11px;
	margin: auto;
	padding: 6px 0px;
	text-align: right;
	width: 770px;
}

#topdate P {
	color: #999;
	font-size: 11px;
	padding: 0px 20px;
}

/* HEADER
--------------------*/
#header {
	background-image: url(/images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top right;
	clear: both;
	height: 1%;
	overflow: hidden;
}

#header .logo {
	float: left;
	padding: 19px 0px 0px 20px;
}

#header .title {
	float: left;
	padding: 44px 0px 0px 75px;
}



/* CONTENTBLOCK
--------------------*/
#contentBlock {
	background: url(/images/bg_content.gif) repeat-x;
	clear: both;
	height: 1%;
	margin-bottom: 10px;
	overflow: hidden;
}



/* MENU
--------------------*/
#menu * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu {
	float: left;
	padding: 110px 20px 0px 20px;
	width: 155px;
}

#menu UL {
	margin: 0px;
}

#menu LI {
	list-style: none;
	margin: 0px;
	height: 1%;
}

#menu LI A:LINK,
#menu LI A:ACTIVE,
#menu LI A:VISITED {
	border-bottom: 1px solid #a4e9ff;
	display: block;
	font-weight: bold;
	padding: 10px 0px 2px 0px;
}

#menu LI A:LINK.active,
#menu LI A:VISITED.active,
#menu LI A:ACTIVE.active {
	background: url(/images/m_active.gif) no-repeat bottom left;
	border-bottom: 1px solid #009ac1;
	padding-left: 12px;
}

#menu LI LI A:LINK,
#menu LI LI A:ACTIVE,
#menu LI LI A:VISITED {
	border-bottom: 1px solid #a4e9ff;
	display: block;
	font-weight: normal;
	padding: 10px 0px 2px 15px;
}

#menu LI LI A:LINK.active,
#menu LI LI A:VISITED.active,
#menu LI LI A:ACTIVE.active {
	background: url(/images/m_active.gif) no-repeat bottom left;
	border-bottom: 1px solid #009ac1;
	padding-left: 15px;
}

#menu H2 {
	color: #000;
	margin: 15px 0px 0px 0px;
}

#menu LI.widget A:LINK,
#menu LI.widget A:ACTIVE,
#menu LI.widget A:VISITED {
	border-bottom: 1px solid #a4e9ff;
	display: block;
	font-weight: normal;
	padding: 10px 0px 2px 0px;
}


/* PAGE CONTENT
--------------------*/
#page_content {
	float: left;
	padding: 50px 40px 0px 0px;
	width: 535px;
}

#page_content .content_column {
	float: left;
	width: 350px;
}

#page_content .sidebar_column {
	float: right;
	width: 160px;
}

#page_content P {
	margin-bottom: 15px;
}

H1 {
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 10px;
}

H2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

H3 {
	font-size: 18px;
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 14px;
}

H6 {
	font-size: 12px;
}

#page_content .smallText {
	font-size: 11px;
}

#page_content .captionText {
	color: #999;
	font-size: 11px;
}


#login_error {
	background: #CCCC99;
	color: #000;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

#page_content DIV.error {
	background: #003399;
	color: #FFF;
	padding: 15px;
	margin: 0px 0px 5px 0px;
}

#page_content DIV.error P {
	color: #FFF;
	margin: 0px;
}

#page_content DIV.alert {
	background: #a4e9ff;
	color: #333;
	padding: 15px;
	margin: 0px 0px 5px 0px;
}

#page_content DIV.alert P {
	color: #333;
	margin: 0px;
}

#page_content FORM.registerform {
	border-top: 1px solid #a4e9ff;
	clear: both;
	display: block;
	height: 1%;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
}

	FORM.registerform FIELDSET {
		border: none 0px;
		margin: 0px;
		padding: 0px;
	}
	
	FORM.registerform P {
		clear: both;
		display: block;
	}
	
	FORM.registerform LABEL {
		float: left;
		width: 150px;
		margin: 0px 10px 0px 0px;
	}
	
	FORM.registerform .field {
		border-top: 1px solid #666;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #666;
		padding: 5px;
		width: 290px;
	}
	
	FORM.registerform SELECT.field {
		width: 300px;
	}
	
	FORM.registerform .focus {
		background: #FFFFEE;
	}
	
	FORM.registerform P.required LABEL {
		font-weight: bold;
	}
	
	FORM.registerform P.error LABEL {
		color: #F00 !important;
	}
	
	
#downloadList {

}

	#downloadList DIV.sortBar {
		clear: both;
		background: url(/images/bg_sortbar_r.gif) repeat-x right top;
		height: 37px;
		margin: 20px 0px 20px 0px;
		overflow: hidden;
	}
	
	#downloadList DIV.sortBar DIV.items {
		background: url(/images/bg_sortbar_l.gif) no-repeat;
		height: 37px;
		overflow: hidden;
		padding: 6px 0px 0px 14px;
	}
	
	#downloadList DIV.sortBar LABEL {
		float: left;
		padding: 4px 10px 0px 0px;
	}
	
	#downloadList DIV.sortBar SELECT {
		color: #999;
		padding: 0px 2px;
		width: 120px;
	}
	
	
	
	#downloadList DIV.downloadItem {
		border-top: 1px solid #A4E9FF;
		border-bottom: 6px solid #A4E9FF;
		padding: 10px 0px;
	}
	
	#downloadList DIV.downloadItem H4 {
		margin: 0px;
	}
	
	#downloadList DIV.downloadItemDetails {
		clear: both;
		height: auto;
		_height: 1%;
		overflow: hidden;
	}
	
	#downloadList DIV.downloadNow {
		float: left;
	}
	
	#downloadList A.button {
		background: transparent url(/images/btn_download_a.gif) no-repeat scroll top right;
		color: #000;
		display: block;
		float: left;
		font: normal 11px arial, sans-serif;
		height: 20px;
		padding-right: 11px; /* sliding doors padding */
		text-decoration: none;
	}
	
	#downloadList A.button SPAN {
		background: transparent url(/images/btn_download_span.gif) no-repeat top left;
		display: block;
		line-height: 12px;
		padding: 4px 0px 4px 11px;
	}
	
	#downloadList A.button:HOVER {
		background-position: bottom right;
    	color: #003399;
    	outline: none;
	}
	
	#downloadList A.button:HOVER SPAN {
		background-position: bottom left;
	}
	
	#downloadList DIV.downloadStats {
		float: right;
	}
	
	#downloadList DIV.downloadStats UL {
		list-style: none;
		display: inline;
	}
	
	#downloadList DIV.downloadStats UL LI {
		color: #999;
		display: inline;
		list-style: none;
		font-size: 11px;
		padding-left: 10px;
	}
	
	#downloadList DIV.downloadStats UL LI EM {
		color: #333;
		font-style: normal;
		padding-right: 4px;
	}



/* WP CONTENT
--------------------*/
#sidebar {
	float: right;
	margin: 0px 0px 25px 0px;
	padding-top: 60px;
	width: 160px;
}

#sidebar UL {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#sidebar LI {
	list-style: none;
	list-style-image: none;
}

#sidebar #categories LI {
	list-style-image: url(/images/icon_category.gif);
	margin-left: 20px;
	* padding-left: 5px;
}

#sidebar #recent-posts LI {
	list-style-image: url(/images/icon_post.gif);
	margin-left: 20px;
	* padding-left: 5px;
}

#sidebar H2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#sidebar P {
	color: #999;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

#sidebar #search INPUT#s {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	width: 150px;
} 


/* SIDEBLOCK
--------------------*/
#sideblock {
	float: right;
	width: 170px;
	margin: 0px 0px 25px 20px;
}

#sideblock h1 {
	color: #9E9E9E;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#sideblock P {
	color: #999;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}



/* FOOTER
--------------------*/
#footer {
	background: #dcf7ff;
	color: #9e9e9e;
	display: inline;
	float: right;
	font-size: 11px;
	height: 1%;
	margin-top: 10px;
	margin-right: 35px;
	overflow: hidden;
	width: 540px;
}

#footer .copyright {
	float: left;
	font-size: 11px;
	padding: 14px 0px 14px 10px;
}

#footer .links {
	float: right;
	font-size: 11px;
	padding: 14px 10px 14px 10px;
}
