/* CSS Document */
html, body {
    background: #e8e7e4;
    height: 100%;
}

.page {
    min-height: 100%;
    //height: 100%;
    //margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
    //overflow: hidden;
}

.header {
    padding: 5px;
    width: 99.4%;
    height: 20px;
    position: relative;
    color: #ffffff;
/*    z-index: 555; */
    background-color: #e2021b;
    background-image: url("../images/bg-new-center2.png") no-repeat scroll 100% 100% top transparent;
    font-weight: bold;
    //float: left;
}

.main {
    width: 100%;
}
.header_leftCol {
    width: 60%;
    float: left;
}
.header_rightCol {
    width: 40%;
    float: left;
    text-align: right;
}
.header_oneCol {
    width: 99.4%;
    float: left;
    text-align: right;
}

.leftCol_menu {
    width: 17%;
    float: left;
    background-color: #D0D0D0;
    padding: 5px 5px 5px 5px;
}

.rightCol_content {
    width: 100%;
    float: left;
    text-align: left;
//    margin: 0px 0px 0px -5px;
    padding: 5px 0px 0px 5px;
}

.content {
    //margin: -45px 0 -75px;
    width: 95%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 5px 45px 5px 45px;
    //float: left;
}

.content:before {
    content: "";
    display: block;
    //height: 45px;
    width: 100%;
}

.content:after {
    content: "";
    display: block;
    //height: 75px;
    width: 100%;
}

#panel_menu_left {
    position: absolute;
    top: 0px;
    left: -290px;
    z-index: 999;
    transition: left 0.5s ease-out 0s;
    
}
#panel_menu_left:hover {
    left: 0;
}
#panel_menu_left #content {
    width: 250px;
    height: 650px;
    padding: 20px;
    border-top: 2px solid #2A295C;
    border-right: 2px solid #2A295C;
    border-bottom: 2px solid #2A295C;
    border-left: none; //usun¹æ
    z-index: 20;
    background: #FFFFFF;
    //position: relative;
    border-radius: 0px 0px 0px 0px;
    overflow: auto;
}
#panel_menu_left #title {
    width: 150px;
    height: 29px;
    border: 2px solid #2A295C;
    background: #2A295C;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 4px 0px 0px;
    text-align: center;
    position: relative;
    transform: rotate(90deg);
    z-index: 1;
    font-size: 14pt;
    left: 230px;
    top: 97px;
}

.login {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

#ribbon-login {
    background: -webkit-linear-gradient(left, #e2021b , #aa0000);	/* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #e2021b, #aa0000);		/* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #e2021b, #aa0000);		/* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e2021b , #aa0000);		/* Standard syntax */
}
.ribbon-login {
    background:  url(/gfx/red_link_1_838px.jpg) center no-repeat;
}
.ribbon-text {
    font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}


.bg {
    background-color: #EDECE9;
}
.rib-shad-bg {
    background-image: url(../images/ribbon-shadow.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color:#FFF;
    height: 30px;
}
.rib-shad-bg-2 {
    background-image: url(../images/ribbon-shadow-2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color:#FFF;
    height: 30px;
}
a, a:link {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #00007F;
    text-decoration: none;
}
p {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #034865;
    font-weight: normal;
    text-decoration: none;
}
.footer {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;
    color : #70777D;
    font-weight: normal;
}
.footer a {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;
    color : #70777D;
    font-weight: normal;
}

.footer a:link {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;
    color : #70777D;
    font-weight: normal;
}
.footer a:hover {
    font-family: 'Source Sans Pro Regular', Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;
    color : #70777D;
    font-weight: normal;
}
/*
button {
	display: inline-block !important;
	vertical-align: middle !important;
	position: relative !important;
	border: 0 !important;
	padding: 0 5px !important;
	overflow: visible !important;
	margin: 0 !important !important;
	cursor: pointer !important;
	height: 40px !important;
	width: 175px !important;
	float: center !important;
	font: bold 12px/14px Arial, Tahoma, Helvetica, sans-serif !important;
	color: #fff !important;
	background: #65676a !important;
	text-transform: uppercase !important;
	text-align: center !important;
}
*/