/* CSS Document */
@font-face  
{
    font-family: mywebFont; 
    src: url('../fonts/cour.ttf'),url('../fonts/CourierNewPSMT.eot');
}
body 
{
    margin:0;
    padding:0;
    font-size:100%;
}
.wrap-body 
{
    width:100%;
    height:auto;
    margin:0px auto;
    background-color:#000;
}
.header
{
    width:100%;
    height:75px;
    background:#EFF0F0 url(../images/logohome.png) 0.6% 25% no-repeat;
    border-bottom:1px solid #c1c1c1; 
    position: relative;
}
.header #header-top
{
    position: absolute;
    top: 2%; 
    right:1%; 
    font-family:'Courier New'; 
    font-size:15px;
}
.header #header-bottom
{
    position: absolute;
    bottom: 2px; 
    right:5px; 
    font-family:'Courier New'; 
    font-size:15px;
}
.header a 
{
    text-decoration:none; 
    padding:5px 5px 5px 5px;
}
.header a:hover 
{
    background:#2b4797; 
    color:#ffffff;
}
.container
{
    width:100%;
    height:auto;
    border-bottom:1px solid #c1c1c1;
    position:relative;
    margin-top:0px;
    min-height:518px;
    float:left;
    background-color:#fff;
}
@-moz-document url-prefix() 
{
    .container
    {
        min-height:508px;
	}
}
.footer
{
    width:100%;
    float:left;
    height:72px;
    margin:0px;
    position:relative;
    font-family:'Courier New';
    background:#EFF0F0;
}
#footer-inner 
{
    position:absolute;
    width:auto;
    height:auto;
    top: 50%;
    left: 50%;
    margin-top:-10px;
    margin-left:-225px;
}
#form-container
{
    position:absolute;
    width:340px;
    height:auto;
    top: 50%;
    left: 50%;
    margin-top:-150px;
    margin-left:-170px;
    background:#fff;
    border-radius:3px;
    border:1px solid #ccc;
    box-shadow:0 1px 2px rgba(0, 0, 0, .1);
}
#form-container form 
{
    margin: 0 auto;
    margin-top: 15px;
}
#form-container label 
{
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 15px;
}
#form-container #msg
{
    text-align:center;
    width:100%;
    display:none;
}
#form-container input,#form-container select 
{
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}
#form-container input[type=text],#form-container input[type=password] 
{
    color: #777;
    padding-left: 10px;
    margin: 12px 10px 10px 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#form-container input[type=text]:hover,#form-container input[type=password]:hover 
{
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
#form-container input[type=text]:focus,#form-container input[type=password]:focus 
{
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}
#form-container select 
{
    color: #777;
    padding-left: 10px;
    margin: 12px 10px 10px 18px;
    width: 300px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease; 
    background: #FFF url('../images/arrorw_d.png') 96% center no-repeat; 
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance: none ; 
    -ms-appearance: none; 
    -o-appearance: none; 
    text-indent: 0.01px; 
    text-overflow: ''; 
}
@-moz-document url-prefix() 
{
	#form-container select, #form-container select option
	{
		padding: 0px 0px 0px 10px; 
	}
	#form-container select:focus
	{
		border: solid #3399FF 1px;
	}
}
#lower 
{
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px; 
    box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#form-container input[type=submit] 
{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2b4797;
    border: 1px solid #66add6;
    cursor: pointer;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #aeaeae;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading  {
    font-family: Arial;
    font-size: 12pt;
    display: none;
    color:#fff;
    position: fixed;
    z-index: 999;
}
#menu {
    width:19%; 
    margin:1px; 
    height:auto;
    float:left;
    min-height:516px;
    background:#fff;
}
@-moz-document url-prefix() 
{
    #menu 
    {
        min-height:506px;
    }
}
#block {
    width:80%; 
    height:auto; 
    min-height:516px; 
    margin:1px auto; 
    float:left; 
    background:#fff;
    border-left:1px solid #c1c1c1;
    overflow:auto;
}
@-moz-document url-prefix() 
{
    #block 
    {
        min-height:506px; 
    }
}
.table {
    *border-collapse: collapse; 
    border-spacing: 0; 
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0.9%; 
    font-family:'Courier New';
    font-size: 12px; 
    color: #444;
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@-moz-document url-prefix() 
{
    .table
	{ 
		font-size: 12px;
		border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
}
.table th {
    background:rgb(184,213,61);
    color:#666;
    text-transform:uppercase;
}
.table td, .table th {
    font-size:13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align:center; 
    padding:6px;
}
@-moz-document url-prefix() 
{
	.table td, .table th 
	{
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}
.table select {
    background: #FFF url('../images/arrorw_d.png') 96% center no-repeat; 
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance: none ; 
    -ms-appearance: none; 
    -o-appearance: none; 
    text-indent: 0.01px; 
    text-overflow: ''; 
    width: 65%; 
    height: 30px; 
    line-height:15px;
}
@-moz-document url-prefix() 
{
	.table select, .table select option
	{
		padding: 0px 0px 0px 10px; 
		font-size: 14px;
		white-space: pre;
		min-height: 1.2em;
		color:#888;
	}
	.table select:focus
	{
		border: solid #3399FF 1px;
	}
}
.control{
    border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -ms-border-radius: 4px; 
    -o-border-radius: 4px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
    border: 1px solid #CCC; 
    color: #888; 
    padding: 5px 0px 5px 5px;
    font-family:'Courier New';
}

.button {
    width:100px;
    text-align:center;
    display:block;
    margin:auto;
    background:#9AB81C;
    color:#fff;
    padding:5px;
    cursor:pointer;
    height:25px;
    text-transform:uppercase;
    position:relative;
    left:-32%;
    top:5%;
    text-decoration:none;
}
@-moz-document url-prefix() 
{
    .button 
	{
	    padding-top:3px;
		font-weight:bold;
	}
}
.button:hover {
    color:#666; 
    background-color: #b8d53d; 
    border: 1px solid #b8d53d; 
    text-decoration:none;
    font-weight:bold;
}
.linkbutton {
    display: inline-block; 
    padding: 2px 15px;
    border-radius: 5px; 
    cursor: pointer; 
    background: #9AB81C; 
    color:#fff;
    text-decoration:none;
    margin:5px;
}
.linkbutton:hover {
    color:#444; 
    background-color: #b8d53d; 
    text-decoration:none;
}
.table input[type="file"] {
    height: 25px;
    line-height:15px;
    outline: 0 none;
    width: 64.5%;
    padding: 10px 0px 5px 5px;
}
@-moz-document url-prefix() {
    .table input[type="file"] {
		padding: 5px 0px 5px 5px;
	}
}
.msg {
    height:auto; 
    min-height:15px; 
    padding:6px; 
    font-family:Calibri;
    display:none;
    font-size:18px;
}
.info {
    background:#BDE5F8;
    color:#00529B;
    display:table-cell;
}
.info:before
{
    content:url('../images/info.png');
    height: 10px;
    width: 10px;
    top:3px;
    left:-5px;
    position:relative;
}
.error {
    background:#FFBABA;
    color:#D8000C;
    display:table-cell;
}
.error:before
{
    content:url('../images/error.png');
    top:3px;
    left:-5px;
    position:relative;
}
.warning {
    background:#FEEFB3;
    color:#9F6000;
    font-size:14px !important;
    display:table-cell;
}
.warning:before
{
    content:url('../images/warning.png');
    top:3px;
    left:-5px;
    position:relative;
}
.success {
    background:#DFF2BF;
    color:#4F8A10;
    display:table-cell;
}
.success:before {
    content:url('../images/success.png');
    top:3px;
    left:-5px;
    position:relative;
}
.download-link {
    position:relative; 
    left:auto; 
    background:none; 
    border:none; 
    color:Blue; 
    font-family:Courier New; 
    cursor:pointer;
}
.required {
    color:Red; 
    font-size:12px; 
    vertical-align:super;
}
.table td input[type="checkbox"]
{
    height: 15px;
    width:15px;
    margin-top:7px;
}
.table td label
{
    font-family:'Open Sans',sans-serif;
	color:#aaa;
	margin-left:5px;
	vertical-align: top;
    line-height: 2.3;
}
.table td label:hover
{
	color:#555;
}
.search
{
    background: url(../images/search.png) no-repeat;
    padding-left: 35px;
    border: 1px solid #ccc;
    width:255px;
    height: 20px;
}