@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mini-logo {
	position:absolute;
	bottom: 11px;
	right: 9px;
}

/*------ index page styles -------*/
html,body {height:100%;}
.index-page {height:100%;min-height:100%;}
html>body .index-page{height:auto;}
.index-page {
	background:transparent url(/images/index-full.png) 50% 50% no-repeat;
	position: relative;
	margin: 0;
	display: block;
}

.index-page #logo {
	display: block;
	margin: 0 auto 50px;
}

#loginForm {
	display: block;
	padding-top: 10%;
	width: 100%;
	left: 0;
}
#loginForm ul {
	display: block;
	position:relative;
	margin: 0 auto;
	width: 10em;
}
#loginForm ul li {
    width: 10em;
}

#loginForm label, #loginForm input, #loginForm button {
	display: block;
}

#loginForm label {
	font-weight: bold;
	margin: 1.5em 0 0.2em 0;
}

#loginForm input {
	width: 12em;
}

#loginForm .login_btn {
	display: block;
	margin: 1em 0 1em 4.5em;
	width:63px;
	height: 28px;
    background:transparent url(/images/login_btn.gif) 0 0 no-repeat;
	padding: 0;
	font-size: 10px;
	line-height: 23px;
	vertical-align:top;
	font-weight: bold;
	padding-left: 10px;
	border: 0;
}
/*------------ colors ------------*/
.c525fa7 {
	background-color: #525fa7;
}

.edit {
	padding-left: 17px;
	line-height: 12px;
	margin-left: 15px;
	cursor: pointer;
	color: #555;
	font-weight: bold;
}
.edit {
	background:transparent url(../imgs/edit.gif) 0 50% no-repeat;
}
/*----------- end colors ---------*/
