/****
	* Main style sheet for
	* balance.5005152.ru
	* by Murchik
	* (c) 2007. All rights reserved.
*****/

/*
 **	basic elements
 */
body {
	margin:0px;
	padding:0px;
	color:#DDD;
	background-color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#ffa92d;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
h1, .h1 {
	font-size:20px;
	font-weight:normal;
}
h2, .h2 {
	font-size:16px;
	font-weight:normal;
}
img {
	border:0;
}

dl {
	list-style-type:none;
}
dl dt, dl dd {
	display: inline;
}

/*
 **	structure
 */
.clear {
	height:0px;
	clear:both;
}
#header {
	width:100%;
	height:100px;
	padding:20px 0 0 0;
	background-position:100% top;
	background-repeat:repeat-x;
	background-image: url("i/header-vline.jpg");
}
#header h1 {
	font-size:20px;
	letter-spacing:5px;
	text-align:center;
}
#menu {
	text-align:center;
	font-size:14px;
	word-spacing:1em;
}
#content {
	padding:20px;
}
#footer {

}
#footer #login {
	margin:0 10px 10px 0;
	text-align:right;
}

#balance table {
	border: 1px solid #999;
	border-left:none;
}
#balance td {
	border: 1px solid #999;
	padding:1px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}

/*
 ** skeleton_enter elements
 */
#com_enter #login {
	margin-top:25%;
	text-align:center;
}
#com_enter .input, #com_enter .button {
	text-align:center;
	font-size:20px;
	padding:2px;
}

/*
 **	menu items
 */
#menu a {
	color:#FFF;
	text-decoration:none;
	word-spacing:normal;
}
#menu .present {
	color:#ffa92d;
	word-spacing:normal;
}
#menu a:hover{
	color:#ffa92d;
	text-decoration:underline;
}
#menu ul li{
	list-style:none;
	display:inline;
	list-style-position:inside;
}
/*
 **	forms elements
 */
.input, .button, select {
	background-color:#000;
	color:FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:middle;
}
.input, select {
	border: solid 1px #333;
	background-color:#000;
	color:#666;
	size:25;
}
.button {
	border: solid 1px #000;
	background-color: #333;
	color:#CCC;
}

/*
 **	other
 */
#login {
	font-size:10px;
}
#login * {
	margin-bottom:1px;
}
.calendar td {
	color:#999;
	font-size:9px;
	padding:2px 4px 2px 4px;
	text-align:center;
}
.calendar a {
	text-decoration:none;
}
#salary_countdown {
	padding:5px;
	background-image:url("i/x09.gif"); background-position:center; background-repeat:repeat;
	background-color:#900;
}
