﻿
/* General */
body{
	margin:0;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:Black;
	
}
body#login-page{
	background:#000 url(../images/bg-bogy-login.gif?v=1.0) repeat-x;
}
    body#home {
        background: url(../images/bg-body-home.jpg?v=1.0) repeat-x;
    }
#page {
    width: 100%;
    margin: 0;
    background: url(../images/bg-page-b.jpg?v=1.0) repeat-x 0 100%;
}
/* contruction(main-container, mc-holder-1, mc-holder-2) for monitors with resolution less than 1280x... */
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1178px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1178px;
	position:relative;
	float:left;
	left:-50%;
}
/* wrapper */
#wrapper{
	width:981px;
	margin:0 auto;
	position: relative;
}
#home #wrapper{
	width: 100%;
}
#wrapper:after{
	display: block;
	content: "";
	clear: both;
}

/* logo at login page */
#login-page .logo{
	display: inline;
	width: 437px;
	overflow: hidden;
	float: left;
	margin: 360px 0 0 77px;
    
}
#login-page h1{margin:0;}


.imglogin {
    background: url(../images/logo-login.png?v=1.0) no-repeat;
    float: left;
    margin: 0;
    text-indent: -9999px;
    width: 437px;
    height: 86px;
    overflow: hidden;
}

.imgloginXMas {
    background: url(../images/logo-login-xmas.png?v=1.0) no-repeat;
    float: left;
    margin: 0;
    text-indent: -9999px;
    width: 437px;
    height: 86px;
    overflow: hidden;
}

#login-page .logo span {
    background: url(../images/logo-glaseffect-login.png?v=1.0) no-repeat;
    float: left;
    width: 435px;
    height: 53px;
    margin: 0 0 0 2px;
}

#login-content{
	                width: 411px;
                    
	                overflow: hidden;
                    float:right;
                    
                }

    #login-content .tdTop {
        height: 20px;
        background: url(../images/logintop.png?v=1.0) no-repeat;
        width: 435px;
    }

    #login-content .tdTop2 {
        height: 30px;
        background: url(../images/logintop2.png?v=1.0) no-repeat;
        width: 435px;
    }


    #login-content .tdMid {
        background: url(../images/loginmid.png?v=1.0) repeat;
        width: 435px;
    }

    #login-content .tdMid2 {
        background: url(../images/loginmid2.png?v=1.0) repeat;
        width: 435px;
    }

#login-content h2{
	font-size: 16px;
	color: #464646;
	text-align: center;
	font-weight: lighter;
    }

    #login-content .tdBot {
        vertical-align: top;
        text-align: left;
        height: 63px;
        background: url(../images/loginbot.png?v=1.0) no-repeat;
    }

    #login-content .tdBot2 {
        vertical-align: top;
        text-align: left;
        height: 63px;
        background: url(../images/loginbot2.png?v=1.0) no-repeat;
    }

.Name
{
    width:355px;
    padding-left:10px;
    text-align:center;
    padding-top:0px;
    vertical-align:baseline;
}

.login-form h2{
	font-size: 20px;
	color: #464646;
	text-align: center;
	margin: 5px 62px 0 0;
	font-weight: lighter;
	line-height: 23px;
	padding: 0 0 5px;
}



.tbspan {
    background: url(../images/bg-input-login.gif?v=1.0) no-repeat;
    width: 247px;
    height: 26px;
    border: none;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 11px 25px;
    padding: 6px 0 0 6px;
    float: left;
}



tbUsername,
tbPassword{
	border: 0;
	width: 235px;
	padding: 0;
	color: #999;
	text-align: center;
}


#login-page .twocolumn{
	width: 296px;
	overflow: hidden;
	float:left;
}
#login-page .check{
	display: inline;
	float: left;
	width: 118px;
	font-size: 13px;
	color:#333;
	line-height: 18px;
	margin: 0 0 0 26px;
}
input#btn-login{
	border: none;
	float:right;
	width: 130px;
	height: 40px;
	margin: -3px 22px 0 0;
}
#remember{
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	float: left;
}
#login-page .check label{
	float: left;
	width: 90px;
	margin: -2px 0 0;
}
#login-page .check div{
	width: 100%;
	overflow: hidden;
}
/* logo */
#header h1{margin:0;}
    #header h1 a {
        background: url(../images/logo.gif?v=1.0) no-repeat;
        float: left;
        margin: 17px 0 0 10px;
        text-indent: -9999px;
        width: 303px;
        height: 60px;
        overflow: hidden;
        position: relative;
        z-index: 100;
    }
/* logo print version */
strong.print{
	position: absolute;
	top:0;
	left:-9999px;
}


A
{
    color:Black;
    text-decoration: none;
    font-size:12px;
    FONT-FAMILY: arial, helvetica, sans-serif;
    font-weight:bold;
}

A:Active
{
    color:Black;
    text-decoration: none;
    FONT-FAMILY: arial, helvetica, sans-serif;
    font-weight:bold;
}

A:Visited
{
    color:Black;
    text-decoration: none;
    FONT-FAMILY: arial, helvetica, sans-serif;
    font-weight:bold;
}

A:Hover
{
	text-decoration: underline;
    FONT-FAMILY: arial, helvetica, sans-serif;
    font-weight:bold;
}
