/* 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;

   background-color: #1e1e1e;

   font-family: Georgia;
   color: #ccc;
   font-weight: normal;

   margin-top: 0;
   margin-right: 0;
   margin-left: 0;
}

/* unvisited link */
a:link {
   font-family: Georgia;
   color: #ccc;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: 0px;
}

/* visited link */
a:visited {
   font-family: Georgia;
   color: #ccc;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: 0px;
}

/* mouse over link */
a:hover {
   font-family: Georgia;
   color: #ccffff;
   font-weight: normal;
   text-decoration: underline;
   letter-spacing: 0px;
}

/* clicked link */
a:active {
   font-family: Georgia;
   color: cyan;
   font-weight: normal;
   text-decoration: underline;
   letter-spacing: 0px;
}

#div_table1 {
   height: 8%;
   width: 100%;
}

#div_table2 {
   height: 1px;
   width: 90%;
   background-color: #000;
}

#div_table3_Main {
   height: 73%;
   width: 90%;
   background-color: #000;
}

#div_table3_TD_About {
   background-color: #eee;
}

#div_TR_Alek {
   height: 20%;
}

#div_TD_column_PinkCircle {
   width: 3%;
}

#div_TD_width1 {
   width: 40%;
}

#div_TD_width2 {
   width: 45%;
}

#div_TD_width3 {
   width: 13px;
}

#div_Img_resume {
   margin-left: 38px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

#div_BlankImg1 {
   height: 35px;
   width: 10px;
}

#div_BlankImg2 {
   width: 1px;
   height: 5px;
}

#div_BlankImg3 {
   width: 4px;
   height: 5px;
}

#div_BlankImg4 {
   height: 20px;
   width: 4px;
}

#div_BlankImg5 {
   height: 48px;
   width: 10px;
}

#div_BlankImg6 {
   height: 29px;
   width: 10px;
}

#div_Resume_CategoryHdr {
   height: 27px;
   text-align: left;
   vertical-align: middle;
   font-family: Arial;
   color: white;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: 0px;
   background: #555;
   border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px; padding: 0px;
}
/* (for above)    box-shadow: 1px 3px 5px #888888;*/


#div_RussianEnglish_bilingual {
   margin-bottom: 22px;
}

#div_Font1 {
   font-family: Georgia;
   font-size: 14px;
   color: #c6c6c6;
   font-weight: normal;
}

#div_Font2 {
   font-family: Arial;
   font-size: 14px;
   color: #fff;
   font-weight: normal;
   font-style: italic;
}

#div_Font3_Resume_Role {
   font-family: Arial;
   font-size: 12px;
   color: #b6b6b6;
   font-weight: normal;
   font-style: italic;
}

#div_Font4_Resume_SkillsAccenting {
   font-family: Arial;
   font-size: 14px;
   color: #fff;
   font-weight: bold;
}

#div_FontLink5_bright {
   font-family: Arial;
   font-size: 13px;
   color: #CCFFFF;
   font-weight: normal;
   text-shadow: none;
}

#div_FontLink1 {
   font-family: Arial;
   font-size: 14px;
   color: #CCFFFF;
   font-weight: normal;
   text-shadow: none;
}

#div_TextMargins1 {
   margin-left: 0px;
   margin-right: 15px;
}

#div_TextMargins2 {
   margin-left: 0px;
   margin-right: 32px;
   margin-top: 0px;
   margin-bottom: 25px;
}

#div_Footer_left {
   text-align: left;
   font-family: Tahoma;
   font-size: 11px;
   color: #ccc;
   font-weight: normal;
}

#div_BlankSpace_Height1 {
   height: 17px;
}

#div_Footer_right {
   text-align: right;
   font-family: Tahoma;
   font-size: 9px;
   color: #ccc;
   font-weight: normal;
}

/*
#div_HR1 {
   width: 100%;
   height: 1px;
   color: #555;
}
*/

hr.stylish1 {
   border: 0;
   height: 1px;
   width: 100%;
   background: #ccc;
}

hr.stylish4 {
   border: 0;
   height: 2px;
   width: 65%;
   text-align: left;
   margin-left: 56px;
   margin-top: 6px;
   margin-bottom: 20px;
   background: #1111ff;
   background-image: -webkit-linear-gradient(left, #1111ff, #eee, #1111ff);
   background-image: -moz-linear-gradient(left, #1111ff, #eee, #1111ff);
   background-image: -ms-linear-gradient(left, #1111ff, #eee, #1111ff);
   background-image: -o-linear-gradient(left, #1111ff, #eee, #1111ff);
}

.Copyright_footer_ln1::before {
   font-family: Tahoma;
   font-size: 9px;
   color: #ccc;
   font-weight: normal;
   letter-spacing: 0px;
   content: "Copyright (C) 2004-2026 Alek Friedman";
}