body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}
input{
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size:12px;
	padding:4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	width:300px;
}
.btn{
	 -moz-user-select: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;	
}
.btn:hover{
	 -moz-user-select: none;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; 	
}

a.btn{
	text-decoration: none;	
}
a.btn:hover{
	text-decoration: none;
}
h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

table.table{
	width: 100%;
}
table.table th{
	text-align:left;
	padding:4px;
	border-bottom: 1px solid #ccc;
}

table.table td{
	vertical-align:top;
	text-align:left;
	padding:4px;
	border-bottom: 1px solid #f0f0f0;
}


code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}
.lf{
 display: block;
}
#tabs{
	position			:	relative;
	padding				:	.2em;	
	margin				:	0;
	padding				:	.2em .2em 0;
}
#tabs .state-default{
	border				:	1px solid #d3d3d3;
	background			:	#f0f0f0;
	font-weight			:	normal;
	color				:	#555555;
}
#tabs .state-active{
	border				:	1px solid #d3d3d3;
	border-bottom		:	1px solid #fff;
	background			:	#fff;
	font-weight			:	normal;
	color				:	#555555;
}
#tabs ul{
	margin				:	0;
	padding				:	.2em .2em 0;
}
#tabs ul li{
	list-style			:	none;
	float				:	left;
	position			:	relative;
	top					:	0;
	margin				:	1px .2em 0 0;
	border-bottom-width	:	0;
	padding				:	0;
	white-space			:	nowrap;
}
#tabs ul li a{
	float				:	left;
	padding				:	.5em 1em;
	text-decoration		:	none;
	font-size			:	12px;
	color				:	#336699;
}
#tabsbottom{
	border-top			:	1px solid #d3d3d3;;
	float				:	left;
	margin-top			:	-1px;
	width				:	100%;
	height				:	10px;
}
.corner-top{
	-moz-border-radius-topleft	:	4px; 
	-webkit-border-top-left-radius: 4px; 
	-khtml-border-top-left-radius : 4px; 
	border-top-left-radius		:	4px;
	-moz-border-radius-topright	:	4px; 
	-webkit-border-top-right-radius: 4px; 
	-khtml-border-top-right-radius: 4px; 
	border-top-right-radius		:	4px;
}
.pad10{
	padding				:	10px;
}
.clearfix{
	clear				:	both;
}
