/*Login Styling*/

#loginheader {
	
	top:0px;
	width:100%;
	height:68px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
 body
{
    	margin: 0;	
}


#loginheader #logo {
	position:absolute;
	background-image: url(../images/LogIn/homelogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 301px;
	left: 10px;
	top: 8px;
}
#loginheader #company {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	left: 316px;
	top: 33px;
}

#loginheader #toptools {
		position:absolute;
		text-align:right;
		top:10px;
		font-size: 14px;
		color: #000;
		right:8px;
		z-index:99999;
	}

#loginheader #Proprietary {
	position:absolute;
	text-align:left;
	top:30px;
	color: #9E9E9E;
	right:0px;
	z-index:99999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

#loginarea {
	background-image: url('../images/LogIn/login-graphic_new.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 251px;
	width: 299px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    top: 0px;
    left: 0px;
}
#loginbox {
	height: 140px;
	width: 276px;
	position: absolute;
	top: 84px;
	left: 18px;
}

.loginboxtd {
	padding:4px;
	font-size: 13px;
	vertical-align: middle;
	height: 24px;
}
.loginErrorboxtd {
	
	height: 6px;
	font-size: 4px;
}

#logincontent {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;	
}
#logincontent table{
	border-collapse:separate;
	border-spacing:4px;
	}
#logincontent th{
	line-height: 28px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
}

.sectionbtn, .sectionbtn:visited{
	padding: 4px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #EDEDED;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	color: #555555;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #D3D3D3;
	text-decoration: none;
	display: block;
	margin-right: 4px;
	margin-left: 0px;
}

.sectionbtn:hover{
	color: #212121;
	border: 1px solid #999999;
	background-color: #DADADA;
	text-decoration: none;
}



.liBottomPadd
{
	background-image: url(../images/login/login-bottom-padd.JPG);
	background-repeat:repeat-y;
	background-position: center center;	
}

.ErrorLogin
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left:4px;
	padding-right:4px;
	color:Red;
	background-color: window;
}

/************************************************************************************************************/
/* CSS Document */
/* CSS Reset */

/* End CSS Reset */
/* News bulletin Layout */
   ul, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



ul.news {
	padding-top: 4px;
}
ul.news li {
	color: #333;
	margin-bottom: 1px;
}
ul.news li .ntitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 2px;
}
ul.news li .ndate {
	font-size: 0.9em;
	color: #09F;
	display: block;
	margin-bottom: 2px;
}

.li2
{
	font-size: 1.1em;
	color: #333;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
.li3
{
	font-size: 1.1em;
	color: #333;
	margin-bottom:1px;
	margin-top: 1px;
	margin-left: 10px;
	padding-top:1px;
	list-style-type: circle;
}


.li4 {
	background-image: url('../images/LogIn/StockBox.png');
	height: 151px;
	width: 155px;
}

.ul4
{
    margin-top:1px;
    margin-bottom:1px;
    margin-right:1px;
    margin-left:20px;
}

