﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}
.headertop
{
	min-width:980px;
	max-width:106%;
	margin-top:-10px;
	height:15px;
	background-color:red;
}
.headertopbottom
{
	min-width:980px;
	max-width:106%;
	height:114px;
	background:url("../Images/header_bg.png");
}
.nav
{
		background:url("../Images/navbar_bg.gif");
	height:33px;
	min-width:980px;
	max-width:106%;
}
.logo
{
	background:url("../Images/log.png");
	height:113px;
	width:139px;
}
.title
{
	background:url("../Images/title.png");
	height:48px;
	width:381px;
position:absolute;
left:180px;
top:50px;
}

.main
{
	min-width:980px;
	max-width:106%;
	min-height:450px;
	height:auto;
		background:url("../Images/login_bg.gif") repeat-x #9ba8be;
	
}
.main1
{
	min-width:980px;
	max-width:106%;
	min-height:500px;
	height:auto;
		background:white;
	
}
.content
{
		margin-left:200px;
	min-height:500px;
	height:auto;
	width:auto;
	background:white;
	
}
.div_center
{
min-width:980px;
	max-width:106%;
	
}

.login
{
	width: 618px;
	height: 388px;
	
	margin: auto;
	  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background:url("../Images/login_dialog_bg.jpg");
}
.footer_top
{
	min-width:980px;
	max-width:106%;
		height:3px;
		background-color:red;
}

.footer
{
	min-width: 980px;
	max-width: 106%;
	height: 100px;
	background-color: #293955;
}

.clear
{
	clear:both;
}
.txt_login_id
{ 
	height:20px;
	width:80%;
	 font-family: 'Times New Roman', Times, serif; font-size: medium; font-weight: normal; font-style: normal; color: #000000; }
	 .txt_login_id:focus
{
	background-color: #333;
	outline: none;
	color: #FFFFFF;
}
	 .btn_login
{
	background: url("../Images/btn.png");
	border: none;
	height: 35px;
	width: 70px;
	margin-left: 20px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}
	 .btn_login:hover
	 {
	 	background:url("../Images/button_hover.png");
	 }

