/* Team CRG Stylesheet */

html, body, div, table, form, p, h1, h2, h3, h4, a, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/crg_newbg.jpg) fixed top center no-repeat;
	font: normal 12px Tahoma;
	margin: 0;
	padding: 0;
}

small { font-size: 11px; }

table { background-color: #8f8f8f; border: 1px solid #999999; color: #303030; font-size: 11px; width: 100%; }
tbody.row { background: #efefef url(images/row_bg.gif) repeat-x top left; }
tbody.row_alt { background: #dfdfdf url(images/row_bg_alt.gif) repeat-x top left; }

ul { list-style-type: none; }

th { background: #ffffff url(images/th_bg.gif) repeat-x top left; color: #2e2e2e; text-align: left; }
td {  }

/* Link styling */
a, a:visited { color: lightyellow; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }

/* Table links */
table a, table a:visited, div.box_white a, div.box_white a:visited { color: darkred; text-decoration: none; }
table a:hover, div.box_white a:hover { color: darkred; text-decoration: underline; }

/* Big box links */
div.bigbox h3 a, div.bigbox h3 a:visited, div.pgcontainer_top h3 a { color: darkred; text-decoration: none; }
div.bigbox h3 a:hover, div.pgcontainer_top h3 a:hover { text-decoration: underline; }

/* Small box cat links */
div.cat a, div.cat a:visited, div#sidebar a, div#sidebar a:visited { color: darkred; text-decoration: none; }
div.cat a:hover, div#sidebar a:hover { text-decoration: underline; }

div.smlbox li a { color: #CFE9FF; }
div.smlbox li a:visited { color: lightyellow; }

/* Colours */
div.box div span.green, span.field  span.green, .form span.green, .form div.nolabel span.green{ color: lightgreen; }
div.box div span.red, span.field  span.red, .form span.red, .form div.nolabel span.red { color: salmon; }
div.box div span.blue, span.field  span.blue, .form span.blue, .form div.nolabel span.blue { color: lightblue; }
div.box div span.grey, span.field  span.grey, .form span.grey, .form div.nolabel span.grey { color: grey; }

div.cupbox div span.green, span.field  span.green, .form span.green, .form div.nolabel span.green{ color: lightgreen; }
div.cupbox div span.red, span.field  span.red, .form span.red, .form div.nolabel span.red { color: salmon; }
div.cupbox div span.blue, span.field  span.blue, .form span.blue, .form div.nolabel span.blue { color: lightblue; }
div.cupbox div span.grey, span.field  span.grey, .form span.grey, .form div.nolabel span.grey { color: grey; }

span.red, #content h3 span.red  { color: red; }
span.green, #content h3 span.green { color: green; }
span.blue, #content h3 span.blue { color: navy; }
span.grey, #content h3 span.grey { color: grey; }

h3 {
	border-bottom: 1px solid #2e2e2e;
	color: darkred;
	font: normal 18px Tahoma;
	line-height: 1.5em;
	margin: 0 2px 10px;
	padding: 3px 0;
}

h3 span {
	display: block;
	color: #666666;
	font: normal 11px Tahoma;
}
h3 span > span { display: inline;}
h3 strong { color: #8f8f8f; }

h5 {
	border-bottom: 1px solid #2e2e2e;
	color: darkred;
	font: normal 18px Tahoma;
	line-height: 1.5em;
	margin: 0 2px 10px;
	padding: 3px 0;
}

h5 span {
	display: block;
	color: #666666;
	font: normal 11px Tahoma;
}
h5 span > span { display: inline;}
h5 strong { color: #8f8f8f; }
#container {
	margin: 0 auto;
	width: 801px;
}

#header {
	background: #2e2e2e; /* url(images/headernews.jpg) top left no-repeat; */
	border-bottom: 1px solid #353535;
	height: 150px;
	width: 100%;
}

#header_desc { float: left; height: 120px; width: 619px; }
#header_desc div { color: #ffffff; float: right; position: relative; top: -148px; left: -12px; text-align: right; width: 200px; z-index: 1; }
#header_desc h3 { border: none; font: normal 36px Tahoma; color: #ffffff; padding-bottom: 6px; }
#header_desc span {
	color: #ffffff;
	float: left;
	font-size: 11px;
	line-height: 1em;
	position: relative;
	top: -17px;
	left: 20px;
	z-index: 1;
}
#header_desc a {	color: #ffffff; text-decoration: none; }
#header_desc a:hover { background-color: #000000; }

#header_gallery { position: relative; height: 150px; width: 619px; }  
#header_gallery a { float: left; position: absolute; }  
#header_gallery a img { border: none; }  
#header_gallery a.show { z-index: 500; }  
#header_gallery .caption {  
	z-index: 600;   
	background-color: #000000;   
	color: #ffffff;   
	height: 50px;   
	width: 100%;   
	position: absolute;  
	bottom: 0;  
}  
#header_gallery .caption .content { font-size: 11px; margin: 0 5px 5px; padding: 5px; }  
#header_gallery .caption .content h3 { border: none; margin: 0; padding: 0; color: #FF0000; }  

#topnav {
	background-color: darkred;
	float: right;
	height: 150px;
	width: 180px;
}

#topnav li {
	display: block;
}

#topnav li a {
	color: #efefef;
	background: darkred url(images/topnavlink_bg.gif) top left no-repeat;
	border-top: 1px solid #1e1e1e;
	display: block;
	font-weight: bold;
	height: 29px;
	line-height: 2.4em;
	text-decoration: none;
	text-indent: 25px;
}

#topnav li a:hover {
	color: #ffffff;
	background: firebrick url(images/topnavlinkhover_bg.gif) top left no-repeat;
	text-decoration: underline;
}

#breadcrumb {
	background-color: #1e1e1e;
	border-bottom: 1px solid #666666;
	color: #efefef;
	height: 2em;
	line-height: 2em;
	padding: 0 15px;
}

#breabcrumb a, #breadcrumb a:visited, #breadcrumb a:link { color: red; text-decoration: none; }
#breadcrumb a:hover { color: #FF7F7F; text-decoration: underline; }

#quicklogin {
	background: #000000 url(images/quicklogin_bg.gif) bottom left repeat-x;
	border-bottom: 1px solid #666666;
	color: #efefef;
	font-size: 11px; 
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 15px;
}
#quicklogin form { display: inline; float: right; }

#quicklogin span.links { float: right; }

#quicklogin .textarea { 
	background-color: #2e2e2e; 
	border: 1px solid #666666;
	color: lightyellow;	
	font: bold 11px Tahoma; 
	height: 1.2em; 
	line-height: 1em; 
	margin-right: 5px;
	padding: 2px;
	width: 100px;
}

#quicklogin .button, .button {
	background: #2e2e2e url(images/button_bg.gif) center left repeat-x;
	border: 1px solid #666666;
	color: #ffffff;
	display: inline;
	font: bold 11px Tahoma;
	height: 1.8em;
	margin: 0;
	padding: 0 5px 2px;
}

.form label, .form div.nolabel {
	background: #303030 url(images/row_shade.gif) repeat-x bottom left;
	border-bottom: 1px solid #3f3f3f;
	display: block;
	float: left;
	margin: 2px 0 0;
	padding: 5px 3px;
	width: 766px;
}

.form label:hover, .form div.nolabel:hover { background: #2a2a2a; }

.form label span, .form div.nolabel span {
	color: #efefef;
	float: left;
	line-height: 1.4em;
	text-align: right;
	width: 200px;
}

.form label span.field, .form div.nolabel span.field {
	border-left: 1px solid #5f5f5f;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	width: 545px;
}

.form label span > span, .form div.nolabel span > span {
	border: none;
	float: none;
	padding: 0;
}

.form label > span.field p, .form div.nolabel > span.field  p {
	display: inline;
	color: #999999;
	line-height: 1.8em;
}

.form .textarea {
	background-color: #000000; /* #FFEFEF; */
	color: lightyellow;
	border: 1px solid #454545; /* #CF6767; */
	font: bold 11px Tahoma;
	margin-right: 5px;
	padding: 3px;
}

.form optgroup { font-style: normal; }

#content {
	
	clear: both;
	margin: 0;
	padding: 5px;
	width: 791px;
}
#content p { margin: 0 0 8px; }

#content h1 {
	border-bottom: 1px dotted #5f5f5f;
	color: #ffffff;
	font: bold 15px Tahoma;
	margin: 0 3px;
	padding: 3px 2px;
}

#content h2 {
	background: #efefef url(images/h2_bg.gif) center left repeat-x;
	color: #efefef;
	font: bold 12px Tahoma;
	height: 22px;
	line-height: 1.7em;
	margin: 6px 0;
	text-indent: 10px;
}

#left { float: left; width: 552px; }

#right { float: right, width : 232px; margin: 5px 0 5px 5px; width: 232px; padding-top: 4px;}

#sidebar {	
	background: url(images/sidebar_bg.gif) repeat-y top left;
	float: left;
	font: normal 11px Tahoma;
	margin: 5px 0 5px 5px;
	padding: 0;
	width: 232px;
}
#sidebar div.top { background: url(images/sidebar_top.gif) no-repeat top left; height: 6px; }

#sidebar div.main p { margin: 4px 6px 0; padding-bottom: 4px; }

#sidebar div.main {
	background: #e1e1e1 url(images/sidebar_shade.gif) no-repeat bottom left;
	margin: 0 3px;
}

#sidebar div.main h3 {
	background: url(images/sb_heading_bg.gif) no-repeat top left;
	border: none;
	color: #ffffff;
	font: bold 12px Tahoma;
	height: 29px;
	line-height: 2em;
	margin: 5px 0 0;
	padding: 0 10px;
}

#sidebar div.bottom { background: url(images/sidebar_bot.gif) no-repeat bottom left; height: 6px; }

#sidebar div.li {
	background: url(images/sb_row_bg.gif) repeat-x top left; 
	border-bottom: 1px solid #c8c8c8; 
	clear: left; 
	color: #393939; 
	cursor: pointer;
	font-size: 11px;
	height: 36px;
	margin: 0;	
	padding: 0 0 0 8px; 
}

#sidebar div.li img { border: none; float: left; width: 16px; margin: 10px 3px 0 0; padding: 0; }
#sidebar div.li div { float: left; margin: 4px 8px 0 10px; }

#sidebar ul { list-style-type: circle; margin: 0 5px 0 20px; padding: 5px 0 }
#sidebar li { margin-left: 10px }
#sidebar li a {
	line-height: 1.5em
}

div.box {
	background-color: #1e1e1e;
	border: 1px solid #353535;
	color: #bfbfbf;
	margin: 5px 0 0;
	padding: 8px;
}

div.cupbox {
	background-color: #1e1e1e;
	border: 1px solid #353535;
	color: #bfbfbf;
	margin: 5px 0 0;
	padding: 8px;

}

div.box h3 {
	color: #ffffff;
	margin-bottom: 8px;
}
/* Big box links */
div.box h5 a, div.box h3 a:visited, div.pgcontainer_top h5 a { color: darkred; text-decoration: none; }
div.box h5 a:hover, div.pgcontainer_top h5 a:hover { text-decoration: underline; }

div.box_white {
	background: #000000;
	border: 1px solid #2e2e2e;
	padding: 1px;
	margin: 0 3px 8px;
}
div.box_white div { background-color: #ffffef; color: #2f2f2f; margin: 0; padding: 6px; }

#footer {
	border-top: 1px dotted #5f5f5f;
	clear: left;
	color: #efefef;
	line-height: 1.6em;
	margin: 8px 3px 0;
	padding: 6px 0;
}

#footer a.firefox { background: url(images/logo_ff.gif) no-repeat bottom right; float: right; height: 40px; margin: 0 8px; width: 138px }
#footer a.firefox:hover { background: url(images/logo_ff.gif) no-repeat top right }

div.errors {
	background-color: #FFEFEF;
	border: 1px solid #9F0000;
	color: #AF2B2B;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 8px;
}

div.success {
	background-color: #DFFFDF;
	border: 1px solid #019F00;
	color: #006400;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 8px;
}

div.clear {
	clear: both;
	height: 0;
}

/* Row styling */
div.row {
	background: #303030 url(images/row_shade.gif) repeat-x bottom left;
	border-bottom: 1px solid #3f3f3f;
	color: #efefef;
	display: block;
	float: left;
	margin: 1px 0 0;
	padding: 5px 3px;
	width: 766px;
}

div.row:hover { background: #2a2a2a; }

div.row span {
	float: left;
	line-height: 1.4em;
	margin-right: 10px;
	text-align: right;
	width: 220px;
}

div.row span.field {
	border-left: 1px solid #5f5f5f;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	width: 504px;
}
div.row span.field * { 
	border: none; 
	float: none; 
	margin: 0;
	padding: 0;
}

div.row span.red {
	border: none;
	color: red;
	float: none;
	padding: 0;
	margin: 0;
}

div.row span.grey {
	border: none;
	color: grey;
	float: none;
	padding: 0;
	margin: 0;
}

div.row span.field  small {
	color: #8f8f8f;
	margin: 2px 0 0;
}

/* Comment styling */
div.comment, div.comment_alt {
	background: #303030 url(images/row_shade.gif) repeat-x bottom left;
	border-bottom: 1px solid #3f3f3f;
	display: block;
	float: left;
	margin: 2px 0 0;
	padding: 5px 3px;
	width: 766px;
}
div.comment_alt { background: #3b3b3b; }

div.comment span, div.comment_alt span {
	float: left;
	line-height: 1.4em;
	margin-right: 10px;
	text-align: right;
	width: 160px;
}

div.comment span.field, div.comment_alt span.field {
	border-left: 1px solid #5f5f5f;
	text-align: left;
	padding: 0 0 10px 10px;
	width: 575px;
}

div.comment span.field div.postby, div.comment_alt span.field div.postby {
	border-bottom: 1px dotted #666666;
	color: #efefef;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

div.postby > span {
	float: right;
	width: auto;
}
div.postby > span span { float: none; margin: 0; padding: 0;}

div.comment span div.number, div.comment_alt span div.number {
	color: #cfcfcf; 
	float: left; 
	font: normal 40px Verdana; 
	letter-spacing: -6px; 
	margin: 5px;
}

div.comment span.grey, div.comment_alt span.grey {
	border: none;
	color: grey;
	float: none;
	padding: 0;
	margin: 0;
}

/* Small box styles */

div.smlbox {
	background: url(images/smlbox_bg.gif) repeat-y top left;
	float: left;
	margin-right: 9px;
	width: 252px;
}
div.smlbox ul { list-style-type: none; }
div.smlbox li span { 
	background: url(images/blocklink_bg.gif) repeat-x bottom left; 
	border-bottom: 1px solid #2e2e2e; 
	color: #dfdfdf; 
	display: block;
	font-size: 11px;
	line-height: 1.8em;
	margin: 2px 3px 0;	
	padding: 0 10px; 
}

div.smlbox div.cat {
	background: url(images/smlbox_top.gif) no-repeat top left;
	color: #8B0000;
	font: normal 13px Tahoma;
	height: 29px;
	line-height: 30px;
	padding: 0 8px;
	text-indent: 5px;
}
div.smlbox div {
	background: url(images/smlbox_bot.gif) no-repeat bottom left;
	height: 10px;
}

/* Page Container styles */
div.pgcontainer_top { background: url(images/pgcontainer_top_bg.gif) repeat-x top left; margin-top: 5px; height: 57px; }
div.top_limg { background: url(images/pgcontainer_top_l.gif) no-repeat top left; float: left; width: 10px; height: 57px; }
div.top_rimg { background: url(images/pgcontainer_top_r.gif) no-repeat top right; float: right; width: 10px; height: 57px; }

div.pgcontainer_top h3 {
	border: none;
	color: darkred;
	font: normal 18px Tahoma;
	float: left;
	height: 51px;
	line-height: 1.5em;
	margin: 0;
	padding: 6px 0 0;
}

div.pgcontainer_top h3 span {
	color: #454545;
	display: block;
	font: normal 11px Tahoma;
	margin-top: 5px;
}
div.pgcontainer_top h3 span > span { display: inline; }
div.pgcontainer_top h3 span strong { color: #353535; }

div.pgcontainer_main { background: #000000 url(images/pgcontainer_main_l.gif) repeat-y top left; color: #b0b0b0; float: left; }
div.mainr { background: url(images/pgcontainer_main_r.gif) repeat-y top right; float: left; }
div.mainct { background: url(images/pgcontainer_main_bg.gif) repeat-x top left; float: left; margin: 0 4px; width: 783px; }
div.cont { float: left; margin: 12px 0 12px 12px; width: 97%; }

div.pgcontainer_bot { 
	background: url(images/pgcontainer_bot_bg.gif) repeat-x top left; 
	color: #454545; 
	clear: both; 
	font-size: 11px;
	height: 28px; 
	line-height: 2.2em; 
}
div.foot { margin: 0 10px; }
div.bot_limg { background: url(images/pgcontainer_bot_l.gif) no-repeat top left; float: left; width: 6px; height: 28px; }
div.bot_rimg { background: url(images/pgcontainer_bot_r.gif) no-repeat top right; float: right; width: 6px; height: 28px; }

/* Big box styles */

div.bigbox {
	background: url(images/bigbox_bg.gif) repeat-y top left;
	margin-top: 5px;
	width: 552px;
}

div.bigbox h3 {
	background: url(images/bigbox_top.gif) no-repeat top left;
	border: none;
	color: darkred;
	font: normal 18px Tahoma;
	height: 51px;
	line-height: 1.5em;
	margin: 0;
	padding: 6px 10px 0;
}
div.bigbox h3 span {
	color: #454545;
	display: block;
	font: normal 11px Tahoma;
	margin-top: 5px;
}
div.bigbox h3 span > span { display: inline; }
div.bigbox h3 span strong { color: #353535; }

div.bigbox div.main {
	background: url(images/bigbox_shade.gif) no-repeat top left;
	color: #b0b0b0;
	padding: 12px 15px;
}

div.bigbox div.bottom  {
	background: url(images/bigbox_bot.gif) no-repeat bottom left;
	color: #454545;
	font-size: 11px;
	height: 28px;
	line-height: 2.4em;
	padding: 0 10px;
}

/* Darkrow styles */

div.darkrow {
	background: url(images/darkrow_bg.gif) no-repeat top left;
	font-size: 11px;
	height: 63px;
	padding: 12px 10px;
}

div.darkrow div.info {
	color: #838383;
	float: left;
	margin-left: 20px;
}

div.darkrow div.info h3 {
	border: none;
	color: #ffffe0;
	font: normal 18px Tahoma;
	margin: 0 0 4px;
	padding: 0;
}
div.darkrow div.info span {
	color: #5b5b5b;
	display: block;
	font-size: 11px;
	line-height: 0.8em;
}

div.darkrow_big {
	background: url(images/darkrow_big_bg.gif) no-repeat top left;
	font-size: 11px;
	height: 87px;
	margin-top: 5px;
	padding: 20px 18px 0; 
}

div.darkrow_big div.info {
	color: #999999;
	float: left;
	margin-left: 20px;
}

div.darkrow_big div.info h3 {
	border: none;
	font: normal 19px Tahoma;
	margin: 0 0 10px 0;
	padding: 0;
}
div.darkrow_big div.info h3 span { color: #606060; }

img.map { border: 1px solid #0f0f0f; margin-right: 10px; }

/* Admin Section Links */

a.sect { 
	background: #000000;
	border: 1px solid #353535;
	color: #efefef; 
	display: block; 
	line-height: 2.5em; 
	margin: 0 2px 8px 0;
	padding: 0 8px;
}

a.sect:hover {
	color: lightyellow;
	background: #0f0f0f;
	border: 1px solid #8f8f8f; 
	text-decoration: none; 

}

a.sect span { color: #7f7f7f; font-size: 11px }

#tabs {
	margin: 5px 0 0 5px
}

#tabs a {
	background-color: #1e1e1e;
	border: 1px solid #353535;
	border-bottom-width: 0;
	color: #efefef;
	display: block;
	float: left;
	line-height: 2em;
	margin-left: 5px;
	padding: 0 8px
}

#tabs a:hover {
	background-color: #000000;
	color: lightyellow;
	text-decoration: none
}

.quote{
padding: 10px;
border:1px solid #333333;
background:#0f0f0f;
}

div.spons_box {
	background-color: #1e1e1e;
	border: 1px solid #353535;
	color: #bfbfbf;
	margin: 5px 0 0;
	padding: 8px;
}

div.spons_box div .image {
	float: right;
	height: 350;
	width: 350;
}

div.bigbox_sponsors_view {
	background: url(images/bigbox_bg.gif) repeat-y top left;
	margin-top: 5px;
	width: 95%;
}

div.bigbox_sponsors_view h3 {
	background: url(images/bigbox_top.gif) no-repeat top left;
	border: none;
	color: darkred;
	font: normal 18px Tahoma;
	height: 51px;
	line-height: 1.5em;
	margin: 0;
	padding: 6px 10px 0;
}
div.bigbox_sponsors_view h3 span {
	color: #454545;
	display: block;
	font: normal 11px Tahoma;
	margin-top: 5px;
}
div.bigbox_sponsors_view h3 span > span { display: inline; }
div.bigbox_sponsors_view h3 span strong { color: #353535; }

div.bigbox_sponsors_view div.main {
	background: url(images/bigbox_shade.gif) no-repeat top left;
	color: #b0b0b0;
	padding: 12px 15px;
}

div.bigbox_sponsors_view div.bottom  {
	background: url(images/bigbox_bot.gif) no-repeat bottom left;
	color: #454545;
	font-size: 11px;
	height: 28px;
	line-height: 2.4em;
	padding: 0 10px;
}

div.simply_ads {
	display: block;
    margin: 31px;
}
