/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#inline-sample-content {
  padding: 10px;
  color:white;
}
html{
	text-align: center;
	height: auto;
	min-height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	/*font-weight:bold;*/
	color:#FFFFFF;
	background: url(../images/main-bg-repeat.gif); 
	text-align: left;
	height: 100%;
	}
#main{

	/*border: 1px dashed;height: 100%;*/
}	
#view{
	
}
#title{
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
}
#support{
	margin-top:100%;
	margin-left: auto;
}
#support a{
	text-decoration:none;
	border:none;
	color: White;
	font-weight: bold;
	font-size: 11px;
}
.edit{
	text-decoration: none;
	border: none;
}
.button{
	background-color: #FFD800;
	color: Black;
	border: 2px solid;
	border-color: #787878;
}
#login{
	position:relative;
	width:100%;
	margin-top:250px;
	background-color: #4B4A4A;
	height: 130px;
	/*text-align: center;*/
}
.login_form{
	padding-top: 25px;
}
.user{
	width: 180px;
	float: right;
	border: 2px solid #787878;
	text-align: left;
}
.pass{
	width: 180px;
	float: right;
	border: 2px solid #787878;
	text-align: left;
}
.submit_login{
	background-color: #FFD800;
	color: Black;
	border: 2px solid;
	border-color: #282828;
	float: right;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
}
.login_tbl{
	margin: 0 auto;
	text-align: right;
}
#container .light td{
border:1px solid grey;
}
#container .dark td{
border:1px solid grey;
}
.button1{
	background-color: #FFD800;
	color: Black;
	border: 2px solid;
	border-color: #787878;
	font-weight: bolder;
	font-size: 13px;
}
