﻿
/* Base Elements */
body
{
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Tahoma, sans serif;
	font-size: 12px;
	/*background: url(Images/bg_body.gif) #1d1c1c repeat-x;*/
	background-color:Black;
	text-align: center;
	line-height: 18px;
}
TD{
	font-size: 12px;
}
a{
	color:#135382;	
	text-decoration: none;
}
ul a
{
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#4f95ed;	
	text-decoration: underline;
}
a img{
	border-width:0px;
}
h1{	
	font-size:22px;
}
h2{
	margin-bottom:6px;
	font-size:14px;
	padding-left:15px;
	background-image:url(Images/li_mark2.gif);
	background-repeat:no-repeat;
}
h3{
	font-size:20px;
}
h4{
	font-size:14px;
}
h4.tight{
	margin:0;
}
th{
	text-align:left;
}
blockquote{
	background-color:#f6f6f6;
	border:solid 1px #ccc;
}
p{margin-top:5px;margin-bottom:5px;}
ul.detail{font-size:10px;color:#ccc;margin:0;margin-left:20px;margin-top:10px;}
/* End Base Elements */
/* Page Components */
#container{
	margin: 0 auto 10px auto;
	text-align: left;
	width:956px;
	border-left:solid 2px #000;
	border-right:solid 2px #000;
	background-image:url(Images/container_bgd.gif);
}
#content{
	color:#000;	
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #a9a9a9;
	background:#dedede url(Images/content_bgd.jpg) repeat-x;
	padding:10px;
}
#footer{
	border-top:solid 1px #dedede;	
	border-bottom:solid 1px #000;
	padding:10px;
	background-color:#0e0e0e;
	font-size: 10px;
}
#mainMenu{
	height:47px;
	background-image:url(Images/menu_bgd.jpg);
	width:956px;
}
#mainMenu table{
	margin-top:5px;
}
/* End Page Components */

/* Page Styles */
.header, .subheader
{
	padding-top: 6px;
	padding-left: 6px;
	color: white;
	font-weight: bold;
	height: 8px;
	background: url(RadControls\Menu\Skins\Robotic\Img\bkg.gif) repeat-x; /*
	background:#6a6a6a url(Images/header_bgd.jpg) repeat-x;*/
}
.subheader{
	background:#357cb0 url(Images/subheader_bgd.jpg) repeat-x;
}
.header a{
	color:white;
}
.header a:hover{
	color:#015bcc;
}
.subheader a{
	color:#f3f3f3
}
.subheader a:hover{
	color:#ccc
}
.rightHeader{
	float:right;
	margin-right:5px
}
.description{
	font-size: 10px;
	padding:5px;
	padding-top:0px;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:10px;
}
.descriptionHome{
	font-size: 10px;
	padding:5px;
	padding-top:0px;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:0px;
}
.panel, .panelStack{
	border:solid 1px #a9a9a9;
	background:#fff url(Images/forum_bgd.jpg) repeat-x;	
}
.panelStack{
	border-bottom-width:0px;
}

div.panel{
	padding:10px;
}
.column{
	color:#000;
	padding:10px;
	border:solid 1px #a9a9a9;
	background:#f4f4f4 url(Images/column_bgd.jpg) repeat-x;
	text-align:center;
}
.column a{
	color:#135382;	
}
.column a:hover{
	color:#4f95ed;	
}
.columnDetail{
	margin-bottom:10px;
	font-size: 10px;
	text-align:left;
	border-top:solid 1px #cacaca;
}
.panelStackCap{
	border-top:solid 1px #a9a9a9;
}

.iRow td{
	border-bottom:solid 1px #f0f0f0;
}

.hRow td{
	font-weight:bold;
	color:white;
	background-image:url(Images/header_bgd.jpg);
}

.sep{
	border-bottom:solid 1px #f3f3f3;
}

.info{
	border-top:solid 1px #cacaca;	
	margin-bottom:15px;
	width:180px;
	text-align:left;
}
.info h1{
	font-size:12px;
	margin:8px 0;	
	padding-left:5px;
}
.info ul{
	margin:0px;	
	padding:0px;

}
.info li{
	padding-bottom:12px;
	padding-left:20px;
	list-style-type:none;
	background-image:url(Images/li_mark.gif);
	background-repeat:no-repeat;
}

.post{
	padding-right:30px;
}
.postfoot{
	font-size: 10px;
	text-align:right;
}
p.sig{
	font-size: 10px;color:#ccc;
}

.featuredPane
{
	height:105px;
	padding:2px;
	padding-top:0px;
	padding-left:17px;
}

.viewPane{
	width:216px;
	height:110px;
	border-top:solid 1px #f0f0f0;
	padding:2px;
}
.viewPane .title, .featuredPane .title{
	font-weight:bold;	
	padding:2px;
	margin-bottom:3px;
}
.viewPane .preview, .featuredPane .preview{
	text-align:center;
	width:90px;
	float:left;
}
.viewPane .stats, .featuredPane .stats{
	float:left;
}
.detail{font-size: 10px;}

.displayInfo{
	font-size: 10px;
	text-align:left;
	margin-left:20px;
	margin-top:10px;
}
.displayInfo ul{
	margin:0px;	
	padding:0px;

}
.displayInfo li{
	
	padding-left:15px;
	list-style-type:none;
	background-image:url(Images/li_mark2.gif);
	background-repeat:no-repeat;
}
.title{
	font-weight:bold;
}

/* End Page Styles */

/* Form */
#frmContents{ 
	width:405px;
	text-align:left;
}
#frmButtons{
	background:#fff url(Images/btn_bgd.gif) repeat-x;
	border-top:solid 1px #e8e8e8;	
	text-align:right;
	margin-top:10px;
	padding-top:10px;
	width:405px; 
}

#frmStretch #frmContents{ 
	width:100%; 
}
#frmStretch #frmButtons{
	width:100%; 
} 
/* End Form */

/* Messages */
.MessageError{
	margin-top: 10px;
    font-weight: bold;
	background-color:#FDE8E9;
	border:2px solid #9E0B0E;
	padding:2px; 
	color: #9E0B0E;
} 

.MessageSuccess{
	margin-top: 20px;
	margin-bottom: 20px;
    font-weight: bold;
	background-color:#E5F1EB;
	border:2px solid #007236;
	padding:2px; 
	color: #007236;
} 
/* End Messages */

.strong{ font-weight:bold; }
.error{font-weight:bold;color:red;}

#Profile-Left{
	float:left;
	width:190px;
	border:solid 2px #f3f3f3;
	padding:5px;
	background:#dedede url(Images/content_bgd.jpg) repeat-x;
}
#Profile-Right{margin-left:220px;}

.fh, .fh4
{
	font-weight:bold;
}
.txt5
{
	font-weight:normal;
}
.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #135382;
}
span.hl{
		background-color:#fffd3f;
		font-weight:bold;
}
#resultTags
{
	background-color:#f3f3f3;
	border:solid 1px #6f6f6f;
	border-left-color:#a9a9a9;
	border-top-width:0px;
	border-bottom-width:2px;
	width:154px;
	margin:0;
	padding:0;
	position:absolute;
	z-index:16;	
	display:none;
}
#resultTags li
{
	/*width:144px;*/
	border-bottom:solid 1px #dfdfdf;
	padding:5px;
	display:block;
}
#resultTags li.a
{	
	background:#f3f3f3 none none;
}
#resultTags li.b
{
	font-weight:bold;
	background:#f5f5f5 url(Images/column_bgd.jpg) repeat-x;
	
}
#resultTags li a.add
{	
	float:right;
}
#favoriteTags
{
	font-size:10px;
	width:150px;
	margin:0px;	
	padding:0px;	
}
#favoriteTags li
{
	list-style-type:none;	
	width:144px;
	border-top:solid 1px #dfdfdf;	
	padding:5px;		
}
#favoriteTags li a.remove
{	
	margin-top:3px;
	float:right;
}
.relatedDiv
{
	position:absolute;
	border:solid 1px #a9a9a9;
	background:#fff url(Images/forum_bgd.jpg) repeat-x;
	padding:5px;
	width:200px;
	margin-left:-52px;
	margin-top:15px;
	display:none;
}
.report h1
{
	font-size:10px;
	font-weight:bold;
	border-bottom:solid 1px #f0f0f0;
	padding-bottom:3px;
	margin-bottom:6px;
}
.report ol
{	
	padding:0px;
	padding-left:4px;
	margin-top:3px;
	margin-left:23px;	
	margin-bottom:3px;
}
.report a.more
{	
	clear:both;
	margin-left:25px;
	margin-top:5px;	
	font-size:10px;
}
.topsep
{
	border-top:solid 1px #f0f0f0;
	margin-top:10px;
	padding-top:10px;
}
.broken
{
	background:#fff url(Images/broken_banner_bgd.gif) repeat-x;
}
.brokenSmall
{
	background:#fff url(Images/broken_small_banner_bgd.gif) repeat-x;
}
.OrderLine_Home
{
	left: px;
	position: relative;
	top: 13px;
	background-color:Black;
}
.Kit_Home
{
	left: 0px;
	position: relative;
	top: 0px;
	background-color:Black;
}
.Rotator
{
	left: 33px;
	top: -40px;
	position: relative;
	clear: right;
	float: right;
	}
.placeTop
{
	left: 0px;
	top: 30px;
	position: relative;
}
.Passionate_Home
{
	left: 10px;
	top: -190px;
	position: relative;
}
.Sandy
{
	left: 40px;
	position: relative;
}
.FlashBanner
{
}
.SamuraiSevensPlayer
{
	left: 15px;
	top: 18px;
	position: relative;
}
.MostDownloads
{
	left: 0px;
	top: 0px;
	position: relative;
}
.HotContacts
{
	left: 70px;
	top: 0px;
	position: relative;
}
.samuraiboys
{	
	left: 58px;
	top: 15px;
	position: relative;
}
.officialmerchandise
{
	left: 23px;
	top: 0px;
	position: relative;
}
.login
{
	left: 20%;
	top: 40px;
	position: relative;
	width: 200px;
}
.news
{
	left: 5%;
	top: 0px;
	position: relative;
	
}
.login_merchandise
{
	left: 445px;
	top: 50px;
	position: relative;

}
.productplace
{
	left: 1%;
	top: 0px;
	position: relative;
}

.login_newsletter
{
	left: 5px;
	top: 0px;
	position: relative;

}

/*Tab Style */

.firstLookContainer
{
    width: 587px;
}

.firstLookContainer td
{
    
}

.headerCell
{
    width: 560px; 
    height: 23px; 
    background-image: url(img/header.gif);
}
.headerCell_downloads
{
    width: 560px; 
    height: 23px; 
    background-image: url(images/DownloadsHead.gif);
}
.headerCell_clubs
{
	width: 560px; 
    height: 23px; 
    background-image: url(images/DownloadsClub.gif);
}
.headerCell_news
{
	  width: 560px; 
    height: 23px; 
    background-image: url(images/NewsHead.gif);
}

.headerCell_products
{
	  width: 560px; 
    height: 23px; 
    background-image: url(images/ProductsHead.gif);
}

.headerCell_newsletters
{
	  width: 560px; 
    height: 23px; 
    background-image: url(images/NewsletterHead.gif);
}
.headerCell_sevens
{
	  width: 560px; 
    height: 23px; 
    background-image: url(images/SevensHead.gif);
}
.headerCell_reseller
{
    width: 560px; 
    height: 23px; 
    background-image: url(images/ResellersHead.gif);
}
.headerCell_links
{
    width: 560px; 
    height: 23px; 
    background-image: url(images/TabLinks.gif);
}
.headerCell_Directors
{
    width: 560px; 
    height: 23px; 
    background-image: url(img/DirectorsHead.gif);
}


.headerBottom
{
    background-image: url(img/headerBottom.gif); 
    height: 22px;
}

.roundedLeftCorner
{
    width: 14px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url(img/topLeft.gif);
}

.roundedRightCorner
{
    width: 14px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url(img/topRight.gif);
}

.mainCell
{
    height: 232px;
    background: #fffffe url(img/mainCellBg.gif) repeat-x;
    font: normal 11px Arial, Verdana, Sans-serif;
    color: #7f7f74;
}

.controlButtonsPanel
{
    width: 587px;
    height: 44px;
    background: #fffffe url(img/controlButtonsPanelBg.gif) no-repeat;
}

.buttonsContainer_login
{
    height: 25px;
    width: 211px;
    background: transparent url(img/buttonsContainerBg.gif) no-repeat;
    margin-top: 17px;
    margin-left: 23px;
}

.controlButton
{
    height: 18px;
    background-color: transparent;
    margin-top: 4px;
    margin-left: 8px;
    border: 0px;
}

.firstLookFooter
{
    width: 587px;
    height: 15px;
    background: #fffffe url(img/footerBg.gif) no-repeat;
}

.controlsTable
{
    margin-left: 23px;
    margin-right: 23px;
    width: 525px;
}

.controlsTable td
{
    vertical-align: top;
}

.heading
{
    font-size: 18px;
    background-image: url(img/headingBg.gif);
    width: 240px;
    height: 37px;
}

.inputTxt
{
    border: solid 1px #7f9db9;
    width: 185px;
}

.controlsTable select
{
    width: 190px;
}

/* datagrid styles */

.callBackDataGrid
{
    width: 253px;
}
.callBackDataGrid tr
{
    background: transparent url(img/callBackDataGridBg.gif) repeat-x;
    height: 29px;
}

.callBackDataGrid td
{
    vertical-align: middle;
}

.editCell, .deleteCell
{
    width: 16px;
}

.editCell img, .deleteCell img
{
    cursor: hand;
    cursor: pointer;
}
.resellermap
{
	left: 0%;
	top: 40px;
	position: relative;
	
}
.links
{
	left: 5%;
	top: 40px;
	position: relative;
	
}
.downloads
{
	left: 1%;
	top: 0px;
	position: relative;
}

#countysearch .resultsbox
{
	color: maroon;
	margin: 0px;
	font-size: 12px;
	border: none;
	background-color: white;
}
#countysearch .clicktext
{
	color: Gray;
	font-size: 9px;
	
}
#countysearch a {
  color:#C30;
  }
.latestnews {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 17px;
                width: 500px;
}
