﻿@charset "utf-8";
/* CSS Document */

body
{
    background-image:url(../images/page-bg.jpg);
    background-repeat:repeat-x;
    background-color:#427fd4;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
}
.container
{
    width:1020px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	//overflow:visible;
	overflow/*\**/:visible\9;
}
a, a:visited
{
    font-size:12px;
    color:#ffffff;
}
a:hover, a:active
{
    font-size:12px;
    color:#ffffff;
    text-decoration:none;
}




/*----- DIV Space -----*/

.div-space-20
{
    width:100%;
    height:20px;
}
.div-space-10
{
    width:100%;
    height:10px;
}



/*----- Alignement -----*/

.align-center{
	text-align: -moz-center;
	//text-align:center;
	text-align/*\**/:center\9;
}
.align-center table
{
    margin/*\**/:0 auto\9;
}
.align-left
{
    text-align:left;
}
.align-right
{
    text-align:right;
}



/*----- Padding Style -----*/

.padding-bottom-10
{
    padding-bottom:10px;
}
.padding-bottom-5
{
    padding-bottom:5px;
}



/*----- Margin Style -----*/

.margin-left-100
{
    margin-left:100px;
}
.margin-right-12
{
    margin-right:12px;
}




/*----- Widht Style -----*/

.width-280-px
{
    width:280px;
}


/*----- Label Style ------*/

label
{
    font-size:20px;
    margin-right:10px;
}
#chk_remember label
{
    font-size:14px;
}



/*----- Textbox Style ------*/

input[type=text], input[type=password]
{
    width:280px;
    height:22px;
    //height:20px;
    margin-bottom:10px;
    font-size:18px;
    color:#5688ce;
    text-indent:3px;
}
input[type=checkbox]
{
    margin-left:100px;
}




/*----- Button Style ------*/

input[type=submit]
{
    background-image:url(../images/login-button-bg.jpg);
    background-repeat:repeat-x;
    font-size:16px;
    text-transform:capitalize;
    border:1px solid #ffffff;
    //background-color:#3f7bce;
    color:#ffffff;
    width:100px;
    height:30px;
    margin-right:5px;
    outline:none;
    cursor:pointer;
}


/*----- Br Line Style ------*/

.br-white-3
{
    background-color:#ffffff;
    height:3px;
    font-size:0px;
    width:100%;
}



/*----- Error Msg Style ------*/

#lbl_error
{
    font-size:12px;
    color:#b91010;
    padding-bottom:10px;
}


/*----- Background Image Style ------*/

.altair-bg
{
    background-image:url(../images/altair-logo-login.gif);
    background-repeat:no-repeat;
    display:block;
    height:234px;
    width:588px;
    margin-bottom:20px;
    margin:0 auto;
}
.ministry-bg
{
    background-image:url(../images/ministry-logo-login-ar.gif);
    background-repeat:no-repeat;
    display:block;
    height:70px;
    width:446px;
    margin-bottom:20px;
    margin:0 auto;
}