/* Revised odd-row colouring and quote spacing */

a.user-tag { font-style: italic; }
.ag_agora div.ag_postleft dt.ag_username { font-weight: bold; }
div.ag_blockpostrowodd tr#ag_postheader td { border-bottom:1px dotted #d4d4d4; }
div.ag_blockpostrowodd .ag_avatararea.userimg {	border-left:1px dotted #d4d4d4; }
div#ag_postedited, div.ag_postsignature { border-top:1px dotted #d4d4d4; }
div.ag_blockpostrowodd .ag_rightend, div.ag_blockpostrowodd .ag_outerwrapTopic { background-color: #EEEEEE !important; }
.ag_agora div.ag_blockpostrowodd blockquote { background-color:#F4F4F4; border-color: #ABABAB; }
.ag_agora blockquote { padding-left: 10px !important; padding-bottom: 5px; }
.ag_agora blockquote blockquote { margin-left: 5px; }

/* This section added by Luke */

div.ag_blockpostroweven .ag_rightend, div.ag_blockpostroweven .ag_outerwrapTopic {
	background: #f4f4f4 none scroll no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.ag_blockpostrowodd .ag_rightend, div.ag_blockpostrowodd .ag_outerwrapTopic {
	background: #fcfcfc none scroll no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.ag_blockpostroweven h3, div.ag_blockpostrowodd h3 {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	color: #4f4f4f;
	font-weight: normal;
	font-size: 12pt;
}
tr#ag_postheader td {
	border-bottom: 1px dotted #DEDCD4;
}
td#ag_replybtn {
	text-align:right;
}

div.ag_postinfo {
	color: #a5a5a5;
	font-size: 8pt;
}
div.ag_postinfo p {
	margin: 3px 0 0;
}
div#ag_postcount_status p {
	line-height: 120%;
	margin: 0px;
	color: #A5A5A5;
}
div#ag_postedited, div.ag_postsignature {
	border-top: 1px dotted #DEDCD4;
}

div.ag_postReplyBtn {
	text-align: right;
	padding: 10px 6px 10px 0;
}
div.ag_postTitle h2 {
	font-size: 200%;
	color:#F28939;
}



/* Begin regular styles */

#ag_agorawrap{

	padding:2px;

	font-family:Arial, Helvetica, sans-serif;

	color:#666;

	/* Take this out to blend into your website or make it transparent, this is the only way to have it stand out for most websites. */

	/*background-color:#eee;*/ /* Also whatever color you use here, the bottom border in index.css td will need to be also. If not it will look weird */

	/*Had to do this because of some many different style of Joomla Templates and no standards.  If you have a good template you can remove the background-color above, just

	    be sure and  match the border-bottom in the index file td area to match your color	*/

	-moz-border-radius: 5px;  /* Added by Jamen Shook for Rounding in mozilla based browsers (See All Entries) - Sorry IE users */

	-webkit-border-radius: 5px;  /* Added by Jamen Shook forRounding in safari based browsers (See All Entries) - Sorry IE users*/

}

#ag_agorawrap table{

width:100%

}

#ag_agora{

	padding:0;

	margin:0;

}

#ag_boardstats {

 width:100%;

}

.ag_agora table, .ag_agora div, .ag_agora form, .ag_agora p, .ag_agora h1, .ag_agora h2, .ag_agora h4, .ag_agora pre, .ag_agora blockquote, .ag_agora ul, .ag_agora ol, .ag_agora li, .ag_agora dl, .ag_agora dt .ag_agora dd, .ag_agora fieldset, .ag_agora img {

	font-size:100%;

}

.ag_agora h1, .ag_agora h2, .ag_agora h3, .ag_agora h4{

	margin:0px;

	padding:0px;

}

.ag_agora blockquote{

	background-color: #e8e8e8;

	/*color: #105289;*/
	color: #7f7e7e;

	border-width: 1px;

	border-style: dotted;

	border-color: #d4d4d4;

	margin: 0px 0px 10px 5px;

	width:93%;

	padding-left:5px;

	font-size:100%;

}

.ag_agora h3, .ag_agora h4{

	padding:0px 10px 10px;

	font-size:14px;

	font-weight:600;

	text-decoration:bold;

	color:#7f7e7e;

	text-align:left;

}

.ag_agora a, .ag_agora a:active, .ag_agora a:visited {

	/*color:#105289;*/
	color: #E3851F;

	font-weight:400;

	font-size:12px;

	text-decoration:none;

}

.ag_agora a:hover{

	color:#f38a39;

}

span.ag_good_link a{

	/*color:#105289;*/

	color: #E3851F;
}

span.ag_good_link a:hover{

	color:#f38a39;

}

.ag_agora tr{

	text-align:center;

	padding: 10px 0;

}

/* Added by Jamen Shook for table row highlighing */

.ag_agora tr:hover td.ag_leftend {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_spacer {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_column {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_topic3 {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_topic {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_lastpost {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_rightend {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_userlist {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

.ag_agora tr:hover td.ag_subForums {

/*background:#f6f4d0;*/
	background-color: #f1f1f1;

}

/* End JLS add */

.ag_agora td {

	PADDING:4px 6px;

	/* background-color: #cadceb; */
	background-color: transparent;

}

.ag_agora th {

	color:#105289;

	background:transparent;

	font-weight:700;

	MARGIN:0;

	height:25px;

	padding:0;

	vertical-align:middle;

	font-size:11px;

}

.ag_agora th a, .ag_agora th a:visited{

	font-size:11px;

	font-weight:600;

	color:#105289;

}

.ag_agora h2{

	height:25px !important;

	line-height:25px !important;

	padding:0;

}

.ag_agora img {

	BORDER:none;

	max-height:600px;

	max-width:600px;

}

.ag_agora li, .ag_agora ul, .ag_agora ul li, .ag_agora ol, .ag_agora ol li:hover, .ag_agora li:hover {

	height:19px;

	line-height:19px;

	background-image:none;

	font-size:11px;

}

h2.ag_headerbar{

	color:#105289;

	font-weight:600;

	background:url(img/h2.png) repeat-x;

	border:none;

	margin:0px 25px 0px 0px !important;

	padding:0px !important;

	height:25px;

	font-size:100%;

	width:inherit;

	vertical-align:middle;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-left-radius: 5px;

}

.ag_headerbar a{

	font-weight:600;

	font-size:12px;

	color:#105289;

	vertical-align:middle;

}

div.ag_rightend{

	color:#105289;

	background:url(img/h2.png) repeat-x;

	border:none;

	padding:0px !important;

	height:25px;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px;

	-webkit-border-top-right-radius: 5px;

}

.ag_outerwrap{

	padding:5px 10px;

	background:#ffffff;

	margin-bottom:5px !important;

	margin-top:6px !important;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px;

	-webkit-border-top-right-radius: 5px;

}

div#ag_announcement {

	padding-left:10px;

	padding-top:5px;

	font-size:12px;

	font-weight:normal;

	color:#000;

	height:auto;

}

.ag_outerwrapTopic{

	padding:0px;

/*	border:#ddd solid;*/
/*	border-width:0px 1px 1px;*/
/*	border-bottom:5px ridge #ccc;*/
	margin-bottom:13px;

	background-color:#cadceb;

}

.ag_innerwrap{

	border:none;

}

.ag_tablewrap{

	padding:0px;

	border-bottom:5px ridge #ccc;

	margin-bottom:5px;

}

.ag_left{

	text-align:left;

}

.ag_center{

	text-align:center;

}

.ag_center1{

	text-align:center;

}

.ag_right{

	text-align:right;

}

.ag_floatleft{

	float:left;

	padding:0px;

	margin:0px;

	height:38px;

	line-height:38px;

}

.ag_floatright{

	float:right;

	padding:0px;

	margin:5px;

	height:38px;

	line-height:38px;

}

.ag_post_num_right{

	vertical-align:middle;

	float:right;

	margin:0px;

	line-height: 20px;

}

.ag_width{

	width:200px;

}

ul.ag_floatright{

	float:right;

	margin:0px 50px 0px 0px;

}

.ag_adsense{

	text-align:center;

	margin-bottom:5px;

}

.ag_adsense2{

	text-align:right;

	margin:0px;

}

.ag_adsenseFooter{

	text-align:center;

	margin-bottom:5px;

}

.ag_adsenseFooter a{

	text-align:center;

	margin-bottom:5px;

	font-weight:400 !important;

	font-size:9px;

}

.ag_clearer {

	min-height:1px;

	width:0px;

	line-height:0px;

	font-size:0px;

	overflow:hidden;

	clear:right;

}

.ag_agora H2 span {

	margin:0;

	color:#676767;

	margin-left:3px;

	font-size:12px;

	padding-top:5px;

}

.ag_agora H2 span a {

	margin:0px;

	color:#105289;

	margin-left:3px

}

.ag_agora H2 span a:visited {

	color:#fff !important;

}

.ag_agora H2 span a:hover {

	margin-left:3px;

	color:#105289;

}

.ag_agora h2 span img {

	padding:0px;

	margin:0px;

}

.ag_agora h2 span.ag_floatright {

	margin-right:5px;

	margin-top:-.8em;

	font-weight:600;

	text-align:left;

	font-size:16px;

	vertical-align:middle;

}

div.ag_forumcat {

	margin-bottom:.5em;

	margin-top:.5em;

	vertical-align:middle;

}

div.ag_button {

	height:30px;

	margin:0;

}

span.ag_bttn{

	margin: 0 0;

}

span.ag_bttn a{

	color:#E3851F;

	padding:5px;

	font-weight:400;

	margin:-.5em 2px 0;

	text-align:center;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

}

span.ag_bttn a:hover{
	text-decoration: underline;
}

span.ag_bttn_r {

}

.ag_page_num {

	color:#000000;

	font-size: 11px;

	font-family: Arial,Tahoma,Verdana;

	font-weight: bold;

	display:inline;

}

.ag_newtext{

	text-align:left

}

ag_stickytext{

}

div.ag_blockform{

	margin-bottom:3px

}

div.ag_breadcrumbs ul li{

	list-style:none;

	display:inline;

	text-align:left;

}

div.ag_breadcrumbs{

	line-height:30px;

	height:30px;

	vertical-align:middle;

	text-align:left;

}

legend.ag_color{

	color:#676767;

	background-color:transparent;

	padding:0px;

}

legend.ag_color_warning{

	color:#ff0000;

	font-weight: bold;

	background-color:transparent;

	padding:0px;

}

div.ag_color_warning {

	color:#ff0000;

	text-align:center;

	font-weight: bold;

	font-size: large;

	padding:0px;

}

table.ag_color{

	background-color:#f0f0f0;

	padding:0px;

}

td.ag_color{

	background-color:#f0f0f0;

	padding:0px;

}

.ag_agora fieldset {

	width:auto;

	border:#f1f1f1 1px solid;

	background-color:#f0f0f0;

	margin:15px 18px;

}

textarea#req_message{

	margin:0px;

	padding:0px;

	width: 100%;

	color:#646464;

	background-color: #F4F4F4;
	
	border: 1px solid #D4D4D4;
	

}

input[type="text"].ag_text_area2{

	color:#000000;

	background-color: #FFFFFF;

}

button, input[type="button"].ag_button{

padding:0px;

}

.ag_label.ag_floatright {

	WIDTH:auto;

	OVERFLOW:visible;

	MARGIN-LEFT:6px;

}

.ag_label.ag_floatleft {

	OVERFLOW:visible;

	MARGIN-RIGHT:6px

}

label.ag_label {

	DISPLAY:block;

	border:none;

	text-align:left;

}

div.ag_pmstable{

	margin:0px 0px 5px 0px;

	padding:5px 0px 5px 0px;

	border-bottom:5px ridge #999;

	border-right:1px #708090 solid;

	border-left:1px #708090 solid;

	background-color: #cadceb;

}

div.ag_postlinksb{

	padding:0px 0px 0px 10px;

	background-color:#efefef;

	border:1px #ccc solid;

	margin-bottom:5px !important;

	width:auto;

	height:38px;

	line-height:38px;

}

.ag_postlinksb ul li{

	list-style:none;

	display:inline;

}

div.ag_postlinksbBottom{

	padding:0px 0px 0px 10px;

	background-color:#efefef;

	margin-bottom:5px !important;

	height:38px;

	line-height:38px;

	-moz-border-radius: 5px;

}

.ag_postlinksbBottom ul li{

	list-style:none;

	display:inline;

}

td.ag_hlftable{

	width:50%;

	padding:0;

	margin:0;

	vertical-align:top;

}

.ag_hlfleft{

	float:left;

	padding:0px;

	margin:0px;

	width:48%;

	text-align:center;

}

.ag_hlfright{

	float:right;

	padding:0;

	margin:0;

	width:48%;

	text-align:center;

}

#ag_announcement div{

	padding-top:0;

	padding-bottom:10px;

	margin-top:-1em;

}

#ag_announcement {

color:#000;

}

#ag_most_active{

	font-size:100%;

	font-weight:500;

}

#ag_online{

	border-top:1px solid #708090;

}

div.ag_whoson{

	width:70%;

}

#ag_online DD, #ag_online DT{

	DISPLAY:inline;

	color:#000;

}

#ag_online a{

	font-weight:400 !important;

	font-style:italic;

}

#ag_online .ag_floatright{

	margin-top:-3em;

}

#ag_online select{

	font-size:12px;

}

#ag_footer p {

	color:#000;

	text-align:center;

	background:url(img/h2.png) repeat-x;

	height:3.3em;

	padding-top:.75em;

	margin:0;

	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-moz-border-radius-bottomright: 5px;

	-webkit-border-bottom-right-radius: 5px;

}

#ag_footer p a{

	color:yellow;

	font-weight:400;

	font-style:bold;

}

#ag_footer {

	margin:-.4em 0 0 0;

	padding:0;

	color:#fff;

	text-align:center;

	display:none;

}

#ag_boardstats dl dd{

	list-style:none;

	display:inline;

	margin-left:3px;

}

#ag_brdinfo{

	margin:-.3em 0;

	font-style:italic;

	font-weight:200;

	color:#676767;

}

.ag_middle{

	line-height:20px;

	vertical-align:middle;

	padding-left:15px;

}

.ag_forumName {

	font-size:11px;

	font-style:italic;

}

.ag_forumName a{

	font-size:11px;

	font-weight:400;

	font-style:italic;

	color:#676767 !important;

	text-decoration:none;

}

.ag_forumName a:hover{

	color:#f38a39 !important;

	text-decoration:none;

}

div.ag_iconSetWrap {

	border-top:1px #91a486 solid;

	min-height:60px;

	padding:0 5px 10px 0;

	margin:0 0 10px 0;

}

.ag_iconset {

	width:auto;

	float:left;

	line-height:19px;

	padding-right:5px;

}

.ag_iconsetImg {

	width:auto;

	float:left;

	padding-right:5px;

}

.ag_iconsetImg dl dd{

	list-style:circle;

	display:list-item !important;

}

.ag_iconset dl dd{

	list-style:circle;

	display:list-item !important;

}

