/*
 stylesheet for VBGamer
 version 1.4.1
*/


BODY {
	
        FONT: 10pt Verdana;
	color:#DEE1E6;
	background-color: #052350;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #052350; 
	scrollbar-track-color: #1F201F; 
	scrollbar-arrow-color:#76758B;
	scrollbar-highlight-color: #FFCC00; 
	scrollbar-3dlight-color: #76758B; 
	scrollbar-shadow-color: #FFCC00;
	scrollbar-darkshadow-color: #76758B; 

}

FONT.default {
	font-size: 10pt;
}

TD.header
 {
   background: #21599c;
   border-right: #102030 1px solid;
   border-top: #3970A6 1px solid;
   border-left: #3970A6 1px solid;
   border-bottom: #102030 1px solid
 }

TD.category2
 {
   background: #052350;
   border-right: #021128 1px solid;
   border-top: #364E72 1px solid;
   border-left: #364E72 1px solid;
   border-bottom: #021128 1px solid
 }

HR.default {
	border-right: #000000 0px solid; 
	border-top: #102840 1px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #285890 1px solid
 }


SELECT {
	FONT: 10pt Verdana;
	color: #000000;
	border-style:solid;
	border-width: thin;
	border-color:#FFCC00;
	background-color: #cccccc;
}

INPUT {
	FONT: 10pt Verdana;
	color: #000000;
	border-style:solid;
	border-width: thin;
	border-color:#FFCC00;
	background-color: #cccccc;
}
BUTTON {
	FONT: 10pt Verdana;
	color: #000000;
	border-style:solid;
	border-width: thin;
	border-color:#FFCC00;
	background-color: #cccccc;

}
TEXTAREA {
	FONT: 10pt Verdana;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color:#FFCC00;
	background-color: #cccccc;
}

.source {
	background: #FFFFFF;
	border: solid #e99D1A 2px;
	font-family: Courier New;
	color: #000000;
	font-size: 10pt;
	overflow: scroll;
/*	clip: auto;
	width: 480px; 
	white-space: nowrap; */
}


  .keyword {
	font-family: Courier New;
	font-size: 10pt;
	color: blue;
	white-space: nowrap;
}
  .comment {
	font-family: Courier New; 
	font-size: 10pt; 
	color: green;
	white-space: nowrap;
}


.tutorialtable {
	/*border-style: dashed;
	border-width: 2px;
	border-color: #F7941D;*/
	FONT: 8pt Verdana;
	border-bottom: solid 2px #F7941D;
}
.tutorialtableh {
	background-image: url(http://www.vbgamer.com/bluebar.jpg);
	font-family: Verdana;
    font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.tutorialtablef {
	font-style: italic;
	color: #ffffff;
	border-top: solid 1px #F7941D;	
}

FONT.bigred {
        FONT: 24pt Verdana;
	color:#FF6600;
}

FONT.er {
	color:#ff6600;
	FONT: 12pt Verdana;
	font-weight: bold;
}

IMG.screenshot {
	border: 1px solid;
}

FONT.default {
	FONT: 8pt Verdana;
}

TABLE#top {
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	background-color: #1F201F;
}


FONT.Headline {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #DEE1E6;
	
}

FONT.Headline A:hover{
	color: #E89D1A;
}


FONT.Date {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #e99D1A;
	
}

FONT.HeadlineSmall {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #DEE1E6;
}


FONT.latestdata {
	font-size: xx-small;
	text-align: left;
	font-family: Verdana;
	padding-top: 0px;
	margin: 0px;

}

FONT.latestdata A {
       	font-weight: bold;
}

FONT.latestdata A:hover {
	color: #E89D1A;
       	font-weight: bold;
}

FONT.newstext {
	font-size: 10pt;
	color:#DEE1E6;
}



FONT.sectionhead {
        vertical-align: middle;
	font-family: Verdana;
       	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
	color: #ffffff;
	float: left;
	border: none;
	width: 100%; 
	height: 12px;
}

DIV.sectionhead {

        vertical-align: bottom;
	font-family: Verdana;
       	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	float: none;
	padding-top: 0px;
	margin-left: 1px;
	color: #ffffff;
	background: #3A3A3A url(bluebutton.jpg);
	border: none;
	width: 130px; 
	height: 20px;

}


FONT.sectionheadRight {
        vertical-align: middle;
	font-family: Verdana;
       	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
	color: #ffffff;
	float: left;
	border: none;
	width: 100%; 
	height: 12px;
}

DIV.sectionheadRight {
        vertical-align: bottom;
	font-family: Verdana;
       	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	float: none;
	padding-top: 0px;
	margin-left: 1px;
	color: #ffffff;
	background: #3A3A3A url(bluebutton.jpg);
	border: none;
	width: 130px; 
	height: 20px;

}



FONT A:hover {
	color:#FFFFFF;
	text-decoration: none;
}



A:link {
	color: #FFCC00;
	text-decoration: underline;
}

A:visited {
	color: #C0C0C0;
	text-decoration: underline;
}

A:hover {
	color:#FFFFFF;
	text-decoration: none;
}


FONT#nav {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
}
FONT#navslash {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #E89D1A;
}





A.navbox:link {
	font-family: veranda;
	border: 1px solid #404040;
	background-color: #1F201F;
	color: #DEE1E6;
        text-align: left;
	text-decoration: none;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
html>body .navbox:link {float:left;}

A.navbox:visited {
	font-family: veranda;
	border: 1px solid #404040;
	background-color: #1F201F;
	color: #DEE1E6;
        text-align: left;
	text-decoration: none;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html>body .navbox:visited {float:left;}

A.navbox:hover {
	font-family: veranda;
	border: 1px solid #404040;
	background-color: #052350;
	color: #E89D1A;
        text-align: left;
	text-decoration: none;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
html>body .navbox:hover {float:left;}



A.sidebutton:link {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;	
	padding-top: 5px;
	margin-left: 2px;
	color: #DEE1E6;
	background: #3A3A3A url(buttonbackoff.jpg);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebutton:link {float:left;}

A.sidebutton:visited {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;	
	padding-top: 5px;
	margin-left: 2px;
	color: #DEE1E6;
	background: #3A3A3A url(buttonbackoff.jpg);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebutton:visited {float:left;}

A.sidebutton:hover {
       	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	margin-left: 2px;
	color: #E89D1A;
	background: #3A3A3A url(buttonbackon.jpg);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebutton:hover {float:left;}

A.sidebuttonNew:link {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;	
	padding-top: 5px;
	margin-left: 2px;
	color: #DEE1E6;
	background: #3A3A3A url(buttonbackblink.gif);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebuttonNew:link {float:left;}

A.sidebuttonNew:visited {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;	
	padding-top: 5px;
	margin-left: 2px;
	color: #DEE1E6;
	background: #3A3A3A url(buttonbackblink.gif);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebuttonNew:visited {float:left;}

A.sidebuttonNew:hover {
       	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	margin-left: 2px;
	color: #E89D1A;
	background: #3A3A3A url(buttonbackon.jpg);
	border: none;
	width: 131px; 
	height: 27px;
}
html>body .sidebuttonNew:hover {float:left;}





DIV.ReviewInfo {

	font-family: verdana;
	font-size: 10pt;
	border: 1px solid #E89D1A;
	background-color: #052350;
	color: #DEE1E6;
       	text-align: left;
	text-decoration: none;
	width: 100%;
	margin: 0px;
	padding: 2px;

}



TD.ReviewInfo {
	font-family: verdana;
	font-size: 10pt;
	border: 1px solid #E89D1A;
	background-color: #052350;
	color: #DEE1E6;
       	text-align: left;
	text-decoration: none;
	margin: 10px;
	padding: 4px;

}



TD.BHGL {
border-bottom: 1px solid #E89D1A;
}

DIV.BHGL {

	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;

	color: #DEE1E6;

	text-decoration: none;
	width: 100%;

	margin: 0px;
	padding: 2px;
}

DIV.BHGL A:hover { color: #E89D1A; }
