body {



    background-color: #000;



    color: yellow;



    font-family: Tahoma;



    font-size: 11px;



}



A:link {

 COLOR: black /*The color of the link*/
 text-decoration: none;


}



A:visited {



 COLOR: black /*The color of the visited link*/
 text-decoration: none;



}



A:hover {



 COLOR: green /*The color of the mouseover or 'hover' link*/



}



img {



    border: 0px none;

}



.myButton {

	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;

	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;

	box-shadow:inset 0px 1px 0px 0px #fff6af;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffed24));

	background:-moz-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-webkit-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-o-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-ms-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:linear-gradient(to bottom, #ffec64 5%, #ffed24 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffed24',GradientType=0);

	background-color:#ffec64;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	border-radius:8px;

	border:1px solid #ffaa22;

	display:inline-block;

	cursor:pointer;

	color:#333333;

	font-family:Arial;

	font-size:11px;

        width:70px;

        height:19px;

	padding:4px 4px;

	text-decoration:none;

	text-shadow:0px 2px 0px #ffee66;

}

.myButton:hover {

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffed24), color-stop(1, #ffec64));

	background:-moz-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-webkit-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-o-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-ms-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:linear-gradient(to bottom, #ffed24 5%, #ffec64 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed24', endColorstr='#ffec64',GradientType=0);

	background-color:#ffed24;

	font-weight:bold;

}

.myButton:active {

	position:relative;

	top:1px;

}

.myButton2 {

	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;

	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;

	box-shadow:inset 0px 1px 0px 0px #fff6af;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffed24));

	background:-moz-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-webkit-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-o-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:-ms-linear-gradient(top, #ffec64 5%, #ffed24 100%);

	background:linear-gradient(to bottom, #ffec64 5%, #ffed24 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffed24',GradientType=0);

	background-color:green;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #ffaa22;

	display:inline-block;

	cursor:pointer;

	color:#333333;

	font-family:Arial;

	font-size:11px;

	padding:4px 4px;

	text-decoration:none;

	text-shadow:0px 1px 0px #ffee66;

}

.myButton2:hover {

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffed24), color-stop(1, #ffec64));

	background:-moz-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-webkit-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-o-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:-ms-linear-gradient(top, #ffed24 5%, #ffec64 100%);

	background:linear-gradient(to bottom, #ffed24 5%, #ffec64 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed24', endColorstr='#ffec64',GradientType=0);

	background-color:#ffed24;

	font-weight:bold;

}

.myButton2:active {

	position:static;

	top:1px;

}


table.thumbs_table

{



    border: 0px none;



    background-color: #fff;



    width: 100%;



    padding-left: 20px;



    padding-right: 20px;



}



td.td_thumbnail_title



{



    color: #999999;



	text-align: center;



	vertical-align: top;



	padding-left: 20px;



	padding-right: 20px;



}



td.td_thumbnail_title_on {



    color: #99999;



	text-align: center;



	vertical-align: top;



	padding-left: 20px;



	padding-right: 20px;



}







td.td_thumbnail_image



{



	text-align: center;



	vertical-align: middle;



	padding-left: 20px;



	padding-right: 20px;



	padding-bottom: 10px;



	padding-top: 10px;



}



img.img_thumbnail_image



{



    border: 1px solid #FFFFFF;


    -moz-box-shadow: 1px 1px 1px 0px #9A9A9A;



    -webkit-box-shadow: 1px 1px 1px 0px #9A9A9A;



    box-shadow: 1px 1px 1px 0px #9A9A9A;



    position: relative;



    top: -1px;



    left: -1px;




}



img.img_thumbnail_image_on



{



    border: 1px solid #FFFFFF;



    -moz-box-shadow: 1px 1px 1px 0px #9A9A9A;



    -webkit-box-shadow: 1px 1px 1px 0px #9A9A9A;



    box-shadow: 1px 1px 1px 0px #9A9A9A;



    position: relative;



    top: -1px;



    left: -1px;



}



img.img_full_size_image



{



    border: 1px solid #9A9A9A;



}



div.main {



    clear: both;



    text-align: center;



    margin: 0 auto;



    padding-bottom: 10px;



}



table.navigation {



    margin: 0 auto;



    border: 0px none;



}



table.navigation td {



    width: 70px;



    text-align: center;



    vertical-align: middle;



}



table.wrapper {



    background-color: #fff;



    border: 0px none;



    margin: 0 auto;



}



.etg_link_text



{



	font-size: 11px;



	color: #ffff;



	font-family: Verdana;



}



 a.etg_link_text



{



	text-decoration: none;



}



a:hover.etg_link_text



{



	color: Black;



	text-decoration: underline;



}