@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bgd_tile.gif) repeat;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

a{
color:#ed1c24;
}

.header{
	color:#666666;
}

.header .frmsearch{
	background: url(../images/searchbar.gif) no-repeat scroll left top;
	border:0px;
	width:280px;
	height:23px;
	margin:0px;
	padding:0px;
}

.header .textbox{
		background: #333333;
		border:0px;
		float:left;
		width:218px;
		margin:0px;
		padding:0px;
		margin-top:5px;
		margin-left:17px;
		margin-right:2px;
		color:#999999;
		font-size:11px;
}
/*
.header .mainmenu{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
}

.header .mainmenu a{
	color: #999999;
	text-decoration:none;
	margin: 0 35px;
}

.header .mainmenu a img{
	margin:0px;
	padding:0px;
	padding-bottom:2px;
}
*/

.header .mainmenu {
	padding: 0 0 0 35px ;
}

.header .mainmenu a{
	display:block;
	float:left;
	margin: 0 15px;
}


.spacer10{
	height:10px;
}


.tc_point a{
	background-image:url(../images/button_inactive.gif);
	height:49px;
	width:29px;
	display:block;
	line-height:52px;
	text-indent:5px;
	color:#999999;
	font-size:18px;
	text-decoration:none;
}
.tc_point a:hover{
	background-image:url(../images/button_active.gif);
	color:#FFFFFF;
}


.editorial{
	background:#080808 url(../images/bgd_editorial.jpg) no-repeat;
	text-align:justify;
}

.editorial h1{
	color:#FFFFFF;
	font-size:16px;
	margin:0px;
	padding:0px;
}

.editorial h2{
	color:#ed1c24;
	font-size:11px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.editorial h3{
	font-size:14px;
	color:#999999;
}

.editorial a{
	text-transform:uppercase;
	color:#444444;
	text-decoration:none;
}

.discussion{
	background:#080808 url(../images/bgd_discussion.jpg) no-repeat center top;
	text-align:justify;
}

.discussion h1{
	color:#FFFFFF;
	font-size:20px;
	margin:0px;
	padding:0px;
	text-align:right;
}

.discussion a{
	color:#999999;
	text-decoration:none;
	font-size:11px;
}
.discussion .redfont{
	color:#ed1c24;
	font-size:12px;
	font-weight:bold;
}

.discussion a.view{
	text-transform:uppercase;
	color:#444444;
	text-decoration:none;
	text-align:right;
}

.articleslist, .searchresults{
	background:#080808 url(../images/bgd_articles.jpg) no-repeat;
	text-align:justify;
}

.searchresults{
	padding:10px;
}

.articleslist h1{
	color:#FFFFFF;
	font-size:20px;
	margin:0px;
	padding:0px;
	text-align:right;
}


.comment h1{
	font-size:16px;
	font-weight:normal;
	text-align: left;
	color:#999999;
	margin:0px;
	padding:0px;
}

.comment .inputarea{
	background-color:#0e0e0e;
	border:#1a1a1a solid 1px;
	color:#999999;
}

 .comment .textarea{
 	overflow:auto;
 
 }
 
.articleslist li{
	background: #1a1a1a url(../images/listyle.gif) no-repeat 10px 13px;
	color:#999999;
	display:block;
	margin:0px;
	margin-left:-30px;
	margin-bottom:1px;
	padding:0px;
	line-height:28px;
	font-size:13px;
	list-style:none;
	text-indent:25px;
}

.articleslist li a{
	color:#999999;
	text-decoration:none;
	display:block;
}



.articleslist .paging a{
	background:url(../images/article_bgd.gif) no-repeat bottom;
	height:35px;
	display:block;
	width:25px;
	float:left;
	color:#ed1c24;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:44px;
	margin:0 10px;
}

.articleslist .paging  a:hover, .articleslist .paging  a.pagingborder{
	background:url(../images/article_selected.gif) no-repeat bottom;
}

.events{
	background:#080808 url(../images/bgd_events.jpg) no-repeat;
	text-align:justify;
}

.events h1{
	color:#FFFFFF;
	font-size:20px;
	margin:0px;
	padding:0px;
	text-align:right;
	margin-bottom:5px;
}


.events .paging a{
	background:url(../images/article_bgd.gif) no-repeat top;
	height:35px;
	display:block;
	width:25px;
	float:left;
	color:#ed1c24;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	margin:0 10px;
}

.events .paging  a:hover, .events .paging  a.pagingborder{
	background:url(../images/events_selected.gif) no-repeat top;
}

.events .view a{
	text-transform:uppercase;
	color:#444444;
	text-decoration:none;
	text-align:right;
}

.articleslist .viewcal a, 	.events .viewcal a{
	text-transform: capitalize;
	color:#666666;
	text-decoration:none;
	text-align:right;
}

.headlines{
	background-color:#333333;
}

.headlines h1{
	font-size:28px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.headlines .highlights{
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
}

.headlines .highlights h1{
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-top:5px;
}


.headlines img{
	margin:0px;
	padding:0px;
}

.breadcrumbs, .breadcrumbs a{
	color:#999999;
	text-transform:uppercase;
	font-size:10px;
}

.articlecontent{
	font-size:14px;
}

.previousissue{
	background:#080808 url(../images/bgd_previous.jpg) no-repeat;
	text-align:justify;
}


.previousissue h1{
	color:#FFFFFF;
	font-size:20px;
	margin:0px;
	padding:0px;
	text-align:right;
	margin-bottom:5px;
}

.previousissue a{
	color:#cccccc;
	text-decoration:none;
	font-size:12px;
}



.previousissue li{
	background: #1a1a1a url(../images/listyle.gif) no-repeat 10px 13px;
	color:#999999;
	display:block;
	margin:0px;
	margin-left:-30px;
	margin-bottom:1px;
	padding:0px;
	line-height:28px;
	font-size:14px;
	list-style:none;
	text-indent:25px;
	font-weight:bold;	
}


.previousissue li a{
	color:#999999;
	text-decoration:none;
	display:block;
	font-size:14px;
	font-weight:bold;	
}


.footer, .footer a{
	background-color: #000000;
	color:#333333;
	text-decoration:none;
}

.footer a{
	margin:0 0 0 10px;
}


/*** FORM BLOCK ELEMENTS ***/

	form label
		{
		padding:0px 10px;
		width: 160px;
		float: left;
		}
		
	form .error{
		color: #c00;
		}
		
	form label.error
		{
		color: #c00;
		
		font-size: 12px;
		font-weight: bold;
		font-variant:small-caps;
		
		display: none;

		margin:0;
		padding:0;
		width:100%;
		}
		
	form label.info{
		font-size: 100%;
		font-weight: bold;
		font-variant:small-caps;
		
		margin:5px 0px 0px 180px;
		padding:5px 0px 0px 5px;
		}

	form fieldset fieldset,
	form .group
		{
		width:200px;
		
		margin: 0;
		border:none;
		
		background:none;
		
		float:left;
		clear: none;
		
		}
		
	form fieldset fieldset label
		{
		width:auto !important;
		white-space:nowrap;
		padding:0px;
		margin:0px;
		display:block;
		clear:both;
		}
		
	form label label.error{
		margin-left:0px;
		}

	form label.centered{
		padding:0px 0px;
		width:200px !important;
		}
		
	/* see also the error class at the foot of the page */
	
	form fieldset fieldset label.spaced
		{
		margin-bottom:3px;
		}

/*** FORM ELEMENT COLUMNS ***/

	.col-1,
	fieldset fieldset.col-1 label
		{
		width:100%;
		}

	.col-2,
	fieldset fieldset.col-2 label
		{
		width:50%;
		}

	.col-3,
	fieldset fieldset.col-3 label
		{
		width:33%;
		}

	.col-4,
	fieldset fieldset.col-4 label
		{
		width:25%;
		}




/*** FORM ELEMENTS ***/

	form input.submit{
		margin:10px 0px 10px 180px;
		padding:0px 2px;
		}

	form input, textarea, select, 
	form label
		{
		font-size:1.1em;
		line-height:1.6em;
		}

	form input, textarea, select
		{
		font-family: Arial, Helvetica, sans-serif;
		}

	form .input[type="text"],
	form textarea
		{
		padding:1px;
		}
		
	form .input[type="radio"],
	form .input[type="checkbox"]
		{
		margin:0px;
		padding:0px;
		position:relative;
		top:3px;
		}
		
/*** SUPPORTING CLASSES ***/

	form label.required{
		background-image:url(images/required_star.gif);
		background-position:right;
		background-repeat:no-repeat;
		}
	
	form span.required{
		padding-right:15px;
		}
		
	form .clean
		{
		border:none;
		}
		
	form .info{
		padding-top:0.5em;
		font-size:80%;
		line-height:100%;
		color:#aaa;
		}
		
	form .indent{
 		padding:2px 20px; 
		width:auto !important;
		white-space:nowrap;
		padding-left: 25px !important;
 		}
		
	form label.disabled{
		color:#aaa;
		}
	
	form .highlight{
		background-color:#e2e2e2;
		}
	
	.off{
		display:none !important;
		}
		
	.clear{
		clear:both;
		}
		
		
.calendar{
	font-size:12px;
	color:#CCCCCC;
}
