﻿* 
{
	margin: 0;
	padding: 0;
    font-family:Tahoma, Arial, Sans-Serif;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 10pt Tahoma, Arial, Verdana, sans-serif;
	line-height:1.5;
	color:#1a2732;
	width: 100%;
}

a:hover {
	text-decoration: underline;
}
p
{
	text-indent: 17px;
    margin-bottom: 12px;
    text-align:justify;
}

h1
{
    font-weight:normal;
    font-size: 18pt;
    color: #001C32;
    }
h2
{
    margin-left: 17px;
    font-size:12pt;
    }

h3
{
    margin-left: 17px;
    font-size:10pt;
    font-weight:bold;
    }


ul, ol {
    margin: 7px 0;
    list-style-position:inside;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}


/* Samara
---------------------------------------------------------------------------------------------------------*/

#assessment
{
    display:none;
}

.war
{
    color:#FF3333;
    font-size:120%;
}

#ErrorMSGHolder
{
    width:100%;
    text-align:center;
}

.error
{
    font-size:150%;
    color:#FF0020;
}

.type
{
    display:table-cell;
    padding:5px;
    width:160px;
}

.empty
{
    margin:5px;
    width:10px;
    height:10px;
}

#content-holder
{
    display:table-cell;
    text-align:center;
}

#filter
{
    border:2px solid #7090C0;
    padding-top:25px;
    padding-bottom:25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    -moz-box-shadow:-4px 4px 12px rgba(128,128,128,.25);
    -ms-box-shadow:-4px 4px 12px rgba(128,128,128,.25);
    -webkit-box-shadow:-4px 4px 12px rgba(128,128,128,.25);
    box-shadow:-4px 4px 12px rgba(128,128,128,.25);
    display:table;
    width:820px;
    margin-bottom:20px;
}

.row
{
    display:table-row;
    width:800px;
}

.cell
{
    color:#002050;
    text-align:right;
    display:table-cell;
    width:200px;
    vertical-align:middle;
    line-height:normal;
}

.mid
{
    display:block;
    text-align:center;
}

.cell .button
{
    width:195px;
}

.filter-field
{
    color:#000000;
    margin:8px;
    text-align:left;
    padding:2px 2px 2px 4px;
    border:1px solid #999999;
    width:185px;
    height:22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -ms-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -webkit-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
}

.filter-field:focus
{
    outline:0;
    border:3px solid #7090C0;
    height:18px;
    width:183px;
    padding:2px;
}

.filter-field-dd
{
    color:#000000;
    margin:8px;
    text-align:left;
    padding:2px 2px 2px 4px;
    border:1px solid #999999;
    width:193px;
    height:27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}

.filter-field-dd:focus
{
    outline:0;
    border:3px solid #7090C0;
    padding:2px;
}

#main
{
    background-image:url("Images/bkg_fill.png");
	background-position:top;
}

#head
{
    width:100%;
    min-width:1000px;
    height:192px;
    background-image:url("Images/header_1900.png");
    background-position:top;
    background-repeat:repeat-x;
}

.login-text
{
    text-align:center;
    color:#002050;
    display:table-cell;
    text-align:right;
    width:100px;
    padding-right:8px;
}

.login-input
{
    display:table-cell;
    width:220px;
}

.login-holder
{
    display:table;
    text-align:center;
    margin:8px;
}

.login
{
    padding:2px;
    border:1px solid #999999;
    width:210px;
    height:26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -ms-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -webkit-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
}

.login:focus
{
    outline:0;
    border:3px solid #7090C0;
    height:22px;
}

.button-holder
{
    display:table-cell;
}

.button-holder a
{
    text-decoration:none;
}

#addbtnholder
{
    width:210px;
    height:40px;
}

.button
{
    color:#FFFFFF;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:210px;
    height:40px;
    margin:10px;
    background-color:#6080A0;
    text-transform:uppercase;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow:-4px 4px 8px rgba(0,0,0,.25);
    -ms-box-shadow:-4px 4px 8px rgba(0,0,0,.25);
    -webkit-box-shadow:-4px 4px 8px rgba(0,0,0,.25);
    box-shadow:-4px 4px 8px rgba(0,0,0,.25);
    border:2px solid #F8F8F8;
}

.button:hover
{
    background-image:-moz-linear-gradient(top,#80A0C0 0,#406080 100%);
    background-image:-ms-linear-gradient(top,#80A0C0 0,#406080 100%);
    background-image:-o-linear-gradient(top,#80A0C0 0,#406080 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#80A0C0),color-stop(100%,#406080));
    background-image:-webkit-linear-gradient(top,#80A0C0 0,#406080 100%);
    background-image:linear-gradient(to bottom,#80A0C0 0,#406080 100%);
}

#comp-name
{
    display:table-cell;
    height:97px;
    vertical-align:middle;
    text-transform:uppercase;
    color:#00204E;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    width:1000px;
}

#c-n-base
{
    position:relative;
    top:97px;
    width:1000px;
    background-image:url("Images/content-base.png");
    background-repeat:no-repeat;
    background-position:top;
    height:300px;
}

#footer
{
}

#footer #author
{
    color:#20558A;
    float:right;
    padding: 5px 0 5px 0;
}

#wrapper 
{
    position:relative;
    top: -100px;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding:0;
	background-image:url("Images/content-base-fill.png");
    background-position:bottom;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.block_content
{
    min-height:250px;
    padding:0px 60px 30px 60px;
    overflow:hidden;
}
.content-menu {
    padding:0px 60px;
    overflow:hidden;
}
.head-text
{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:1000px;
    height:51px;
    background-image:url("Images/header-lines.png");
    background-repeat:repeat-x;
    font-size:105%;
    font-weight:bold;
    color:#5380AC;
    text-transform:uppercase;
}

a
{
	outline: none !important;
	text-decoration: none !important;
}

#header
{
    position:relative;
}

#result
{
    margin:50px 0 0 0;
    width:880px;
}

.res-tbl-1
{
    background-color:#F0F4F8;
    height:32px;
}

.res-tbl-2
{
    background-color:#FFFFFF !important;
    height:32px;
}

.res-tbl-h
{
    background-color:#7090C0;
    height:32px;
    color:White;
    font-size:105%;
}

.result-table
{
    color:Black;
    border:1px solid #7090C0;
}

.info-holder
{
    margin-top:20px;
}

.small-header
{
    text-align:left;
    background-color:#F0F4F8;
    background-position:right;
    width:880px;
    height:37px;
    cursor:pointer;
}

.s-h-arrow
{
    background-image:url("Images/header-left.png");
    background-position:left;
    background-repeat:no-repeat;
    float:left;
    width:36px;
    height:37px;
}

.s-h-text
{
    display:table-cell;
    vertical-align:middle;
    height:37px;
    font-size:105%;
    color:#00204E;
}

.info
{
    text-align:left;
    margin-top:10px;
    margin-bottom:5px;
    padding:10px;
    border: 1px solid #7090C0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.VEField
{
    outline:0;
    color:#000000;
    margin:8px;
    text-align:left;
    padding:2px 2px 2px 4px;
    border:1px solid #999999;
    width:830px;
    height:22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -ms-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    -webkit-box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
    box-shadow:inset -2px 2px 4px rgba(0,0,0,.25);
}

.nodata
{
    border:#5380AC;
    outline:#5380AC;
    display:block;
    background:#5380AC;
    font-size:120%;
    color:#FFFFFF;
    padding:5px 30px 5px 30px;
}

.kalbtn
{
    outline:0;
    background:#F0F4F8 url("Images/kalbtn.png") no-repeat center;
    width:30px;
    margin:0 5px 0 5px;
    height:26px;
    border:3px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow:-2px 2px 5px rgba(0,0,0,.25);
    -ms-box-shadow:-2px 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow:-2px 2px 5px rgba(0,0,0,.25);
    box-shadow:-2px 2px 5px rgba(0,0,0,.25);
}

/*.VEField:focus
{
    outline:0;
    border:3px solid #7090C0;
    height:18px;
    width:828px;
    padding:2px;
}*/

.forclr
{
    padding:20px;
}

.forclr .VEField
{
    padding:6px 6px 0px 4px;
}

.big
{
    display:table-cell;
    vertical-align:text-top;
    height:125px !important;
}

.big:focus
{
    height:121px !important;
}

.vbig
{
    display:table-cell;
    vertical-align:text-top;
    height:275px !important;
}

.vbig .clear
{
    height:270px;
    max-height:270px;
}

.vbig:focus
{
    height:271px !important;
}

.small
{
    width:235px !important;
    height:20px !important;
}

.small-d
{
    width:120px !important;
    height:20px !important;
}

.left 
{
    text-align:left;
}
    
.right 
{
    text-align:right;
    width:100px;
}

.clear
{
    border:0;
    outline:0;
    display:block;
    width:830px;
    max-width:830px;
    height:120px;
    max-height:160px;
    resize:none;
}

.clear-dd
{
    border:0;
    outline:0;
    width:233px;
    height:18px;
    margin-top:1px;
}

.clear-dd-list
{
    border:0;
    outline:0;
    width:100%;
    height:18px;
    margin-top:1px;
}

#AnnoRU_Clk, #AnnoEN_Clk, #TechINFO_Clk, #Kor_Clk, #Auth_Clk, #VR_Clk, #Req_Clk, #Res_Clk, #A_Clk, #Intell_Clk
{
    display:none;
}

#AnnoRU_d, #AnnoEN_d, #TechINFO_d, #Kor_d, #Auth_d, #VR_d, #Req_d, #Res_d, #A_d, #Intell_d
{
    display:none;
    background-image:url("Images/header-down.png") !important;
}

#Key_d, #Them_d, #NIOKR_d, #Name_d, #DSW_d, #File_d, .arrow
{
    background-image:url("Images/header-down.png") !important;
}

#Key_l, #Them_l, #NIOKR_l, #Name_l, #DSW_l, #File_l
{
    display:none;
}

.hint
{
    font-size:66%;
    color:#999999;
    display:table-cell;
    vertical-align:middle;
    height:37px;
    padding-left:10px;
}

.hint-f
{
    width:100%;
    text-align:center;
    font-size:50%;
    color:#BBB;
}

.tcell
{
    display:table-cell;
    vertical-align:middle;
}

td a
{
    text-decoration:underline !important;
}

.Ttl_Count
{
    color:#7090C0;
    font-size:120%;
    margin:5px;
    width:400px;
    text-align:center;
}

.menu {
    list-style:none;
    float:right;
    width:100%;
    padding-right: 20px;
}

.menu li {
    display:block;
    padding:10px 8px;
    float:right;
}

.menu li a {
  color:#7090C0;
  text-decoration:underline !important;
}

.menu li a:hover{
     color:#7090C0;
  text-decoration:none  !important;
}

.no-padding {
    padding: 0 !important;
}
#userForm .small-header {
    cursor:default !important;
}