html {
    height: 100%;
}

body {
    /*behavior:url("css/csshover.htc");*/
}

body {
	background-color: #000000;
	color: #ffffff;
	margin:  0px;
	padding: 0px;
    /*scrollbar-face-color: #000000;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-base-color: #800080;*/
}

body, td, pre {
	font-size:   11px;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;  
    letter-spacing: 0px;
	line-height: 14px;
}

.gecko p, 
.gecko .MsoNormal, 
.gecko .proj_descr {
    font-size: 10px;
}
.webkit p, 
.webkit .MsoNormal, 
.webkit .proj_descr {
    letter-spacing: 0px;
    font-size: 10px;
    font-weight: 100;
}
.opera p, 
.opera .MsoNormal, 
.opera .proj_descr {
    font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    letter-spacing: 0em;
    font-size: 10px;
}

p, .MsoNormal, .proj_descr {
    font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    color: #fff;
    font-size: 9px;
    line-height: 11px;
}
/* ---------------------------------- */
.webkit .dgrey,
.opera .dgrey {
    letter-spacing: 0px;
    font-size: 11px;
}
.dgrey {
    top: 0px;
    margin-top : 0px;
    font-size  : 11px;
    font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    line-height: 13px;
    color      : #888;
}
/* ---------------------------------- 
a, a:visited {
	color: #ffffff;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

*/

a[href^="mailto:"],
a[href^="http:"],
.base_link
{
    color: #ffffff;
}
  

.proj_header, 
.proj_info, .proj_info1,
.video_link
{
    letter-spacing: 0em;
    font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif; 
}

.proj_header {
    color: #888;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900; 
}

.proj_info {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
}

.proj_info1 {
    color: #888;
    font-size: 12px;
    line-height: 14px;    
    font-weight: 500;
}

.video_link,
.video_link:visited {
    font-weight: 100; 
    color: #888;
    text-decoration: underline;
    font-size: 11px;
}

.video_link:hover {
    font-weight: 100;
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.lang_link,
.input_label,
.error,
.lang {
    font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.lang_link,
.input_label {
    color:  #888;
}

.lang,
.error {
    color:  #FFF;
}

.lang_link:hover {
    color: #FFF;
    text-decoration: none; 
}

.s_input {
    font-size:14px; 
    font-weight:bold; 
    font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    color:#000;
    border:1px solid #888; 
    background-color: #fff; 
    width:175px; 
    height:20px;
}

.submit { 
    vertical-align: middle; 
    *vertical-align: text-bottom;
}

.s_submit {
    margin:0px;
    border: solid 0 #000;
    background-color: #000; 
    color: #fff; 
    font-size: 28px; 
    font-weight: bold; 
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    height:28px; 
    width:28px; 
    vertical-align: bottom;
}