/* CSS Document */

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* unvisited link */
a:link {
   font-family: Georgia;
   color: #eee;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 2px 2px 2px black;
}

/* ADDITIONAL Option above:
   text-shadow: 2px 2px 2px black, 0 0 25px blue, 0 0 15px black;
*/


/* visited link */
a:visited {
   font-family: Georgia;
   color: white;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 2px 3px black;
}

/* ADDITIONAL Option above:
   text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
*/

/* mouse over link */
a:hover {
   font-family: Georgia;
   color: #FF4400;
   font-size: 18px;
   font-weight: bold;
   text-decoration: underline;
}

/* selected link */
a:active {
   font-family: Georgia;
   color: cyan;
   font-size: 18px;
   font-weight: bold;
   text-decoration: underline;
}

IMG.HoverBorder {border:2px solid #EEE;}
IMG.HoverBorder:hover {border:2px solid #CC0000;}

#div1_TabSelected_Font {
   font-family: Georgia;
   color: gray;
   font-size: 20px;
   font-weight: bold;
}

#div_TabNames_TR {
   height: 43px;
}

#div_TabNames_TD {
   width: 10%;
   background-color: #777;
}

#div_TabNames_TD_selected {
   width: 10%;
   font-family: Georgia;
   font-size: 18px;
   font-weight: bold;
   color: #aaa;
   background-color: #000;
}

#div_Headshot {
   width: 350px;
   height: 411px;
   margin-left: 5px;
   box-shadow: 3px 4px 5px gray;
}
/* ADDITIONAL For Above:  box-shadow: 4px 4px 9px #888888; */

#div_HeadshotThm {
   width: 85px;
   height: 108px;
}

#div_HeadshotThm_car {
   width: 176px;
   height: 108px;
}

#div3_CharacterType {
   margin: 20;
   margin-top: 0;
   margin-bottom: 0;
   border: 2px solid #a1a1a1;
   padding: 10px 20px 10px; 
   background: #FFFFEE;
   width: 380px;
   border-radius: 15px;
   text-align: left;
   font-family: Georgia;
   color: #000000;
   font-size: 14px;
}

#div_LineBreak1 {
   line-height: 30%;
}

#div7_Footer {
   margin-right: 5px;
   text-align: right;
   font-family: Times New Roman;
   font-size: 11px;
   color: #CCCCCC;
   font-weight: normal;
}

#div8_ColorGradient_MainTable {
   background: #EEEEEE; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#F9F8FF 80%, #000000); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#F9F8FF 80%, #000000); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#F9F8FF 80%, #000000); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#F9F8FF 80%, #000000); /* Standard syntax (must be last) */
}

/* Did not work hr.stylish1 {
border: 0;
height: 35px;
background-image: url(../Images/HR_stylish1.png);
background-repeat: no-repeat;
} */

hr.stylish1 {
border: 0;
height: 3px;
background: #990000;
background-image: -webkit-linear-gradient(left, #eee, #990000, #eee);
background-image: -moz-linear-gradient(left, #eee, #990000, #eee);
background-image: -ms-linear-gradient(left, #eee, #990000, #eee);
background-image: -o-linear-gradient(left, #eee, #990000, #eee);
}

/* ADDITIONAL Option above:
instead #990000 - originaly was #333
*/

hr.stylish2 {
   border: 0;
   height: 20px;
   width: 1250px;
   background: #660000;
   background-image: -webkit-linear-gradient(left, #eee, #660000, #eee);
   background-image: -moz-linear-gradient(left, #eee, #660000, #eee);
   background-image: -ms-linear-gradient(left, #eee, #660000, #eee);
   background-image: -o-linear-gradient(left, #eee, #660000, #eee);
}


.Copyright_footer_ln1::before {
   font-family: Times New Roman;
   font-size: 11px;
   color: #CCCCCC;
   font-weight: normal;
   letter-spacing: 0px;
   content: "Copyright (C) 2004-2026 Alek Friedman";
}