/*::::::::::::::::::::::::::::::: default styles ::::::::::::::::::::::::::::::*/
body{
    font-family: Verdana, Arial, sans-serif; 
	color: #0000000;
    background-color:#000000;
	line-height: 1.166;	
	margin: 0px; padding: 0px; 
	height:100%;
	width:100%;
	cursor:default;
}
/* :::::::::::::::::::::::::::::::: Divs Layouts ::::::::::::::::::::::::::::::: */
#content{
    position:relative; top: 1px; left:0px; height:340px; width:450px; 
    margin-left:4px; margin-right: 0px overflow-y: hidden; overflow-x: hidden;
	background-color:#181818;}
#navBar{
    position:absolute; left:460px; top:120px; width:330px; height: 340px;
	margin: 0 0 0 0; padding:0px; background-color:#181818; 
	overflow-y: scroll; overflow-x: hidden;  clear:both;
	}
#navMenu1{
    display: block; width: 98%;  margin: 2 2 2 2; padding: 2px; 
	background-color:#111111; border-left: 1px solid #000; clear:both; }
#navMenu2{
    display: none;  width: 98%; margin: 2 2 2 2 ; padding: 2px; 
	background-color:#111111; border-left: 1px solid #000; clear:both; }
#navMenu3{
    display: none;  width: 98%; margin: 2 2 2 2; padding: 2px; 
	background-color:#111111; border-left: 1px solid #000; clear:both; }
#footer{
	position:relative; left: 4px; top: 2px; width: 99%; height: 30px; clear: both; 
	border: 0px solid #cccccc; color: #ffcccc; padding: 0px 0px 0px 0px; font-size: 10pt;
    background-color:#181818; 
	margin: 1 1 1 1; 
	clear:both;
    text-align:center;
    font-size:80%;
	}
/*:::::::::::::::::::::::::::::::: Menu Layouts :::::::::::::::::::::::::::::::*/
    .r{ font-size: 7pt; color: #ff0000;}
   b.b{ text-align: left; font-size: 7pt; color: #8c9f9f; font-weight: bold; }
td.lnk{ margin-top: 11px; background-color: #333333; border-bottom: 1px solid #000;
        font-size: 8pt; color: #ffffff;
		cursor: default; width: 100%;
        background: url(images/grad.jpg);
		text-align: left;
        cursor:hand;
        cursor:pointer;
		}
td.img{ background-color: #333333; border-bottom: 1px solid #000;
        background: url(images/grad.jpg);
		cursor:hand;
        cursor:pointer;
		}
td.btn{ background-color: #000000; border-bottom: 1px solid #000; color: #8d9faf;
        background: url(images/butn.jpg); font-size: 10pt;
    	cursor:hand;
        cursor:pointer;
		}
td.htr{ background-color: #000000; border-bottom: 1px solid #000; color: #7c8e9e;
        background: url(images/t_mid.jpg); font-size: 9pt;
		}
td.ftr{ background-color: #000000; border-bottom: 1px solid #000; color: #7c8e9e;
        background: url(images/t_mid.jpg); font-size: 8pt;
		}
/*:::::::::::::::::::::::::::::::: Hdr  Layouts :::::::::::::::::::::::::::::::*/
td.hdr{ color: #333399; width: 200; 
        font-size: 18pt; 
        background-color:#000000;
		}
/*:::::::::::::::::::::::::::::::: Nav  Layouts :::::::::::::::::::::::::::::::*/
td.nav{ color: #7c8f8f; height: 10px; width: 20%; 
        font-size: 10pt; 
        background-color:#181818; 
		}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    div.focusdiv  {
		width: 460px;
	}
    div.focusdiv div#content div.subdiv {
		position: relative;
		top: -3px;
		left: -3px;
	}
  }