/* Typography
--------------------------------------------------------- */
body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#ccc;
	}

h2 {
	font-size:12pt;
	margin:0;
	padding:0 0 5px 10px;
	color:#666;
}

a{
	color:#009966;
	text-decoration:none;
}

a:hover{
	color:#009966;
	text-decoration:underline;
}
	

	
/* General
--------------------------------------------------------- */
body{
	margin:0 auto;
	min-width:960px;
}

.clearer {clear:both;}

/* FORMS
---------------------------------------------------------*/
label {
	width:110px;
	float:left;
	text-align:left;
	padding:5px 10px 0 10px;
	color:#777;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	border:1px solid #999;
	outline:1px solid #fff;
	padding:3px;
}

.f-item {
	padding:4px 0;
}

.f-btn {
	text-align:right;
}
	
	/* Buttons
----------------------------------------------------------*/
	a.minibutton {
		display:inline-block;
		height:23px;
		padding:0 0 0 3px;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		text-shadow:1px 1px 0 rgba(0,0,0,0.3); 
		background:url(../_images/_layout/button1.png) 0 0 no-repeat;
		white-space:nowrap;
		border:none;
		overflow:visible;
		cursor:pointer;
		text-decoration:none;
	}
	
	a.minibutton>span {
		display:block;
		height:23px;
		padding:0 10px 0 8px;
		line-height:23px;
		background:url(../_images/_layout/button1.png) 100% 0 no-repeat;
	}
	
	a.minibutton:hover, a.minibutton:focus {
		color:#fff;
		text-decoration:none;
		text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
		background-position:0 -30px;
	}
	a.minibutton:hover>span, a.minibutton:focus>span {background-position:100% -30px;}
	
	a.minibutton.mousedown{background-position:0 -60px; }
	a.minibutton.mousedown>span{background-position:100% -60px; }
	
	/* with icon */
	a.btn-download .icon {
		float:left;
		margin-left:-4px;
		width:18px;
		height:22px;
		background:url(http://github.com/images/modules/buttons/minibutton_icons.png?v20100306) 0 0 no-repeat;
	}
	a.btn-download .icon {background-position:-40px 0;}
	a.btn-download:hover .icon, a.btn-download:focus .icon {background-position:-40px -25px;}
	
	
/* Rows
--------------------------------------------------------- */
.fw {
	margin:0 auto;
}

.mw {
	width:960px;
	margin:0 auto;
}
	
/* LAYOUT
-------------------------------------------------------------*/

#loginmsg {
	padding:10px 10px 0 30px;
	margin:0 0 10px 0;
	height:25px;
	width:
}

.logerror {
	font-size:8pt;
	color:#990000;
	background: url(../_images/_layout/errormsg.png) no-repeat 5px 10px;
	border-bottom:2px solid #990000;
}

#footer {
	border-top:1px solid #eee;
	padding:10px 0;
	margin:20px 0 0 30px;
	color:#999;
}























