body {
	margin: 0;
	padding: 0;
	color: #dedede;
	font-size: 12px;
	position: relative;
	background: #000 url(../images/body_bg.jpg) top center repeat-y;
	background-attachment: fixed;
}

body, body * {
	font-family: Helvetica, sans-serif;
}

div, p, ul, ol, h1, h2, h4, img, form, label{
	padding: 0;
	margin: 0;
}

/*p:hover, li:hover, dd:hover {
	background-color: #f3f3f3;
}*/

/*********** Paragraph Styles *****************/
p {
	text-indent: 4em;
}
p.noindent {
	text-indent: 0;
}
p.more {
	text-indent: 0;
	text-align: center !important;
	font-weight: bold;
}

/************ Status Messages *****************/
p.error,
p.warning,
p.info,
p.msg,
p.success,
p.help {
	text-align: justify;
	margin: 0 auto 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	padding: 5px 5px 5px 26px !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #666;
}
p.error {
	background-color: #3a0e0e;
	border-color: #ff0022;
	background-image: url(../images/icons/block_16.png);
}
p.warning {
	background-color: #805000;
	border-color: #ffaa00;
	background-image: url(../images/icons/warning_16.png);
}
p.info, p.msg {
	background-color: #18304f;
	border-color: #7799dd;
	background-image: url(../images/icons/info_16.png);
}
p.success {
	background-color: #10301e;
	border-color: #88bb22;
	background-image: url(../images/icons/tick_16.png);
}
p.help {
	background-color: #505050;
	border-color: #ff0022;
	background-image: url(../images/icons/help_16.png);
}
/***********************************************/
*.center {
	text-indent: 0;
	text-align: center !important;
}
*.right {
	text-indent: 0;
	text-align: right;
}

.datetime {
	color: #f02;
	font-style: italic;
	font-weight: bold;
}
.label {
	font-weight: bold;
	font-style: italic;
}

h1 {
	/* logo displayed as background to holder div.
	 * h1 is is displayed only in the absence of main css.
	 */
	display:none;
	visibility: hidden;
}

h2 {
	font-family: Impact;
	font-size: 18px;
	line-height: 32px;	
	font-weight: normal;
	color: #dedede;
	background: #282828 url(../images/header.jpg) bottom left repeat-x;
	margin: 0 auto 10px;
	overflow: hidden;
	padding-left: 10px;
	border-left: 4px solid #f02;
}

h3 {
	font-family: Impact;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 3px solid #f02;
}
h4 {
	font-size: 12px;
	border-bottom: 1px solid #333;
}

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
}

a {
	color: #dedede;
}

a:hover {
	color: #f02;
}

a img {
	border: 0;
}

div.clearer {
	clear: both !important;
	line-height: 0;
}

.fakelink {
	/*text-decoration: underline;*/
	cursor: pointer;
}
/*.external {
	padding-right: 15px;
	cursor:pointer;
	background: transparent url(../images/external_link.gif) center right no-repeat;
}*/
/********************************************************************/
#article {
	position: relative;
	margin-bottom: 10px;
}
#article h3 * {
	font-family: Impact;
	font-weight: normal;
}
#article h3 .datetime {
	font-size: 13px;
}
#article .text {
	text-indent: 5em;
	text-align: justify;
	min-height: 180px;
	border-bottom: 1px solid #282828;
	padding-bottom: 5px;
}
#article .text .links {
	text-indent: 0;
	padding: 0;
	margin-left: 0;
	margin-top: 20px;
}
#article .text .links .external {
	padding-right: 15px;
	cursor:pointer;
	background: transparent url(../images/external_link.gif) center right no-repeat;
}

#itemslist {
	margin-bottom: 10px;
	min-height: 180px;
	border-bottom: 1px solid #282828;
	padding-bottom: 5px;
}
#itemslist li {
	padding: 2.5px 0;
	list-style-type: none;
}
#itemslist li .datetime {
	margin-right: 5px;
}
#itemslist li .category {
	text-align: center;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	display: inline-block;
	width: 5em;
	margin-right: 5px;
}
#itemslist a {
	text-decoration: none;
}
/********************************************************************/
form {
	/*width: 450px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto 15px;
	background: transparent none;
	letter-spacing: 1px;
}

fieldset {
	position: relative;
	border: 3px double #282828;
	background: transparent none; /*#e6e6e6 url(../images/box_bg.png) 0 0 repeat-x;*/
	padding: 15px 5px;
}

fieldset legend {
	padding: 5px 10px;
	background: #282828;
}

fieldset legend,
fieldset label {
	font-weight: bold;
}

fieldset label {
	display: inline-block;
	border-bottom: 1px dashed #383838;
	width: 28%;
	padding: 2px 0;
	margin-bottom: 5px;
}
fieldset label.alignup {
	vertical-align: top;
}
fieldset label.spacer {
	border: none;
}

form input{
	width: 69%;
	margin: 5px 0;
	vertical-align: bottom;
}

form input.textfield,
form textarea {
	color: #dedede;
	border: 1px solid #383838;
	background: #282828 none;
	padding: 3px;
}
form input.textfield:disabled,
form textarea:disabled {
	color: #666;
	background-color: #181818;
}

form *.textfield,
form textarea {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form .textfield:focus,
form textarea:focus {
	border-color: #f20;
	background-color: #383838;
}
form input.text:focus {
	border-color: #484848;
}
form textarea {
	width: 69%;
}

form input.button {
	width: auto;
	font-size: 11px;
}

form div.register {
	text-align: right;
}
form.nodecor fieldset {
	padding: 0;
	border: 0;
}
form.nodecor table {
	margin: 0;
}

/************************************************************/
table {
	margin: 0 auto 10px;
}
table * {
	border: 0;
	border-collapse: collapse;
}
table caption,
table tfoot th {
	font-size: 14px;
	font-weight: bold;
	background: #280000 url(../images/header.jpg) top left repeat-x;
	padding: 10px 5px;
}
table tfoot th {
	padding: 5px;
	border-bottom: 1px ridge #666;
	text-align: right;
}
table th {
	background: #666 url(../images/libg.gif) top left repeat-x;
	padding: 10px 5px;
	margin: 0;
}
table td {
	color: #333;
	font-size: 11px;
	padding: 5px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
table td.number {
	text-align: center;
}
table td.text {
	text-align: justify;
}
table td.icons {
	text-align: center;
}
table tr.odd,
table tr.odd td {
	background: #c8c8c8 none;
}
table tr.even,
table tr.even td {
	background: #b8b8b8 none;
}
/******************************************************/

/* pagination style */
.pagin {
	padding: 2px 0;
	margin: 0 0 10px;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center !important;
}
.pagin * {
	padding: 2px 6px;
	margin: 0;
}
.pagin a {
	border: solid 1px #333;
	background-color: #222;
	color: #dedede;
	text-decoration: none;
}
.pagin a:visited {
	color: #999;
	text-decoration: none;
}
.pagin a:hover,
.pagin a:active {
	border-color: #999;
	text-decoration: none;
}
.pagin span {
	cursor: default;
	border: solid 1px #222;
	background-color: #161616;
	color: #555;
}
.pagin span.current {
	border: solid 1px #660000;
	background-color: #330000;
	color: #ff0022;
}
/********************************************************************/
#logo img {
	display: none;
}

#container {
	position: relative;
	width: 975px;
	padding: 0;
	margin: 0 auto;
	background: #000 none;
}

#top {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 300px;
	background: #000 none;
	text-align: center;
}

#logo {
	color: #fff;
	height: 300px;
	width: 975px;
	overflow: hidden;
	background: transparent url(../images/header_bg.jpg) top left no-repeat;
}

#logo h1,
#logo img {
	 display: none;
}

#top h2.menu {
	display: none;
}

#top ul.menu {
	position: relative;
	top: -40px;
	height: 38px;
	margin: 0 auto;
	background: #000 url(../images/header.jpg) top left repeat-x;
}

#top ul.menu li {
	display: inline-block;
	line-height: 38px;
	margin: 0 !important;
	padding: 0 !important;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

#top ul.menu li a {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#top ul.menu li,
#top ul.menu li a {
	font-size: 15px;
	color: #dedede;
	font-family: Impact;
	background: #000 url(../images/header.jpg) top left repeat-x;
}

#top ul.menu li:hover {
	border-left: 1px solid #444;
	border-right: 1px solid #000;
}
#top ul.menu li a:hover {
	color: #d22;
	border-color: #666;
}
#top ul.menu li.admin a {
	color: #a02;
}
#top ul.menu li.admin a:hover {
	color: #f02;
}
#authbox {
	position: absolute;
	bottom: 45px;
	right: 10px;
	border: 0;
}
#authbox .user{
	font-style: italic;
}
#authbox a {
	font-weight: bold;
}
/**********************************************************************/

#contentpanel {
	position: relative;
	min-height: 380px;
	background: #000 url(../images/content2_bg.jpg) top center repeat-y;
	background-attachment: fixed;
	padding: 25px 10px 20px;
	border-bottom: 10px solid #ff0022;
}

#contentpanel p {
	padding: 0.5em 0;
	text-align: justify;
}

#languages {
	text-align: right;
	padding: 2px 2px 5px;
}

#language a {
	font-size: 10px;
	color: #444455;
}

#leftpanel,
#rightpanel {
	font-size: 11px;
}

#leftpanel {
	float: left;
	width: 190px;
}


#rightpanel {
	float: right;
	width: 190px;
}

#leftpanel>div,
#rightpanel>div {
	margin-bottom: 15px;
}

#innerpanel {
	position: relative;
	margin: 0 200px;
	padding: 0 10px;
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	text-align: justify;
}
#innerpanel * {
	text-align: justify;
}

#innerpanel ul {
	list-style-position: inside;
	list-style-type: square;
}

#innerpanel .nobullets {
	list-style-type: none;
}

/*#innerpanel p{
	padding: 5px 0 0 5px;
}*/

/**********************************************************************/
#ads_footer {
	height: 60px;
	width: 975px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border-top: 5px solid #900;
}
#ads_footer a img {
	border: 0;
}
/*#ads_footer .ad_banner {
	border: 0;
	width: 468px;
	height: 60px;
	display: inline-block;
}*/
#footer {
	width: 975px;
	margin: 0 auto;
	background: #000 none;
	color: #ababab;
	padding: 20px 0 30px;
	text-align: center;
	font-size: 10px;
}

#footer p {
	text-indent: 0;
}

#footer p:hover {
	background: transparent none;
}

#footer a {
	color: #cdcdcd;
}

#footer a:hover {
	color: #fff;
}

#footer .syndication {
	font-size: 16px;
	margin-bottom: 15px;
}
#footer .syndication li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	font-family: Impact, fantasy, sans-serif;
	font-weight: normal;
}
