/* CSS Document for thescoutingegde.com, Inc */
/* Created by Ashok(Unosoft technologies, Inc) */

/*Instruction : ____________________________________________________
Please dont add this CSS where you have master.css and 
btn.css already included because the chances to redundancy
of classes are very high. 
____________________________________________________________________*/
/*************Setting global property ***********/
body, div, dd, dl, fieldset, lagend, form, h, h1, h2, h3, h4, h5,p{
	margin:0px;
	padding:0px;
}
body{
	background:#0a0a0a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	font-stretch:normal;
	font-variant:normal;
}

div{
	overflow:hidden;
	}
.hastrick{
	color:#C00404;
}
/* End of global property */

/* Structuring Page layout from here */
/* Setting the Bacground images to come in fullscreen mode */
/* Container Holding whole structure */
.Container{
	width:100%;
	height:100%;
}
.pageHeaderImage{
	position:absolute;
	z-index:-1;
	width:100%;
	height:95px;
	top:0%;
}
.pageBodyImage{
	position:absolute;
	z-index:-1;
	width:100%;
	height:81%;
	top:95px;
}
/* Current Implementation in roster append page name if implemented anymore*/
#pageContainer{
	position:absolute;
	margin:0px auto;
	width:100%;
	left:0px;
	top:0px;
	height:auto;
	z-index:2;
}
.imgHeader{
	position:absolute;
	top:0px;
	width:100%;
	height:95px;
}
#TDPageHeader{
	
}
#TDPageBody{
	
}
#TDPageFooter{
	background:#000000;
	
	font:12px;
	text-align:center;

	font-weight: bold;
}
#TDPageFooter img {
}
#navs{
	width:100%;
	padding-top:75px;
	text-align:center;
}
.navFontStyle{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
.CPIconContainer{
	width:98%;
	padding-top:10px;
	text-align:center;
}
.CPIcons{
	display:inline;
	width:102px;
	padding:0px 50%;
}
/*.CPIconContainer{
	margin:0pt;
	padding:0pt;
	width:98%;
	padding-top:10px;
	list-style-type:none;
	text-align:center;
	height:auto;
}
.CPIconContainer li{
	
	display:inline;
	padding:10%;
}*/

.pageFooterImage{
	position:absolute;
	height:30px;
	bottom:0%;
	width:100%;
	z-index:-1;
}
#pageFooter{
	position:absolute;
	bottom:0px;
	width:100%;
	background:#000000;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
/*.bgindexImg{
	background:#0A0A0A url(../images/bgindexBig2.jpg) no-repeat;
}*/
.scroll 

{

     

scrollbar-base-color: #AC0202;

scrollbar-arrow-color: #FFFFFF;

scrollbar-3dlight-color: #8E0C0C;

scrollbar-darkshadow-color: #000000;

scrollbar-face-color: #AC0202;

scrollbar-highlight-color: #FFCCCC;

scrollbar-shadow-color: #540000;

scrollbar-track-color: #FF6B6B;



}
/*.scroll 
{
scrollbar-base-color: #837552;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #837552;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #756849;
scrollbar-highlight-color: #c8b37f;
scrollbar-shadow-color: #544b35;
scrollbar-track-color: #dbc894;
}*/
img.transON  {background-color:silver;border:0px ; }

img.transOFF {background-color:silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
tr.menuon { background-color: #FF9000; cursor:pointer;}

tr.menuoff {}
.bg{
background-color:#6B0300;
}
.numbertext{
	font-weight:bold;
}
.instruction{
	font-weight:normal;
	font-size:12px;
}
.insColorBox{float:left; width:8px; height:8px; background-color:#b28201;}
.fieldsContainer tr td{
	padding-bottom:8px;
}
#divYTS{
	height:30px;
}
#divYTS table td{
	font:12px;
	font-weight:bold;
	color:#333333;
}
#divYTS table td input{
	border:1px groove #ffffff;
	font:12px;
	font-weight:bold;
	color:#000000;
}
#divYTS table td select{
	border:1px groove #ffffff;
	font:12px;
	font-weight:bold;
	color:#000000;
}
/* Inherit style for vRosterGeneric file */
/* Ashok(unosoft Technologies) 06-13-2008*/
#divRGBodyTopLabels ul{
	background:url(/images/fieldTop.jpg) repeat; width:100%;  margin:0 auto; padding:4px 0px; height:25px; text-align:center; list-style-type:none; 
	}
	
#divRGBodyTopLabels ul li{
	font:12px;
	font-weight:bold;
	color:#333333;
	padding:0px 20px 0px 0px;
	display:inline;
}
#divRGBodyTopLabels ul li input{
	font:12px;
	font-weight:bold;
	color:#000000;
}
#divRGBodyTopLabels  ul li select{
	border:1px solid #ffffff;
	font:12px;
	font-weight:bold;
	color:#000000;
}
.goGeneric{
	font:12px;width:24px; height:24px; background:url(/images/goBG.jpg) repeat-x; border:1px solid #ffffff; color:#ffffff;
}
#divDataContainer{
	width:90%; height:auto; margin:10px auto; border:1px solid #f4f4f4;
}
#divDataContainer table th{
	font-size:18px;
	text-align:left;
	padding:0px 2px;
}
.Heading{
	background:#161616;
	border:1px solid #4e4e4e;
	font-weight:bold;
	text-align:left;
	padding:4px 4px;
}
#popData td{
	border:1px solid #4e4e4e;
	font-weight:normal;
	text-align:left;
	padding:2px 4px;
}
#userSubPopData td{
	border:1px solid #4e4e4e;
	font-weight:normal;
	text-align:center;
	padding:2px 4px;
	background:#282828 none;
}
#userSubPopData td.gameName{
	text-align:left;
	
}
/* End of style */
/* Page Name : User Subscprition Deatail */
.subDetailHeding{
	border:1px solid #4e4e4e;
	border-top:none;
	border-bottom:none;
}
tr#PanelLeftHeaderSub td.subDetailHeding{
	background:url(/images/FieldsLabelBg.jpg) top left repeat-x;
	border:1px solid #4e4e4e;
	border-top:none;
	border-bottom:none;
	padding:5px 2px;
}
tr#PanelLeftHeaderSub td.subDetailHeding a{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#divSubDetailContainer{
	width:98%; height:auto; margin:10px auto; 
}
#divSubDetailContainer div.headerDownLoad{padding:4px 0px 4px 15px; background:url(/images/FieldsLabelBg.jpg) top left repeat-x;}
#divSubDetailContainer table tr#PanelLeftHeader td{padding-top:6px; background:#161616 none;}
#dialog1{font-size:14px;}
#dialog1 #dialogBody {font-weight:bold; font-size:12px;}
#dialog1 #dialogBody table tr td{text-align:left; padding:3px;}
#dialog1 #dialogBody table tr td input{font-size:12px; width:96%; }
#dialog1 #dialogBody table tr td select{font-size:12px; width:98%;}
/* End style for this page */
/* vdownloads.php Created by Ashok(21-06-2008)*/
#TSEGameDowload{width:50%; height:auto; margin:10px auto; border:4px solid #ffffff;}
#TSEGameDowload table tr td { padding:0px 3px 5px 3px;}
#TSEGameDowload table tr td#PanelLeftHeader{padding-top:5px;}
#TSEGameDowload table tr td.colon{padding:0px 0px 5px 0px;}
#TSEGameDowload table tr#buttons{border:none;}
#download{ width:80px;display:inline; }
#btnPrint{  width:80px;display:inline;}
#TSEGameDowload table tr td.numbertext{font-size:12px;font-style:normal;font-weight:bold;color:#FFFFFF;}
/* End of style for vdownloads.php Created by Ashok*/

.sortable tr{
	background:#282828;
	
	padding:0px 2px;
	}
#PanelLeftHeader{
	background:url(/images/FieldsLabelBg.jpg) top left repeat-x;
	height:25px;
	font:12px;
	font-weight:bold;
	padding-top:3px;
}

#PanelLeftHeader a{
	
	color:#ffffff;
}
.goRoster{width:24px; height:24px; background:url(/images/goBG.jpg) repeat-x; border:1px solid #ffffff; color:#ffffff; font-size:18px;}
.anchor{
text-decoration:none;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#ffffff;

}

.copyright {
	font:12px;
	font-weight: bold;
}
/* Hyperlink Classes goes here the name here has been used same as in the older file called btn.css */

A.Control:link {
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff ;
	text-decoration:underline;
}

A.Control:visited{
	font-family: Tahoma;
	font-weight: bold;
    color: #ffffff;
	text-decoration:underline;
	}

A.Control:hover{
	color: #B40200;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:none;
	}
A.Control:active{
    color: #B40200;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:underline;
	}
