@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.order_but{
	width:150px;
	background-color:#333;
	color:#CCC;
	font-weight:bold;
}


.td_bottom_line{
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#666;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 87.36%;*/
	width:300px;
	padding-left: 1.82%;
	padding-right: 1.82%;
}


body{
	font-family:'Quicksand', serif;
	background-attachment: fixed;	
}

.lab_main{
	width:100%; 
}

.lab_title{
	width:30%; 
	float:left;
	text-align:right;
	margin-right:5px;
	margin-top:5px;
}

.lab_inp{
	width:65%; 
	float:left;
}

.nav{
	font-weight:bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
	   
.frm_login{
	width:90%;
	/**min-width:600px;**/
	background-color: rgba(200, 200, 200, 0.7);
	box-shadow:0px 0px 25px rgba(0, 0, 0, 0.7);
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}

.frm{
	width:90%;
	/**min-width:600px;**/
	background-color: rgba(200, 200, 200, 0.7);;
	box-shadow:0px 0px 15px #000000;
	border-radius: 10px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}

.but{
	width:120px;
	background-color:#F00;
	padding:10px;
	color:#FFF;
}

input, textarea, select{
	padding:10px;
	width:70%;
	border-radius:5px;
	resize:none;
	border-width:thin;
	margin-top:0.3em;
}


.edit_box{
	width:80%;
	background-color:transparent;
	border-style:none;	
}

.logo_corner{
	top:0%;
	left:0%;
	position:fixed;
}

table{
	max-width:80%;
}


.status_box1 {
	margin:auto; box-shadow:5px 5px 5px #333333; border-radius:10px; max-width:250px; float:left; margin-left:3em; margin-top:3em; position:inherit;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 460px) {

.frm_login{
	/*width:70%;*/
	max-width:300px;
	background-color: rgba(200, 200, 200, 0.7);;
	box-shadow:0px 0px 15px #000000;
	border-radius: 10px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}

.frm{
	width:70%;
	/**min-width:600px;**/
	background-color: rgba(200, 200, 200, 0.7);;
	box-shadow:0px 0px 15px #000000;
	border-radius: 10px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}

.gridContainer {
	/*width: 90.675%;*/
	width:300px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.frm_login{
	/*width:45%;*/
	width:450px;
	background-color: rgba(200, 200, 200, 0.7);;
	box-shadow:0px 0px 15px #000000;
	border-radius: 10px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}

.frm{
	width:450px;
	/**min-width:600px;**/
	background-color: rgba(200, 200, 200, 0.7);;
	box-shadow:0px 0px 15px #000000;
	border-radius: 10px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:10px;	
}
	
.gridContainer {
	/*width: 88.2%;*/
	width:300px;
	/*max-width: 1232px;*/
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

}