body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #fcfcfc;
	text-align: center;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

a {
	color: #2E6E9E;
	text-decoration: none;
}

a:visited {
	color: #2E6E9E;
}

a:hover {
	color: #2E6E9E;
}

a:link {
	color: #2E6E9E;
}

h1,h2,h3 {
	color: #00549B;
}

#wireframe {
	margin-left: auto;
	margin-right: auto;
	max-width:1024px;
	height: auto;
	margin-top: 2px;
	background: #A6C9E2 url('') no-repeat center center;
}

#wireframe-inner {
	width:100%;
	height: auto;
	background: #fff url('') no-repeat center center;
	padding: 0px 5px;
	text-align: left;
}

#header {
	height: 130px;
	text-align:left;
}

#header img {
	margin: 32px 0px 0px 10px;
}

#body {
	height: auto;	
	overflow-x: auto;
	padding: 10px 0px;
	text-align:left;
}

#footer {
	height: 30px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7; 
	text-align:left;
	color: #000;
	font-size: 11px;
	padding:9px;
	border-radius: 4px; 
}

form {
	padding: 0px;
}

#gbox_list {
	margin:10px;
}

#menu {
	text-align: right;
	padding:3px 0px 3px 10px;
	font-size:12px;
	background-color: #A6C9E2;
}

#menu a {
	text-decoration:none;
}

#hwbar { color: #716d2e7068617; background-color: #365322e636f2e6b65; }

#generic_form .container .del {
	width:100%;
	padding: 5px 5px;
}

#generic_form .container {
	width:100%;
}

#generic_form .container .header {
	width:200px;
	float:left;
}

div .cell {
	float:left;
	margin: 2px 5px;
}


.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    width: 105px; 
    height:20px;
    text-align:center;    
}
.qq-upload-button-hover {}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


    /* style the trigger elements */
  #demo img {
    border:0;
    cursor:pointer;
    margin:0 1px;
  }

.gridInput {
color: #555;
height: 22px;
display:inline;
border-radius:0px;
padding:1px;
border:1px solid #ccc;
text-align: right;
}  
  
.navbar-nav > li > a {
padding-top: 5px;
padding-bottom: 3px;
}