

html { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }

iframe { border:0px; }

/*Comments*/
.ETBComment { clear: both; margin-bottom: 20px; min-height: 100px; }
    .ETBComment p { font-size: 90%; }
.ETBCommentH3 { background-color: gray; color: white; padding: 5px; }
    .ETBCommentH3 span { float: right; }
.ETBComment img { float: left; margin-right: 10px; }
.ETBCommentDate { float: right; font-weight: 700; }

/*Email form*/

.ETBFormYesNo {
    list-style-type:none;margin:0px;padding:0px;
}

    .ETBFormYesNo li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.ETBFormControl { width: 100%; }
    .ETBFormControl label { display: block; font-size: 90%; }
        .ETBFormControl label span { color: #FF0000; }

.ETBErrorInput { color: red; }
.ETBFormHelpIcon { vertical-align: middle; cursor: help; }

.ETBEmailFormBreak { clear: left; line-height:1px;height:1px; }

.ETBFormMessage { margin-bottom: 10px; }
.ETBFormFinalMessage { display: block; border: 2px dotted green; padding: 10px; border-radius: 10px; }

.ETBFormCellSmall { width: 25%; float: left; margin-bottom: 15px; }
.ETBFormCellMedium { width: 50%; float: left; margin-bottom: 15px; }
.ETBFormCellLarge { width: 100%; float: left; margin-bottom: 15px; }

.ETBFormNotification { text-align: left; }
.ETBFormErrorSpan { color: red; }

.ETBFormNone { display:none; height:1%; }

.ETBBackToTopControl { position:fixed; bottom:5px; right:5px; display:inline-block; cursor:pointer; }


@media only screen and (max-width: 650px)
{
    .ETBFormCellSmall { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellMedium { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellLarge { width: 99%; float: none; height: auto; margin-bottom: 10px; }

    .ETBFormSeparator { display:none; }
}

/*OLD Mobile Select*/
.ETBMobileNavDropDown { width: 100%; font-size: 60px!important; margin-bottom: 30px; display: block; }

/*Mobile Menu*/
.ETBMobileNavigationControl { display:none; position: absolute; right: 10px; top: 10px; display: block; height: 40px; width: 40px; }
.ETBMobileNavigationDropDown { position:absolute; right:0px; top: 40px; display:none; min-width:200px; list-style-type:none; text-align:left; margin:0px; padding:0px; background-color:white; border:1px solid gray;}

.ETBMobileNavigationDropDown li { text-align:left; }
.ETBMobileNavigationDropDown a { text-decoration:none!important; font-size:90%; display:block; padding:5px; margin:5px; border-top:1px dotted gray; border-collapse:collapse; }
    .ETBMobileNavigationDropDown li:first-child a { border-top:0px!important; }

.ETBMobileNavigationImage { cursor: pointer; width:100%; height:100%; }

.MobileNavigationSelected { font-weight:bold; }

.MobileNavigationSubItem { padding:3px!important;border-top:0px!important; }

/*Search*/
.ETBSearchControl { position: relative; }

.ETBSearchControlTextBox { font-style: italic; color: gray; width: 100%; }

.ETBSearchResult { margin-bottom: 15px; }
    .ETBSearchResult div { font-size: 90%; color: #388222; }
    .ETBSearchResult h2 { font-size: 120%; text-decoration: underline; margin: 0px; padding: 0px; font-weight: normal; margin-bottom: 3px; }
    .ETBSearchResult a { text-decoration: none; color: inherit; }
    .ETBSearchResult p { margin: 0px; }

.ETBPageSearchBoxDiv { margin-top: 10px; }
    .ETBPageSearchBoxDiv input { width: 75%; vertical-align: top; }

.ETBPageSearchBoxButton { width: 21px!important; height: 21px!important; cursor: pointer; }
.ETBSearchControlButton { position: absolute; right: -2px; top: 2px; background-color: White; padding: 2px; }
    .ETBSearchControlButton:hover { background-color: #DEE0C8; }
/*FAQ*/
.ETBFAQContainer { margin-bottom: 10px; }

    .ETBFAQContainer p { height: 0px; overflow: hidden; transition: height 1s; -ms-transition: height 1s; -moz-transition: height 1s; -webkit-transition: height 1s; -o-transition: height 1s; }

.ETBFAQPanelOpen p { height: auto!important; color: Green; }

/*LIST*/
.ETBDefaultList { padding-left: 0px; list-style-type: none; }
    .ETBDefaultList li { padding-left: 0px; list-style-type: none; }

/*RECENT LIST*/
.ETBRecentList { padding-left: 0px; list-style-type: none; }
    .ETBRecentList ul { padding-left: 0px; list-style-type: none; }
    .ETBRecentList li { padding-left: 0px; margin-bottom: 5px; list-style-type: none; }

/*Events*/
.ETBEventItemDate { font-weight: 700; }


/*References*/
.ETBReference { color: #648258; font-size: 110%; }
.ETBReferenceLeftQuote { font-weight: 700; color: Black; }
.ETBReferenceRightQuote { font-weight: 700; color: Black; }
.ETBReference span { display: block; text-align: right; font-weight: 700; color: Black; }


/**Admin Links*/

.AdminLinks { position: fixed; left: 0px; bottom: 0px; background-color: white; border: 1px solid gray; padding: 10px; }


/*Rad Textbox Fix*/
span.RadInput textarea { white-space: pre-wrap; }

.ETBSiteMapControl { line-height:30px;}


/*Social Share*/

ul.ETBSocialShare{
  list-style: none;
  padding: 0;
}

ul.ETBSocialShare li{
  display: inline;
}

ul.ETBSocialShare .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes shareAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}
ul.ETBSocialShare img:hover{animation:shareAni;animation-fill-mode:forwards;animation-duration:.5s}

.ETBContactControl img:hover{animation:contactAni;animation-fill-mode:forwards;animation-duration:.5s}
@keyframes contactAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}


input::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

input:-ms-input-placeholder {
    color: #b3b5a1 !important;
}


textarea::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

textarea:-ms-input-placeholder {
    color: #b3b5a1 !important;
}
* { vertical-align:baseline; font-family: Arial, Helvetica, sans-serif; font-style: inherit; outline: 0;}

h1, h2, h3, h4, h5, h6, p{margin: 10px 0;color:#090909;}

table {border-collapse: collapse;border-spacing: 0;}

a {color:#959595;}
a:hover {text-decoration:underline!important;}

img {border:0px;vertical-align:middle;}

body {text-align:center;margin:0px;padding:0px;color:#8a9093; font-size:12px!important;background-color:#040C1F;background-repeat:repeat-x; background-image:url('/images/master/body-bg.jpg?rev=3');}

h1 {font-size:240%;margin-top:10px;padding-bottom:10px;font-family: 'Signika', sans-serif;font-weight:normal;letter-spacing:-2px;background-image:url('/images/master/h1-bottom.jpg'); background-repeat:no-repeat;background-position:left bottom;}
h1 a {text-decoration:none;color:inherit;}

h2{font-size:190%;margin-top:25px;padding-bottom:10px;color:#090909;font-family: 'Signika', sans-serif;font-weight:normal;background-image:url('/images/master/h1-bottom.jpg'); background-repeat:no-repeat;background-position:left bottom;}
h2 a{text-decoration:none;color:inherit;}

h3{font-size:170%;margin-top:25px;color:#e6914e;font-family: 'Signika', sans-serif;font-weight:normal;}
h3 a{text-decoration:none;color:inherit;}

p {line-height:170%;}

.ReadMoreButton { text-decoration:none;color: white!important; padding:5px;background-image:url('/images/master/button.jpg'); background-position:right top;background-repeat:no-repeat;}

.ETBVoteUpControl { float: right; margin-top: 20px; background-color: white; margin-left: 10px; padding-left: 10px; margin-bottom: 10px; width: 200px; border-left: 1px solid gray; }

#ASPNetForm { background-image:url('/images/master/bottom-bg.jpg');background-repeat:repeat-x;background-position:center bottom;}

.ClearLeft{clear:left;}
.ClearRight{clear:right;}
.ClearBoth{clear:both;}


.ETBSearchControlButton { top: 1px; }
.ETBSearchControl input { height:17px; }
.ETBSearchControl {width:200px;position:absolute;right:20px;bottom:20px; }
.ETBBreadCrumbs {position:absolute;left:0px; top:-15px;font-size:80%; }

iframe { border:1px solid silver; background-color: white; border-radius:5px;}

li { margin-bottom: 10px; }

#Main {position:relative;width:996px;text-align:left;overflow:visible;margin:auto;margin-top:0px;background-color:#E9E9E9;}

#Links {position:absolute;left:20px;bottom:10px;}
.rmText {cursor:pointer!important;font-size:16px; font-family: 'Signika', sans-serif;font-weight:normal;}

#Header {position:relative;text-align:center;width:996px;color:white;overflow:visible;height:190px;background-image:url('/images/master/header.jpg');}
    #Header a { color:white;text-decoration:none;}

#Footer {color:#35898e!important;min-height:130px; margin-top:10px;clear:both;text-align:center;padding:10px;margin-bottom:10px;background-image:url('/images/master/footer.jpg');background-repeat:no-repeat;}

#FooterLeft {width:600px; }
#Copyright {text-align:center;font-size:90%;color:#1a3058;}

#Logo {position:absolute;top:65px;left:30px;font-size:35px;font-family: 'Signika', sans-serif;font-weight:normal;letter-spacing:-2px;}

#SideBar {float:left;width:183px;margin:20px;margin-right:0px;line-height:normal!important;}

  #SideBar h2 { background-image:url('/images/master/side-bar-top.jpg');padding:10px;margin:0px; background-color:white;background-repeat:no-repeat;}
  #SideBar div { background-image:url('/images/master/side-bar-mid.jpg');padding:10px;padding-top:5px;min-height:50px;margin-bottom:20px; background-color:white;background-repeat:no-repeat;}
    #SideBar a { color: #3c6ec4; }
    #SideBar p { margin: 0px; padding: 0px; }

#Content {position:relative;min-height:500px;float:right;width:730px;padding-top:0px;padding:10px;margin:20px;margin-left:0px;overflow:visible;background-color:white;background-image:url('/images/master/content-top.jpg');background-repeat:no-repeat;}


.GamingList img {width:100px;height:100px;float:left;margin-right:10px; }
.GamingImage {float:left;margin-right:10px;  }

.ETBRecentList { clear: both; }
    .ETBRecentList li { list-style-image:url('/images/master/plus.jpg'); }
.SpamEmail { padding: 15px;padding-top:10px; border: 5px solid silver; color: black; background-color: white;padding-top:110px; background-image:url('/images/master/contact-form-top.jpg?rev=4');background-repeat:no-repeat;}
.SpamEmail p {color:#808080!important; font-size:120%;}
.ScamEmail { padding: 15px;padding-top:10px; border: 5px solid silver; color: black; background-color: white;padding-top:110px; background-image:url('/images/master/scam-form-top.jpg?rev=4');background-repeat:no-repeat;}
.ScamEmail p {color:#808080!important;font-size:120%;}

.MyComment {color:red;font-style:italic;}
@media only screen and (max-width: 650px) 
{

body {float:none;display:block;margin:15px;padding:10px;text-align:center;}

#Main {display:block;width:100%;padding:0px;margin:auto;}

#SideBar,#Footer,#Header,#Content {float:none;display:block;width:98%;margin:0px;padding:0px;border:0px;margin-right:1%;margin-left:1%;}

#Header {height:140px;}
#SideBar { display: none; }

.ETBBreadCrumbs {position:absolute;left:0px; top:-45px;font-size:80%; }

#MouseOverEnd { display: none; }

#Content {font-size:40px!important; margin-top:50px;}

#Links {width:100%;}

p {line-height:normal!important;}

h1, h2, h3 {position:static;border-top:0px;font-size:150%;}

.Box {width:90%;position:static;display:block;margin:0px;padding:0px;margin-bottom:20px;}

.ETBSearchControl {display:none;}

.ETBVoteUpControl { float: none; margin:0px;padding:0px;width:auto;}

}